summaryrefslogtreecommitdiff
path: root/contrib/epee/src
Commit message (Expand)AuthorAgeFilesLines
* protocol: drop peers that don't reply to queriesmoneromooo2020-12-061-8/+6
* keep only the last seen node on a given host in the white listmoneromooo2020-12-041-0/+33
* epee: readline_buffer - fix thread safety, fix sync() after stop()xiphon2020-11-071-1/+9
* wallet2_api: implement runtime proxy configurationxiphon2020-07-201-0/+5
* Merge pull request #6565Alexander Blair2020-07-191-1/+1
|\
| * fix a few typos in error messagesmoneromooo-monero2020-05-191-1/+1
* | Merge pull request #6512Alexander Blair2020-07-199-9/+9
|\ \
| * | Update copyright year to 2020SomaticFanatic2020-05-069-9/+9
| |/
* | Merge pull request #6584luigi11112020-07-081-1/+1
|\ \
| * | rpc: don't display invalid json errors on default log levelmoneromooo-monero2020-05-231-1/+1
| |/
* | Merge pull request #6559luigi11112020-07-081-1/+4
|\ \
| * | ByteSlice: Fix persisting ptr to std::moved SSO bufferDoyle2020-05-201-1/+4
| |/
* / Fixed bugs for take_slice and byte_stream->byte_sliceLee Clagett2020-05-121-9/+17
|/
* Add byte_stream for zero-copy serialization, and add support in ZMQ-JSON.Lee Clagett2020-04-113-3/+137
* Use byte_slice for sending zmq messages - removes data copy within zmqLee Clagett2020-04-031-4/+15
* Merge pull request #6359luigi11112020-04-211-3/+3
|\
| * Fixed string_ref usage bug in epee::from_hex::vectorLee Clagett2020-03-301-3/+3
* | Allow wallet2.h to run in WebAssemblywoodser2020-04-152-1/+143
|/
* Merge pull request #6387luigi11112020-04-041-2/+2
|\
| * epee: avoid spamming 'Generating SSL certificate' in the logsxiphon2020-03-131-2/+2
* | Merge pull request #6370luigi11112020-04-041-1/+3
|\ \
| * | Use boost::asio::ssl::context::sslv23 for backwards compatibilityMartijn Otto2020-03-111-1/+3
| |/
* | Merge pull request #6351luigi11112020-04-041-2/+39
|\ \
| * | Move hex->bin conversion to monero copyright files and with less includesLee Clagett2020-03-091-2/+39
| |/
* | Merge pull request #6335luigi11112020-04-041-3/+4
|\ \ | |/ |/|
| * wipeable_string: split - treat CR, LF and Tabs as separatorsxiphon2020-02-121-3/+4
* | Merge pull request #6205Alexander Blair2020-02-281-1/+1
|\ \
| * | ssl: server-side: allow multiple version of TLSBertrand Jacquin2019-12-031-1/+1
| |/
* | Merge pull request #6184Alexander Blair2020-02-061-0/+42
|\ \
| * | net_ssl: load default certificates in CA mode on Windowsmoneromooo-monero2019-11-261-0/+42
| |/
* / epee: reorder a couple init list fields to match declarationmoneromooo-monero2019-11-251-1/+1
|/
* daemon, wallet: new pay for RPC use systemmoneromooo-monero2019-10-251-1/+1
* Merge pull request #5996luigi11112019-10-221-2/+10
|\
| * epee: fix SSL server handshake, run_one() can block, use poll_one()xiphon2019-10-181-2/+10
* | Merge pull request #5966luigi11112019-10-222-1/+50
|\ \ | |/ |/|
| * Support median block size > 4 GBmoneromooo-monero2019-10-212-1/+50
* | Merge pull request #5936luigi11112019-10-081-2/+2
|\ \
| * | build: fix MinGW GUI dependencies buildxiphon2019-09-261-2/+2
* | | Merge pull request #5918luigi11112019-10-081-3/+24
|\ \ \ | |_|/ |/| |
| * | epee: implement handshake timeout for SSL connectionsxiphon2019-09-171-3/+24
* | | Merge pull request #5893luigi11112019-09-301-0/+2
|\ \ \ | |_|/ |/| |
| * | epee: connection_basic: resolve CID 203916 (UNINIT_CTOR)anonimal2019-09-061-0/+1
| * | epee: connection_basic: resolve CID 203920 (UNINIT_CTOR)anonimal2019-09-061-0/+1
| |/
* | epee: misc_log_ex.h can now be used in C codemoneromooo-monero2019-09-241-11/+25
* | Merge pull request #5892luigi11112019-09-241-2/+2
|\ \
| * | depends: attempt to fix readlineiDunk54002019-09-071-2/+2
| |/
* / Properly format multiline logsmoneromooo-monero2019-09-161-1/+37
|/
* Merge pull request #5536luigi11112019-09-041-0/+10
|\
| * simplewallet: lock console on inactivitymoneromooo-monero2019-08-281-0/+10
* | Added support for "noise" over I1P/Tor to mask Tx transmission.Lee Clagett2019-07-173-3/+131