| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | wallet2: fix transfers between subaddresses hitting the sanity check | moneromooo-monero | 2018-09-28 | 1 | -1/+5 |
| | | | | | Transfers between subaddresses are accounted for differently | ||||
| * | wallet2: fix duplicate output making it to the RPC | moneromooo-monero | 2018-09-25 | 1 | -7/+32 |
| | | |||||
| * | Merge pull request #4107 | luigi1111 | 2018-08-22 | 1 | -2/+2 |
| |\ | | | | | | | cfea525 simplewallet: reword 'seed encryption' to 'seed offset' | ||||
| | * | simplewallet: reword "seed encryption" to "seed offset" | moneromooo-monero | 2018-07-07 | 1 | -2/+2 |
| | | | | | | | | | avoids people thinking it's somehow a generic AE system | ||||
| * | | add .load() to make Boost 1.67 happy with its new is_integral check | Teutone | 2018-07-09 | 1 | -1/+1 |
| | | | |||||
| * | | wallet2: ensure outputs are processed only once | moneromooo-monero | 2018-07-08 | 2 | -14/+18 |
| | | | | | | | | | | | | | This should be proof against any way one might get to multiple processing, such as generating the same derivation from the same pubkey, etc | ||||
| * | | bump version to 12.3 | Riccardo Spagni | 2018-07-06 | 1 | -1/+1 |
| | | | |||||
| * | | wallet2: fix double counting outs if the tx pubkey is duplicated | moneromooo-monero | 2018-07-04 | 1 | -5/+16 |
| | | | |||||
| * | | device_ledger: fix buffer underflow on bad data from device | moneromooo-monero | 2018-07-04 | 1 | -0/+1 |
| | | | |||||
| * | | device: misc cleanup | moneromooo-monero | 2018-07-04 | 3 | -12/+14 |
| | | | | | | | | | | | | | | | use snprintf "just in case" where appropriate consistently use unsigned for temp values pass std::string by const ref rather than by value add length check (which can't happen in practice) for memcpy | ||||
| * | | device_ledger: fix potential buffer overflow from bad size calc | moneromooo-monero | 2018-07-04 | 1 | -2/+4 |
| | | | |||||
| * | | simplewallet: init trusted daemon flag to false when autodetecting | moneromooo-monero | 2018-07-04 | 1 | -0/+1 |
| | | | |||||
| * | | wallet2: fix read buffer overflow in import_key_images | moneromooo-monero | 2018-07-04 | 1 | -1/+1 |
| | | | |||||
| * | | wallet-rpc.getaddress: throw if index is out of bound | stoffu | 2018-07-04 | 1 | -0/+2 |
| | | | |||||
| * | | zmq_server: fix bind call when address and/or port are empty | moneromooo-monero | 2018-07-04 | 1 | -0/+4 |
| | | | |||||
| * | | Fix RPC crashes that didn't check for an open wallet | Howard Chu | 2018-07-04 | 1 | -0/+6 |
| | | | |||||
| * | | wallet2: fix out of sync account tag cache | moneromooo-monero | 2018-07-04 | 1 | -0/+1 |
| | | | | | | | | | | | This would cause crashes when trying to tag an account that was just created | ||||
| * | | epee.string_tools: add conversion between UTF-8 and UTF-16 | stoffu | 2018-07-04 | 1 | -11/+18 |
| | | | |||||
| * | | wallet_api: fixups to build on the branch | moneromooo-monero | 2018-07-04 | 3 | -4/+5 |
| | | | |||||
| * | | Wallet API: add support for wallet creation from hardware device | stoffu | 2018-07-04 | 5 | -1/+95 |
| | | | |||||
| * | | Move parse_subaddress_lookahead() from simplewallet.cpp to util.cpp | stoffu | 2018-07-04 | 3 | -14/+24 |
| | | | |||||
| * | | wallet2: lower default for subaddress lookahead when restoring with hardware | stoffu | 2018-07-03 | 1 | -0/+6 |
| | | | |||||
| * | | wallet: allow unspendable unmixable outputs to be discarded | stoffu | 2018-07-03 | 3 | -0/+25 |
| | | | |||||
| * | | wallet2: use decoded amount when reporting repeated output key | stoffu | 2018-07-03 | 1 | -5/+5 |
| | | | |||||
| * | | wallet2: use correct fee for split txes | stoffu | 2018-07-03 | 1 | -6/+14 |
| | | | |||||
| * | | simplewallet: don't confirm missing payment ID when sending to only subaddresses | stoffu | 2018-07-03 | 1 | -3/+5 |
| | | | |||||
| * | | wallet2: fix get_approximate_blockchain_height for stagenet | stoffu | 2018-07-03 | 1 | -2/+2 |
| | | | |||||
| * | | wallet: do not log by default if we're not asked to log to console | moneromooo-monero | 2018-07-03 | 1 | -0/+4 |
| | | | | | | | | | | | This means monero-wallet-rpc still does, but the user level program does not. | ||||
| * | | tx_pool: initialize bitflags padding since it gets written to storage | moneromooo-monero | 2018-07-03 | 2 | -0/+3 |
| | | | | | | | | | Avoids valgrind reporting uninitialized data usage | ||||
| * | | util: consider Tor/I2P addresses to be non local | moneromooo-monero | 2018-07-03 | 1 | -0/+7 |
| | | | |||||
| * | | simplewallet: add optional trusted/untrusted argument to set_daemon | moneromooo-monero | 2018-07-03 | 1 | -1/+28 |
| | | | | | | | | | | | Otherwise the previous daemon's trustedness would carry over. If not specified, the local address check is performed again. | ||||
| * | | blockchain: pop forked blocks only when DB is not read-only | stoffu | 2018-07-03 | 1 | -1/+1 |
| | | | |||||
| * | | Fixes #3645: error on freebsd lambda return values forced to std::string | rockhouse@users.noreply.github.com | 2018-07-03 | 1 | -1/+1 |
| | | | |||||
| * | | blockchain: return error when requesting non existent output | moneromooo-monero | 2018-07-03 | 1 | -6/+13 |
| | | | | | | | | | avoids RPC thread dying, causing the wallet to timeout | ||||
| * | | daemon: fix readline interfering with std::cerr usage | moneromooo-monero | 2018-07-03 | 1 | -0/+3 |
| | | | | | | | | | | | Once readline is initialized, std::cerr's operator<< will output a 0xff byte for unknown reasons. | ||||
| * | | disable file size sanity check when loading the wallet cache | moneromooo-monero | 2018-07-03 | 1 | -1/+1 |
| | | | |||||
| * | | fix build with GCC 8.1.0 | moneromooo-monero | 2018-07-03 | 3 | -2/+4 |
| | | | |||||
| * | | core: lock incoming tx lock when checking the txpool and chain | moneromooo-monero | 2018-07-03 | 1 | -0/+1 |
| | | | | | | | | | | | This gets rid of an innocuous race trying to add the same tx twice to the txpool | ||||
| * | | simplewallet: add --untrusted-daemon option | moneromooo-monero | 2018-07-03 | 2 | -25/+34 |
| |/ | |||||
| * | Merge pull request #3976 | luigi1111 | 2018-06-27 | 1 | -1/+1 |
| |\ | | | | | | | f40cf1a device_ledger: fix bad memory access on connect error (moneromooo-monero) | ||||
| | * | device_ledger: fix bad memory access on connect error | moneromooo-monero | 2018-06-09 | 1 | -1/+1 |
| | | | |||||
| * | | Merge pull request #3526 | luigi1111 | 2018-06-12 | 1 | -2/+39 |
| |\ \ | |/ |/| | | | 66100f2 malloc scratchpad for all supported android archs (m2049r) | ||||
| | * | malloc scratchpad for all supported android archs | m2049r | 2018-04-05 | 1 | -2/+39 |
| | | | |||||
| * | | Merge pull request #3914v0.12.2.0 | Riccardo Spagni | 2018-06-03 | 1 | -3/+3 |
| |\ \ | | | | | | | | | | 107eec4d protocol: drop (and increase fails) if most blocks hashes are invalid (moneromooo-monero) | ||||
| | * | | protocol: drop (and increase fails) if most blocks hashes are invalid | moneromooo-monero | 2018-06-03 | 1 | -3/+3 |
| | | | | |||||
| * | | | Merge pull request #3912 | Riccardo Spagni | 2018-06-03 | 1 | -1/+1 |
| |\ \ \ | | | | | | | | | | | | | de742b5c blockchain: demote a hash-of-hashes validation warning to debug (moneromooo-monero) | ||||
| | * | | | blockchain: demote a hash-of-hashes validation warning to debug | moneromooo-monero | 2018-06-02 | 1 | -1/+1 |
| | |/ / | | | | | | | | | | | | | This data comes from untrusted peers, and validation failures are therefore normal. | ||||
| * | | | remove -master from version string | Riccardo Spagni | 2018-06-02 | 1 | -1/+1 |
| | | | | |||||
| * | | | update checkpoints.dat for point release | Riccardo Spagni | 2018-06-02 | 2 | -1/+1 |
| | | | | |||||
| * | | | bump version for 0.12.2 point release | Riccardo Spagni | 2018-06-02 | 1 | -1/+1 |
| | | | | |||||
