Age | Commit message (Expand) | Author | Files | Lines |
2016-11-09 | thread_group: fix build with asserts enabled | moneromooo-monero | 1 | -1/+1 |
2016-11-02 | adding thread_group for managing async tasks | Lee Clagett | 3 | -2/+301 |
2016-10-20 | perf_timer: format string fix for 32 bits | moneromooo-monero | 1 | -1/+1 |
2016-10-10 | perf_timer: new class and macros to make performance logs easier | moneromooo-monero | 3 | -1/+142 |
2016-10-04 | Merge pull request #1139 | Riccardo Spagni | 1 | -3/+3 |
2016-09-26 | Dropped "bit" from bitmonero. | Randi Joseph | 1 | -3/+3 |
2016-09-24 | core: make the sync chunk block count overridable | moneromooo-monero | 2 | -0/+7 |
2016-09-18 | epee: optionally restrict HTTP service to a configurable user agent | moneromooo-monero | 2 | -0/+2 |
2016-09-18 | cmake: transitive deps and remove deprecated LINK_* | redfish | 1 | -1/+3 |
2016-08-29 | More for PR#999 | Howard Chu | 1 | -1/+1 |
2016-08-28 | wallet: fix some "may be used uninitialized" warnings | moneromooo-monero | 1 | -2/+2 |
2016-07-27 | cmake,common: flag for stack trace | redfish | 2 | -6/+5 |
2016-07-10 | common: stack trace: make clang happy with func ptrs | redfish | 1 | -9/+29 |
2016-06-21 | remove POSIX_C_SOURCE and remove dlfcn.h for static builds | luigi1111 | 1 | -0/+2 |
2016-06-21 | Merge pull request #868 | Riccardo Spagni | 1 | -2/+2 |
2016-06-20 | common: fix build without libunwind | moneromooo-monero | 1 | -2/+2 |
2016-06-19 | Merge pull request #775 | Riccardo Spagni | 3 | -2/+168 |
2016-04-28 | Print stack trace on exceptions | moneromooo-monero | 3 | -2/+168 |
2016-04-28 | add a --max-concurrency flag | moneromooo-monero | 2 | -0/+26 |
2016-04-06 | util: add a function to set umask to 077 | moneromooo-monero | 2 | -0/+11 |
2016-03-27 | common: new json_util.h | moneromooo-monero | 1 | -0/+53 |
2016-03-21 | Revert "Print stack trace upon exceptions" | moneromooo-monero | 3 | -140/+0 |
2016-03-19 | Print stack trace upon exceptions | moneromooo-monero | 3 | -0/+140 |
2016-03-11 | Use boost::thread instead of std::thread | Howard Chu | 1 | -2/+2 |
2016-02-23 | dns_utils: const compatibility with older libunbound | moneromooo-monero | 1 | -22/+16 |
2016-02-18 | std::condvar is broken on Win32 with gcc/g++ 4.8 too | Howard Chu | 1 | -2/+2 |
2016-02-08 | core_tests: add tests for hard fork behaviors (MRL-0004) | moneromooo-monero | 2 | -6/+0 |
2016-01-25 | Merge pull request #622 | Riccardo Spagni | 1 | -1/+1 |
2016-01-25 | more typos fixed | Henning Kopp | 1 | -1/+1 |
2016-01-21 | OpenBSD support for Monero. | me0wmix | 1 | -0/+2 |
2015-12-31 | updated copyright year | Riccardo Spagni | 19 | -19/+19 |
2015-12-19 | Add missing semicolons after log statements | moneromooo-monero | 1 | -1/+1 |
2015-12-15 | Replace tabs and remove trailing whitespace | warptangent | 1 | -24/+24 |
2015-12-15 | Optionally restrict DNS queries to TCP | warptangent | 1 | -3/+24 |
2015-12-13 | add a --fakechain argument for tests | moneromooo-monero | 2 | -0/+6 |
2015-12-08 | Register daemon command line arguments to core if they're used in core | moneromooo-monero | 2 | -0/+48 |
2015-11-30 | Merge pull request #515 | Riccardo Spagni | 1 | -0/+5 |
2015-11-29 | wallet: cancellable refresh | moneromooo-monero | 2 | -7/+7 |
2015-11-25 | util: use putenv instead of setenv for mingw | moneromooo-monero | 1 | -0/+5 |
2015-11-21 | Fix startup crash when using a locale boost does not like | moneromooo-monero | 2 | -0/+21 |
2015-11-21 | i18n: allow language to be passed as a parameter | moneromooo-monero | 2 | -5/+7 |
2015-10-27 | common: const and init list pedantry | moneromooo-monero | 2 | -2/+3 |
2015-09-27 | dns_utils: fix wrong asserts | moneromooo-monero | 1 | -2/+2 |
2015-08-30 | dns_utils: remove unnecessary string conversion | moneromooo-monero | 1 | -5/+2 |
2015-08-30 | dns_utils: factor the fetching code for different DNS record types | moneromooo-monero | 2 | -59/+34 |
2015-08-30 | dns_utils: simplify string handling and fix leak | moneromooo-monero | 1 | -5/+1 |
2015-08-27 | dns_utils: add a const where possible | moneromooo-monero | 2 | -2/+2 |
2015-08-27 | dns_utils: lock access to the singleton | moneromooo-monero | 1 | -0/+4 |
2015-08-27 | dns: make ctor private | moneromooo-monero | 2 | -1/+15 |
2015-07-15 | Add missing file - i18n.cpp | moneromooo-monero | 1 | -0/+297 |
2015-07-14 | Translatable strings for simplewallet | moneromooo-monero | 2 | -2/+40 |
2015-06-20 | Set dnssec_valid value correctly in dns_utils; fix address_from_url test | Rostislav | 1 | -3/+3 |
2015-06-07 | dns_utils: simpify smart pointer use, and use for url strings too | moneromooo-monero | 2 | -39/+46 |
2015-05-31 | cleaning up, removing redundant files, renaming, fixing incorrect licenses | Riccardo Spagni | 3 | -0/+84 |
2015-05-19 | Allow name@domain.tld for OpenAlias lookups | warptangent | 2 | -0/+25 |
2015-05-19 | Revert "Allow name@domain.tld for OpenAlias lookups" | warptangent | 2 | -25/+14 |
2015-04-29 | Allow name@domain.tld for OpenAlias lookups | Thomas Winget | 2 | -14/+25 |
2015-04-10 | [fix] log level change. compilation: dns, tests | rfree2monero | 1 | -1/+1 |
2015-04-02 | Merge pull request #252 | Riccardo Spagni | 3 | -1/+24 |
2015-04-02 | Fixed DNS resolution bug in Windows | Thomas Winget | 1 | -4/+2 |
2015-04-01 | remerged; commands JSON. logging upgrade. doxygen | rfree2monero | 3 | -1/+24 |
2015-03-24 | DNSSEC added (hardcoded key) | Thomas Winget | 1 | -0/+66 |
2015-03-20 | Hopefully fixes build on Windows | Thomas Winget | 2 | -1/+13 |
2015-02-24 | Daemonize changes pulled in -- daemon builds | Thomas Winget | 4 | -0/+272 |
2015-01-02 | year updated in license | Riccardo Spagni | 14 | -14/+14 |
2014-10-24 | cmake: support 2.8.7 | Ben Boeckel | 1 | -1/+1 |
2014-10-23 | cmake: handle private vs. public headers | Ben Boeckel | 1 | -2/+10 |
2014-10-23 | cmake: refactor common code with libraries | Ben Boeckel | 1 | -9/+1 |
2014-10-23 | cmake: put each library into its own directory | Ben Boeckel | 1 | -0/+64 |
2014-10-06 | build libunbound from external if no local libunbound or for static builds | Riccardo Spagni | 1 | -1/+2 |
2014-10-03 | quick hacky fix for broken TXT reads | Riccardo Spagni | 1 | -1/+9 |
2014-09-30 | updated DNSResolver/things that use it for DNSSEC | Thomas Winget | 2 | -6/+14 |
2014-09-25 | Revert "low risk, potentially varint overflow bug patched thanks to BBR" | Riccardo Spagni | 1 | -24/+1 |
2014-09-24 | Remove LDNS dep and fix a bug in libunbound const correctness fix | Thomas Winget | 2 | -4/+4 |
2014-09-24 | Removed ldns dependency | Thomas Winget | 2 | -4/+9 |
2014-09-24 | low risk, potentially varint overflow bug patched thanks to BBR | Riccardo Spagni | 1 | -1/+24 |
2014-09-24 | libunbound has const correctness issues... | Thomas Winget | 1 | -5/+19 |
2014-09-24 | temp commit | Thomas Winget | 1 | -15/+42 |
2014-09-23 | Added function to check syntax of URL for DNS lookup | Thomas Winget | 2 | -8/+44 |
2014-09-23 | change to allow (at least a bit) for multiple TXT records | Thomas Winget | 2 | -9/+14 |
2014-09-23 | Monero addres from DNS TXT record implemented, tests pass | Thomas Winget | 2 | -24/+45 |
2014-09-23 | Use the loop iterator, previous version of me. | Thomas Winget | 1 | -2/+2 |
2014-09-23 | ipv4 and ipv6 resolution working | Thomas Winget | 2 | -21/+125 |
2014-09-23 | Initial commit of DNS code | Thomas Winget | 2 | -0/+141 |
2014-09-15 | Separate testnet default data dir | Zachary Michaels | 2 | -0/+2 |
2014-09-11 | HOW DO I ENGLISH? | jebes | 1 | -1/+1 |
2014-09-11 | mispelled brief, corrected it | jebes | 2 | -14/+14 |
2014-09-11 | HOW DO I GIT? | jebes | 1 | -1/+1 |
2014-09-11 | Documented varint | jebes | 4 | -40/+80 |
2014-09-09 | commented util.h | jebes | 2 | -8/+45 |
2014-07-23 | License updated to BSD 3-clause | fluffypony | 11 | -34/+319 |
2014-07-01 | Fix assert bug in base58 encode | Zachary Michaels | 1 | -1/+1 |
2014-06-12 | DRY cin input_line (and test replacement of non-DRY usage) | Thomas Winget | 2 | -0/+15 |
2014-06-12 | builds, but doesn't link. other than that, electrum-style recovery implement... | Thomas Winget | 1 | -0/+6 |
2014-05-03 | initial [broken] update | mydesktop | 3 | -5/+80 |
2014-04-02 | json rpc for wallet and bugfix | Antonio Juarez | 1 | -0/+2 |
2014-03-20 | some fixes | Antonio Juarez | 4 | -5/+64 |
2014-03-03 | moved all stuff to github | Antonio Juarez | 11 | -0/+1249 |