| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | wallet2::store() implemented within wallet2::store_to | Ilya Kitaev | 2016-03-21 | 3 | -69/+62 |
| * | Wallet::store_to(path, password) implemented; | Ilya Kitaev | 2016-03-16 | 5 | -17/+113 |
| * | Wallet::address implemented | Ilya Kitaev | 2016-03-16 | 2 | -0/+7 |
| * | WalletManager::recoveryWallet implemented | Ilya Kitaev | 2016-03-16 | 2 | -5/+42 |
| * | Wallet::setPassword() method for wallet2_api | Ilya Kitaev | 2016-03-16 | 4 | -9/+58 |
| * | changes in wallet2_api + implemented WalletManager::openWallet | Ilya Kitaev | 2016-03-16 | 2 | -28/+130 |
| * | get_seed() included to interface | Ilya Kitaev | 2016-03-16 | 2 | -14/+31 |
| * | tests for wallet2_api | Ilya Kitaev | 2016-03-16 | 3 | -6/+40 |
| * | wallet2 public api. initial commit | Ilya Kitaev | 2016-03-16 | 3 | -2/+227 |
| * | Merge pull request #727 | Riccardo Spagni | 2016-03-15 | 1 | -46/+50 |
| |\ | |||||
| | * | Small cleanups | Howard Chu | 2016-03-15 | 1 | -24/+28 |
| | * | More for 92dd4ec6d6251b15954002e72a7c7faa5059a3ab | Howard Chu | 2016-03-15 | 1 | -22/+22 |
| * | | fix formatting error on bitmonero print_block return | Mike C | 2016-03-14 | 1 | -1/+1 |
| * | | Fix typo on bitmonerod rpc method error. | Mike C | 2016-03-14 | 1 | -3/+3 |
| |/ | |||||
| * | Merge pull request #723 | Riccardo Spagni | 2016-03-14 | 2 | -21/+21 |
| |\ | |||||
| | * | avoid some val copies | Howard Chu | 2016-03-14 | 2 | -21/+21 |
| * | | Hack for read/write txn mixup | Howard Chu | 2016-03-14 | 2 | -42/+31 |
| |/ | |||||
| * | switch default utilities DB to lmdb, update checkpoints.dat | Riccardo Spagni | 2016-03-12 | 2 | -3/+6 |
| * | Merge pull request #718 | Riccardo Spagni | 2016-03-12 | 1 | -0/+1 |
| |\ | |||||
| | * | simplewallet: fix hang when setting auto-refresh to 0 | moneromooo-monero | 2016-03-12 | 1 | -0/+1 |
| * | | Merge pull request #717 | Riccardo Spagni | 2016-03-12 | 1 | -0/+4 |
| |\ \ | |||||
| | * | | simplewallet: special ^C handling for windows | moneromooo-monero | 2016-03-12 | 1 | -0/+4 |
| | |/ | |||||
| * | | Merge pull request #716 | Riccardo Spagni | 2016-03-12 | 3 | -7/+10 |
| |\ \ | |||||
| | * | | rpc: do not return bans if they're effectively spent | moneromooo-monero | 2016-03-12 | 1 | -4/+7 |
| | * | | p2p: lock access to the blocked ips map | moneromooo-monero | 2016-03-12 | 2 | -3/+3 |
| | |/ | |||||
| * | | Merge pull request #715 | Riccardo Spagni | 2016-03-12 | 2 | -4/+15 |
| |\ \ | |||||
| | * | | wallet: use minimum mixin when RPC asks for too low mixin | moneromooo-monero | 2016-03-11 | 1 | -3/+13 |
| | * | | wallet_rpc_server: make use_fork_rules public | moneromooo-monero | 2016-03-11 | 1 | -1/+2 |
| | |/ | |||||
| * / | minor tweaks, add readme for crypto_ops_builder | Riccardo Spagni | 2016-03-11 | 3 | -4/+25 |
| |/ | |||||
| * | Merge pull request #712 | Riccardo Spagni | 2016-03-11 | 23 | -70/+75 |
| |\ | |||||
| | * | Need to link boost::chrono in more places now | Howard Chu | 2016-03-11 | 3 | -0/+3 |
| | * | Use boost::thread instead of std::thread | Howard Chu | 2016-03-11 | 20 | -70/+72 |
| * | | More for bdec7cb | Howard Chu | 2016-03-09 | 1 | -14/+14 |
| |/ | |||||
| * | Merge pull request #705 | Riccardo Spagni | 2016-03-05 | 1 | -4/+54 |
| |\ | |||||
| | * | blockchain_utilities: Update documentation | warptangent | 2016-03-05 | 1 | -4/+54 |
| * | | Merge pull request #704 | Riccardo Spagni | 2016-03-05 | 1 | -8/+17 |
| |\ \ | |||||
| | * | | get_payments short ID | luigi1111 | 2016-03-05 | 1 | -8/+17 |
| | |/ | |||||
| * | | Merge pull request #702 | Riccardo Spagni | 2016-03-05 | 2 | -6/+67 |
| |\ \ | |||||
| | * | | blockchain_export: Support BerkeleyDB | warptangent | 2016-03-05 | 1 | -4/+65 |
| | * | | blockchain_export: Move DB implementation includes | warptangent | 2016-03-05 | 2 | -2/+2 |
| | |/ | |||||
| * | | Merge pull request #700 | Riccardo Spagni | 2016-03-05 | 2 | -34/+35 |
| |\ \ | |||||
| | * | | BlockchainLMDB: Use DB error helper consistently | warptangent | 2016-03-03 | 1 | -28/+27 |
| | * | | BlockchainLMDB: Add DB error to exception | warptangent | 2016-03-03 | 1 | -5/+7 |
| | * | | Blockchain: Omit verbose time stats messages by default | warptangent | 2016-03-03 | 1 | -1/+1 |
| | |/ | |||||
| * | | Merge pull request #698 | Riccardo Spagni | 2016-03-05 | 1 | -57/+14 |
| |\ \ | |||||
| | * | | Get rid of lmdb_cur | Howard Chu | 2016-03-03 | 1 | -57/+14 |
| | |/ | |||||
| * | | Merge pull request #696 | Riccardo Spagni | 2016-03-05 | 1 | -1/+1 |
| |\ \ | |||||
| | * | | Fix language | Howard Chu | 2016-03-03 | 1 | -1/+1 |
| | |/ | |||||
| * / | More for df239428c0f43e2664f2be273996a734ca12c686 | Howard Chu | 2016-03-03 | 1 | -0/+6 |
| |/ | |||||
| * | Make partial revert consistent | warptangent | 2016-03-01 | 1 | -1/+1 |
