Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-10-24 | cmake: support 2.8.7 | Ben Boeckel | 10 | -11/+11 | |
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 | cmake: fix up miniupnpc's define | Ben Boeckel | 1 | -3/+5 | |
It's only necessary on Windows builds and new versions renamed the define without any compatibility bridge. | |||||
2014-10-23 | daemon_tests: update cmake code | Ben Boeckel | 1 | -4/+50 | |
It's still not valid, but it's commented out anyways; update to code so it matches the style at least. | |||||
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 | |
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-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 ↵ | Riccardo Spagni | 1 | -7/+7 | |
correctly finding static libs on various operating systems | |||||
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 | |
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-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 | |
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-23 | Updated CMake files -- added libunbound linker flag | Thomas Winget | 1 | -7/+7 | |
CMake config file written, but was unable to test/get it working properly because of a bug in CMake with functions related to find_package. Simple "-lunbound" flag used in its stead for now. May not build on non-Linux systems, not sure yet. | |||||
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 | |
Source: cryptonotefoundation | |||||
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 | |
Misc fixes from bytecoin | |||||
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 | |