| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | wallet2_api: check whether dynamic_cast returns NULL | moneromooo-monero | 2017-09-25 | 1 | -0/+2 |
| * | core: check return value from parse_hexstr_to_binbuff | moneromooo-monero | 2017-09-25 | 1 | -2/+3 |
| * | wallet2_api: remove an unused, uninitialized, field | moneromooo-monero | 2017-09-25 | 1 | -1/+0 |
| * | wallet2_api: init error code to "no error" in the ctor | moneromooo-monero | 2017-09-25 | 1 | -1/+1 |
| * | get_blockchain_top now returns void | moneromooo-monero | 2017-09-25 | 3 | -27/+6 |
| * | wallet_rpc_server: guard against exceptions | moneromooo-monero | 2017-09-25 | 1 | -1/+9 |
| * | simplewallet: guard against I/O exceptions | moneromooo-monero | 2017-09-25 | 1 | -3/+12 |
| * | daemon: initialize decode_as_json in RPC request | moneromooo-monero | 2017-09-25 | 1 | -0/+1 |
| * | Merge pull request #2398 | Riccardo Spagni | 2017-09-25 | 1 | -4/+0 |
| |\ | |||||
| | * | dns_utils: remove a few obsolete things | moneromooo-monero | 2017-09-04 | 1 | -4/+0 |
| * | | Merge pull request #2386 | Riccardo Spagni | 2017-09-25 | 2 | -19/+29 |
| |\ \ | |||||
| | * | | wallet2: guard against daemon sending txes in the wrong order | moneromooo-monero | 2017-09-11 | 1 | -12/+10 |
| | * | | rpc: order transactions in the order they were requested | moneromooo-monero | 2017-09-11 | 1 | -7/+19 |
| | |/ | |||||
| * | | Merge pull request #2379 | Riccardo Spagni | 2017-09-25 | 4 | -53/+101 |
| |\ \ | |||||
| | * | | Do not create file when RPC user/pass is given and use file locking | Lee Clagett | 2017-08-30 | 4 | -53/+101 |
| * | | | Merge pull request #2377 | Riccardo Spagni | 2017-09-25 | 3 | -2/+146 |
| |\ \ \ | |||||
| | * | | | wallet2: correctly handle in/out payments for view-only wallet | stoffu | 2017-09-21 | 3 | -2/+146 |
| * | | | | Merge pull request #2357 | Riccardo Spagni | 2017-09-25 | 1 | -1/+1 |
| |\ \ \ \ | |||||
| | * | | | | Fix getblocktemplate RPC returning wrong reserved_offset | Guillaume LE VAILLANT | 2017-08-26 | 1 | -1/+1 |
| | | |/ / | |/| | | |||||
| * | | | | Merge pull request #2289 | Riccardo Spagni | 2017-09-25 | 5 | -14/+16 |
| |\ \ \ \ | |||||
| | * | | | | store is optional during close and defaults to true; except during descruction | m2049r | 2017-09-23 | 5 | -14/+16 |
| * | | | | | Merge pull request #2257 | Riccardo Spagni | 2017-09-25 | 6 | -5/+63 |
| |\ \ \ \ \ | |/ / / / |/| | | | | |||||
| | * | | | | wallet: add encrypted seed functionality | moneromooo-monero | 2017-09-12 | 6 | -5/+63 |
| | | |_|/ | |/| | | |||||
| * | | | | Merge pull request #2496 | Riccardo Spagni | 2017-09-21 | 1 | -3/+23 |
| |\ \ \ \ | |||||
| | * | | | | tx_pool: drop invalid txes from the pool on startup | moneromooo-monero | 2017-09-20 | 1 | -3/+23 |
| * | | | | | Merge pull request #2492 | Riccardo Spagni | 2017-09-21 | 1 | -2/+2 |
| |\ \ \ \ \ | |||||
| | * | | | | | blockchain: fix crash checking pre-validated txids | moneromooo-monero | 2017-09-20 | 1 | -2/+2 |
| | |/ / / / | |||||
| * | | | | | Merge pull request #2477 | Riccardo Spagni | 2017-09-21 | 1 | -2/+2 |
| |\ \ \ \ \ | |||||
| | * | | | | | db_lmdb: fix use of uninitialized key in for_blocks_range | moneromooo-monero | 2017-09-19 | 1 | -2/+2 |
| | |/ / / / | |||||
| * | | | | | Merge pull request #2479 | Riccardo Spagni | 2017-09-21 | 1 | -1/+3 |
| |\ \ \ \ \ | |||||
| | * | | | | | Fixes static_assert on arm and ppc builds | Lee Clagett | 2017-09-19 | 1 | -1/+3 |
| | |/ / / / | |||||
| * | | | | | Merge pull request #2324 | Riccardo Spagni | 2017-09-21 | 1 | -1/+1 |
| |\ \ \ \ \ | |||||
| | * | | | | | daemon: indicate whether the spent key image is mined or unconfirmed | stoffu | 2017-09-21 | 1 | -1/+1 |
| | | |_|_|/ | |/| | | | |||||
| * | | | | | Merge pull request #2302 | Riccardo Spagni | 2017-09-21 | 1 | -0/+5 |
| |\ \ \ \ \ | |/ / / / |/| | | | | |||||
| | * | | | | p2p: add a couple early outs when the stop signal is received | moneromooo-monero | 2017-08-16 | 1 | -0/+5 |
| * | | | | | Merge pull request #2441 | Riccardo Spagni | 2017-09-20 | 1 | -1/+1 |
| |\ \ \ \ \ | |||||
| | * | | | | | Update wallet2.cpp for misspelling | Matthew Campassi | 2017-09-12 | 1 | -1/+1 |
| | | |_|/ / | |/| | | | |||||
| * | | | | | Merge pull request #2429 | Riccardo Spagni | 2017-09-20 | 1 | -15/+15 |
| |\ \ \ \ \ | |||||
| | * | | | | | wallet: fix --help and --version erroring out | moneromooo-monero | 2017-09-10 | 1 | -15/+15 |
| | |/ / / / | |||||
| * | | | | | Merge pull request #2414 | Riccardo Spagni | 2017-09-20 | 1 | -1/+1 |
| |\ \ \ \ \ | |||||
| | * | | | | | updated clarification bc_dyn_stats | Matthew Campassi | 2017-09-08 | 1 | -1/+1 |
| | * | | | | | clarification bc_dyn_stats | Matthew Campassi | 2017-09-08 | 1 | -1/+1 |
| | |/ / / / | |||||
| * | | | | | Merge pull request #2412 | Riccardo Spagni | 2017-09-20 | 2 | -9/+9 |
| |\ \ \ \ \ | |||||
| | * | | | | | Silence more stupid gcc warnings | Howard Chu | 2017-09-08 | 2 | -9/+9 |
| | |/ / / / | |||||
| * | | | | | Merge pull request #2410 | Riccardo Spagni | 2017-09-20 | 1 | -13/+0 |
| |\ \ \ \ \ | |||||
| | * | | | | | Fix AC power supply detection on Linux | Guillaume LE VAILLANT | 2017-09-08 | 1 | -13/+0 |
| | |/ / / / | |||||
| * | | | | | Merge pull request #2381 | Riccardo Spagni | 2017-09-20 | 2 | -0/+11 |
| |\ \ \ \ \ | |||||
| | * | | | | | monero-wallet-cli: New command 'wallet_info' improved | rbrunner7 | 2017-08-31 | 1 | -5/+4 |
| | * | | | | | monero-wallet-cli: New command 'wallet_info' | rbrunner7 | 2017-08-31 | 2 | -0/+12 |
| * | | | | | | Merge pull request #2376 | Riccardo Spagni | 2017-09-20 | 2 | -48/+102 |
| |\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | |||||
