| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #2599 | Riccardo Spagni | 2017-10-15 | 3 | -11/+26 |
| |\ | |||||
| | * | daemon: use @N syntax to output_histogram for specific amounts | moneromooo-monero | 2017-10-07 | 3 | -11/+26 |
| * | | Merge pull request #2597 | Riccardo Spagni | 2017-10-15 | 1 | -2/+1 |
| |\ \ | |||||
| | * | | miner: always update block template when starting | moneromooo-monero | 2017-10-07 | 1 | -2/+1 |
| | |/ | |||||
| * | | Merge pull request #2596 | Riccardo Spagni | 2017-10-15 | 1 | -8/+0 |
| |\ \ | |||||
| | * | | wallet2: fix refresh height calc for new wallets | moneromooo-monero | 2017-10-07 | 1 | -8/+0 |
| | |/ | |||||
| * | | Merge pull request #2592 | Riccardo Spagni | 2017-10-15 | 2 | -2/+1 |
| |\ \ | |||||
| | * | | Remove network_address_base which has been merged with ipv4_network_address i... | Michał Sałaban | 2017-10-07 | 1 | -1/+0 |
| | * | | Don't try to create wallet-dir when it's not given, don't crash if wallet-dir... | Michał Sałaban | 2017-10-07 | 1 | -1/+1 |
| | |/ | |||||
| * | | Merge pull request #2589 | Riccardo Spagni | 2017-10-15 | 5 | -11/+17 |
| |\ \ | |||||
| | * | | add a command_line function to check for defaulted options | moneromooo-monero | 2017-10-06 | 5 | -11/+17 |
| * | | | Merge pull request #2587 | Riccardo Spagni | 2017-10-15 | 1 | -15/+7 |
| |\ \ \ | |||||
| | * | | | rpc: out_peers now works again | moneromooo-monero | 2017-10-06 | 1 | -15/+7 |
| | |/ / | |||||
| * | | | Merge pull request #2586 | Riccardo Spagni | 2017-10-15 | 2 | -32/+46 |
| |\ \ \ | |||||
| | * | | | wallet-cli: add --do-not-relay option | stoffu | 2017-10-07 | 2 | -32/+46 |
| | | |/ | |/| | |||||
| * | | | Merge pull request #2583 | Riccardo Spagni | 2017-10-15 | 1 | -2/+2 |
| |\ \ \ | |||||
| | * | | | Fix building with -DARCH=default -DNO_AES=ON | moneromooo-monero | 2017-10-06 | 1 | -2/+2 |
| | | |/ | |/| | |||||
| * | | | Merge pull request #2573 | Riccardo Spagni | 2017-10-15 | 1 | -6/+13 |
| |\ \ \ | |||||
| | * | | | daemon: catch out of range exceptions too when calling stoll/stoi | moneromooo-monero | 2017-10-03 | 1 | -6/+13 |
| | |/ / | |||||
| * | | | Merge pull request #2571 | Riccardo Spagni | 2017-10-15 | 1 | -2/+1 |
| |\ \ \ | |||||
| | * | | | block_queue: use boost::uuids::nil_uuid where appropriate | moneromooo-monero | 2017-10-03 | 1 | -2/+1 |
| | |/ / | |||||
| * | | | Merge pull request #2570 | Riccardo Spagni | 2017-10-15 | 1 | -2/+2 |
| |\ \ \ | |||||
| | * | | | wallet2: fix backlog being off by 1 | moneromooo-monero | 2017-10-03 | 1 | -2/+2 |
| | |/ / | |||||
| * | | | Merge pull request #2569 | Riccardo Spagni | 2017-10-15 | 1 | -2/+0 |
| |\ \ \ | |||||
| | * | | | simplewallet: fix setting default-ring-size to 0 | moneromooo-monero | 2017-10-03 | 1 | -2/+0 |
| | |/ / | |||||
| * | | | Merge pull request #2568 | Riccardo Spagni | 2017-10-15 | 8 | -6/+23 |
| |\ \ \ | |||||
| | * | | | Add tools::on_startup, and warn about glibc 2.25 bug if found | moneromooo-monero | 2017-10-14 | 8 | -6/+23 |
| | | |/ | |/| | |||||
| * | | | Merge pull request #2567 | Riccardo Spagni | 2017-10-15 | 1 | -3/+0 |
| |\ \ \ | |||||
| | * | | | blockchain_import: remove a few commented out obsolete lines | moneromooo-monero | 2017-10-03 | 1 | -3/+0 |
| | | |/ | |/| | |||||
| * | | | Merge pull request #2565 | Riccardo Spagni | 2017-10-15 | 1 | -1/+1 |
| |\ \ \ | |||||
| | * | | | tests: fix hashchain unit tests | moneromooo-monero | 2017-10-03 | 1 | -1/+1 |
| | |/ / | |||||
| * | | | Merge pull request #2109 | Riccardo Spagni | 2017-10-15 | 9 | -76/+1227 |
| |\ \ \ | |||||
| | * | | | wallet2+API: use separate callbacks for lightwallets | Jaquee | 2017-10-15 | 3 | -7/+43 |
| | * | | | walletAPI: correct confirmations in txHistory for unsynced wallets | Jaquee | 2017-10-15 | 1 | -2/+2 |
| | * | | | walletAPI: lightwallet exceptions | Jaquee | 2017-10-15 | 1 | -2/+12 |
| | * | | | walletAPI: add lightwallet login() and importWalletRequest() | Jaquee | 2017-10-15 | 3 | -0/+40 |
| | * | | | walletAPI: init() lightwallet and SSL support | Jaquee | 2017-10-15 | 3 | -7/+12 |
| | * | | | walletAPI: add tx unlock_time | Jaquee | 2017-10-15 | 1 | -4/+0 |
| | * | | | wallet2: remove obsolete get_num_rct_outputs() call from create_transactions_2 | Jaquee | 2017-10-15 | 1 | -1/+1 |
| | * | | | wallet2: create_transactions_2 lightwallet support | Jaquee | 2017-10-15 | 1 | -0/+7 |
| | * | | | wallet2: get_outs lightwallet support | Jaquee | 2017-10-15 | 2 | -10/+129 |
| | * | | | wallet2: commit_tx() lightwallet support | Jaquee | 2017-10-15 | 1 | -17/+34 |
| | * | | | wallet2: refactor is_tx_spendtime_unlocked() | Jaquee | 2017-10-15 | 2 | -3/+9 |
| | * | | | wallet2: add lightwallet exceptions to common functions | Jaquee | 2017-10-15 | 1 | -0/+15 |
| | * | | | wallet2: refresh() lightwallet support | Jaquee | 2017-10-15 | 1 | -0/+34 |
| | * | | | my/openmonero API functions | Jaquee | 2017-10-15 | 2 | -0/+475 |
| | * | | | wallet2: add remove_obsolete_pool_txs() | Jaquee | 2017-10-15 | 2 | -22/+31 |
| | * | | | wallet2: add on_pool_tx_removed callback | Jaquee | 2017-10-15 | 1 | -0/+1 |
| | * | | | wallet2: light wallet member variables | Jaquee | 2017-10-15 | 1 | -1/+15 |
| | * | | | wallet2: add ssl option to init() | Jaquee | 2017-10-15 | 2 | -3/+6 |
