Age | Commit message (Expand) | Author | Files | Lines |
2019-04-12 | abstract_tcp_server2: fix timeout on exit | moneromooo-monero | 1 | -1/+7 |
2019-04-11 | epee: init a new ssl related variable in ctor | moneromooo-monero | 1 | -0/+1 |
2019-04-07 | Pass SSL arguments via one class and use shared_ptr instead of reference | Lee Clagett | 1 | -24/+20 |
2019-04-06 | Change SSL certificate file list to OpenSSL builtin load_verify_location | Lee Clagett | 1 | -4/+4 |
2019-03-25 | Added socks proxy (tor/i2pd/kovri) support to wallet | Lee Clagett | 1 | -5/+0 |
2019-03-21 | Merge pull request #5283 | Riccardo Spagni | 1 | -5/+6 |
2019-03-21 | epee: fix build with boost 1.70.0 | moneromooo-monero | 1 | -5/+11 |
2019-03-19 | abstract_tcp_server2: fix crashy race on socket shutdown | moneromooo-monero | 1 | -5/+6 |
2019-03-05 | epee: add SSL support | Martijn Otto | 1 | -5/+5 |
2019-03-04 | Merge pull request #5162 | Riccardo Spagni | 1 | -5/+4 |
2019-02-10 | Use io_service::work in epee tcp server | Lee Clagett | 1 | -5/+4 |
2019-02-02 | epee: add SSL support | moneromooo-monero | 1 | -98/+241 |
2019-01-28 | Adding initial support for broadcasting transactions over Tor | Lee Clagett | 1 | -44/+92 |
2019-01-22 | Pruning | moneromooo-monero | 1 | -0/+2 |
2018-12-04 | Merge pull request #4854 | Riccardo Spagni | 1 | -4/+1 |
2018-11-15 | Removed a lot of unnecessary includes | Martijn Otto | 1 | -4/+1 |
2018-11-07 | No longer use a list for registering self references in the abstract tcp | Martijn Otto | 1 | -5/+8 |
2018-11-06 | Merge pull request #3970 | Riccardo Spagni | 1 | -2/+4 |
2018-10-12 | Remove epee header dependency on cryptonote_core | moneromooo-monero | 1 | -6/+4 |
2018-09-09 | abstract_tcp_server2: fix binding to the wrong IP | moneromooo-monero | 1 | -4/+4 |
2018-08-27 | epee: use the socket::bind variant which does not throw | moneromooo-monero | 1 | -2/+18 |
2018-07-15 | abstract_tcp_server2: fix race on shutdown | moneromooo-monero | 1 | -1/+8 |
2018-07-03 | Merge pull request #4080 | Riccardo Spagni | 1 | -2/+2 |
2018-07-03 | Merge pull request #3997 | Riccardo Spagni | 1 | -4/+19 |
2018-06-29 | abstract_tcp_server2: fix use after free | moneromooo-monero | 1 | -2/+2 |
2018-06-18 | abstract_tcp_server2: restart async accept on error | moneromooo-monero | 1 | -4/+19 |
2018-06-10 | epee: adaptive connection timeout system | moneromooo-monero | 1 | -16/+64 |
2018-06-09 | abstract_tcp_server2: fix busy calling of idle IO service | moneromooo-monero | 1 | -2/+4 |
2018-05-27 | http_protocol_handler: limit the number of starting newlines | moneromooo-monero | 1 | -1/+1 |
2018-05-26 | abstract_tcp_server2: timeout on RPC connections | moneromooo-monero | 1 | -1/+60 |
2018-04-19 | epee: Drop deprecated Boost.Thread header | Jan Beich | 1 | -1/+2 |
2018-02-16 | Merge pull request #3226 | Riccardo Spagni | 1 | -1/+1 |
2018-02-11 | Fix #602 Turn on socket keepalive | Howard Chu | 1 | -0/+3 |
2018-02-02 | pass large parameters by const ref, not value | moneromooo-monero | 1 | -1/+1 |
2017-12-18 | abstract_tcp_server2: log init_server errors as fatal | moneromooo-monero | 1 | -1/+11 |
2017-11-28 | Corrections in rate limiting / trottle code, especially in 'out' direction | rbrunner7 | 1 | -5/+4 |
2017-10-07 | frob level 1 logs a bit for consistency | moneromooo-monero | 1 | -2/+2 |
2017-10-05 | Upgrades to epee::net_utils::network_address | Lee Clagett | 1 | -2/+2 |
2017-08-16 | abstract_tcp_server2: improve tracking/cancelling of early connections | moneromooo-monero | 1 | -19/+14 |
2017-06-28 | abstract_tcp_server2: guard against accessing lock on a destroyed object | moneromooo-monero | 1 | -3/+3 |
2017-05-27 | abstracted nework addresses | moneromooo-monero | 1 | -3/+4 |
2017-01-16 | Change logging to easylogging++ | moneromooo-monero | 1 | -46/+39 |
2016-12-13 | Adding HTTP Digest Auth (but not yet enabled) | Lee Clagett | 1 | -3/+4 |
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-10-03 | Removed all code related to fast_exit | NanoAkron | 1 | -13/+1 |
2016-05-18 | contrib: epee: add exception spec to throwing destructors | redfish | 1 | -1/+1 |
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-11 | Use boost::thread instead of std::thread | Howard Chu | 1 | -2/+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-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 | 1 | -3/+20 |
2015-12-22 | epee: fix hang on exit | moneromooo-monero | 1 | -1/+20 |
2015-11-23 | Add IP blocking for misbehaving nodes (adapted from Boolberry) | Javier Smooth | 1 | -3/+1 |
2015-04-08 | [fix] Network 1.8: unlimited the RPC connections | rfree2monero | 1 | -45/+89 |
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 | 1 | -9/+59 |
2015-02-20 | 2014 network limit 1.0a +utils +toc -doc -drmonero | rfree2monero | 1 | -99/+278 |
2014-09-29 | dependencies enforced, send que error message log level moved | Riccardo Spagni | 1 | -1/+1 |
2014-09-09 | moved non-critical warnings and errors to log level 1 | fluffypony | 1 | -1/+1 |
2014-07-25 | move modified epee code to new classes, revert license | fluffypony | 1 | -25/+23 |
2014-07-23 | License updated to BSD 3-clause | fluffypony | 1 | -23/+25 |
2014-05-25 | 0.8.8update | mydesktop | 1 | -2/+2 |
2014-04-30 | mac osx building fixes | mydesktop | 1 | -2/+2 |
2014-03-20 | some fixes | Antonio Juarez | 1 | -6/+9 |
2014-03-03 | moved all stuff to github | Antonio Juarez | 1 | -0/+811 |