Commit Graph

5298 Commits (fc041b58d690803cb4dc8a42912c056a5f2c050c)
 

Author SHA1 Message Date
Riccardo Spagni b3dddb22fe
Merge pull request #2899
7 years ago
Riccardo Spagni fae44be777
Merge pull request #2897
7 years ago
Riccardo Spagni 2ef299f2a9
Merge pull request #2891
7 years ago
Riccardo Spagni 2f09828ea8
Merge pull request #2890
7 years ago
Riccardo Spagni 2d1965f31b
Merge pull request #2888
7 years ago
Riccardo Spagni b373d0f15e
Merge pull request #2994
7 years ago
moneromooo-monero 1a271d25a1
unbound: enable SHA1
7 years ago
dEBRUYNE-1 2018cf74a6
Fix Windows build
7 years ago
moneromooo-monero bd1f6029a3
http_client: rewrite header parsing manually for speed
7 years ago
moneromooo-monero ec724eb64a
tests: add levin fuzz test
7 years ago
moneromooo-monero f1bdc9a42a
tests: add http client fuzz test
7 years ago
moneromooo-monero 0272df9e61
add parse_url fuzz test
7 years ago
moneromooo-monero 261b0dd0e0
tests: add base58 fuzz test
7 years ago
moneromooo-monero fd05208762
fuzz_testing: allow automatically resuming an interrupted job
7 years ago
moneromooo-monero c80bb0eb6f
tests: don't init stuff we don't need in fuzz tests - faster
7 years ago
moneromooo-monero 53b83a83fc
tests: better load-from-binary fuzz test data file
7 years ago
moneromooo-monero 1a379ef656
fuzz_testing: build with ASAN (assumed to be available)
7 years ago
moneromooo-monero 4cd4a4313d
fuzz_testing: create out directory if needed, and fix filename passing
7 years ago
moneromooo-monero c27d909239
Makefile: build fuzz tests statically, starts faster
7 years ago
moneromooo-monero 95aa0bf79b
add load_from_binary/load_from_json fuzzers
7 years ago
moneromooo-monero c70e8daa91
threadpool: fix deadlock in recursive waiter usage
7 years ago
guzzijones cdd516fae3 tests : remove lib_wallet_api tests
7 years ago
moneromooo-monero 5cbcf0aa25
wallet: support for multisig seeds
7 years ago
moneromooo-monero 55556fabf9
wallet_rpc_server: factor transfer info return and add missing info
7 years ago
Riccardo Spagni 7a9a4a6669
Merge pull request #2961
7 years ago
damir 5388c81bbc Added using TOOLCHAIN_DIR varable on symlinking in android dockerfiles
7 years ago
moneromooo-monero 6c94516fb4
wipeable_string: move a wipe from reserve to grow
7 years ago
moneromooo-monero 5f801b6adf
wipeable_string: ignore reserve size less than actual size
7 years ago
moneromooo-monero 3ed1a74ca3
tests: remove unused/unfinished keccak bits
7 years ago
moneromooo-monero 0e19a39469
tests: test wallets don't need a dummy temp file anymore
7 years ago
moneromooo-monero 14c2981469
wallet2: fix use of uninitialized data
7 years ago
moneromooo-monero 9ec44a2b06
wipeable_string: fix clear and push_back
7 years ago
moneromooo-monero dc64263155
performance_tests: add a test for subaddress expansion
7 years ago
moneromooo-monero 4f45f9da40
simplewallet: factor out tx exceptions
7 years ago
moneromooo-monero bd5cce07b3
network_throttle: fix ineffective locking
7 years ago
moneromooo-monero e0a61299fb
network_throttle: remove unused xxx static member
7 years ago
moneromooo-monero 24f584d90d
cryptonote_core: remove unused functions with off by one bugs
7 years ago
moneromooo-monero b1634aa3e8
blockchain: don't leave dangling pointers in this
7 years ago
moneromooo-monero 8e60b81c48
cryptonote_core: fix db leak on error
7 years ago
moneromooo-monero 213e326cc9
abstract_tcp_server2: log init_server errors as fatal
7 years ago
moneromooo-monero b51dc56687
use const refs in for loops for non tiny types
7 years ago
moneromooo-monero f0568ca6ac
net_parse_helpers: fix regex error checking
7 years ago
moneromooo-monero b49ddc766d
check accessing an element past the end of a container
7 years ago
moneromooo-monero 2305bf260d
check return value for generate_key_derivation and derive_public_key
7 years ago
moneromooo-monero a4240d9ffc
catch const exceptions
7 years ago
moneromooo-monero 45a1c4c088
add empty container sanity checks when using front() and back()
7 years ago
moneromooo-monero 56fa6ce15f
tests: fix a buffer overread in a unit test
7 years ago
moneromooo-monero b4524892fb
rpc: guard against json parsing a non object
7 years ago
moneromooo-monero c2ed8618e4
easylogging++: avoid buffer underflow
7 years ago
moneromooo-monero 187a6ab2d2
epee: trap failure to parse URI from request
7 years ago