| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | Merge pull request #4240 | luigi1111 | 2018-08-22 | 1 | -1/+1 | |
| |\ \ \ \ | ||||||
| | * | | | | blockchain: use uint64_t for height, not size_t | moneromooo-monero | 2018-08-09 | 1 | -1/+1 | |
| | | |/ / | |/| | | ||||||
| * | | | | Merge pull request #4231 | luigi1111 | 2018-08-22 | 1 | -1/+9 | |
| |\ \ \ \ | ||||||
| | * | | | | simplewallet: add a warning and prompt on rescan_blockchain | moneromooo-monero | 2018-08-07 | 1 | -1/+9 | |
| | |/ / / | ||||||
| * | | | | Merge pull request #4225 | luigi1111 | 2018-08-22 | 1 | -1/+1 | |
| |\ \ \ \ | ||||||
| | * | | | | simplewallet: correct number of human-readable months | rbrunner7 | 2018-08-05 | 1 | -1/+1 | |
| | |/ / / | ||||||
| * | | | | Merge pull request #4224 | luigi1111 | 2018-08-22 | 1 | -3/+3 | |
| |\ \ \ \ | ||||||
| | * | | | | updates: fix hash sanity checking | moneromooo-monero | 2018-08-05 | 1 | -3/+3 | |
| | |/ / / | ||||||
| * | | | | Merge pull request #4210 | luigi1111 | 2018-08-22 | 5 | -188/+200 | |
| |\ \ \ \ | ||||||
| | * | | | | Fixed ZMQ-RPC for transactions and GET_BLOCKS_FAST | Lee Clagett | 2018-08-02 | 5 | -188/+200 | |
| | | |_|/ | |/| | | ||||||
| * | | | | Merge pull request #4207 | luigi1111 | 2018-08-22 | 1 | -7/+12 | |
| |\ \ \ \ | ||||||
| | * | | | | cryptonote_protocol: don't serialize an unneeded new block message | moneromooo-monero | 2018-08-09 | 1 | -7/+12 | |
| | | |/ / | |/| | | ||||||
| * | | | | Merge pull request #4204 | luigi1111 | 2018-08-22 | 4 | -16/+37 | |
| |\ \ \ \ | ||||||
| | * | | | | core: sync database based on bytes added, not blocks added | moneromooo-monero | 2018-08-12 | 4 | -16/+37 | |
| | |/ / / | ||||||
| * | | | | Merge pull request #4202 | luigi1111 | 2018-08-22 | 1 | -0/+1 | |
| |\ \ \ \ | ||||||
| | * | | | | wallet2: do not divide by 0 on invalid daemon response | moneromooo-monero | 2018-07-31 | 1 | -0/+1 | |
| | |/ / / | ||||||
| * | | | | Merge pull request #4200 | luigi1111 | 2018-08-22 | 4 | -68/+1 | |
| |\ \ \ \ | ||||||
| | * | | | | blockchain_db: remove unused get_output_key variant | moneromooo-monero | 2018-07-30 | 4 | -68/+1 | |
| | |/ / / | ||||||
| * | | | | Merge pull request #4146 | luigi1111 | 2018-08-22 | 4 | -2/+94 | |
| |\ \ \ \ | ||||||
| | * | | | | core: cache block template where possible | moneromooo-monero | 2018-08-16 | 4 | -2/+94 | |
| | | |_|/ | |/| | | ||||||
| * | | | | crypto: make secret_key automatically mlock | moneromooo-monero | 2018-08-16 | 5 | -10/+12 | |
| * | | | | store secret keys encrypted where possible | moneromooo-monero | 2018-08-16 | 10 | -154/+561 | |
| * | | | | wallet: wipe seed from memory where appropriate | moneromooo-monero | 2018-08-16 | 11 | -132/+228 | |
| |/ / / | ||||||
| * | | | wallet2: make --restricted-rpc available for wallet RPC only | stoffu | 2018-08-16 | 7 | -49/+47 | |
| * | | | Merge pull request #4196 | luigi1111 | 2018-08-15 | 1 | -4/+3 | |
| |\ \ \ | ||||||
| | * | | | blockchain_blackball: use a bit less memory | moneromooo-monero | 2018-08-09 | 1 | -4/+3 | |
| | |/ / | ||||||
| * | | | Merge pull request #4195 | luigi1111 | 2018-08-15 | 2 | -28/+40 | |
| |\ \ \ | ||||||
| | * | | | simplewallet: make sure wallet config is stored right after creation | stoffu | 2018-07-30 | 2 | -28/+40 | |
| | | |/ | |/| | ||||||
| * | | | Merge pull request #4194 | luigi1111 | 2018-08-15 | 1 | -4/+3 | |
| |\ \ \ | ||||||
| | * | | | wallet2: avoid using arbitrary random values when unknown | moneromooo-monero | 2018-07-30 | 1 | -4/+3 | |
| | | |/ | |/| | ||||||
| * | | | Merge pull request #4193 | luigi1111 | 2018-08-15 | 1 | -2/+4 | |
| |\ \ \ | ||||||
| | * | | | wallet2: guard against bad outputs in import_outputs | moneromooo-monero | 2018-07-30 | 1 | -2/+4 | |
| | |/ / | ||||||
| * | | | Merge pull request #4192 | luigi1111 | 2018-08-15 | 1 | -0/+13 | |
| |\ \ \ | ||||||
| | * | | | blockchain_blackball: allow resumable interrupt with ^C | moneromooo-monero | 2018-07-30 | 1 | -0/+13 | |
| | |/ / | ||||||
| * | | | Merge pull request #4188 | luigi1111 | 2018-08-15 | 4 | -0/+112 | |
| |\ \ \ | ||||||
| | * | | | simplewallet: add set_tx_key for importing tx keys from 3rd party wallets | stoffu | 2018-07-30 | 4 | -0/+112 | |
| | | |/ | |/| | ||||||
| * | | | Merge pull request #4174 | luigi1111 | 2018-08-15 | 1 | -21/+15 | |
| |\ \ \ | ||||||
| | * | | | wallet2: fix O(n^2) behaviour in import_key_images | moneromooo-monero | 2018-07-24 | 1 | -21/+15 | |
| | |/ / | ||||||
| * | | | Merge pull request #4173 | luigi1111 | 2018-08-15 | 1 | -1/+1 | |
| |\ \ \ | ||||||
| | * | | | daemon.print_bc: don't print difficulty twice | stoffu | 2018-07-24 | 1 | -1/+1 | |
| | |/ / | ||||||
| * | | | Merge pull request #4172 | luigi1111 | 2018-08-15 | 1 | -1/+1 | |
| |\ \ \ | ||||||
| | * | | | simplewallet.unspent_outputs: fix wrong logic for parsing | stoffu | 2018-07-24 | 1 | -1/+1 | |
| | |/ / | ||||||
| * | | | Merge pull request #4171 | luigi1111 | 2018-08-15 | 2 | -4/+12 | |
| |\ \ \ | ||||||
| | * | | | wallet-rpc: filter getbalance response by address index | stoffu | 2018-07-31 | 2 | -5/+13 | |
| | |/ / | ||||||
| * | | | Merge pull request #4170 | luigi1111 | 2018-08-15 | 5 | -1/+52 | |
| |\ \ \ | ||||||
| | * | | | wallet-rpc: add get_address_index command | stoffu | 2018-07-31 | 5 | -1/+52 | |
| | |/ / | ||||||
| * | | | Merge pull request #4166 | luigi1111 | 2018-08-15 | 2 | -52/+20 | |
| |\ \ \ | ||||||
| | * | | | simplewallet: fix language detection when using --use-english-language-names | moneromooo-monero | 2018-07-22 | 2 | -52/+20 | |
| | |/ / | ||||||
| * | | | Merge pull request #4164 | luigi1111 | 2018-08-15 | 1 | -15/+19 | |
| |\ \ \ | ||||||
| | * | | | blockchain: some batch tx scanning speedup | moneromooo-monero | 2018-07-21 | 1 | -15/+19 | |
| | |/ / | ||||||
