| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | Add needed dependencies | Emilien Devos | 2017-10-04 | 1 | -0/+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 | 2 | -2/+2 | |
| |\ \ \ \ | ||||||
| | * | | | | tests: fix hashchain unit tests | moneromooo-monero | 2017-10-03 | 2 | -2/+2 | |
| | |/ / / | ||||||
| * | | | | Merge pull request #2556 | Riccardo Spagni | 2017-10-15 | 1 | -0/+4 | |
| |\ \ \ \ | ||||||
| | * | | | | README: Add package installation instructions for Void Linux | Helmut Pozimski | 2017-10-01 | 1 | -0/+4 | |
| * | | | | | Merge pull request #2109 | Riccardo Spagni | 2017-10-15 | 15 | -123/+1374 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | 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 | |
| | * | | | | | add string_tools::validate_hex() | Jaquee | 2017-10-15 | 1 | -0/+6 | |
| | * | | | | | refactor cryptonote_basic::add_tx_pub_key_to_extra | Jaquee | 2017-10-15 | 2 | -3/+15 | |
| | * | | | | | lightwallet rpc server commands | Jaquee | 2017-10-15 | 1 | -1/+353 | |
| | * | | | | | Serializer: string to integer conversion for MyMonero compatibility | Jaquee | 2017-10-15 | 1 | -0/+27 | |
| | * | | | | | epee http_client SSL support | Jaquee | 2017-10-15 | 4 | -47/+112 | |
| | * | | | | | CMakeLists.txt - Add openssl include dir | Jaquee | 2017-10-15 | 1 | -0/+2 | |
| * | | | | | | Merge pull request #2555 | Riccardo Spagni | 2017-10-15 | 4 | -7/+56 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | dns_utils: allow an optional DNS server IP in DNS_PUBLIC | moneromooo-monero | 2017-10-10 | 4 | -7/+56 | |
| | | |_|_|/ / | |/| | | | | ||||||
| * | | | | | | Merge pull request #2554 | Riccardo Spagni | 2017-10-15 | 3 | -25/+129 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | wallet: encrypt (un)signed tx, also optionally save unencrypted raw tx hexstr | stoffu | 2017-10-07 | 3 | -25/+129 | |
| | |/ / / / / | ||||||
| * | | | | | | Merge pull request #2552 | Riccardo Spagni | 2017-10-15 | 3 | -9/+28 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | core: fix failure to sync when a tx is already in the pool | moneromooo-monero | 2017-09-29 | 3 | -9/+28 | |
| | | |_|/ / / | |/| | | | | ||||||
| * | | | | | | Merge pull request #2550 | Riccardo Spagni | 2017-10-15 | 1 | -3/+3 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | simplewallet: allow 1/yes/y as well as true for start_mining options | moneromooo-monero | 2017-09-29 | 1 | -3/+3 | |
| | |/ / / / / | ||||||
