summaryrefslogtreecommitdiff
path: root/contrib/epee/src
Commit message (Expand)AuthorAgeFilesLines
* epee: fallback to a counter if gmtime fails when rotating logsmoneromooo-monero2018-07-031-1/+2
* mlog: fix setting no logsmoneromooo-monero2018-04-251-1/+6
* wipeable_string: don't try to wipe an empty buffermoneromooo-monero2018-02-181-3/+6
* memwipe: add missing #include <stdio.h>stoffu2018-02-171-0/+1
* Merge pull request #3217Riccardo Spagni2018-02-161-10/+6
|\
| * wipeable_string: call memwipe directlymoneromooo-monero2018-01-311-10/+6
* | Merge pull request #3187Riccardo Spagni2018-02-161-0/+6
|\ \ | |/ |/|
| * call _exit instead of abort in release modemoneromooo-monero2018-02-011-0/+6
* | Readd copyright starting datexmr-eric2018-01-263-3/+3
* | Update 2018 copyrightxmr-eric2018-01-268-8/+8
|/
* remove unnecessary includeJethro Grassie2018-01-181-1/+0
* Keep readline optionalJethro Grassie2018-01-111-1/+1
* Merge pull request #2995Riccardo Spagni2018-01-101-1/+1
|\
| * wipeable_string: fix buffer overreadmoneromooo-monero2017-12-231-1/+1
* | move memwipe to epee to avoid common<->crypto circular dependenciesmoneromooo-monero2018-01-102-1/+111
* | epee: remove dependency on commonmoneromooo-monero2018-01-103-6/+3
* | Merge pull request #2920Riccardo Spagni2017-12-253-6/+6
|\ \ | |/ |/|
| * network_throttle: fix ineffective lockingmoneromooo-monero2017-12-181-3/+5
| * network_throttle: remove unused xxx static membermoneromooo-monero2017-12-181-3/+0
| * mlog: terminate a string at last char, just in casemoneromooo-monero2017-12-181-0/+1
* | wipeable_string: move a wipe from reserve to growmoneromooo-monero2017-12-191-3/+2
* | wipeable_string: ignore reserve size less than actual sizemoneromooo-monero2017-12-191-2/+1
* | wipeable_string: fix clear and push_backmoneromooo-monero2017-12-191-1/+4
|/
* Merge pull request #2877Riccardo Spagni2017-12-174-1/+774
|\
| * move connection_basic and network_throttle from src/p2p to epeemoneromooo-monero2017-12-164-1/+774
* | move includes around to lessen overall loadmoneromooo-monero2017-12-164-0/+47
|/
* new wipeable_string class to replace std::string passphrasesmoneromooo-monero2017-11-273-1/+155
* split off readline code into epee_readlinemoneromooo-monero2017-11-141-3/+14
* cmake: epee: use var from FindOpenSSL.cmakeredfish2017-10-171-2/+1
* epee: link against ssl/crypto for the new SSL codemoneromooo-monero2017-10-151-0/+2
* frob level 1 logs a bit for consistencymoneromooo-monero2017-10-071-1/+1
* Upgrades to epee::net_utils::network_addressLee Clagett2017-10-052-2/+62
* Merge pull request #2512Riccardo Spagni2017-10-021-4/+40
|\
| * Log categories can now be added to and removed frommoneromooo-monero2017-09-221-2/+39
| * epee: factor log level/categories settingmoneromooo-monero2017-09-221-2/+1
* | daemon, wallet: add --max-log-file-size optionselsta2017-09-171-2/+2
|/
* Simplify readline supportHoward Chu2017-08-221-122/+69
* Construct on first use for completion_commandsJethro Grassie2017-08-161-4/+20
* Add sync lock on stopJethro Grassie2017-08-161-5/+4
* Tweak net logs so we get more info on why networking can't startmoneromooo-monero2017-08-151-1/+1
* Merge pull request #2189Riccardo Spagni2017-08-071-1/+1
|\
| * mlog: fix crash accessing stale data when rotating logsmoneromooo-monero2017-07-221-1/+1
* | Merge pull request #2197Riccardo Spagni2017-08-071-13/+24
|\ \
| * | Fix readline prompt when command does not outputJethro Grassie2017-07-241-13/+24
| |/
* / mlog: default to msgwriter logs only for log level 1moneromooo-monero2017-07-241-1/+1
|/
* Merge pull request #2159Riccardo Spagni2017-07-191-16/+55
|\
| * Add various readline related fixesJethro Grassie2017-07-091-16/+55
* | Merge pull request #2157Riccardo Spagni2017-07-191-0/+1
|\ \
| * | Add notification on stopJethro Grassie2017-07-071-0/+1
| |/
* | Merge pull request #2173Riccardo Spagni2017-07-191-1/+1
|\ \