| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | doxygen documentation for checkpoints.{h,cpp} | Thomas Winget | 2016-03-22 | 2 | -6/+99 | |
| | * | | | | Remove unnecessary or defunct code | Thomas Winget | 2016-03-22 | 2 | -22/+0 | |
| | * | | | | Updated documentation for blockchain.* | Thomas Winget | 2016-03-22 | 2 | -14/+925 | |
| | |/ / / | ||||||
| * | | | | Merge pull request #748 | Riccardo Spagni | 2016-03-25 | 1 | -1/+1 | |
| |\ \ \ \ | |/ / / |/| | | | ||||||
| | * | | | blockchain: fix partial block reward detection | moneromooo-monero | 2016-03-22 | 1 | -1/+1 | |
| * | | | | update version number | Riccardo Spagni | 2016-03-21 | 1 | -1/+1 | |
| |/ / / | ||||||
| * | | | Merge pull request #743 | Riccardo Spagni | 2016-03-21 | 1 | -1/+1 | |
| |\ \ \ | ||||||
| | * | | | also maybe do the block height this time, you know, just so that it actually ... | Riccardo Spagni | 2016-03-21 | 1 | -1/+1 | |
| * | | | | Merge pull request #742 | Riccardo Spagni | 2016-03-21 | 1 | -1/+1 | |
| |\| | | | ||||||
| | * | | | also update the timestamp for the hard fork | Riccardo Spagni | 2016-03-21 | 1 | -1/+1 | |
| * | | | | Merge pull request #741 | Riccardo Spagni | 2016-03-21 | 1 | -0/+3 | |
| |\| | | | ||||||
| | * | | | set fork date for September, add hyc's GPG key, remove aabramov's | Riccardo Spagni | 2016-03-21 | 1 | -0/+3 | |
| * | | | | Revert "Print stack trace upon exceptions" | moneromooo-monero | 2016-03-21 | 28 | -201/+46 | |
| |/ / / | ||||||
| * | | | Merge pull request #738 | Riccardo Spagni | 2016-03-20 | 1 | -40/+47 | |
| |\ \ \ | ||||||
| | * | | | db_lmdb: include the error codes from lmdb api in error logs | moneromooo-monero | 2016-03-20 | 1 | -40/+47 | |
| * | | | | Merge pull request #737 | Riccardo Spagni | 2016-03-20 | 1 | -1/+1 | |
| |\ \ \ \ | ||||||
| | * | | | | cryptonote_protocol: clarify height wording | moneromooo-monero | 2016-03-20 | 1 | -1/+1 | |
| | |/ / / | ||||||
| * | | | | Merge pull request #735 | Riccardo Spagni | 2016-03-20 | 1 | -1/+1 | |
| |\ \ \ \ | ||||||
| | * | | | | rpc: fix print_tx in command line mode | moneromooo-monero | 2016-03-19 | 1 | -1/+1 | |
| | |/ / / | ||||||
| * | | | | Merge pull request #734 | Riccardo Spagni | 2016-03-20 | 1 | -42/+54 | |
| |\ \ \ \ | ||||||
| | * | | | | simplewallet: make --password-file work in RPC mode | moneromooo-monero | 2016-03-19 | 1 | -42/+54 | |
| | |/ / / | ||||||
| * / / / | Print stack trace upon exceptions | moneromooo-monero | 2016-03-19 | 28 | -46/+201 | |
| |/ / / | ||||||
| * | | | Reduce log noise | Howard Chu | 2016-03-19 | 1 | -2/+3 | |
| * | | | Fix issue #706 | Howard Chu | 2016-03-19 | 1 | -0/+1 | |
| * | | | bump the version | Riccardo Spagni | 2016-03-16 | 1 | -1/+1 | |
| * | | | baked-in block headers now go all the way up to 1 million. 1 MILLION | Riccardo Spagni | 2016-03-16 | 1 | -0/+0 | |
| * | | | Merge pull request #728 | Riccardo Spagni | 2016-03-16 | 6 | -3/+570 | |
| |\ \ \ | | |/ | |/| | ||||||
| | * | | 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 | |
| * | | | Add destructor for readtxns | Howard Chu | 2016-03-16 | 2 | -10/+21 | |
| |/ / | ||||||
| * | | 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 | |
| |\ \ \ | ||||||
