| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | Wallet API : transaction history in progress | Ilya Kitaev | 2016-06-23 | 1 | -0/+28 | |
| * | | | | | | Wallet::createTransaction API introduced | Ilya Kitaev | 2016-06-23 | 1 | -3/+11 | |
| * | | | | | | Wallet::transfer in progress | Ilya Kitaev | 2016-06-23 | 1 | -0/+16 | |
| * | | | | | | Wallet::refresh + tests | Ilya Kitaev | 2016-06-23 | 1 | -0/+12 | |
| * | | | | | | testnet option, Wallet::balance(), Wallet::unlockedBalance() | Ilya Kitaev | 2016-06-23 | 1 | -11/+12 | |
| * | | | | | | - testnet option added to api; | Ilya Kitaev | 2016-06-23 | 1 | -24/+44 | |
| * | | | | | | wallet2::store() implemented within wallet2::store_to | Ilya Kitaev | 2016-06-23 | 1 | -0/+25 | |
| * | | | | | | fix: error: -Werror=misleading-indentation | moneroexample | 2016-05-18 | 1 | -1/+3 | |
| | |_|_|_|/ |/| | | | | ||||||
| * | | | | | Merge pull request #831 | Riccardo Spagni | 2016-05-17 | 7 | -25/+86 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | tests: fix tests broken by the removal of the block reward accumulation loop | moneromooo-monero | 2016-05-01 | 5 | -23/+17 | |
| | * | | | | | unit_tests: add a write_varint/read_varint test | moneromooo-monero | 2016-05-01 | 2 | -1/+68 | |
| | * | | | | | unit_tests: fix UNBOUND_LIBRARIES/UNBOUND_LIBRARY typo | moneromooo-monero | 2016-05-01 | 1 | -1/+1 | |
| | | |_|_|/ | |/| | | | ||||||
| * | | | | | Merge branch 'performance' of https://github.com/LMDB/bitmonero | Riccardo Spagni | 2016-04-29 | 1 | -4/+5 | |
| |\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| | * | | | | Merge branch 'performance' into master | Howard Chu | 2016-04-05 | 1 | -4/+5 | |
| | |\ \ \ \ | ||||||
| | | * | | | | Cleanup | Howard Chu | 2016-04-05 | 1 | -4/+5 | |
| * | | | | | | tests: fix compile failure on wallet2::transfer | moneromooo-monero | 2016-04-17 | 1 | -1/+2 | |
| | |_|_|_|/ |/| | | | | ||||||
| * | | | | | Merge pull request #786 | Riccardo Spagni | 2016-04-14 | 1 | -0/+4 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | tests: unbound API is only accessible in static builds | moneromooo-monero | 2016-04-02 | 1 | -0/+4 | |
| | |/ / / / | ||||||
| * | | | | | Merge pull request #783 | Riccardo Spagni | 2016-04-14 | 1 | -1/+1 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | wallet: better output selection for transfer/transfer_new | moneromooo-monero | 2016-04-02 | 1 | -1/+1 | |
| | |/ / / / | ||||||
| * / / / / | tests: fix build with older GCC | Javier Smooth | 2016-04-02 | 1 | -2/+4 | |
| |/ / / / | ||||||
| * | | / | tests: add test for needed OpenSSL algorithms in unbound | moneromooo-monero | 2016-03-29 | 2 | -1/+52 | |
| | |_|/ |/| | | ||||||
| * | | | tests: obligatory hardfork unit build fix after interface change | moneromooo-monero | 2016-03-26 | 1 | -1/+1 | |
| * | | | New RPC and daemon command to get output histogram | moneromooo-monero | 2016-03-26 | 1 | -0/+1 | |
| * | | | core_tests: fix compile failure with GCC 4.8.4 | moneromooo-monero | 2016-03-21 | 1 | -1/+1 | |
| * | | | Revert "Print stack trace upon exceptions" | moneromooo-monero | 2016-03-21 | 10 | -17/+13 | |
| * | | | Print stack trace upon exceptions | moneromooo-monero | 2016-03-19 | 10 | -13/+17 | |
| * | | | tests: enable core tests again | moneromooo-monero | 2016-03-17 | 1 | -1/+1 | |
| | |/ |/| | ||||||
| * | | fixed "undefined reference" for boost::system library | Ilya Kitaev | 2016-03-16 | 1 | -1/+2 | |
| * | | Wallet::store_to(path, password) implemented; | Ilya Kitaev | 2016-03-16 | 1 | -1/+64 | |
| * | | Wallet::address implemented | Ilya Kitaev | 2016-03-16 | 1 | -0/+8 | |
| * | | WalletManager::recoveryWallet implemented | Ilya Kitaev | 2016-03-16 | 1 | -5/+14 | |
| * | | Wallet::setPassword() method for wallet2_api | Ilya Kitaev | 2016-03-16 | 1 | -4/+22 | |
| * | | changes in wallet2_api + implemented WalletManager::openWallet | Ilya Kitaev | 2016-03-16 | 1 | -5/+25 | |
| * | | get_seed() included to interface | Ilya Kitaev | 2016-03-16 | 1 | -9/+34 | |
| * | | tests for wallet2_api | Ilya Kitaev | 2016-03-16 | 3 | -1/+130 | |
| |/ | ||||||
| * | unit_tests: fix hard fork unit test compilation | warptangent | 2016-03-05 | 1 | -1/+1 | |
| * | Merge pull request #689 | Riccardo Spagni | 2016-02-29 | 1 | -1/+1 | |
| |\ | ||||||
| | * | unit_tests: update test openalias address | moneromooo-monero | 2016-02-23 | 1 | -1/+1 | |
| * | | move g_test_dbg_lock_sleep from a global to a function level static | moneromooo-monero | 2016-02-22 | 7 | -14/+0 | |
| |/ | ||||||
| * | Merge pull request #659 | Riccardo Spagni | 2016-02-17 | 1 | -1/+1 | |
| |\ | ||||||
| | * | core_tests: fix a compile problem with CLANG | moneromooo-monero | 2016-02-13 | 1 | -1/+1 | |
| * | | Add the new test files | moneromooo-monero | 2016-02-13 | 2 | -0/+295 | |
| |/ | ||||||
| * | unit_tests: fix blockchain unit test after hard fork import fix | moneromooo-monero | 2016-02-08 | 1 | -1/+10 | |
| * | core_tests: add tests for hard fork behaviors (MRL-0004) | moneromooo-monero | 2016-02-08 | 4 | -7/+22 | |
| * | core_tests: allow setting miner tx max_outs when creating a block | moneromooo-monero | 2016-02-08 | 2 | -4/+6 | |
| * | unit_tests: fix hard fork unit test compilation | moneromooo-monero | 2016-02-08 | 1 | -0/+4 | |
| * | Merge pull request #641 | Riccardo Spagni | 2016-02-08 | 1 | -13/+9 | |
| |\ | ||||||
| | * | unit_tests: fix mnemonics unit test testing invalid seeds | moneromooo-monero | 2016-02-01 | 1 | -13/+9 | |
| * | | Merge pull request #639 | Riccardo Spagni | 2016-02-08 | 1 | -30/+68 | |
| |\ \ | ||||||
