aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | db_lmdb: factor all the log+throw code pathsmoneromooo-monero2015-01-041-485/+138
| | * | | | | | | db_lmdb: factor the MDB_val setup codemoneromooo-monero2015-01-041-197/+74
| | * | | | | | | blockchain_converter: a bit more user friendly outputmoneromooo-monero2015-01-041-2/+9
| | * | | | | | | blockchain_converter: only call data path function oncemoneromooo-monero2015-01-041-5/+4
| | * | | | | | | blockchain: do not append "testnet" to the data directorymoneromooo-monero2015-01-041-6/+0
| | * | | | | | | db_lmdb: remove block timestamp too when removing a blockmoneromooo-monero2015-01-041-0/+6
| | * | | | | | | db_lmdb: do not cast const awaymoneromooo-monero2015-01-041-13/+13
| | * | | | | | | blockchain: fix wallet syncing from scratchmoneromooo-monero2015-01-041-1/+2
| | * | | | | | | db_lmdb: do not keep a dangling pointer to stack objectsmoneromooo-monero2015-01-041-0/+4
| | * | | | | | | db_lmdb: make cursor internal members privatemoneromooo-monero2015-01-041-0/+1
| | * | | | | | | blockchain_storage: refactor genesis block creationmoneromooo-monero2015-01-042-16/+6
| | * | | | | | | blockchain_storage: add consts where appropriatemoneromooo-monero2015-01-042-110/+110
| | * | | | | | | blockchain_converter: delete blockchain on succesful exitmoneromooo-monero2015-01-041-0/+1
| | * | | | | | | checkpoints: add consts where appropriatemoneromooo-monero2015-01-042-7/+7
| | * | | | | | | blockchain: add consts where appropriatemoneromooo-monero2015-01-042-84/+84
| | * | | | | | | blockchain_db: add consts where appropriatemoneromooo-monero2015-01-043-119/+119
| | * | | | | | | blockchain_db: factor some exception codemoneromooo-monero2015-01-041-148/+48
| | * | | | | | | blockchain_converter: use the actual blockchain locationmoneromooo-monero2015-01-041-3/+5
| | * | | | | | | build: add liblmdb to the cmake autodetection systemmoneromooo-monero2015-01-041-1/+1
| | * | | | | | | extraneous semicolon in Blockchain::complete_timestamps_vectorThomas Winget2015-01-041-1/+1
| | * | | | | | | raised maximum mapsize for lmdb to ~16GBThomas Winget2015-01-041-1/+1
| | * | | | | | | more blockchain height-related fixes, syncing other nodes code this timeThomas Winget2015-01-041-4/+4
| | * | | | | | | ~ didn't work, need hard path. debug print.Thomas Winget2015-01-041-3/+5
| | * | | | | | | very, VERY primitive blockchain converterThomas Winget2015-01-045-14/+171
| | * | | | | | | add new checkpointing behavior to Blockchain classThomas Winget2015-01-042-3/+78
| | * | | | | | | Store output pubkeys separately, bug fixesThomas Winget2015-01-042-9/+54
| | * | | | | | | Minor bugfixes, redundancy removalThomas Winget2015-01-043-10/+104
| | * | | | | | | moar bug fixes, removed debug printsThomas Winget2015-01-042-8/+4
| | * | | | | | | BlockchainLMDB seems to be working*!Thomas Winget2015-01-043-141/+155
| | * | | | | | | some bug fixes, but still needs workThomas Winget2015-01-043-35/+73
| | * | | | | | | Minor bug fixes and debug printsThomas Winget2015-01-042-6/+122
| | * | | | | | | minor fixes to Blockchain.cppThomas Winget2015-01-042-3/+7
| | * | | | | | | Integrate BlockchainDB into cryptonote_coreThomas Winget2015-01-048-24/+58
| | * | | | | | | All LMDB BlockchainDB implemented, not testedThomas Winget2015-01-042-135/+900
| | * | | | | | | LMDB blockchain: remove outputs and spent keysThomas Winget2015-01-041-0/+63
| | * | | | | | | Adding block data to LMDB BlockchainDB codedThomas Winget2015-01-043-8/+258
| | * | | | | | | Parts of LMDB impl of BlockchainDB done and workingThomas Winget2015-01-044-69/+431
| | * | | | | | | Initial commit of lmdb BlockchainDB implThomas Winget2015-01-042-0/+472
| | * | | | | | | Initial commit of BlockchainDB tests, other miscThomas Winget2015-01-042-6/+25
| | * | | | | | | update new blockchain to build with new changesThomas Winget2015-01-042-13/+34
| | * | | | | | | stupid past me, fixing typos and shit...Thomas Winget2015-01-041-21/+21
| | * | | | | | | missing typedefThomas Winget2015-01-041-0/+3
| | * | | | | | | import of BlockchainDB filesThomas Winget2015-01-044-0/+3003
* | | | | | | | | [fix] Network 1.8: unlimited the RPC connectionsrfree2monero2015-04-083-1/+22
|/ / / / / / / /
* | | | | | | | no newline at end of fileRiccardo Spagni2015-04-051-1/+1
* | | | | | | | handle unlikely rounding up after sqrtJavier Smooth2015-04-051-0/+3
* | | | | | | | triangular distribution to choose recent outputs more often for mixinsJavier Smooth2015-04-051-1/+5
* | | | | | | | Merge pull request #252Riccardo Spagni2015-04-0244-130/+2899
|\ \ \ \ \ \ \ \
| * | | | | | | | Network 1.7; Quieted the debug a bit.rfree2monero2015-04-022-6/+10
| * | | | | | | | Network 1.6: network limits, logging, +doxyrfree2monero2015-04-011-1/+7