Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-03-18 | Removed boost/asio.hpp include from epee/string_tools.h | Lee Clagett | 1 | -0/+1 | |
2017-02-21 | update copyright year, fix occasional lack of newline at line end | Riccardo Spagni | 1 | -1/+1 | |
2017-02-21 | Merge pull request #1721 | Riccardo Spagni | 1 | -0/+2 | |
2cde2c02 switch to boost::thread for mingw build (Lee Clagett) | |||||
2017-02-20 | util: add a vercmp function to compare version numbers | moneromooo-monero | 1 | -1/+2 | |
It is simple, supports simple x.y.z type numeric versions, and does not attempt any kind of validation | |||||
2017-02-16 | switch to boost::thread for mingw build | Lee Clagett | 1 | -0/+2 | |
2017-02-11 | Merge pull request #1689 | Riccardo Spagni | 1 | -1/+1 | |
ce7fcbb4 Add server auth to monerod, and client auth to wallet-cli and wallet-rpc (Lee Clagett) | |||||
2017-02-08 | extract some basic code from libcryptonote_core into libcryptonote_basic | kenshi84 | 1 | -1/+1 | |
2017-02-06 | Add server auth to monerod, and client auth to wallet-cli and wallet-rpc | Lee Clagett | 1 | -1/+1 | |
2016-12-13 | Adding HTTP Digest Auth (but not yet enabled) | Lee Clagett | 1 | -0/+2 | |
2016-12-04 | Merge pull request #1385 | Riccardo Spagni | 1 | -0/+1 | |
5783dd8c tests: add unit tests for uri parsing (moneromooo-monero) 82ba2108 wallet: add API and RPC to create/parse monero: URIs (moneromooo-monero) d9001b43 epee: add functions to convert from URL format (ie, %XX values) (moneromooo-monero) | |||||
2016-11-28 | tests: add unit tests for uri parsing | moneromooo-monero | 1 | -0/+1 | |
2016-11-25 | Added command_line::is_yes | Lee Clagett | 1 | -0/+1 | |
2016-11-23 | Added task_region - a fork/join task implementation | Lee Clagett | 1 | -0/+1 | |
2016-10-31 | core: dynamic fee algorithm from ArticMine | moneromooo-monero | 1 | -0/+1 | |
The fee will vary based on the base reward and the current block size limit: fee = (R/R0) * (M0/M) * F0 R: base reward R0: reference base reward (10 monero) M: block size limit M0: minimum block size limit (60000) F0: 0.002 monero Starts applying at v4 | |||||
2016-09-18 | cmake: transitive deps and remove deprecated LINK_* | redfish | 1 | -6/+2 | |
Keep the immediate direct deps at the library that depends on them, declare deps as PUBLIC so that targets that link against that library get the library's deps as transitive deps. Break dep cycle between blockchain_db <-> crytonote_core. No code refactoring, just hide cycle from cmake so that it doesn't complain (cycles are allowed only between static libs, not shared libs). This is in preparation for supproting BUILD_SHARED_LIBS cmake built-in option for building internal libs as shared. | |||||
2016-08-30 | tests: cmake: fix building with system gtest | redfish | 1 | -1/+1 | |
Issues #980 #983 | |||||
2016-08-28 | tests: add tests for wallet output selection | moneromooo-monero | 1 | -1/+2 | |
2016-08-28 | tests: add Shen Noether's basic ringct tests | moneromooo-monero | 1 | -1/+3 | |
2016-05-01 | unit_tests: add a write_varint/read_varint test | moneromooo-monero | 1 | -1/+2 | |
2016-05-01 | unit_tests: fix UNBOUND_LIBRARIES/UNBOUND_LIBRARY typo | moneromooo-monero | 1 | -1/+1 | |
2016-03-29 | tests: add test for needed OpenSSL algorithms in unbound | moneromooo-monero | 1 | -1/+3 | |
These can be compiled out of libunbound, leading to failure to check DNSSEC validity. | |||||
2015-12-31 | updated copyright year | Riccardo Spagni | 1 | -1/+1 | |
2015-12-26 | tests: add a unit test for canonical decomposed amounts | moneromooo-monero | 1 | -0/+1 | |
2015-12-24 | unit_tests: new test for IP blocking | moneromooo-monero | 1 | -0/+1 | |
2015-09-12 | New hardfork class | moneromooo-monero | 1 | -1/+2 | |
This keeps track of voting via block version, in order to decide when to enable a particular fork's code. | |||||
2015-05-31 | cleaning up, removing redundant files, renaming, fixing incorrect licenses | Riccardo Spagni | 1 | -1/+1 | |
2015-04-07 | Merge BlockchainDB into upstream | Thomas Winget | 1 | -0/+2 | |
2015-03-16 | CMake wiring, minor cleanup, minor test addition | Thomas Winget | 1 | -0/+1 | |
Make Cmake things aware of BerkeleyDB and BlockchainBDB Make the BlockchainDB unit tests aware of BlockchainBDB | |||||
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-02 | year updated in license | Riccardo Spagni | 1 | -1/+1 | |
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 | |