summaryrefslogtreecommitdiff
path: root/contrib/epee
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
* Add clear method to byte_streamLee Clagett2020-08-171-0/+3
* Merge pull request #6736Alexander Blair2020-08-161-0/+7
|\
| * epee: further defending against exceptions in command handlersmoneromooo-monero2020-08-021-0/+7
* | Merge pull request #6727Alexander Blair2020-08-161-9/+31
|\ \
| * | epee: guard against exceptions in RPC handlersmoneromooo-monero2020-07-301-9/+31
| |/
* | Merge pull request #6720Alexander Blair2020-08-161-26/+0
|\ \
| * | epee: Remove unused functions in local_ip.hJean Pierre Dudey2020-07-221-26/+0
| |/
* | Merge pull request #6718Alexander Blair2020-08-162-2/+12
|\ \
| * | Fix overflow issue in epee:misc_utils::rolling_median_t and median(), with un...koe2020-07-232-2/+12
| |/
* | Merge pull request #6716Alexander Blair2020-08-163-8/+6
|\ \
| * | wallet2_api: implement runtime proxy configurationxiphon2020-07-203-8/+6
| |/
* / Wallet, daemon: From 'help_advanced' back to 'help', and new 'apropos' commandrbrunner72020-07-241-0/+25
|/
* Merge pull request #6565Alexander Blair2020-07-191-1/+1
|\
| * fix a few typos in error messagesmoneromooo-monero2020-05-191-1/+1
* | Merge pull request #6516Alexander Blair2020-07-192-7/+0
|\ \
| * | remove double includessumogr2020-05-112-7/+0
* | | Merge pull request #6512Alexander Blair2020-07-1921-21/+21
|\ \ \
| * | | Update copyright year to 2020SomaticFanatic2020-05-0621-21/+21
| | |/ | |/|
* | | Merge pull request #6675luigi11112020-07-081-1/+1
|\ \ \
| * | | epee: fix array underflow in unicode parsingmoneromooo-monero2020-06-211-1/+1
* | | | 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
| |/ /
* | | Merge pull request #6539luigi11112020-06-081-6/+6
|\ \ \
| * | | epee: use memwipe rather than memset for md5 secretsmoneromooo-monero2020-05-161-6/+6
| |/ /
* | | Merge pull request #6522luigi11112020-06-081-9/+17
|\ \ \
| * | | Fixed bugs for take_slice and byte_stream->byte_sliceLee Clagett2020-05-121-9/+17
| |/ /
* | | Fix boost <1.60 compilation and fix boost 1.73+ warningsLee Clagett2020-05-314-17/+17
* | | build: fix boost 1.73 compatibilityselsta2020-05-142-6/+6
|/ /
* | Add byte_stream for zero-copy serialization, and add support in ZMQ-JSON.Lee Clagett2020-04-115-4/+386
* | Merge pull request #6446luigi11112020-05-012-0/+11
|\ \
| * | trezor: adapt to new passphrase mechanismDusan Klinec2020-04-272-0/+11
| |/
* | Use byte_slice for sending zmq messages - removes data copy within zmqLee Clagett2020-04-032-5/+24
* | 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-156-159/+260
|/
* 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-044-40/+63
|\ \
| * | Move hex->bin conversion to monero copyright files and with less includesLee Clagett2020-03-094-36/+58
| * | Remove temporary std::string creation in some hex->bin callsLee Clagett2020-03-091-5/+6
* | | Merge pull request #6339luigi11112020-04-043-3/+3
|\ \ \
| * | | remove empty statementsInterchained2020-02-173-3/+3
* | | | Merge pull request #6335luigi11112020-04-041-3/+4
|\ \ \ \