Commit Graph

3344 Commits (5833d66f6540e7b34e10ddef37c2b67bd501994b)
 

Author SHA1 Message Date
moneromooo-monero 5833d66f65
Change logging to easylogging++
7 years ago
moneromooo-monero dc98019b59
easylogging++: fix logging with static const header only data members
7 years ago
moneromooo-monero 3b46617bd9
easylogging++: add ELPP_DISABLE_CHECK_MACROS
7 years ago
moneromooo-monero 6fe39d9017
easylogging++: allow clipping a common filename prefix
7 years ago
moneromooo-monero 43abf6ff45
easylogging++: add file-only logs
7 years ago
moneromooo-monero c313bea450
eayslogging++: Fix bad memory access before opening any files
7 years ago
moneromooo-monero 0af5d16872
easylogging++: avoid creating directory/filename for the builtin default log file
7 years ago
moneromooo-monero 2836284798
easylogging++: allow setting thread names
7 years ago
moneromooo-monero ec71ce8d2d
easylogging++: Print thread ID in a nicer way
7 years ago
moneromooo-monero 2a0bf7834c
easylogging++: Add logging categories
7 years ago
moneromooo-monero c50bbbfedd
easylogging++: import upstream
7 years ago
Riccardo Spagni e459d8604d
Merge pull request #1578
7 years ago
Riccardo Spagni 422a36ca2a
Merge pull request #1581
7 years ago
Riccardo Spagni ec323d8c3f
Merge pull request #1561
7 years ago
kenshi84 ce866d1cc6 macro to define core RPC version for avoiding future mistake
7 years ago
moneromooo-monero 6da9335a9e
blockchain_import: fix build after tx_pool::add_tx changes
7 years ago
Riccardo Spagni b2e1568335
Merge pull request #1579
7 years ago
Riccardo Spagni 99ffc49740
Merge pull request #1577
7 years ago
Riccardo Spagni 1207d8ad0d
Merge pull request #1576
7 years ago
Riccardo Spagni c5be70eab4
Merge pull request #1575
7 years ago
Riccardo Spagni 9cda94d0aa
Merge pull request #1574
7 years ago
Riccardo Spagni f00797a1f2
Merge pull request #1573
7 years ago
Riccardo Spagni 10c6afd316
Merge pull request #1571
7 years ago
Riccardo Spagni 91083a43be
Merge pull request #1568
7 years ago
Riccardo Spagni 31de98793f
Merge pull request #1567
7 years ago
Riccardo Spagni 51baab2112
Merge pull request #1565
7 years ago
Riccardo Spagni 865f5bef34
Merge pull request #1564
7 years ago
Riccardo Spagni 8bd2c2e551
Merge pull request #1563
7 years ago
Riccardo Spagni 935f50471c
Merge pull request #1560
7 years ago
Riccardo Spagni c23bd75df6
Merge pull request #1552
7 years ago
Riccardo Spagni 65e33b1bc5
Merge pull request #1506
7 years ago
Chris Vickio d561f4ad92 enable clang checks that were disabled
7 years ago
Chris Vickio 0aefb2f60a remove std::move from return statements (pessimizing-move warning)
7 years ago
Chris Vickio 629d5b7689 change counter from bool to int (deprecated-increment-bool warning)
7 years ago
Howard Chu 3ff54bdd7a
Check for correct thread before ending batch transaction
7 years ago
moneromooo-monero f5f4109f9a
mnemonics: fix language detection with checksum word
7 years ago
Howard Chu eaf8470b29
Must wait for previous batch to finish before starting new one
7 years ago
Howard Chu c903c5541e
Don't cache block height, always get from DB
7 years ago
Howard Chu eb1fb6011a
Tweak default db-sync-mode to fast:async:1
7 years ago
Howard Chu 0693cff925
Use batch transactions when syncing
7 years ago
moneromooo-monero feb499aaae
core: check block version for alt chains too
7 years ago
moneromooo-monero d276a16526
wallet2: use at least two rct inputs if possible
7 years ago
moneromooo-monero b3ca0c627a
unit_tests: fix portable serialization tests hardcoded data path
7 years ago
moneromooo-monero ba3968f6ce
rct: split rct checks between semantics and other
7 years ago
Riccardo Spagni d98db4868d
Merge pull request #1566
7 years ago
Jaquee dea53962a3
fix timeout in check_connection
7 years ago
moneromooo-monero 81c384e408
fix do_not_relay not preventing relaying on a timer
7 years ago
Chris Vickio fb76d43980 add extra braces around subobjects (missing-braces warning)
7 years ago
Chris Vickio 3b6d5f255d make struct/class declarations consistent (mismatched-tags warning)
7 years ago
Chris Vickio fcf66925c1 remove unused fields from network_throttle (unused-private-field warning)
7 years ago