Commit Graph

5357 Commits (78a2e15beadaa7cfeab48ab76df245b3949ccbe9)
 

Author SHA1 Message Date
stoffu 369884a669
mnemonics: typo fix (4 bytes == 3 words, not 8 bytes)
7 years ago
Riccardo Spagni b373d0f15e
Merge pull request #2994
7 years ago
moneromooo-monero a2c845c7e3
cryptonote_protocol: internal error consistency size check
7 years ago
moneromooo-monero 9996d5e96c
wallet2: guard against the dameon sending blocks before last checkpoint
7 years ago
moneromooo-monero eadaa6aaa3
wallet_rpc_server: fix wallet leak on error exit
7 years ago
moneromooo-monero 7c4f01a792
blockchain_import: more informative verification switch
7 years ago
moneromooo-monero 1a271d25a1
unbound: enable SHA1
7 years ago
moneromooo-monero 6ccc51f645
wipeable_string: fix buffer overread
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 2d17feb060
factor STL container serialization
7 years ago
moneromooo-monero 8a4610c315
blake256: fix wrong hash when computed in parts
7 years ago
moneromooo-monero 66eeeaa1a2
wallet2: fix failure to create tx if inputs are not enough for fee
7 years ago
moneromooo-monero 373d1d504b
epee: use strptime instead of std::get_time, for compatibility
7 years ago
Matt Smith c765f9512c simplewallet: disable donations on testnet
7 years ago
moneromooo-monero 277a5aefaa
wallet2: fix m_key_image_{partial,known} in_light_wallet code
7 years ago
moneromooo-monero 586ee64209
simplewallet: lock idle scope in {im,ex}port_{key_images,outputs}
7 years ago
moneromooo-monero ae8602303a
Fix exceptions not finding txpool txes when relaying
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