| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | all wallet dependencies merged to single static lib | Ilya Kitaev | 2016-06-23 | 1 | -2/+15 |
| * | WalletListener::moneySpent test | Ilya Kitaev | 2016-06-23 | 2 | -2/+10 |
| * | WalletListener::moneySpent(), WalletListener::moneyReceived() | Ilya Kitaev | 2016-06-23 | 2 | -2/+22 |
| * | i_wallet_callback: virtual dtor | Ilya Kitaev | 2016-06-23 | 1 | -0/+1 |
| * | started WalletListener | Ilya Kitaev | 2016-06-23 | 3 | -1/+65 |
| * | TransactionHistory continued | Ilya Kitaev | 2016-06-23 | 5 | -13/+104 |
| * | merged with upstream | Ilya Kitaev | 2016-06-23 | 5 | -3/+106 |
| * | Wallet API : transaction history in progress | Ilya Kitaev | 2016-06-23 | 7 | -31/+86 |
| * | transaction history api in progress | Ilya Kitaev | 2016-06-23 | 7 | -16/+110 |
| * | api implementation splitted over separate files | Ilya Kitaev | 2016-06-23 | 13 | -315/+710 |
| * | TransactionInfo / TransactionHistory APIs design | Ilya Kitaev | 2016-06-23 | 2 | -130/+188 |
| * | Wallet::createTransaction API introduced | Ilya Kitaev | 2016-06-23 | 2 | -132/+214 |
| * | Wallet::transfer in progress | Ilya Kitaev | 2016-06-23 | 2 | -2/+198 |
| * | Wallet::refresh + tests | Ilya Kitaev | 2016-06-23 | 2 | -0/+16 |
| * | "testnet" is default parameter | Ilya Kitaev | 2016-06-23 | 2 | -3/+11 |
| * | testnet option, Wallet::balance(), Wallet::unlockedBalance() | Ilya Kitaev | 2016-06-23 | 2 | -6/+15 |
| * | - testnet option added to api; | Ilya Kitaev | 2016-06-23 | 4 | -13/+54 |
| * | wallet2::store() implemented within wallet2::store_to | Ilya Kitaev | 2016-06-23 | 3 | -69/+62 |
| * | Merge pull request #870 | Riccardo Spagni | 2016-06-21 | 1 | -2/+6 |
| |\ | |||||
| | * | gmtime for Windows | luigi1111 | 2016-06-20 | 1 | -2/+6 |
| * | | Merge pull request #867 | Riccardo Spagni | 2016-06-21 | 2 | -0/+25 |
| |\ \ | |||||
| | * | | simplewallet: add a status command | moneromooo-monero | 2016-06-20 | 2 | -0/+25 |
| * | | | Merge pull request #868 | Riccardo Spagni | 2016-06-21 | 1 | -2/+2 |
| |\ \ \ | |_|/ |/| | | |||||
| | * | | common: fix build without libunwind | moneromooo-monero | 2016-06-20 | 1 | -2/+2 |
| * | | | Merge pull request #863 | Riccardo Spagni | 2016-06-19 | 1 | -1/+1 |
| |\ \ \ | |||||
| | * | | | rpc: fix getblock RPC sending blob as binary, not hex dump | moneromooo-monero | 2016-06-10 | 1 | -1/+1 |
| | | |/ | |/| | |||||
| * | | | Merge pull request #862 | Riccardo Spagni | 2016-06-19 | 1 | -10/+10 |
| |\ \ \ | |||||
| | * | | | wallet_rpc_server: fix some string values being returned between <> | moneromooo-monero | 2016-06-19 | 1 | -10/+10 |
| | |/ / | |||||
| * | | | Merge pull request #856 | Riccardo Spagni | 2016-06-19 | 2 | -2/+14 |
| |\ \ \ | |||||
| | * | | | cn_deserialize: add minergate data | moneromooo-monero | 2016-06-06 | 1 | -0/+1 |
| | * | | | cn_deserialize: print extra nonce as hex data | moneromooo-monero | 2016-06-06 | 1 | -1/+1 |
| | * | | | tx_extra: parse new chunk added by minergate | blashyrkh | 2016-06-06 | 1 | -1/+12 |
| | |/ / | |||||
| * | | | Merge pull request #846 | Riccardo Spagni | 2016-06-19 | 7 | -17/+10 |
| |\ \ \ | |||||
| | * | | | src: p2p: add exception spec to throwing destructors | redfish | 2016-05-18 | 4 | -4/+4 |
| | * | | | crypto: slow-hash: fix misleading indent | redfish | 2016-05-18 | 1 | -1/+1 |
| | * | | | crypto: slow-hash: remove unused hash list for ARM | redfish | 2016-05-18 | 1 | -4/+0 |
| | * | | | crypto: oaes_lib: remove unused _NR array | redfish | 2016-05-18 | 1 | -4/+0 |
| | * | | | crypto: fix compile error: use named type in sizeof | redfish | 2016-05-18 | 1 | -4/+5 |
| * | | | | Merge pull request #775 | Riccardo Spagni | 2016-06-19 | 5 | -4/+172 |
| |\ \ \ \ | |_|/ / |/| | / | | |/ | |/| | |||||
| | * | | Print stack trace on exceptions | moneromooo-monero | 2016-04-28 | 4 | -2/+170 |
| | * | | connection_basic: avoid gratuitous exception | moneromooo-monero | 2016-03-28 | 1 | -2/+2 |
| * | | | crypto: slow-hash: disable mul implemented in asm for ARM | redfish | 2016-05-25 | 1 | -2/+5 |
| | |/ |/| | |||||
| * | | 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 |
