Age | Commit message (Expand) | Author | Files | Lines |
2017-06-19 | net_utils_base: added missing template keyword | kenshi84 | 1 | -1/+1 |
2017-05-27 | abstracted nework addresses | moneromooo-monero | 7 | -25/+121 |
2017-03-18 | Removed boost/asio.hpp include from epee/string_tools.h | Lee Clagett | 2 | -0/+2 |
2017-03-05 | http_client: allow cancelling a download | moneromooo-monero | 1 | -2/+10 |
2017-03-05 | http_client: allow derived class to get headers at start | moneromooo-monero | 1 | -0/+11 |
2017-02-22 | Merge pull request #1762 | Riccardo Spagni | 1 | -1/+1 |
2017-02-21 | http_server_impl_base: set bind message to MGINFO | anonimal | 1 | -1/+1 |
2017-02-21 | update copyright year, fix occasional lack of newline at line end | Riccardo Spagni | 1 | -1/+1 |
2017-02-20 | http_client: add a couple consts | moneromooo-monero | 1 | -2/+2 |
2017-02-12 | epee: fix some log macros not printing context nicely | moneromooo-monero | 1 | -5/+5 |
2017-02-06 | Add server auth to monerod, and client auth to wallet-cli and wallet-rpc | Lee Clagett | 5 | -41/+78 |
2017-01-25 | Updates to epee HTTP client code | Lee Clagett | 3 | -183/+63 |
2017-01-16 | Change logging to easylogging++ | moneromooo-monero | 25 | -117/+174 |
2017-01-11 | Added (not yet enabled) HTTP client authentication | Lee Clagett | 3 | -22/+101 |
2016-12-30 | Workarounds for gcc 4.8 | Lee Clagett | 1 | -3/+10 |
2016-12-13 | Adding HTTP Digest Auth (but not yet enabled) | Lee Clagett | 4 | -6/+103 |
2016-12-04 | Merge pull request #1403 | Riccardo Spagni | 1 | -1/+1 |
2016-12-04 | Merge pull request #1385 | Riccardo Spagni | 1 | -0/+30 |
2016-12-04 | Spelling in errors | taushet | 1 | -1/+1 |
2016-11-28 | epee: add functions to convert from URL format (ie, %XX values) | moneromooo-monero | 1 | -0/+30 |
2016-11-28 | epee: signal cond var before unlocking | moneromooo-monero | 1 | -1/+1 |
2016-11-23 | Fix DNS failures in offline mode preventing daemon startup | moneromooo-monero | 1 | -3/+3 |
2016-11-12 | levin: fix wrong value passed as return code to remote call | moneromooo-monero | 1 | -1/+1 |
2016-10-03 | Removed all code related to fast_exit | NanoAkron | 2 | -14/+1 |
2016-09-18 | epee: optionally restrict HTTP service to a configurable user agent | moneromooo-monero | 5 | -12/+31 |
2016-09-01 | epee: do not try network resolution if loopback worked | moneromooo-monero | 1 | -1/+1 |
2016-06-22 | contrib: epee: add missing noexcept spec to class decl | redfish | 1 | -1/+1 |
2016-05-18 | contrib: epee: add exception spec to throwing destructors | redfish | 2 | -2/+2 |
2016-05-14 | Don't allow 'flush_txpool' and 'setbans' JSON_RPC methods when running in res... | osensei | 1 | -2/+4 |
2016-04-17 | abstract_tcp_server2: fix send queue limit warning spam | moneromooo-monero | 1 | -1/+1 |
2016-04-17 | abstract_tcp_server2: avoid deadlock waiting for send queue to drain | moneromooo-monero | 1 | -2/+5 |
2016-03-27 | abstract_tcp_server2: possible fix for exception in handle_accept | moneromooo-monero | 1 | -4/+17 |
2016-03-21 | Revert "Print stack trace upon exceptions" | moneromooo-monero | 1 | -1/+1 |
2016-03-20 | Merge pull request #736 | Riccardo Spagni | 1 | -0/+8 |
2016-03-20 | epee: fix potential hang on exit | moneromooo-monero | 1 | -0/+8 |
2016-03-19 | Print stack trace upon exceptions | moneromooo-monero | 1 | -1/+1 |
2016-03-12 | epee: fix bug deleting more than one connection at once | moneromooo-monero | 1 | -0/+1 |
2016-03-11 | Use boost::thread instead of std::thread | Howard Chu | 2 | -5/+5 |
2016-02-18 | Fix crash in std::map for connections_map | Howard Chu | 1 | -1/+2 |
2016-02-13 | epee: always call the PRNG through the locked API | moneromooo-monero | 1 | -1/+1 |
2016-01-30 | epee: use generate_random_bytes for new random uuids | moneromooo-monero | 1 | -1/+6 |
2016-01-25 | more typos fixed | Henning Kopp | 1 | -1/+1 |
2016-01-02 | IP_TOS not supported before Windows7 | Howard Chu | 1 | -1/+4 |
2015-12-23 | epee: regularly cleanup connections we kept a reference to | moneromooo-monero | 2 | -4/+23 |
2015-12-22 | epee: fix hang on exit | moneromooo-monero | 2 | -1/+25 |
2015-11-27 | core_rpc_server: add a --restricted-rpc option | moneromooo-monero | 1 | -2/+4 |
2015-11-23 | Add IP blocking for misbehaving nodes (adapted from Boolberry) | Javier Smooth | 1 | -3/+1 |
2015-04-10 | [fix] log level change. compilation: dns, tests | rfree2monero | 1 | -2/+2 |
2015-04-08 | [fix] Network 1.8: unlimited the RPC connections | rfree2monero | 3 | -59/+112 |
2015-04-01 | [fix] mac os x includes std::random... | rfree2monero | 1 | -0/+4 |
2015-04-01 | remerged; commands JSON. logging upgrade. doxygen | rfree2monero | 1 | -1/+0 |
2015-04-01 | Merge remote-tracking branch 'monero-official/master' into network-1.6-work1 | rfree2monero | 1 | -4/+4 |
2015-03-27 | Restore daemon interactive mode | Thomas Winget | 1 | -4/+4 |
2015-02-20 | 2014 network limit 1.2 +utils +toc -doc -drmonero | rfree2monero | 1 | -11/+10 |
2015-02-20 | fixed size_t on windows | rfree2monero | 1 | -2/+8 |
2015-02-20 | 2014 network limit 1.1 +utils +toc -doc -drmonero | rfree2monero | 4 | -14/+99 |
2015-02-20 | 2014 network limit 1.0a +utils +toc -doc -drmonero | rfree2monero | 3 | -127/+336 |
2015-01-02 | year updated in license | Riccardo Spagni | 15 | -15/+15 |
2014-10-02 | forgot to add connection context to log line | Riccardo Spagni | 1 | -1/+1 |
2014-10-02 | moved non-critical p2p errors to l2 | Riccardo Spagni | 2 | -2/+2 |
2014-09-29 | dependencies enforced, send que error message log level moved | Riccardo Spagni | 1 | -1/+1 |
2014-09-15 | increase ABSTRACT_SERVER_SEND_QUE_MAX_COUNT to a more sane value | Riccardo Spagni | 1 | -1/+1 |
2014-09-09 | moved non-critical warnings and errors to log level 1 | fluffypony | 5 | -9/+9 |
2014-07-25 | move modified epee code to new classes, revert license | fluffypony | 42 | -1062/+875 |
2014-07-23 | License updated to BSD 3-clause | fluffypony | 42 | -875/+1062 |
2014-05-25 | extra files | mydesktop | 4 | -0/+433 |
2014-05-25 | 0.8.8update | mydesktop | 4 | -127/+38 |
2014-05-03 | initial [broken] update | mydesktop | 1 | -1/+1 |
2014-04-30 | mac osx building fixes | mydesktop | 2 | -4/+4 |
2014-04-07 | Improvements in JSON RPC | Antonio Juarez | 2 | -48/+40 |
2014-04-02 | json rpc for wallet and bugfix | Antonio Juarez | 3 | -18/+92 |
2014-03-20 | some fixes | Antonio Juarez | 17 | -125/+160 |
2014-03-03 | moved all stuff to github | Antonio Juarez | 39 | -0/+10745 |