aboutsummaryrefslogtreecommitdiff
path: root/src/blockchain_db/lmdb/db_lmdb.cpp
Commit message (Expand)AuthorAgeFilesLines
...
| * | db_lmdb: speedup the get_output_distribution common casemoneromooo-monero2018-08-191-2/+13
* | | Merge pull request #4200luigi11112018-08-221-49/+0
|\ \ \ | |/ / |/| |
| * | blockchain_db: remove unused get_output_key variantmoneromooo-monero2018-07-301-49/+0
| |/
* | Merge pull request #4161luigi11112018-08-151-2/+2
|\ \ | |/ |/|
| * db_lmdb: demote the "batch already enabled" log, it's harmlessmoneromooo-monero2018-07-201-2/+2
* | Merge pull request #4129luigi11112018-07-271-0/+3
|\ \ | |/ |/|
| * db_lmdb: don't sync a read only DBmoneromooo-monero2018-07-111-0/+3
* | Merge pull request #4013luigi11112018-07-191-0/+11
|\ \
| * | rpc: add blockchain disk size to getinfomoneromooo-monero2018-06-201-0/+11
* | | Merge pull request #3981luigi11112018-07-191-6/+205
|\ \ \
| * | | db: store cumulative rct output distribution in the db for speedmoneromooo-monero2018-07-131-6/+205
| | |/ | |/|
* | | Merge pull request #3854luigi11112018-07-191-0/+15
|\ \ \ | |/ / |/| |
| * | add --regtest and --fixed-difficulty for regression testingvictorsintnicolaas2018-06-291-0/+15
* | | db_ldmb: print db version when complaining about incompatibilitymoneromooo-monero2018-06-111-4/+5
| |/ |/|
* | db_lmdb: warn about slowness when running off a spinning diskmoneromooo-monero2018-06-081-0/+3
|/
* Merge pull request #3876luigi11112018-05-301-0/+1
|\
| * core: fix automatic safe db sync mode switchingmoneromooo-monero2018-05-281-0/+1
* | db_lmdb: save pruned and prunable tx data separatelymoneromooo-monero2018-05-231-39/+309
|/
* speed up get_output_distribution (and precalc common case)moneromooo-monero2018-05-211-0/+41
* speedup get_output_histogram for all amounts when min_count > 0moneromooo-monero2018-04-231-4/+7
* add RPC to get a histogram of outputs of a given amountmoneromooo-monero2018-03-161-2/+42
* Merge pull request #3307Riccardo Spagni2018-03-051-1/+2
|\
| * db_lmdb: fix free space reportingmoneromooo-monero2018-02-231-1/+2
* | Correct spelling mistakes.Edward Betts2018-03-051-1/+1
|/
* db_lmdb: fix return code mixup in for_all_*moneromooo-monero2018-02-191-12/+12
* Merge pull request #3226Riccardo Spagni2018-02-161-4/+7
|\
| * blockchain_db: initialize m_open in base class ctormoneromooo-monero2018-02-021-2/+1
| * db_lmdb: check hard fork info drop succeededmoneromooo-monero2018-02-021-2/+6
* | Merge pull request #3231Riccardo Spagni2018-02-161-2/+9
|\ \ | |/ |/|
| * Don't create readtxn until after txn_safe gate checkHoward Chu2018-01-311-2/+9
* | Update 2018 copyrightxmr-eric2018-01-261-1/+1
|/
* Merge pull request #2971Riccardo Spagni2018-01-101-3/+5
|\
| * Fix exceptions not finding txpool txes when relayingmoneromooo-monero2017-12-201-3/+5
* | Additional fix for core_testsHoward Chu2017-12-281-10/+15
* | Fix stale readcursor flagsHoward Chu2017-12-281-22/+15
* | catch const exceptionsmoneromooo-monero2017-12-181-1/+1
|/
* move includes around to lessen overall loadmoneromooo-monero2017-12-161-0/+1
* Merge pull request #2629Riccardo Spagni2017-11-141-0/+1
|\
| * remove "using namespace std" from headersmoneromooo-monero2017-11-141-0/+1
* | Merge pull request #2742Riccardo Spagni2017-11-141-0/+6
|\ \ | |/ |/|
| * Increase LMDB maxreaders if large number of threads in useHoward Chu2017-11-021-0/+6
* | Protect node privacy by proper filtering in restricted-mode RPC answersbinaryFate2017-11-081-7/+38
* | fixed an LMDB issue on OpenBSD (#2699) which leads to a crash in monerodston1th2017-10-261-0/+6
|/
* Merge pull request #2640Riccardo Spagni2017-10-151-1/+1
|\
| * db_lmdb: include chain height when failing to find an output keymoneromooo-monero2017-10-121-1/+1
* | frob level 1 logs a bit for consistencymoneromooo-monero2017-10-071-7/+7
|/
* Merge pull request #2457Riccardo Spagni2017-09-251-5/+11
|\
| * Use actual batch size for resize estimatesHoward Chu2017-09-171-5/+11
* | db_lmdb: fix use of uninitialized key in for_blocks_rangemoneromooo-monero2017-09-191-2/+2
|/
* Fix blockchain_import wedge on exception in cleanup_handle_incoming_blocksmoneromooo-monero2017-08-291-9/+22