| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Another take on migration | Howard Chu | 2016-04-24 | 2 | -580/+104 |
| * | Migration | Howard Chu | 2016-04-08 | 2 | -5/+1049 |
| * | Merge branch 'performance' into master | Howard Chu | 2016-04-05 | 5 | -748/+630 |
| |\ | |||||
| | * | Cleanup | Howard Chu | 2016-04-05 | 3 | -24/+65 |
| | * | Cleanup and clarify | Howard Chu | 2016-04-05 | 4 | -146/+129 |
| | * | Use cursors in some remove functions | Howard Chu | 2016-04-05 | 1 | -7/+33 |
| | * | Use DUPFIXED for block_info and output_txs | Howard Chu | 2016-04-05 | 2 | -56/+46 |
| | * | More outputs consolidation | Howard Chu | 2016-04-05 | 2 | -489/+261 |
| | * | Use DUPFIXED for output_keys | Howard Chu | 2016-04-05 | 1 | -23/+37 |
| | * | Use DUPFIXED for tx_indices | Howard Chu | 2016-04-05 | 1 | -50/+60 |
| | * | Use DUPFIXED for block_heights | Howard Chu | 2016-04-05 | 1 | -22/+29 |
| | * | Use DUPFIXED for spent_keys | Howard Chu | 2016-04-05 | 1 | -23/+18 |
| | * | Add back changes from revert. | warptangent | 2016-04-05 | 1 | -19/+2 |
| | * | Use MDB_APPEND mode with two tx subdbs | warptangent | 2016-04-05 | 1 | -2/+2 |
| | * | Schema update: tx_indices - consolidate the tx subdbs from 5 to 3 | warptangent | 2016-04-05 | 3 | -75/+56 |
| | * | Schema update: tx_indices - yet less indirection | warptangent | 2016-04-05 | 4 | -20/+15 |
| | * | Schema update: tx_indices - improve further with less indirection | warptangent | 2016-04-05 | 4 | -21/+56 |
| | * | Add batch warning for further review | warptangent | 2016-04-05 | 1 | -0/+4 |
| | * | Schema update: tx_indices | warptangent | 2016-04-05 | 2 | -32/+109 |
| | * | Consolidated block info | Howard Chu | 2016-04-05 | 2 | -94/+62 |
| | * | Update schema for "tx_outputs" to use array containing amount output indices | warptangent | 2016-04-05 | 4 | -119/+131 |
| | * | blockchain_utilities: Update documentation | warptangent | 2016-04-05 | 1 | -4/+54 |
| | * | get_payments short ID | luigi1111 | 2016-04-05 | 1 | -8/+17 |
| * | | bumped version number | Riccardo Spagni | 2016-04-02 | 1 | -1/+1 |
| * | | Merge pull request #779 | Riccardo Spagni | 2016-04-02 | 1 | -5/+1 |
| |\ \ | |||||
| | * | | core: remove the block reward accumulation loop | moneromooo-monero | 2016-04-01 | 1 | -5/+1 |
| * | | | Merge pull request #778 | Riccardo Spagni | 2016-04-02 | 1 | -1/+3 |
| |\ \ \ | |||||
| | * | | | Detect map resize failures | Howard Chu | 2016-03-30 | 1 | -1/+3 |
| * | | | | Merge pull request #777 | Riccardo Spagni | 2016-04-02 | 2 | -0/+4 |
| |\ \ \ \ | |||||
| | * | | | | add blockhashing blob to getblocktemplate | Howard Chu | 2016-03-30 | 2 | -0/+4 |
| | |/ / / | |||||
| * | | | | Merge pull request #772 | Riccardo Spagni | 2016-04-02 | 1 | -0/+34 |
| |\ \ \ \ | |||||
| | * | | | | simplewallet: always gracefully exit on EOF | moneromooo-monero | 2016-03-29 | 1 | -0/+34 |
| * | | | | | Merge pull request #769 | Riccardo Spagni | 2016-04-02 | 4 | -63/+121 |
| |\ \ \ \ \ | |||||
| | * | | | | | wallet: make load_keys check types when loading JSON | moneromooo-monero | 2016-03-27 | 2 | -22/+37 |
| | * | | | | | wallet: make the JSON reading type safe | moneromooo-monero | 2016-03-27 | 1 | -41/+31 |
| | * | | | | | common: new json_util.h | moneromooo-monero | 2016-03-27 | 1 | -0/+53 |
| | |/ / / / | |||||
| * | | | | | Merge pull request #767 | Riccardo Spagni | 2016-04-02 | 10 | -23/+98 |
| |\ \ \ \ \ | |||||
| | * | | | | | Convey tx verification failure reasons to the RPC client | moneromooo-monero | 2016-03-27 | 10 | -23/+98 |
| | | |_|/ / | |/| | | | |||||
| * | | | | | Merge pull request #766 | Riccardo Spagni | 2016-04-02 | 1 | -0/+42 |
| |\ \ \ \ \ | |||||
| | * | | | | | simplewallet: default to trusted daemon for loopback address | moneromooo-monero | 2016-03-27 | 1 | -0/+42 |
| | |/ / / / | |||||
| * | | | | | Merge pull request #764 | Riccardo Spagni | 2016-04-02 | 2 | -74/+374 |
| |\ \ \ \ \ | |_|_|/ / |/| | | | | |||||
| | * | | | | minor corrections/clarifications | Thomas Winget | 2016-03-30 | 2 | -4/+6 |
| | * | | | | Transaction pool documentation (and some cleanup) | Thomas Winget | 2016-03-24 | 2 | -74/+372 |
| * | | | | | wallet: fix --generate-from-keys saving as watch only | moneromooo-monero | 2016-03-28 | 1 | -1/+1 |
| | |_|/ / |/| | | | |||||
| * | | | | Merge pull request #765 | Riccardo Spagni | 2016-03-27 | 22 | -54/+389 |
| |\ \ \ \ | |_|/ / |/| | | | |||||
| | * | | | wallet: pass std::function by const ref, not value | moneromooo-monero | 2016-03-26 | 2 | -2/+2 |
| | * | | | wallet: do not leak owned amounts to the daemon unless --trusted-daemon | moneromooo-monero | 2016-03-26 | 5 | -8/+11 |
| | * | | | wallet: change sweep_dust to sweep_unmixable | moneromooo-monero | 2016-03-26 | 6 | -30/+129 |
| | * | | | New RPC and daemon command to get output histogram | moneromooo-monero | 2016-03-26 | 15 | -0/+243 |
| | * | | | wallet: handle rare case where fee adjustment can bump to the next kB | moneromooo-monero | 2016-03-26 | 1 | -2/+3 |
