aboutsummaryrefslogtreecommitdiff
path: root/contrib
Commit message (Expand)AuthorAgeFilesLines
* Update 2018 copyrightxmr-eric2018-01-2618-18/+18
* Merge pull request #3155Riccardo Spagni2018-01-251-1/+0
|\
| * remove unnecessary includeJethro Grassie2018-01-181-1/+0
* | Merge pull request #3012Riccardo Spagni2018-01-251-8/+18
|\ \ | |/ |/|
| * epee: check some error return valuesmoneromooo-monero2017-12-271-8/+18
* | Merge pull request #3107Riccardo Spagni2018-01-181-0/+6
|\ \
| * | epee: detect strptime, use std::get_time as fallbackmoneromooo-monero2018-01-111-0/+6
* | | 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
* | | Merge pull request #2990Riccardo Spagni2018-01-101-1/+0
|\ \ \
| * | | factor STL container serializationmoneromooo-monero2017-12-221-1/+0
| |/ /
* | | Merge pull request #2986Riccardo Spagni2018-01-101-3/+3
|\ \ \
| * | | epee: use strptime instead of std::get_time, for compatibilitymoneromooo-monero2017-12-211-3/+3
| |/ /
* | | move memwipe to epee to avoid common<->crypto circular dependenciesmoneromooo-monero2018-01-103-1/+195
* | | epee: remove dependency on commonmoneromooo-monero2018-01-107-13/+12
| |/ |/|
* | Merge pull request #2936Riccardo Spagni2017-12-251-9/+12
|\ \
| * | levin_protocol_handler_async: another attempt at fixing at exceptionmoneromooo-monero2017-12-151-3/+12
| * | Revert "epee: keep a ref to a connection we're deleting"moneromooo-monero2017-12-151-8/+2
* | | Merge pull request #2930Riccardo Spagni2017-12-251-5/+9
|\ \ \
| * | | levin_protocol_handler_async: add missing response handler lockingmoneromooo-monero2017-12-151-5/+9
| |/ /
* | | Merge pull request #2929Riccardo Spagni2017-12-251-0/+20
|\ \ \
| * | | epee: add a get_file_size functionmoneromooo-monero2017-12-151-0/+20
| |/ /
* | | Merge pull request #2920Riccardo Spagni2017-12-259-14/+27
|\ \ \
| * | | network_throttle: fix ineffective lockingmoneromooo-monero2017-12-181-3/+5
| * | | network_throttle: remove unused xxx static membermoneromooo-monero2017-12-182-5/+0
| * | | abstract_tcp_server2: log init_server errors as fatalmoneromooo-monero2017-12-181-1/+11
| * | | net_parse_helpers: fix regex error checkingmoneromooo-monero2017-12-181-2/+2
| * | | catch const exceptionsmoneromooo-monero2017-12-181-1/+1
| * | | add empty container sanity checks when using front() and back()moneromooo-monero2017-12-181-1/+1
| * | | epee: trap failure to parse URI from requestmoneromooo-monero2017-12-181-1/+6
| * | | mlog: terminate a string at last char, just in casemoneromooo-monero2017-12-181-0/+1
* | | | Merge pull request #2909Riccardo Spagni2017-12-251-0/+1
|\ \ \ \
| * | | | levin_protocol_handler_async: call handler destroy function on dtormoneromooo-monero2017-12-111-0/+1
| | |/ / | |/| |
* | | | Merge pull request #2905Riccardo Spagni2017-12-252-79/+119
|\ \ \ \
| * | | | http_client: rewrite header parsing manually for speedmoneromooo-monero2017-12-231-72/+93
| * | | | tests: add levin fuzz testmoneromooo-monero2017-12-231-3/+3
| * | | | tests: add http client fuzz testmoneromooo-monero2017-12-232-6/+17
| * | | | add parse_url fuzz testmoneromooo-monero2017-12-231-3/+3
| * | | | tests: add base58 fuzz testmoneromooo-monero2017-12-231-3/+3
| * | | | fuzz_testing: allow automatically resuming an interrupted jobmoneromooo-monero2017-12-231-1/+8
| * | | | fuzz_testing: create out directory if needed, and fix filename passingmoneromooo-monero2017-12-231-1/+2
| * | | | add load_from_binary/load_from_json fuzzersmoneromooo-monero2017-12-231-3/+3
| | |_|/ | |/| |
* / | | Fix Windows builddEBRUYNE-12017-12-231-0/+4
|/ / /
* | | 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 #2857Riccardo Spagni2017-12-171-1/+1
|\ \
| * | Scrub keys from memory just before scope end.moneromooo-monero2017-12-161-1/+1
* | | Merge pull request #2877Riccardo Spagni2017-12-178-3/+1218
|\ \ \