Age | Commit message (Expand) | Author | Files | Lines |
2016-02-22 | move g_test_dbg_lock_sleep from a global to a function level static | moneromooo-monero | 7 | -14/+0 |
2016-02-17 | Merge pull request #659 | Riccardo Spagni | 1 | -1/+1 |
2016-02-13 | core_tests: fix a compile problem with CLANG | moneromooo-monero | 1 | -1/+1 |
2016-02-13 | Add the new test files | moneromooo-monero | 2 | -0/+295 |
2016-02-08 | unit_tests: fix blockchain unit test after hard fork import fix | moneromooo-monero | 1 | -1/+10 |
2016-02-08 | core_tests: add tests for hard fork behaviors (MRL-0004) | moneromooo-monero | 4 | -7/+22 |
2016-02-08 | core_tests: allow setting miner tx max_outs when creating a block | moneromooo-monero | 2 | -4/+6 |
2016-02-08 | unit_tests: fix hard fork unit test compilation | moneromooo-monero | 1 | -0/+4 |
2016-02-08 | Merge pull request #641 | Riccardo Spagni | 1 | -13/+9 |
2016-02-08 | Merge pull request #639 | Riccardo Spagni | 1 | -30/+68 |
2016-02-01 | unit_tests: fix mnemonics unit test testing invalid seeds | moneromooo-monero | 1 | -13/+9 |
2016-02-01 | unit_tests: fix hard fork unit tests and add a test for major too | moneromooo-monero | 1 | -30/+68 |
2016-01-31 | tests: fix compilation failure after V1 define rename | moneromooo-monero | 1 | -1/+1 |
2016-01-25 | updated gtest (added missing files) | Riccardo Spagni | 5 | -0/+525 |
2016-01-25 | updated gtest | Riccardo Spagni | 17 | -888/+884 |
2016-01-21 | OpenBSD support for Monero. | me0wmix | 2 | -4/+4 |
2016-01-16 | Fix 30f92f5630bbc7507708275a29a9ae7acf633a5b | Howard Chu | 1 | -0/+1 |
2016-01-02 | unit_tests: initialize db object in ctor, not open | moneromooo-monero | 1 | -1/+2 |
2015-12-31 | updated copyright year | Riccardo Spagni | 98 | -98/+98 |
2015-12-31 | Merge pull request #580 | Riccardo Spagni | 1 | -1/+1 |
2015-12-30 | unit_tests: remove an unused variable | moneromooo-monero | 1 | -1/+0 |
2015-12-30 | unit_tests: fix hardfork test build | moneromooo-monero | 1 | -0/+1 |
2015-12-30 | core_tests: deinit core before destroying it | moneromooo-monero | 1 | -1/+3 |
2015-12-26 | tests: add a unit test for canonical decomposed amounts | moneromooo-monero | 2 | -0/+84 |
2015-12-25 | tests: fix various tests by using parameters better suited to monero | moneromooo-monero | 3 | -8/+8 |
2015-12-25 | tests: fix some double spending tests | moneromooo-monero | 1 | -7/+8 |
2015-12-25 | tests: use 255 as a "too high" block version | moneromooo-monero | 1 | -2/+2 |
2015-12-25 | blockchain: fix bitflipping test with quantized block rewards | moneromooo-monero | 1 | -1/+2 |
2015-12-24 | unit_tests: fix hard fork tests | moneromooo-monero | 1 | -1/+2 |
2015-12-24 | unit_tests: new test for IP blocking | moneromooo-monero | 2 | -0/+169 |
2015-12-14 | Tone down a bit L0 logs during daemon sync | moneromooo-monero | 1 | -0/+1 |
2015-12-13 | core_tests: fix ring_signature_1 tests | moneromooo-monero | 1 | -8/+8 |
2015-12-13 | core_tests: bump default test fee to 0.02 monero | moneromooo-monero | 1 | -1/+1 |
2015-12-13 | add a --fakechain argument for tests | moneromooo-monero | 1 | -0/+4 |
2015-12-13 | unit_tests: fix block reward test using post hard fork settings | moneromooo-monero | 1 | -15/+15 |
2015-12-13 | tests: fix a typo in test name | moneromooo-monero | 1 | -1/+1 |
2015-12-09 | tests: remove data-dir argument registration | moneromooo-monero | 1 | -1/+0 |
2015-12-05 | blockchain_db: make the indexing base a BlockchainDB virtual function | moneromooo-monero | 1 | -0/+1 |
2015-11-24 | hardfork: fix more major/minor issues | moneromooo-monero | 1 | -44/+57 |
2015-11-21 | Relay transactions when they linger too long in the pool | moneromooo-monero | 3 | -4/+4 |
2015-11-18 | Merge pull request #490 | Riccardo Spagni | 3 | -13/+13 |
2015-11-17 | tests: fix build error with CLANG | moneromooo-monero | 1 | -1/+1 |
2015-11-13 | More changes for 2-min blocks | Javier Smooth | 1 | -4/+4 |
2015-11-13 | Adjust difficulty target (2 min) and full reward zone (60 kbytes) for block v... | Javier Smooth | 2 | -9/+9 |
2015-11-10 | hardfork: add a get_ideal_version(uint64_t) function | moneromooo-monero | 1 | -0/+22 |
2015-11-08 | hardfork: allow per-fork voting thresholds | moneromooo-monero | 1 | -0/+28 |
2015-11-03 | unit_tests: fix build without berkeleydb | moneromooo-monero | 1 | -1/+7 |
2015-10-27 | Remove some old/obsolete/unused code | moneromooo-monero | 1 | -1/+0 |
2015-10-26 | Build fixes for the old blockchain_storage version | moneromooo-monero | 1 | -0/+5 |
2015-10-21 | hardfork: switch voting to block minor version | moneromooo-monero | 1 | -4/+1 |
2015-10-21 | unit_tests: remove leftover debug traces in hardfork test | moneromooo-monero | 1 | -2/+0 |
2015-09-27 | hardfork: rescan speedup | moneromooo-monero | 1 | -8/+8 |
2015-09-27 | hardfork: change window semantics to not count the newly added block | moneromooo-monero | 1 | -10/+13 |
2015-09-20 | hardfork: most state now saved to the DB | moneromooo-monero | 1 | -142/+200 |
2015-09-12 | New hardfork class | moneromooo-monero | 2 | -1/+396 |
2015-08-27 | dns: make ctor private | moneromooo-monero | 1 | -6/+6 |
2015-07-26 | Fix block_reward unit tests | Rostislav | 1 | -10/+10 |
2015-07-15 | ** CHANGES ARE EXPERIMENTAL (FOR TESTING ONLY) | NoodleDoodleNoodleDoodleNoodleDoodleNoo | 1 | -0/+2 |
2015-06-20 | Set dnssec_valid value correctly in dns_utils; fix address_from_url test | Rostislav | 1 | -1/+2 |
2015-05-31 | cleaning up, removing redundant files, renaming, fixing incorrect licenses | Riccardo Spagni | 2 | -2/+2 |
2015-05-20 | Merge pull request #290 | Riccardo Spagni | 2 | -0/+16 |
2015-05-19 | Allow name@domain.tld for OpenAlias lookups | warptangent | 2 | -0/+16 |
2015-05-17 | s/terget/target/ | moneromooo-monero | 2 | -6/+6 |
2015-04-10 | [fix] log level change. compilation: dns, tests | rfree2monero | 4 | -3/+9 |
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 | 41 | -1927/+4973 |
2015-03-29 | Merge upstream into blockchain | Thomas Winget | 1 | -2/+34 |
2015-03-25 | update berkeleydb branch to blockchain branch | Thomas Winget | 41 | -1925/+4939 |
2015-03-25 | Merge upstream updates into blockchain branch | Thomas Winget | 41 | -1925/+4939 |
2015-03-24 | DNSSEC added (hardcoded key) | Thomas Winget | 1 | -2/+34 |
2015-03-24 | Merge pull request #243 | Riccardo Spagni | 2 | -3/+4 |
2015-03-24 | updated gtest to latest | Riccardo Spagni | 37 | -1919/+4932 |
2015-03-24 | Merge upstream to daemonize changes | Thomas Winget | 2 | -3/+3 |
2015-03-16 | BerkeleyDB Blockchain building, not working yet | Thomas Winget | 1 | -5/+23 |
2015-03-16 | CMake wiring, minor cleanup, minor test addition | Thomas Winget | 2 | -1/+3 |
2015-03-10 | Fixed includes in BlockchainDB unit tests | Thomas Winget | 1 | -2/+2 |
2015-03-01 | Fix tests building -- function signatures changed | Thomas Winget | 2 | -3/+4 |
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 | 10 | -1/+23 |
2015-02-20 | 2014 network limit 1.0a +utils +toc -doc -drmonero | rfree2monero | 5 | -0/+11 |
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 |
2015-01-04 | Initial commit of BlockchainDB tests, other misc | Thomas Winget | 1 | -0/+290 |
2015-01-02 | year updated in license | Riccardo Spagni | 96 | -95/+95 |
2014-10-24 | cmake: fix up link lines | Ben Boeckel | 2 | -2/+4 |
2014-10-24 | cmake: support 2.8.7 | Ben Boeckel | 10 | -11/+11 |
2014-10-23 | cmake: fix up miniupnpc's define | Ben Boeckel | 1 | -3/+5 |
2014-10-23 | daemon_tests: update cmake code | Ben Boeckel | 1 | -4/+50 |
2014-10-23 | gtest: support an external gtest | Ben Boeckel | 3 | -9/+22 |
2014-10-23 | cmake: put each test executable in its own directory | Ben Boeckel | 10 | -45/+562 |
2014-10-23 | Merge pull request #182 | Riccardo Spagni | 6 | -35/+45 |
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 |
2014-10-15 | fixed conflict in tests CMakeLists | Riccardo Spagni | 2 | -1/+127 |
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-07 | miniupnpc static define change | Riccardo Spagni | 1 | -0/+2 |
2014-10-06 | fix for mingw not playing nicely with libunbound configure, fix for correctly... | Riccardo Spagni | 1 | -7/+7 |
2014-10-06 | use the correct CMake variable for static builds | Riccardo Spagni | 1 | -7/+7 |
2014-10-06 | tests: add a test for slow_memmem | moneromooo-monero | 2 | -1/+127 |
2014-10-02 | remove pthreads, successfully tested on gcc 4.9.1 without pthreads | Riccardo Spagni | 1 | -7/+7 |
2014-09-30 | reload checkpoints file every ~hr and print if any fail | Thomas Winget | 1 | -0/+1 |
2014-09-30 | updated DNSResolver/things that use it for DNSSEC | Thomas Winget | 1 | -9/+17 |
2014-09-25 | Revert "low risk, potentially varint overflow bug patched thanks to BBR" | Riccardo Spagni | 1 | -31/+0 |
2014-09-24 | low risk, potentially varint overflow bug patched thanks to BBR | Riccardo Spagni | 1 | -0/+31 |
2014-09-24 | fixed unbound libs in test | Riccardo Spagni | 1 | -7/+7 |
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 |
2014-09-23 | ipv4 and ipv6 resolution working | Thomas Winget | 1 | -0/+65 |
2014-09-23 | Updated CMake files -- added libunbound linker flag | Thomas Winget | 1 | -7/+7 |
2014-09-15 | Separate testnet address prefix | Zachary Michaels | 4 | -15/+15 |
2014-09-15 | Pass tx and nonce to genesis block constructor | Zachary Michaels | 1 | -1/+1 |
2014-09-15 | Reorganize testnet constants | Zachary Michaels | 4 | -9/+22 |
2014-09-15 | Add testnet flag | Zachary Michaels | 2 | -2/+2 |
2014-09-11 | cpu affinity fixes in performance tests for FreeBSD | fluffypony | 1 | -2/+2 |
2014-09-11 | gtest patches for FreeBSD | fluffypony | 2 | -1/+9 |
2014-09-11 | fixed upnp libs in tests cmake | fluffypony | 1 | -1/+31 |
2014-07-23 | License updated to BSD 3-clause | fluffypony | 79 | -230/+2295 |
2014-07-17 | Merge pull request #63 from mikezackles/bytecoin_for_merge | mikezackles | 1 | -1/+1 |
2014-07-01 | Allow conditional compilation with VS 2013+ | Zachary Michaels | 1 | -1/+1 |
2014-06-30 | final changes to get transaction splitting building. needs testing. | Thomas Winget | 1 | -1/+3 |
2014-06-11 | Link to pthreads on non-apple unix | Zachary Michaels | 1 | -7/+7 |
2014-06-04 | 'getinfo' daemon HTTP-RPC returns 'target_height' for progress estimations | Neozaru | 1 | -0/+1 |
2014-05-25 | add checkpoints.cpp in unit tests | mydesktop | 1 | -0/+140 |
2014-05-25 | extra files | mydesktop | 1 | -0/+45 |
2014-05-25 | 0.8.8update | mydesktop | 2 | -6/+9 |
2014-05-03 | initial [broken] update | mydesktop | 11 | -47/+126 |
2014-04-30 | mac osx building fixes | mydesktop | 1 | -1/+1 |
2014-04-30 | various fixes to allow mac osx compilation | mydesktop | 3 | -9/+15 |
2014-04-09 | Port mapping with UPnP | Antonio Juarez | 1 | -2/+4 |
2014-04-02 | json rpc for wallet and bugfix | Antonio Juarez | 12 | -99/+219 |
2014-03-20 | some fixes | Antonio Juarez | 6 | -23/+162 |
2014-03-03 | moved all stuff to github | Antonio Juarez | 126 | -0/+50178 |