index
:
monzero-core.git
main
Monzero core node, command-line wallet, consensus code, and release tooling.
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
blockchain_db
/
lmdb
/
db_lmdb.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
rpc: limit the number of txes for get_blocks.bin
moneromooo-monero
2020-12-29
1
-3
/
+8
*
Avoid some temporary strings when reading off the database
moneromooo-monero
2020-08-17
1
-25
/
+20
*
Merge pull request #6565
Alexander Blair
2020-07-19
1
-1
/
+1
|
\
|
*
fix a few typos in error messages
moneromooo-monero
2020-05-19
1
-1
/
+1
*
|
Merge pull request #6536
Alexander Blair
2020-07-19
1
-0
/
+29
|
\
\
|
*
|
db_lmdb: test for mmap support at init time
moneromooo-monero
2020-05-16
1
-0
/
+29
|
|
/
*
|
Merge pull request #6534
Alexander Blair
2020-07-19
1
-0
/
+38
|
\
\
|
*
|
daemon: guard against rare 'difficulty drift' bug with checkpoints and recalc...
stoffu
2020-06-09
1
-0
/
+38
|
|
/
*
/
Update copyright year to 2020
SomaticFanatic
2020-05-06
1
-1
/
+1
|
/
*
Merge pull request #6358
luigi1111
2020-04-10
1
-0
/
+98
|
\
|
*
blockchain_db: faster fetching of consecutive txes
moneromooo-monero
2020-02-27
1
-0
/
+98
*
|
Merge pull request #6384
luigi1111
2020-04-04
1
-0
/
+1
|
\
\
|
*
|
db_lmdb: fix race crash using a stale cursor
moneromooo-monero
2020-03-12
1
-0
/
+1
|
|
/
*
/
remove empty statements
Interchained
2020-02-17
1
-2
/
+2
|
/
*
Merge pull request #6140
Alexander Blair
2020-01-25
1
-0
/
+42
|
\
|
*
blockchain: speedup fetching pruned contiguous tx blobs
moneromooo-monero
2019-11-15
1
-0
/
+42
*
|
Merge pull request #6157
Alexander Blair
2020-01-24
1
-1
/
+9
|
\
\
|
*
|
db_lmdb: guard against non NUL terminated keys
moneromooo-monero
2019-11-19
1
-1
/
+9
|
|
/
*
/
Adding support for hidden (anonymity) txpool
Lee Clagett
2019-11-02
1
-12
/
+36
|
/
*
db_lmdb: an empty prunable data record means the tx is not pruned
moneromooo-monero
2019-10-17
1
-2
/
+0
*
monerod can now sync from pruned blocks
moneromooo-monero
2019-09-27
1
-2
/
+4
*
db_lmdb: print percentages as percentages, not ratios
moneromooo-monero
2019-09-04
1
-1
/
+1
*
Increase max_dbs from 20 to 32
Howard Chu
2019-08-18
1
-1
/
+1
*
Merge pull request #5524
luigi1111
2019-07-24
1
-0
/
+155
|
\
|
*
blockchain: keep alternative blocks in LMDB
moneromooo-monero
2019-05-08
1
-0
/
+155
*
|
Merge pull request #5502
luigi1111
2019-07-24
1
-1
/
+1
|
\
\
|
*
|
add a few checks where it seems appropriate
moneromooo-monero
2019-04-29
1
-1
/
+1
|
|
/
*
|
db_lmdb: commit pruning txn at checkpoints
moneromooo-monero
2019-06-15
1
-1
/
+50
*
|
ensure no NULL is passed to memcpy
moneromooo-monero
2019-06-14
1
-2
/
+2
*
|
fix wide difficulty conversion with some versions of boost
moneromooo-monero
2019-05-01
1
-2
/
+2
|
/
*
blockchain_db: fix db txn ending too early
moneromooo-monero
2019-04-14
1
-44
/
+32
*
cryptonote: rework block blob size sanity check
moneromooo-monero
2019-04-05
1
-0
/
+52
*
Make difficulty 128 bit instead of 64 bit
moneromooo-monero
2019-03-24
1
-7
/
+152
*
Merge pull request #5256
Riccardo Spagni
2019-03-21
1
-0
/
+64
|
\
|
*
blockchain: speed up getting N blocks weights/long term weights
moneromooo-monero
2019-03-08
1
-0
/
+64
*
|
Update 2019 copyright
binaryFate
2019-03-05
1
-1
/
+1
|
/
*
Merge pull request #5119
Riccardo Spagni
2019-03-05
1
-5
/
+5
|
\
|
*
db_lmdb: make mdb_block_info format conversion more future proof
moneromooo-monero
2019-03-05
1
-5
/
+5
*
|
save some database calls when getting top block hash and height
moneromooo-monero
2019-03-05
1
-1
/
+3
*
|
Avoid repeated (de)serialization when syncing
moneromooo-monero
2019-03-05
1
-6
/
+7
*
|
db: speedup block addition
moneromooo-monero
2019-03-05
1
-11
/
+16
|
/
*
Merge pull request #5081
Riccardo Spagni
2019-03-04
1
-3
/
+3
|
\
|
*
db_lmdb: don't unnecessarily cast to double on the way to uint64_t
moneromooo-monero
2019-01-19
1
-3
/
+3
*
|
Merge pull request #5175
Riccardo Spagni
2019-03-04
1
-0
/
+1
|
\
\
|
*
|
db_lmdb: fix missing mdb_dbi_close in migration
moneromooo-monero
2019-02-21
1
-0
/
+1
*
|
|
ArticMine's new block weight algorithm
moneromooo-monero
2019-03-04
1
-6
/
+207
|
/
/
*
/
Pruning
moneromooo-monero
2019-01-22
1
-23
/
+379
|
/
*
blockchain_db: allow getting output keys without commitment
moneromooo-monero
2019-01-16
1
-2
/
+3
*
Merge pull request #4984
Riccardo Spagni
2019-01-16
1
-21
/
+27
|
\
|
*
blockchain_db: speedup tx output gathering
moneromooo-monero
2018-12-18
1
-21
/
+27
[next]