Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-04-10 | [fix] log level change. compilation: dns, tests | rfree2monero | 1 | -1/+1 | |
old unbound #warning does not block compilation unit tests build fine. Even though the RPC/P2P network type is required again | |||||
2015-04-07 | Merge BlockchainDB into upstream | Thomas Winget | 2 | -0/+327 | |
2015-04-01 | Merge remote-tracking branch 'monero-official/master' into network-1.6-work1 | rfree2monero | 2 | -5/+37 | |
2015-03-29 | Merge upstream into blockchain | Thomas Winget | 1 | -2/+34 | |
2015-03-25 | update berkeleydb branch to blockchain branch | Thomas Winget | 2 | -3/+3 | |
2015-03-25 | Merge upstream updates into blockchain branch | Thomas Winget | 2 | -3/+3 | |
2015-03-24 | DNSSEC added (hardcoded key) | Thomas Winget | 1 | -2/+34 | |
DNSSEC is now implemented with the hardcoded key from unbound. This will need to be not hardcoded in the future, but is okay for now. Unit tests updated for DNSSEC (as well as for the fact that, contrary to previous assumption, example.com does not have a static IP address). | |||||
2015-03-16 | BerkeleyDB Blockchain building, not working yet | Thomas Winget | 1 | -5/+23 | |
Everything except actually *using* BlockchainBDB is wired up, but the db itself is not yet working. Some error about user mem not large enough. I think I know what this error means, but I can't determine the cause. Notes: BerkeleyDB does not allow 0-indexing in its recno type databases, so block numbers *in the database* will be 1-indexed. Modifications to indexing have been made as needed. | |||||
2015-03-16 | CMake wiring, minor cleanup, minor test addition | Thomas Winget | 2 | -1/+3 | |
Make Cmake things aware of BerkeleyDB and BlockchainBDB Make the BlockchainDB unit tests aware of BlockchainBDB | |||||
2015-03-10 | Fixed includes in BlockchainDB unit tests | Thomas Winget | 1 | -2/+2 | |
2015-02-28 | move website and DNS unit tests from monero.cc to getmonero.org | Riccardo Spagni | 2 | -3/+3 | |
2015-02-24 | 2014 network limit 1.3 fix log/path/data +utils | rfree2monero | 1 | -0/+2 | |
+toc -doc -drmonero Fixed the windows path, and improved logging and data (for graph) logging, fixed some locks and added more checks. Still there is a locking error, not added by my patches, but present in master version (locking of map/list of peers). | |||||
2015-02-20 | 2014 network limit 1.0a +utils +toc -doc -drmonero | rfree2monero | 1 | -0/+1 | |
commands and options for network limiting works very well e.g. for 50 KiB/sec up and down ToS (QoS) flag peer number limit TODO some spikes in ingress/download TODO problems when other up and down limit added "otshell utils" - simple logging (with colors, text files channels) | |||||
2015-01-07 | add BlockchainDB tests to new cmake | Thomas Winget | 1 | -0/+1 | |
2015-01-04 | BlockchainDB unit tests, lmdb linker flag | Thomas Winget | 1 | -6/+22 | |
Some BlockchainDB unit testing fleshed out (and working), rudimentary linker flag for lmdb in CMakeLists, but should probably be done "correctly" at some point (find it on whatever system you're building on and all that jazz). update for rebase (warptangent 2015-01-04) fix conflicts with upstream CMakeLists.txt files tests/CMakeLists.txt (remove edits from original commit) | |||||
2015-01-04 | Initial commit of BlockchainDB tests, other misc | Thomas Winget | 1 | -0/+290 | |
miscellaneous changes to BlockchainDB/blockchain as well, namely replacing instances of std::list with std::vector | |||||
2015-01-02 | year updated in license | Riccardo Spagni | 21 | -21/+21 | |
2014-10-24 | cmake: support 2.8.7 | Ben Boeckel | 1 | -1/+1 | |
Older versions of CMake support LINK_{PUBLIC,PRIVATE} while newer versions prefer PUBLIC and PRIVATE instead, but still support the LINK_ prefix. | |||||
2014-10-23 | gtest: support an external gtest | Ben Boeckel | 1 | -1/+1 | |
2014-10-23 | cmake: put each test executable in its own directory | Ben Boeckel | 1 | -0/+80 | |
2014-10-23 | Merge pull request #182 | Riccardo Spagni | 5 | -35/+43 | |
1795c38 fixed unit tests (Riccardo Spagni) bc537ac miniupnpc static define change (Riccardo Spagni) | |||||
2014-10-20 | Apple and BSD don't need malloc.h | Riccardo Spagni | 1 | -1/+5 | |
2014-10-15 | removed unecessary mnemonics test | Riccardo Spagni | 1 | -13/+0 | |
2014-10-15 | Merge pull request #176 | Riccardo Spagni | 1 | -0/+167 | |
b94b8cd Added unit test. Fails for Japanese for some reason. (Oran Juice) 4c8a628 Remove iostream header put in during testing (Oran Juice) 9875f5b Variable unique prefix lengths for seed (Oran Juice) | |||||
2014-10-08 | fixed unit tests | Riccardo Spagni | 5 | -35/+43 | |
2014-10-08 | Added unit test. Fails for Japanese for some reason. | Oran Juice | 1 | -0/+167 | |
2014-10-06 | tests: add a test for slow_memmem | moneromooo-monero | 1 | -0/+126 | |
2014-09-30 | reload checkpoints file every ~hr and print if any fail | Thomas Winget | 1 | -0/+1 | |
also some other minor bug squashing and code formatting | |||||
2014-09-30 | updated DNSResolver/things that use it for DNSSEC | Thomas Winget | 1 | -9/+17 | |
Note: DNSResolver does not yet *use* DNSSEC, but rather this commit is preparation for including DNSSEC validation. The function in src/wallet/wallet2.cpp that uses DNSResolver still needs its parameters updated accordingly. | |||||
2014-09-25 | Revert "low risk, potentially varint overflow bug patched thanks to BBR" | Riccardo Spagni | 1 | -31/+0 | |
This reverts commit 4e2b2b942daa4206ec44c66e59863670dfe3fde4. | |||||
2014-09-24 | low risk, potentially varint overflow bug patched thanks to BBR | Riccardo Spagni | 1 | -0/+31 | |
2014-09-23 | change to allow (at least a bit) for multiple TXT records | Thomas Winget | 2 | -7/+17 | |
2014-09-23 | Monero addres from DNS TXT record implemented, tests pass | Thomas Winget | 2 | -0/+141 | |
Still need to deal with DNSSEC and optional fields in the TXT record. | |||||
2014-09-23 | ipv4 and ipv6 resolution working | Thomas Winget | 1 | -0/+65 | |
IPv4 and IPv6 name resolution working. Unit tests written (and passing). net_node.{h,inl} code modified to use DNS seeds. | |||||
2014-09-15 | Separate testnet address prefix | Zachary Michaels | 1 | -8/+8 | |
2014-09-15 | Reorganize testnet constants | Zachary Michaels | 2 | -5/+9 | |
2014-07-23 | License updated to BSD 3-clause | fluffypony | 16 | -48/+464 | |
2014-05-25 | add checkpoints.cpp in unit tests | mydesktop | 1 | -0/+140 | |
2014-05-03 | initial [broken] update | mydesktop | 1 | -26/+106 | |
2014-04-02 | json rpc for wallet and bugfix | Antonio Juarez | 4 | -50/+171 | |
2014-03-20 | some fixes | Antonio Juarez | 3 | -5/+147 | |
2014-03-03 | moved all stuff to github | Antonio Juarez | 13 | -0/+2380 | |