aboutsummaryrefslogtreecommitdiff
path: root/contrib
Commit message (Collapse)AuthorAgeFilesLines
...
| * | call _exit instead of abort in release modemoneromooo-monero2018-02-011-0/+6
| | | | | | | | | | | | | | | Avoids cores being created, as they're nowadays often piped to some call home system
* | | Fix method name in invoke_http_json_rpcErik de Castro Lopo2018-01-291-1/+1
| | | | | | | | | | | | | | | Previously, the method name was printed as an exmpty string because the input string had already been moved with `std::move`.
* | | Allow the number of incoming connections to be limitedErik de Castro Lopo2018-01-291-33/+45
| |/ |/| | | | | | | | | It was already possible to limit outgoing connections. One might want to do this on home network connections with high bandwidth but low usage caps.
* | Merge pull request #2969Riccardo Spagni2018-01-273-12/+15
|\ \ | | | | | | | | | 95171614 Remove is_pod trait, and replace with is_standard_layout requirement (Lee Clagett)
| * | Remove is_pod trait, and replace with is_standard_layout requirementLee Clagett2018-01-183-12/+15
| | |
* | | Merge pull request #3098Riccardo Spagni2018-01-271-1/+1
|\ \ \ | | | | | | | | | | | | 935e39c7 levin_protocol_handler_async: erase from back of vector instead of front (stoffu)
| * | | levin_protocol_handler_async: erase from back of vector instead of frontstoffu2018-01-261-1/+1
| | |/ | |/|
* | | Readd copyright starting datexmr-eric2018-01-267-7/+7
| | |
* | | Update 2018 copyrightxmr-eric2018-01-2618-18/+18
|/ /
* | Merge pull request #3155Riccardo Spagni2018-01-251-1/+0
|\ \ | | | | | | | | | 21bd2157 remove unnecessary include (Jethro Grassie)
| * | remove unnecessary includeJethro Grassie2018-01-181-1/+0
| | |
* | | Merge pull request #3012Riccardo Spagni2018-01-251-8/+18
|\ \ \ | |/ / |/| | | | | e4bbeff2 epee: check some error return values (moneromooo-monero)
| * | epee: check some error return valuesmoneromooo-monero2017-12-271-8/+18
| | |
* | | Merge pull request #3107Riccardo Spagni2018-01-181-0/+6
|\ \ \ | | | | | | | | | | | | b7e5a70b epee: detect strptime, use std::get_time as fallback (moneromooo-monero)
| * | | 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
|\ \ | | | | | | | | | 6ccc51f6 wipeable_string: fix buffer overread (moneromooo-monero)
| * | wipeable_string: fix buffer overreadmoneromooo-monero2017-12-231-1/+1
| | |
* | | Merge pull request #2990Riccardo Spagni2018-01-101-1/+0
|\ \ \ | | | | | | | | | | | | 2d17feb0 factor STL container serialization (moneromooo-monero)
| * | | factor STL container serializationmoneromooo-monero2017-12-221-1/+0
| |/ /
* | | Merge pull request #2986Riccardo Spagni2018-01-101-3/+3
|\ \ \ | | | | | | | | | | | | 373d1d50 epee: use strptime instead of std::get_time, for compatibility (moneromooo-monero)
| * | | 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
|\ \ | | | | | | | | | | | | cb9aa23c levin_protocol_handler_async: another attempt at fixing at exception (moneromooo-monero) 64d23ce3 Revert "epee: keep a ref to a connection we're deleting" (moneromooo-monero)
| * | 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
| | | | | | | | | | | | This reverts commit f2939bdce8c86b0f96921f731184c361106390c8.
* | | Merge pull request #2930Riccardo Spagni2017-12-251-5/+9
|\ \ \ | | | | | | | | | | | | 7f4bb612 levin_protocol_handler_async: add missing response handler locking (moneromooo-monero)
| * | | levin_protocol_handler_async: add missing response handler lockingmoneromooo-monero2017-12-151-5/+9
| |/ /
* | | Merge pull request #2929Riccardo Spagni2017-12-251-0/+20
|\ \ \ | | | | | | | | | | | | | | | | ae55bacd resumption support for updates using range requests (moneromooo-monero) fe0fae50 epee: add a get_file_size function (moneromooo-monero)
| * | | epee: add a get_file_size functionmoneromooo-monero2017-12-151-0/+20
| |/ /
* | | Merge pull request #2920Riccardo Spagni2017-12-259-14/+27
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bd5cce07 network_throttle: fix ineffective locking (moneromooo-monero) e0a61299 network_throttle: remove unused xxx static member (moneromooo-monero) 24f584d9 cryptonote_core: remove unused functions with off by one bugs (moneromooo-monero) b1634aa3 blockchain: don't leave dangling pointers in this (moneromooo-monero) 8e60b81c cryptonote_core: fix db leak on error (moneromooo-monero) 213e326c abstract_tcp_server2: log init_server errors as fatal (moneromooo-monero) b51dc566 use const refs in for loops for non tiny types (moneromooo-monero) f0568ca6 net_parse_helpers: fix regex error checking (moneromooo-monero) b49ddc76 check accessing an element past the end of a container (moneromooo-monero) 2305bf26 check return value for generate_key_derivation and derive_public_key (moneromooo-monero) a4240d9f catch const exceptions (moneromooo-monero) 45a1c4c0 add empty container sanity checks when using front() and back() (moneromooo-monero) 56fa6ce1 tests: fix a buffer overread in a unit test (moneromooo-monero) b4524892 rpc: guard against json parsing a non object (moneromooo-monero) c2ed8618 easylogging++: avoid buffer underflow (moneromooo-monero) 187a6ab2 epee: trap failure to parse URI from request (moneromooo-monero) 061789b5 checkpoints: trap failure to load JSON checkpoints (moneromooo-monero) ba2fefb9 checkpoints: pass std::string by const ref, not const value (moneromooo-monero) 38c8f4e0 mlog: terminate a string at last char, just in case (moneromooo-monero) d753d716 fix a few leaks by throwing objects, not newed pointers to objects (moneromooo-monero) fe568db8 p2p: use size_t for arbitrary counters instead of uint8_t (moneromooo-monero) 46d6fa35 cryptonote_protocol: sanity check chain hashes from peer (moneromooo-monero) 25584f86 cryptonote_protocol: print peer versions when unexpected (moneromooo-monero) 490a5d41 rpc: do not try to use an invalid txid in relay_tx (moneromooo-monero)
| * | | 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
| | | | | | | | | | | | | | | | so they show up by default
| * | | 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
|\ \ \ \ | | | | | | | | | | | | | | | dba2de61 levin_protocol_handler_async: call handler destroy function on dtor (moneromooo-monero)
| * | | | levin_protocol_handler_async: call handler destroy function on dtormoneromooo-monero2017-12-111-0/+1
| | |/ / | |/| |
* | | | Merge pull request #2905Riccardo Spagni2017-12-252-79/+119
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bd1f6029 http_client: rewrite header parsing manually for speed (moneromooo-monero) ec724eb6 tests: add levin fuzz test (moneromooo-monero) f1bdc9a4 tests: add http client fuzz test (moneromooo-monero) 0272df9e add parse_url fuzz test (moneromooo-monero) 261b0dd0 tests: add base58 fuzz test (moneromooo-monero) fd052087 fuzz_testing: allow automatically resuming an interrupted job (moneromooo-monero) c80bb0eb tests: don't init stuff we don't need in fuzz tests - faster (moneromooo-monero) 53b83a83 tests: better load-from-binary fuzz test data file (moneromooo-monero) 1a379ef6 fuzz_testing: build with ASAN (assumed to be available) (moneromooo-monero) 4cd4a431 fuzz_testing: create out directory if needed, and fix filename passing (moneromooo-monero) c27d9092 Makefile: build fuzz tests statically, starts faster (moneromooo-monero) 95aa0bf7 add load_from_binary/load_from_json fuzzers (moneromooo-monero)
| * | | | http_client: rewrite header parsing manually for speedmoneromooo-monero2017-12-231-72/+93
| | | | | | | | | | | | | | | | | | | | boost::regex is stupendously atrocious at parsing malformed data
| * | | | 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
| | | | |