aboutsummaryrefslogtreecommitdiff
path: root/src/blockchain_db/lmdb/db_lmdb.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-08-28blockchain_db: add functions for adding/removing/getting rct commitmentsmoneromooo-monero1-0/+12
2016-08-01new unlocked parameter to output_histogrammoneromooo-monero1-3/+4
2016-07-13remove hf_starting_height dbmoneromooo-monero1-2/+0
2016-04-08MigrationHoward Chu1-0/+6
2016-04-05Merge branch 'performance' into masterHoward Chu1-55/+22
2016-04-05CleanupHoward Chu1-3/+1
2016-04-05Cleanup and clarifyHoward Chu1-13/+6
2016-04-05Use DUPFIXED for block_info and output_txsHoward Chu1-1/+0
2016-04-05More outputs consolidationHoward Chu1-21/+5
2016-04-05Schema update: tx_indices - consolidate the tx subdbs from 5 to 3warptangent1-8/+0
2016-04-05Schema update: tx_indices - yet less indirectionwarptangent1-2/+2
2016-04-05Schema update: tx_indices - improve further with less indirectionwarptangent1-3/+4
2016-04-05Schema update: tx_indiceswarptangent1-0/+5
2016-04-05Consolidated block infoHoward Chu1-20/+4
2016-04-05Update schema for "tx_outputs" to use array containing amount output indiceswarptangent1-2/+16
2016-03-26New RPC and daemon command to get output histogrammoneromooo-monero1-0/+10
2016-03-16Add destructor for readtxnsHoward Chu1-1/+3
2016-03-14Merge pull request #723Riccardo Spagni1-3/+3
2016-03-14Hack for read/write txn mixupHoward Chu1-1/+2
2016-03-14avoid some val copiesHoward Chu1-3/+3
2016-02-23read txn/cursor stuffHoward Chu1-20/+58
2016-02-17Use cursors in write txnsHoward Chu1-0/+42
2016-02-17Keep a running blocksize countHoward Chu1-0/+2
2016-02-08BlockchainDB/LMDB/BDB: Extract DB txn functions for block add/removewarptangent1-0/+4
2016-02-08blockchain_import: Add --drop-hard-fork commandwarptangent1-0/+1
2016-01-15Fix hf when import with verify offHoward Chu1-0/+1
2015-12-31fixed copyrights with bad year referencesRiccardo Spagni1-1/+1
2015-12-26BlockchainDB: skip fixup check if read-only databasewarptangent1-0/+2
2015-12-15Replace tabs with two spaces for consistency with rest of codebasewarptangent1-6/+6
2015-12-06blockchain_db: fixup missing key images in early DB versionmoneromooo-monero1-0/+3
2015-10-27Remove some old/obsolete/unused codemoneromooo-monero1-15/+0
2015-10-26db_lmdb: add versioning, to detect incompatible format changesmoneromooo-monero1-0/+2
2015-10-25Add functions to iterate through blocks, txes, outputs, key imagesmoneromooo-monero1-0/+5
2015-09-20hardfork: most state now saved to the DBmoneromooo-monero1-0/+9
2015-08-09blockchain: always select random outs using triangular distributionmoneromooo-monero1-2/+0
2015-07-15** CHANGES ARE EXPERIMENTAL (FOR TESTING ONLY)NoodleDoodleNoodleDoodleNoodleDoodleNoo1-11/+24
2015-07-15Experimental BDB workaround optimizationsNoodleDoodleNoodleDoodleNoodleDoodleNoo1-0/+5
2015-07-12Check and resize if needed at batch transaction startwarptangent1-2/+4
2015-07-11Optionally allow DB to know expected number of blocks at batch transaction startwarptangent1-1/+1
2015-05-27blockchain_db: add a few constmoneromooo-monero1-3/+3
2015-05-16LMDB should now dynamically resize the mapsizeThomas Winget1-1/+34
2015-05-15Move mdb_txn_safe implementation to cpp fileThomas Winget1-51/+4
2015-03-25Steps toward multiple dbs available -- workingThomas Winget1-3/+1
2015-03-17Pull blockchain changes into berkeleydb branchThomas Winget1-1/+1
2015-03-16Try to not pollute cryptonote namespaceThomas Winget1-11/+11
2015-03-16Add support for database open with flagswarptangent1-1/+1
2015-03-13BlockchainDB implementations have names nowThomas Winget1-0/+2
2015-03-06Moved BlockchainDB into its own src/ subfolderThomas Winget1-0/+314