Commit Graph

109 Commits (9a54d0033e1104a264ddf05cc7e00bbbac12fba5)

Author SHA1 Message Date
Riccardo Spagni b4ec67b2f7
Merge pull request #4443
6 years ago
Riccardo Spagni b88bbf59c3
Merge pull request #4377
6 years ago
moneromooo-monero 4d52ec0ca4
mlog: do not display http errors by default
6 years ago
moneromooo-monero 07ec748c82
wipeable_string: add hex_to_pod function
6 years ago
luigi1111 140eb78231
Merge pull request #4179
6 years ago
moneromooo-monero 70271fa788
common: add a class to safely wrap mlock/munlock
6 years ago
moneromooo-monero ea37614efe
wallet: wipe seed from memory where appropriate
6 years ago
moneromooo-monero 262e391fb1
mlog: handle filenames without parent directories
6 years ago
moneromooo-monero 8d578f1f2d
memwipe: don't call the workhorse for 0 bytes
6 years ago
luigi1111 c0c6102260
Merge pull request #3972
6 years ago
stoffu 63d0ab09b5
mlog: --max-log-files to set the max number of rotated log files
6 years ago
moneromooo-monero 87665281ea
epee: fallback to a counter if gmtime fails when rotating logs
6 years ago
moneromooo-monero 18c2f6e21d
mlog: fix setting no logs
6 years ago
moneromooo-monero 4789f8598f
wipeable_string: don't try to wipe an empty buffer
6 years ago
stoffu dfabc005d1
memwipe: add missing #include <stdio.h>
6 years ago
Riccardo Spagni 0c71197892
Merge pull request #3217
6 years ago
Riccardo Spagni 666a76652b
Merge pull request #3187
6 years ago
moneromooo-monero 851bd057ec
call _exit instead of abort in release mode
7 years ago
moneromooo-monero fde4489e1d
wipeable_string: call memwipe directly
7 years ago
xmr-eric 84a7f6a482 Readd copyright starting date
7 years ago
xmr-eric 18216f19dd Update 2018 copyright
7 years ago
Jethro Grassie 21bd21576d
remove unnecessary include
7 years ago
Jethro Grassie be1826c0fb
Keep readline optional
7 years ago
Riccardo Spagni 1c11ec71b5
Merge pull request #2995
7 years ago
moneromooo-monero fdd4c5e577
move memwipe to epee to avoid common<->crypto circular dependencies
7 years ago
moneromooo-monero 40ab12a773
epee: remove dependency on common
7 years ago
Riccardo Spagni 2b00899bb2
Merge pull request #2920
7 years ago
moneromooo-monero 6ccc51f645
wipeable_string: fix buffer overread
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 9ec44a2b06
wipeable_string: fix clear and push_back
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 38c8f4e0a3
mlog: terminate a string at last char, just in case
7 years ago
Riccardo Spagni 066fd7aced
Merge pull request #2877
7 years ago
moneromooo-monero bb89ae8b20
move connection_basic and network_throttle from src/p2p to epee
7 years ago
moneromooo-monero 09ce03d612
move includes around to lessen overall load
7 years ago
moneromooo-monero 3dffe71b72
new wipeable_string class to replace std::string passphrases
7 years ago
moneromooo-monero 178014c995
split off readline code into epee_readline
7 years ago
redfish 4b228dd356 cmake: epee: use var from FindOpenSSL.cmake
7 years ago
moneromooo-monero 52ec0e7f4e
epee: link against ssl/crypto for the new SSL code
7 years ago
moneromooo-monero bc1b93333e
frob level 1 logs a bit for consistency
7 years ago
Lee Clagett 8b00687735 Upgrades to epee::net_utils::network_address
7 years ago
Riccardo Spagni 3bab2676ec
Merge pull request #2512
7 years ago
moneromooo-monero 792ba4f0fe
Log categories can now be added to and removed from
7 years ago
moneromooo-monero f35afe62a4
epee: factor log level/categories setting
7 years ago
selsta 91def9a59b daemon, wallet: add --max-log-file-size option
7 years ago
Howard Chu c088d38a57
Simplify readline support
7 years ago
Jethro Grassie 1249a2a550
Construct on first use for completion_commands
7 years ago
Jethro Grassie 67dd4933e6
Add sync lock on stop
7 years ago