aboutsummaryrefslogtreecommitdiff
path: root/contrib/epee/include/net
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #5531luigi11112019-07-241-4/+8
|\
| * abstract_tcp_server2: move some things out of a lockmoneromooo-monero2019-05-101-4/+8
* | Merge pull request #5530luigi11112019-07-241-2/+0
|\ \
| * | remove obsolete save_graph skeleton codemoneromooo-monero2019-05-101-2/+0
| |/
* | Merge pull request #5528luigi11112019-07-241-1/+1
|\ \
| * | net_utils: fix m_ssl type from time_t to boolmoneromooo-monero2019-05-101-1/+1
| |/
* | allow blocking whole subnetsmoneromooo-monero2019-07-162-2/+49
* | abstract_tcp_server2: improve DoS resistancemoneromooo-monero2019-06-141-4/+5
* | Merge pull request #5618luigi11112019-06-111-6/+4
|\ \
| * | epee: fix SSL autodetect on reconnectionxiphon2019-06-101-6/+4
| |/
* | Fix GCC 9.1 build warningsmoneromooo-monero2019-06-091-0/+5
* | Add ssl_options support to monerod's rpc mode.Lee Clagett2019-05-221-0/+38
|/
* net_ssl: SSL config tweaks for compatibility and securitymoneromooo-monero2019-05-071-0/+3
* change SSL certificate fingerprint whitelisting from SHA1 to SHA-256moneromooo-monero2019-04-261-0/+2
* Merge pull request #5482Riccardo Spagni2019-04-241-0/+1
|\
| * net_helper: clear recv buffer on eofmoneromooo-monero2019-04-231-0/+1
* | levin_protocol_handler_async: tune down preallocation a fair bitmoneromooo-monero2019-04-221-1/+1
|/
* Merge pull request #5445Riccardo Spagni2019-04-161-0/+12
|\
| * wallet: new --offline optionmoneromooo-monero2019-04-151-0/+12
* | Merge pull request #5436Riccardo Spagni2019-04-161-3/+4
|\ \
| * | net_helper: avoid unnecessary memcpymoneromooo-monero2019-04-131-3/+4
| |/
* / abstract_tcp_server2: fix timeout on exitmoneromooo-monero2019-04-122-2/+9
|/
* epee: init a new ssl related variable in ctormoneromooo-monero2019-04-111-0/+1
* simplewallet: new net_stats commandmoneromooo-monero2019-04-112-2/+30
* Enabling daemon-rpc SSL now requires non-system CA verificationLee Clagett2019-04-071-0/+3
* Require manual override for user chain certificates.Lee Clagett2019-04-071-1/+2
* Perform RFC 2818 hostname verification in client SSL handshakesLee Clagett2019-04-072-2/+14
* Require server verification when SSL is enabled.Lee Clagett2019-04-071-0/+6
* Pass SSL arguments via one class and use shared_ptr instead of referenceLee Clagett2019-04-077-110/+151
* Change SSL certificate file list to OpenSSL builtin load_verify_locationLee Clagett2019-04-066-23/+20
* Merge pull request #5348Riccardo Spagni2019-04-061-3/+3
|\
| * epee: some more minor JSON parsing speedupmoneromooo-monero2019-03-251-3/+3
* | Merge pull request #5327Riccardo Spagni2019-04-012-1/+5
|\ \
| * | New interactive daemon command 'print_net_stats': Global traffic statsrbrunner72019-03-242-1/+5
* | | Added socks proxy (tor/i2pd/kovri) support to walletLee Clagett2019-03-254-75/+79
| |/ |/|
* | Merge pull request #5283Riccardo Spagni2019-03-211-5/+6
|\ \
| * | abstract_tcp_server2: fix crashy race on socket shutdownmoneromooo-monero2019-03-191-5/+6
* | | epee: fix build with boost 1.70.0moneromooo-monero2019-03-211-5/+11
| |/ |/|
* | Merge pull request #5061Riccardo Spagni2019-03-174-4/+4
|\ \ | |/ |/|
| * Update 2019 copyrightbinaryFate2019-03-054-4/+4
* | Fix startup errors with SSL cert generationHoward Chu2019-03-081-1/+0
|/
* epee: add SSL supportMartijn Otto2019-03-056-19/+24
* default initialize rpc structuresmoneromooo-monero2019-03-041-0/+14
* Merge pull request #5162Riccardo Spagni2019-03-042-6/+14
|\
| * Use io_service::work in epee tcp serverLee Clagett2019-02-102-6/+14
* | Merge pull request #5160Riccardo Spagni2019-03-041-1/+1
|\ \
| * | epee: Add space after ':' in additional http response headersTom Smeding2019-02-181-1/+1
| |/
* | Merge pull request #5096Riccardo Spagni2019-03-041-1/+2
|\ \
| * | network_throttle: use circular_buffer where appropriatemoneromooo-monero2019-02-011-1/+2
* | | Merge pull request #5091Riccardo Spagni2019-03-041-1/+4
|\ \ \