summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | crypto: slow-hash: remove unused hash list for ARMredfish2016-05-181-4/+0
| * | | | | | | | crypto: oaes_lib: remove unused _NR arrayredfish2016-05-181-4/+0
| * | | | | | | | crypto: fix compile error: use named type in sizeofredfish2016-05-181-4/+5
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge pull request #775Riccardo Spagni2016-06-196-4/+190
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | / / / / / | | |/ / / / / | |/| | | | |
| * | | | | | Print stack trace on exceptionsmoneromooo-monero2016-04-285-2/+188
| * | | | | | connection_basic: avoid gratuitous exceptionmoneromooo-monero2016-03-281-2/+2
* | | | | | | Merge pull request #854Riccardo Spagni2016-06-031-0/+18
|\ \ \ \ \ \ \
| * | | | | | | readme: notes on config file and fg/bg run moderedfish2016-05-281-0/+18
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #850Riccardo Spagni2016-06-031-2/+5
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | crypto: slow-hash: disable mul implemented in asm for ARMredfish2016-05-251-2/+5
|/ / / / / /
* | | | | | Merge pull request #842Riccardo Spagni2016-05-174-4/+11
|\ \ \ \ \ \
| * | | | | | crypto: make clear generate_random_bytes is not thread safemoneromooo-monero2016-05-154-4/+11
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #840Riccardo Spagni2016-05-172-6/+8
|\ \ \ \ \ \
| * | | | | | Restrict also 'get_connections' and 'getbans' APIs.osensei2016-05-161-2/+2
| * | | | | | Don't allow 'flush_txpool' and 'setbans' JSON_RPC methods when running in res...osensei2016-05-142-4/+6
| |/ / / / /
* | | | | | Merge pull request #837Riccardo Spagni2016-05-171-1/+9
|\ \ \ \ \ \
| * | | | | | Update README with TAILS instructionsdEBRUYNE-12016-05-111-1/+9
| |/ / / / /
* | | | | | Merge pull request #831Riccardo Spagni2016-05-1711-31/+121
|\ \ \ \ \ \
| * | | | | | tests: fix tests broken by the removal of the block reward accumulation loopmoneromooo-monero2016-05-016-24/+18
| * | | | | | cn_deserialize: deserialize tx_extra toomoneromooo-monero2016-05-011-0/+21
| * | | | | | unit_tests: add a write_varint/read_varint testmoneromooo-monero2016-05-012-1/+68
| * | | | | | unit_tests: fix UNBOUND_LIBRARIES/UNBOUND_LIBRARY typomoneromooo-monero2016-05-011-1/+1
| * | | | | | core: move tx_extra parsing errors to log level 1moneromooo-monero2016-05-012-5/+13
| |/ / / / /
* | | | | | Merge pull request #827Riccardo Spagni2016-05-173-19/+31
|\ \ \ \ \ \
| * | | | | | Only log 1/N skipped blocksHoward Chu2016-04-291-2/+4
| * | | | | | Move refresh height to keys file from cache fileHoward Chu2016-04-292-1/+8
| * | | | | | Make fast_refresh interruptibleHoward Chu2016-04-291-2/+3
| * | | | | | Set refresh height earlierHoward Chu2016-04-291-13/+15
| * | | | | | Fix 19fe8ae3ef1aa46ae8fdd4e4d6862510390ddab7Howard Chu2016-04-291-2/+2
* | | | | | | Merge branch 'performance' of https://github.com/LMDB/bitmoneroRiccardo Spagni2016-04-297-768/+1228
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Another take on migrationHoward Chu2016-04-242-580/+104
| * | | | | | mdb_drop optimizationHoward Chu2016-04-091-1/+10
| * | | | | | MigrationHoward Chu2016-04-082-5/+1049
| * | | | | | Merge branch 'performance' into masterHoward Chu2016-04-057-753/+636
| |\ \ \ \ \ \
| | * | | | | | CleanupHoward Chu2016-04-054-28/+70
| | * | | | | | Cleanup and clarifyHoward Chu2016-04-054-146/+129
| | * | | | | | Use cursors in some remove functionsHoward Chu2016-04-051-7/+33
| | * | | | | | Use DUPFIXED for block_info and output_txsHoward Chu2016-04-052-56/+46
| | * | | | | | More outputs consolidationHoward Chu2016-04-053-490/+262
| | * | | | | | Use DUPFIXED for output_keysHoward Chu2016-04-051-23/+37
| | * | | | | | Use DUPFIXED for tx_indicesHoward Chu2016-04-051-50/+60
| | * | | | | | Use DUPFIXED for block_heightsHoward Chu2016-04-051-22/+29
| | * | | | | | Use DUPFIXED for spent_keysHoward Chu2016-04-051-23/+18
| | * | | | | | Add back changes from revert.warptangent2016-04-051-19/+2
| | * | | | | | Use MDB_APPEND mode with two tx subdbswarptangent2016-04-051-2/+2
| | * | | | | | Schema update: tx_indices - consolidate the tx subdbs from 5 to 3warptangent2016-04-053-75/+56
| | * | | | | | Schema update: tx_indices - yet less indirectionwarptangent2016-04-054-20/+15
| | * | | | | | Schema update: tx_indices - improve further with less indirectionwarptangent2016-04-054-21/+56
| | * | | | | | Add batch warning for further reviewwarptangent2016-04-051-0/+4
| | * | | | | | Schema update: tx_indiceswarptangent2016-04-052-32/+109