summaryrefslogtreecommitdiff
path: root/src/blockchain_db/lmdb
Commit message (Expand)AuthorAgeFilesLines
* BlockchainLMDB: fix data.mdb nuking on Windowsjeffro2562025-02-171-2/+3
* Merge pull request #9705tobtoht2025-01-181-5/+3
|\
| * Fix get_database_size on Windowsiamamyth2025-01-141-5/+3
* | check for windows NTFS compression on database fileseversinc332025-01-141-0/+64
|/
* Fix use of rtxn without a mdb_txn_safe wrapperHoward Chu2022-07-221-40/+46
* Remove check is_directory check on lmdb pathHoward Chu2022-06-031-8/+2
* Revert "db_lmdb: test for mmap support at init time"Howard Chu2022-06-032-31/+0
* Add view tags to outputs to reduce wallet scanning timej-berman2022-04-181-3/+4
* Copyright: Update to 2022mj-xmr2022-03-042-2/+2
* Merge pull request #7859luigi11112021-10-171-5/+5
|\
| * LMDB: protection against UB, by not calling virtual methods from destructormj-xmr2021-09-081-5/+5
* | LMDB: fix deadlock in resized detectionHoward Chu2021-09-222-3/+13
|/
* db_lmdb: catch exceptions testing for mmap supportmoneromooo-monero2021-03-251-1/+2
* Remove unused variables in monero codebaseKevin Barbour2021-02-091-11/+4
* rpc: limit the number of txes for get_blocks.binmoneromooo-monero2020-12-292-4/+9
* db_lmdb: move spammy "not found in db" message to TRACEmoneromooo-monero2020-12-061-2/+2
* Avoid some temporary strings when reading off the databasemoneromooo-monero2020-08-172-30/+25
* Merge pull request #6565Alexander Blair2020-07-191-1/+1
|\
| * fix a few typos in error messagesmoneromooo-monero2020-05-191-1/+1
* | Merge pull request #6536Alexander Blair2020-07-192-0/+30
|\ \
| * | db_lmdb: test for mmap support at init timemoneromooo-monero2020-05-162-0/+30
| |/
* | Merge pull request #6534Alexander Blair2020-07-192-0/+40
|\ \
| * | daemon: guard against rare 'difficulty drift' bug with checkpoints and recalc...stoffu2020-06-092-0/+40
| |/
* / Update copyright year to 2020SomaticFanatic2020-05-062-2/+2
|/
* Merge pull request #6358luigi11112020-04-102-0/+99
|\
| * blockchain_db: faster fetching of consecutive txesmoneromooo-monero2020-02-272-0/+99
* | Merge pull request #6384luigi11112020-04-041-0/+1
|\ \
| * | db_lmdb: fix race crash using a stale cursormoneromooo-monero2020-03-121-0/+1
| |/
* / remove empty statementsInterchained2020-02-171-2/+2
|/
* Merge pull request #6140Alexander Blair2020-01-252-0/+43
|\
| * blockchain: speedup fetching pruned contiguous tx blobsmoneromooo-monero2019-11-152-0/+43
* | Merge pull request #6157Alexander Blair2020-01-241-1/+9
|\ \
| * | db_lmdb: guard against non NUL terminated keysmoneromooo-monero2019-11-191-1/+9
| |/
* / Adding support for hidden (anonymity) txpoolLee Clagett2019-11-022-17/+41
|/
* db_lmdb: an empty prunable data record means the tx is not prunedmoneromooo-monero2019-10-171-2/+0
* monerod can now sync from pruned blocksmoneromooo-monero2019-09-271-2/+4
* db_lmdb: print percentages as percentages, not ratiosmoneromooo-monero2019-09-041-1/+1
* Increase max_dbs from 20 to 32Howard Chu2019-08-181-1/+1
* Merge pull request #5524luigi11112019-07-242-0/+168
|\
| * blockchain: keep alternative blocks in LMDBmoneromooo-monero2019-05-082-0/+168
* | Merge pull request #5502luigi11112019-07-241-1/+1
|\ \
| * | add a few checks where it seems appropriatemoneromooo-monero2019-04-291-1/+1
| |/
* | db_lmdb: commit pruning txn at checkpointsmoneromooo-monero2019-06-151-1/+50
* | ensure no NULL is passed to memcpymoneromooo-monero2019-06-141-2/+2
* | fix wide difficulty conversion with some versions of boostmoneromooo-monero2019-05-011-2/+2
|/
* blockchain_db: fix db txn ending too earlymoneromooo-monero2019-04-142-48/+39
* cryptonote: rework block blob size sanity checkmoneromooo-monero2019-04-052-0/+55
* Make difficulty 128 bit instead of 64 bitmoneromooo-monero2019-03-242-7/+155
* Merge pull request #5256Riccardo Spagni2019-03-212-0/+70
|\
| * blockchain: speed up getting N blocks weights/long term weightsmoneromooo-monero2019-03-082-0/+70