| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | PendingTransactionImpl: pointer->reference | Ilya Kitaev | 2016-06-22 | 2 | -4/+4 |
| * | commented regex | Ilya Kitaev | 2016-06-22 | 1 | -1/+1 |
| * | Typo fixed | Ilya Kitaev | 2016-06-22 | 1 | -1/+1 |
| * | Wallet::createTransaction: added mixin_count param | Ilya Kitaev | 2016-06-20 | 3 | -10/+23 |
| * | double/string to monero integer convertion methods | Ilya Kitaev | 2016-06-16 | 2 | -0/+19 |
| * | wallet::default_mixin exposed to public interface as | Ilya Kitaev | 2016-06-10 | 3 | -1/+22 |
| * | Wallet::filename, Wallet::keysFilename, tests for move wallet | Ilya Kitaev | 2016-06-10 | 3 | -0/+29 |
| * | removed unused "using" | Ilya Kitaev | 2016-06-03 | 1 | -1/+0 |
| * | Wallet API : WalletManager::findWallets() added | Ilya Kitaev | 2016-06-03 | 4 | -4/+57 |
| * | Merge remote-tracking branch 'upstream/master' | Ilya Kitaev | 2016-05-27 | 16 | -794/+1284 |
| |\ | |||||
| | * | Merge pull request #842 | Riccardo Spagni | 2016-05-17 | 4 | -4/+11 |
| | |\ | |||||
| | | * | crypto: make clear generate_random_bytes is not thread safe | moneromooo-monero | 2016-05-15 | 4 | -4/+11 |
| | * | | Merge pull request #840 | Riccardo Spagni | 2016-05-17 | 1 | -4/+4 |
| | |\ \ | |||||
| | | * | | Restrict also 'get_connections' and 'getbans' APIs. | osensei | 2016-05-16 | 1 | -2/+2 |
| | | * | | Don't allow 'flush_txpool' and 'setbans' JSON_RPC methods when running in res... | osensei | 2016-05-14 | 1 | -2/+2 |
| | | |/ | |||||
| | * | | Merge pull request #831 | Riccardo Spagni | 2016-05-17 | 3 | -5/+26 |
| | |\ \ | |||||
| | | * | | tests: fix tests broken by the removal of the block reward accumulation loop | moneromooo-monero | 2016-05-01 | 1 | -1/+1 |
| | | * | | cn_deserialize: deserialize tx_extra too | moneromooo-monero | 2016-05-01 | 1 | -0/+21 |
| | | * | | core: move tx_extra parsing errors to log level 1 | moneromooo-monero | 2016-05-01 | 1 | -4/+4 |
| | | |/ | |||||
| | * | | Merge pull request #827 | Riccardo Spagni | 2016-05-17 | 3 | -19/+31 |
| | |\ \ | |||||
| | | * | | Only log 1/N skipped blocks | Howard Chu | 2016-04-29 | 1 | -2/+4 |
| | | * | | Move refresh height to keys file from cache file | Howard Chu | 2016-04-29 | 2 | -1/+8 |
| | | * | | Make fast_refresh interruptible | Howard Chu | 2016-04-29 | 1 | -2/+3 |
| | | * | | Set refresh height earlier | Howard Chu | 2016-04-29 | 1 | -13/+15 |
| | | * | | Fix 19fe8ae3ef1aa46ae8fdd4e4d6862510390ddab7 | Howard Chu | 2016-04-29 | 1 | -2/+2 |
| | * | | | Merge branch 'performance' of https://github.com/LMDB/bitmonero | Riccardo Spagni | 2016-04-29 | 5 | -762/+1212 |
| | |\ \ \ | | |_|/ | |/| | | |||||
| | | * | | 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 |
| * | | | | | installing wallet_api header | Ilya Kitaev | 2016-05-27 | 1 | -2/+2 |
