| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | | Merge pull request #2460 | Riccardo Spagni | 2017-09-25 | 1 | -2/+3 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | cryptonote_protocol: fix needless chain hashes downloads | moneromooo-monero | 2017-09-17 | 1 | -2/+3 | |
| | | |_|/ / / / | |/| | | | | | ||||||
| * | | | | | | | Merge pull request #2458 | Riccardo Spagni | 2017-09-25 | 4 | -16/+2 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | protocol: remove hop count on block propagation | moneromooo-monero | 2017-09-17 | 4 | -16/+2 | |
| | |/ / / / / / | ||||||
| * | | | | | | | Merge pull request #2457 | Riccardo Spagni | 2017-09-25 | 8 | -67/+135 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Use actual batch size for resize estimates | Howard Chu | 2017-09-17 | 8 | -67/+135 | |
| | |/ / / / / / | ||||||
| * | | | | | | | Merge pull request #2454 | Riccardo Spagni | 2017-09-25 | 1 | -8/+1 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Readline is now supported directly | Howard Chu | 2017-09-16 | 1 | -8/+1 | |
| | |/ / / / / / | ||||||
| * | | | | | | | Merge pull request #2456 | Riccardo Spagni | 2017-09-25 | 5 | -5/+14 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | daemon, wallet: add --max-log-file-size option | selsta | 2017-09-17 | 5 | -5/+14 | |
| * | | | | | | | | Merge pull request #2452 | Riccardo Spagni | 2017-09-25 | 3 | -16/+32 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | tx_pool: set the "invalid input" bit when check_tx_inputs fails | moneromooo-monero | 2017-09-16 | 1 | -0/+1 | |
| | * | | | | | | | | simplewallet: print tx rejection reason where it was missing | moneromooo-monero | 2017-09-16 | 1 | -0/+3 | |
| | * | | | | | | | | core_rpc_server: print tx rejection reason at L0 too | moneromooo-monero | 2017-09-16 | 1 | -16/+28 | |
| | | |/ / / / / / | |/| | | | | | | ||||||
| * | | | | | | | | Merge pull request #2424 | Riccardo Spagni | 2017-09-25 | 20 | -73/+70 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | tx_pool: pre-init tvc.m_verifivation_failed before processing | moneromooo-monero | 2017-09-25 | 1 | -3/+3 | |
| | * | | | | | | | | core_tests: catch (impossible in practice) tx extra api failure | moneromooo-monero | 2017-09-25 | 1 | -2/+4 | |
| | * | | | | | | | | wallet2: catch failure to parse address | moneromooo-monero | 2017-09-25 | 1 | -1/+5 | |
| | * | | | | | | | | net_peerlist: remove dead code | moneromooo-monero | 2017-09-25 | 1 | -20/+1 | |
| | * | | | | | | | | tx_pool: guard against failure getting tx hash | moneromooo-monero | 2017-09-25 | 1 | -1/+2 | |
| | * | | | | | | | | wallet_rpc_server: catch failure to create directory | moneromooo-monero | 2017-09-25 | 1 | -1/+10 | |
| | * | | | | | | | | wallet_rpc_server: init m_vm to NULL in ctor | moneromooo-monero | 2017-09-25 | 1 | -1/+1 | |
| | * | | | | | | | | wallet_args: remove redundant default value for --log-file | moneromooo-monero | 2017-09-25 | 1 | -1/+1 | |
| | * | | | | | | | | wallet2: catch failure to save keys file | moneromooo-monero | 2017-09-25 | 1 | -2/+3 | |
| | * | | | | | | | | 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 | |
| | * | | | | | | | | libwallet_api_tests: initialize newblock_triggered on reset | moneromooo-monero | 2017-09-25 | 1 | -1/+1 | |
| | * | | | | | | | | 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 | 6 | -31/+9 | |
| | * | | | | | | | | 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 | |
| | * | | | | | | | | http_base: init size_t in http_request_info ctor | moneromooo-monero | 2017-09-25 | 1 | -1/+2 | |
| * | | | | | | | | | Merge pull request #2443 | Riccardo Spagni | 2017-09-25 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | wallet_rpc_server: fix index for newly added address book entry | moneromooo-monero | 2017-09-13 | 1 | -1/+1 | |
| * | | | | | | | | | | Merge pull request #2442 | Riccardo Spagni | 2017-09-25 | 20 | -46/+63 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | build: auto update version info without manually deleting version.h | stoffu | 2017-09-21 | 20 | -46/+63 | |
| | | |_|_|_|_|/ / / / | |/| | | | | | | | | ||||||
| * | | | | | | | | | | Merge pull request #2440 | Riccardo Spagni | 2017-09-25 | 7 | -6/+215 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | blockchain: reject unsorted ins and outs from v7 | moneromooo-monero | 2017-09-18 | 3 | -1/+76 | |
| | * | | | | | | | | | | core: sort ins and outs key key image and public key, respectively | moneromooo-monero | 2017-09-13 | 2 | -6/+32 | |
| | * | | | | | | | | | | common: add apply_permutation file and function | moneromooo-monero | 2017-09-13 | 4 | -0/+108 | |
| | | |/ / / / / / / / | |/| | | | | | | | | ||||||
| * | | | | | | | | | | Merge pull request #2435 | Riccardo Spagni | 2017-09-25 | 2 | -143/+5 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | Repo: remove in-tree VRP, link to single-policy VRP | anonimal | 2017-09-11 | 2 | -143/+5 | |
| | |/ / / / / / / / / | ||||||
| * | | | | | | | | | | Merge pull request #2428 | Riccardo Spagni | 2017-09-25 | 1 | -0/+2 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | p2p: disable gray list housekeeping when an exclusive node is given | moneromooo-monero | 2017-09-10 | 1 | -0/+2 | |
| | |/ / / / / / / / / | ||||||
| * | | | | | | | | | | Merge pull request #2425 | Riccardo Spagni | 2017-09-25 | 1 | -2/+3 | |
| |\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | | | ||||||
| | * | | | | | | | | | utils: systemd: dir for pidfile with permissions | redfish | 2017-09-10 | 1 | -2/+3 | |
| | |/ / / / / / / / | ||||||
| * | | | | | | | | | Merge pull request #2418 | Riccardo Spagni | 2017-09-25 | 1 | -13/+7 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | cmake: make warning about headers not fatal | redfish | 2017-09-24 | 1 | -1/+1 | |
