summaryrefslogtreecommitdiff
path: root/contrib/epee/include
Commit message (Expand)AuthorAgeFilesLines
* console_handler: add a global log when exiting via EOFmoneromooo-monero2018-10-201-1/+4
* levin_protocol_handler_async: do not propagate exception through dtormoneromooo-monero2018-09-271-0/+6
* net_helper: do not propagate exceptions through dtormoneromooo-monero2018-09-271-1/+2
* epee: do not propagate exception through dtormoneromooo-monero2018-09-271-1/+2
* epee: fix stack overflow on crafted inputmoneromooo-monero2018-09-251-5/+8
* epee: fix invalid memory write reading an array entrymoneromooo-monero2018-09-251-0/+8
* Merge pull request #4209Riccardo Spagni2018-09-211-6/+40
|\
| * Added features to epee::span<T> :Lee Clagett2018-08-031-6/+40
* | Merge pull request #4306Riccardo Spagni2018-09-182-1/+19
|\ \
| * | wipeable_string: add hex_to_pod functionmoneromooo-monero2018-09-122-1/+19
* | | Merge pull request #3430Riccardo Spagni2018-09-181-1/+1
|\ \ \
| * | | Modify depends for monero's dependenciesTheCharlatan2018-09-101-1/+1
* | | | Merge pull request #4307Riccardo Spagni2018-09-141-4/+20
|\ \ \ \ | |/ / / |/| | |
| * | | abstract_tcp_server2: fix binding to the wrong IPmoneromooo-monero2018-09-091-4/+4
| * | | epee: use the socket::bind variant which does not throwmoneromooo-monero2018-08-271-2/+18
| |/ /
* | | Merge pull request #4270luigi11112018-09-042-1/+14
|\ \ \ | |/ / |/| |
| * | epee: some speedup in parsingmoneromooo-monero2018-08-191-1/+8
| * | epee: resize vectors where possible in serializationmoneromooo-monero2018-08-171-0/+6
* | | common: add a class to safely wrap mlock/munlockmoneromooo-monero2018-08-162-0/+94
* | | store secret keys encrypted where possiblemoneromooo-monero2018-08-161-0/+9
* | | wallet: wipe seed from memory where appropriatemoneromooo-monero2018-08-163-1/+77
|/ /
* | Merge pull request #4177luigi11112018-08-151-0/+1
|\ \
| * | epee: set jsonrpc to "2.0" in parse error return datamoneromooo-monero2018-07-251-0/+1
| |/
* | Merge pull request #4130luigi11112018-08-152-1/+9
|\ \
| * | abstract_tcp_server2: fix race on shutdownmoneromooo-monero2018-07-152-1/+9
| |/
* | Merge pull request #4090luigi11112018-08-151-5/+13
|\ \ | |/ |/|
| * http_protocol_handler: fix HTTP/x.y parsingmoneromooo-monero2018-07-031-1/+1
| * http_protocol_handler: catch invalid numbers when parsingmoneromooo-monero2018-07-031-4/+12
* | Merge pull request #4080Riccardo Spagni2018-07-031-2/+2
|\ \
| * | abstract_tcp_server2: fix use after freemoneromooo-monero2018-06-291-2/+2
| |/
* | Merge pull request #3997Riccardo Spagni2018-07-031-4/+19
|\ \ | |/ |/|
| * abstract_tcp_server2: restart async accept on errormoneromooo-monero2018-06-181-4/+19
* | epee.string_tools: add conversion between UTF-8 and UTF-16stoffu2018-06-282-15/+45
* | Merge pull request #3971luigi11112018-06-251-1/+1
|\ \
| * | epee: fix include for ofstreammoneromooo-monero2018-06-091-1/+1
| |/
* | Merge pull request #3962luigi11112018-06-254-19/+75
|\ \
| * | epee: adaptive connection timeout systemmoneromooo-monero2018-06-104-19/+75
| |/
* | Merge pull request #3902luigi11112018-06-201-1/+1
|\ \
| * | epee: fix detection of 172.16.0.0/172.31.255.255 local IP rangemoneromooo-monero2018-06-011-1/+1
| |/
* | Merge pull request #3897luigi11112018-06-201-1/+2
|\ \
| * | mlog: --max-log-files to set the max number of rotated log filesstoffu2018-06-131-1/+2
| |/
* | Merge pull request #3878luigi11112018-06-191-3/+3
|\ \
| * | disable file size sanity check when loading the wallet cachemoneromooo-monero2018-05-281-3/+3
* | | Merge pull request #3821luigi11112018-06-191-1/+1
|\ \ \
| * | | epee: log type name when a container size check failsmoneromooo-monero2018-05-171-1/+1
| |/ /
* | / wallet-rpc: added IPs to error logging in simple_http_connection_handlerjcktm2018-06-132-18/+18
| |/ |/|
* | http_protocol_handler: limit the number of starting newlinesmoneromooo-monero2018-05-273-1/+12
* | abstract_tcp_server2: timeout on RPC connectionsmoneromooo-monero2018-05-262-1/+68
* | http_protocol_handler: speedup newline discardingmoneromooo-monero2018-05-261-2/+5
* | console_handler: fix start_default_console use of prompt parametermoneromooo-monero2018-05-261-3/+21
|/