Age | Commit message (Expand) | Author | Files | Lines |
2016-11-09 | wallet_api: PendingTransaction::txCount - number of split transactions | Ilya Kitaev | 3 | -2/+13 |
2016-11-08 | Wallet API: added getTxKey() | Jacob Brydolf | 3 | -0/+22 |
2016-11-08 | Wallet API: Pause refresh while creating transaction | Jacob Brydolf | 1 | -0/+6 |
2016-11-07 | wallet: encrypt outputs and key images files with the view key | moneromooo-monero | 3 | -14/+104 |
2016-11-07 | wallet: fix output collision detection for view wallets | moneromooo-monero | 3 | -21/+47 |
2016-11-07 | wallet2_api: allow connection to return "yes, but wrong version" | moneromooo-monero | 3 | -5/+17 |
2016-11-06 | wallet2_api: do not copy the whole pending tx when iterating | moneromooo-monero | 1 | -1/+1 |
2016-11-05 | wallet2_api: add API for tx notes | moneromooo-monero | 5 | -0/+46 |
2016-11-05 | wallet_api: txkey checking functions for the GUI | moneromooo.monero | 3 | -0/+167 |
2016-11-02 | adding thread_group for managing async tasks | Lee Clagett | 4 | -100/+351 |
2016-11-02 | wallet: fix bad amounts/fees again | moneromooo-monero | 4 | -5/+39 |
2016-11-01 | refresh speedup | luigi1111 | 4 | -17/+22 |
2016-10-31 | adding static_assert to pod functions in string tools | Lee Clagett | 1 | -2/+2 |
2016-10-31 | wallet: use the dynamic per kB fee | moneromooo-monero | 2 | -4/+42 |
2016-10-31 | rpc: add a dynamic fee estimation RPC call | moneromooo-monero | 5 | -0/+76 |
2016-10-31 | core: dynamic fee algorithm from ArticMine | moneromooo-monero | 4 | -5/+84 |
2016-10-30 | core: fix removal of extra nonce using wrong type | moneromooo-monero | 1 | -1/+1 |
2016-10-30 | Revert "remove cn_deserialize" | moneromooo-monero | 2 | -0/+212 |
2016-10-30 | wallet: new import_outputs/export_outputs commands | moneromooo-monero | 4 | -1/+154 |
2016-10-30 | Wallet API: added walletExists logic | Jacob Brydolf | 1 | -1/+7 |
2016-10-30 | wallet: set incoming outputs' key image to 0 on view wallets | moneromooo-monero | 2 | -4/+19 |
2016-10-30 | wallet: print tx overview on submit_transfer too | moneromooo-monero | 4 | -7/+25 |
2016-10-30 | simplewallet: remove destinations with zero amount in sign_transfer | moneromooo-monero | 1 | -0/+2 |
2016-10-29 | Changed to ..._HASHBITS everywhere for consistency | NanoAkron | 1 | -2/+2 |
2016-10-29 | ringct: check the size of amount_keys is the same as destinations | moneromooo-monero | 1 | -0/+2 |
2016-10-29 | ringct: always shutdown the boost io service | moneromooo-monero | 1 | -3/+3 |
2016-10-28 | Wallet API: make sure path exists before searching for wallets | Jacob Brydolf | 1 | -2/+5 |
2016-10-26 | simplewallet: log transactions to submit in submit_transfer | moneromooo-monero | 2 | -2/+3 |
2016-10-25 | wallet: fix pre-rct cold wallet signing not splitting change | moneromooo-monero | 3 | -23/+35 |
2016-10-23 | daemon: fix min/max tracking using the wrong size | moneromooo-monero | 1 | -4/+4 |
2016-10-23 | daemon: even when switching branches, compile the damn thing ffs | moneromooo-monero | 1 | -1/+1 |
2016-10-23 | daemon: do not divide by 0 when the pool is empty | moneromooo-monero | 1 | -2/+2 |
2016-10-23 | simplewallet: factor locked_transfer, and fix a few rough edges | moneromooo-monero | 1 | -256/+43 |
2016-10-23 | daemon: add a print_pool_stats daemon command | moneromooo-monero | 5 | -0/+72 |
2016-10-23 | ringct: some more small optimizations | moneromooo-monero | 2 | -58/+25 |
2016-10-23 | daemon: report transaction relay status in print_pool* commands | moneromooo-monero | 3 | -0/+8 |
2016-10-23 | core: notify the txpool when transactions are relayed | moneromooo-monero | 3 | -0/+22 |
2016-10-22 | tx_pool: set relayed flag on relay | moneromooo-monero | 1 | -0/+3 |
2016-10-22 | wallet: sanity check on selected transfer indices in signed ptx | moneromooo-monero | 1 | -0/+7 |
2016-10-20 | perf_timer: format string fix for 32 bits | moneromooo-monero | 1 | -1/+1 |
2016-10-16 | wallet_api: add address validation functions | moneromooo-monero | 2 | -0/+22 |
2016-10-16 | wallet2_api: recognize full size payment ids as valid | moneromooo-monero | 1 | -2/+7 |
2016-10-16 | wallet_api: do not override invalid payment id | moneromooo-monero | 1 | -1/+1 |
2016-10-15 | Rewrote add_wallet_create_if_needed for clearer flow and behaviour | NanoAkron | 2 | -54/+67 |
2016-10-15 | Always confirm transfers defaults to ON/YES | NanoAkron | 2 | -8/+7 |
2016-10-15 | simplewallet: fix sweep_all misreporting sweeped amount for rct outputs | moneromooo-monero | 3 | -10/+11 |
2016-10-15 | wallet: force 0 mixin transactions to use pre-rct txes | moneromooo-monero | 1 | -1/+1 |
2016-10-15 | wallet: select part of the fake outs from recent outputs | moneromooo-monero | 9 | -32/+92 |
2016-10-15 | wallet: speed up output selection, and fix bug with relatedness calculation | moneromooo-monero | 1 | -3/+5 |
2016-10-15 | wallet: fix mixup between mixin 2 and 4 before/after v5 | moneromooo-monero | 1 | -2/+2 |
2016-10-15 | rpc: add blockchain cumulative difficulty to getinfo call | moneromooo-monero | 2 | -0/+4 |
2016-10-15 | rpc: add missing top block hash to json getinfo call | moneromooo-monero | 1 | -1/+8 |
2016-10-15 | wallet: improve error messages when not enough money for transfer | moneromooo-monero | 4 | -9/+87 |
2016-10-15 | wallet_api: fix wrong amount in tx history | moneromooo-monero | 1 | -1/+1 |
2016-10-15 | simplewallet: fix wrong amount in show_transfers | moneromooo-monero | 1 | -1/+1 |
2016-10-15 | ringct: thread verRct and verRctSimple | moneromooo-monero | 1 | -17/+119 |
2016-10-15 | ringct: remove unneeded type conversions | moneromooo-monero | 2 | -3/+3 |
2016-10-15 | ringct: reserve space in vectors to avoid excessive reallocation | moneromooo-monero | 1 | -0/+2 |
2016-10-15 | ringct: avoid unnecessary memcpy | moneromooo-monero | 1 | -16/+3 |
2016-10-15 | ringct: add a few consts where possible | moneromooo-monero | 1 | -4/+4 |
2016-10-15 | ringct: pass vectors by const ref where possible | moneromooo-monero | 2 | -4/+4 |
2016-10-14 | patched parameter type bug that was causing failure on 32 bit | Dion Ahmetaj | 2 | -2/+2 |
2016-10-12 | Change default dust threshold to equal fee per kb | AwfulCrawler | 1 | -1/+1 |
2016-10-10 | print_coinbase_tx_sum now breaks output into fee and emission components | Dion Ahmetaj | 5 | -10/+30 |
2016-10-10 | changed params from start/end index to height/count | Dion Ahmetaj | 10 | -27/+27 |
2016-10-10 | attempted to remove whitespace spam | Dion Ahmetaj | 9 | -108/+108 |
2016-10-10 | Add performance timers for ringct tx verification | moneromooo-monero | 3 | -0/+12 |
2016-10-10 | perf_timer: new class and macros to make performance logs easier | moneromooo-monero | 3 | -1/+142 |
2016-10-10 | added print_coinbase_tx_sum option | Dion Ahmetaj | 10 | -110/+227 |
2016-10-10 | Wallet API: added setRecoveringFromSeed(); | Jacob Brydolf | 3 | -0/+12 |
2016-10-08 | ringct: use const refs as parameters where appropriate | moneromooo-monero | 3 | -5/+5 |
2016-10-08 | core: remove some unused code | moneromooo-monero | 1 | -3/+0 |
2016-10-08 | libwallet_api: Added option to restore from specific height | Jacob Brydolf | 5 | -3/+20 |
2016-10-07 | wallet: do not announce pool txes as money spent/received (yet) | moneromooo-monero | 1 | -4/+7 |
2016-10-07 | libwallet_api: reverted deleted curly brace | Ilya Kitaev | 1 | -0/+1 |
2016-10-07 | libwallet_api: do not signal on sent/received tx until wallet completely | Ilya Kitaev | 3 | -6/+31 |
2016-10-06 | libwallet_api: TransactionHistory: read/write syncchronization | Ilya Kitaev | 2 | -14/+21 |
2016-10-06 | libwallet_api: some renamings | Ilya Kitaev | 3 | -3/+3 |
2016-10-06 | Initialize transaction history if empty | Ilya Kitaev | 3 | -2/+11 |
2016-10-06 | libwallet_api: fixes for transaction history | Ilya Kitaev | 1 | -3/+13 |
2016-10-04 | libwallet_api: fixes for transaction history | Ilya Kitaev | 1 | -3/+13 |
2016-10-04 | wallet: better implementation of sweep_unmixable | moneromooo-monero | 2 | -222/+31 |
2016-10-04 | simplewallet: add mixin and payment id to sweep_all help | moneromooo-monero | 1 | -1/+1 |
2016-10-04 | Fix build after spelling corrections in core_rpc_server | Jacob Brydolf | 1 | -2/+2 |
2016-10-04 | Fix description for locked_transfer | Oyvind Kvanes | 1 | -1/+1 |
2016-10-04 | Rename to lockblocks and add max value | Oyvind Kvanes | 1 | -45/+30 |
2016-10-04 | Brackets to prevent premature return | NanoAkron | 1 | -0/+2 |
2016-10-04 | Brackets to ensure doesn't function prematurely return | NanoAkron | 1 | -0/+2 |
2016-10-03 | blockchain: avoid using a reference to a temporary | moneromooo-monero | 1 | -1/+1 |
2016-10-03 | Moved logging to target functions rather than caller | NanoAkron | 6 | -21/+31 |
2016-10-03 | wallet2_api: added Wallet::daemonBlockChainTargetHeight() | Jacob Brydolf | 5 | -0/+57 |
2016-10-03 | Removed all code related to fast_exit | NanoAkron | 9 | -89/+1 |
2016-10-02 | Added messages at log level 2 to reflect deactivation procedure | NanoAkron | 1 | -0/+4 |
2016-10-02 | p2p: drop any existing connection to a banned IP | moneromooo-monero | 1 | -0/+12 |
2016-10-02 | daemon: implement missing print_bc and matching RPC | moneromooo-monero | 3 | -12/+61 |
2016-10-01 | Update minimum mixin in transfer_original help text | TedTheFicus | 1 | -1/+1 |
2016-10-01 | libwallet_api: do not use fast-refresh on recovery | Ilya Kitaev | 2 | -3/+10 |
2016-10-01 | wallet: wallet option to confirm transfers with no payment id | moneromooo-monero | 4 | -3/+92 |
2016-09-30 | libwallet_api: fast-refresh in case of opening non-synced wallet | Ilya Kitaev | 2 | -6/+5 |
2016-09-30 | libwallet_api: fix unhandled exception on address check | Ilya Kitaev | 1 | -12/+16 |
2016-09-30 | libwallet_api: fast-refresh for new wallet | Ilya Kitaev | 2 | -9/+28 |
2016-09-29 | Noticed two spellings of the word 'response' in the codebase, one 'responce' ... | NanoAkron | 4 | -28/+28 |
2016-09-28 | Fix locked_transfer | Oyvind Kvanes | 1 | -6/+3 |
2016-09-28 | Add locked_transfer | Oyvind Kvanes | 1 | -87/+83 |
2016-09-28 | Revert transfer_main in simplewallet | Oyvind Kvanes | 2 | -22/+279 |
2016-09-28 | Add motifications to test out locked_transfer | Oyvind Kvanes | 1 | -6/+18 |
2016-09-28 | Add more information to transaction in wallet | Oyvind Kvanes | 1 | -1/+8 |
2016-09-28 | Make a small test change | Oyvind Kvanes | 1 | -1/+1 |
2016-09-28 | Improving daemon startup log message | NanoAkron | 1 | -1/+1 |
2016-09-28 | wallet2: wallet2::get_daemon_blockchain_height() clean error message on | Ilya Kitaev | 1 | -0/+4 |
2016-09-28 | libwallet_api: Wallet::setAutoRefreshInterval sanity check | Ilya Kitaev | 1 | -1/+9 |
2016-09-28 | libwallet_api: explicitly return 0 in Wallet::daemonBlockChainHeight() | Ilya Kitaev | 1 | -0/+2 |
2016-09-27 | wallet: cold wallet transaction signing | moneromooo-monero | 6 | -122/+623 |
2016-09-27 | Update CMakeLists.txt | codehalo | 1 | -1/+0 |
2016-09-27 | Update CMakeLists.txt | codehalo | 1 | -1/+1 |
2016-09-27 | Update CMakeLists.txt | codehalo | 1 | -11/+6 |
2016-09-26 | wallet: fix log confusion between bytes and kilobytes | moneromooo-monero | 1 | -2/+2 |
2016-09-26 | cryptonote_core: make extra field removal more generic | moneromooo-monero | 2 | -4/+4 |
2016-09-26 | serialization: add support for serializing std::pair and std::list | moneromooo-monero | 3 | -4/+219 |
2016-09-26 | Cleanup. Dropped "bit" from bitmonero. | Randi Joseph | 2 | -5/+5 |
2016-09-26 | Cleanup. Dropped "bit" from bitmonero. | Randi Joseph | 1 | -1/+1 |
2016-09-26 | Dropped "bit" from bitmonero. | Randi Joseph | 13 | -31/+31 |
2016-09-26 | Cleanup. Dropped "bit" from bitmonero. | Randi Joseph | 1 | -1/+1 |
2016-09-26 | formatting: 2-spaces indentation | Ilya Kitaev | 1 | -20/+20 |
2016-09-26 | formatting: 2-spaces indentation | Ilya Kitaev | 1 | -1/+1 |
2016-09-26 | wallet2_api: milliseconds resolution for auto-refresh interval | Ilya Kitaev | 3 | -13/+13 |
2016-09-26 | wallet2_api: added Wallet::daemonBlockChainHeight() | Ilya Kitaev | 5 | -4/+57 |
2016-09-26 | libwallet_api: Wallet::blockChainHeight, WalletListener::newBlock | Ilya Kitaev | 3 | -3/+42 |
2016-09-26 | Dropped "bit" from bitmonero. | Randi Joseph | 15 | -36/+36 |
2016-09-25 | Revert "Fix fake 'network synchronized, begin using' messages" | moneromooo-monero | 2 | -5/+2 |
2016-09-24 | core: make the sync chunk block count overridable | moneromooo-monero | 5 | -2/+23 |
2016-09-24 | db_lmdb: do not error if dropping a non existent hard fork table | moneromooo-monero | 1 | -1/+1 |
2016-09-24 | wallet: update min mixin for sweep_unmixable on v4 | moneromooo-monero | 1 | -2/+4 |
2016-09-24 | daemon: report status at 99.9% rather than 100% when not quite synced | moneromooo-monero | 1 | -1/+11 |
2016-09-24 | blockchain: do not reject chain histories matching only genesis | moneromooo-monero | 1 | -8/+0 |
2016-09-22 | Made error message consistent with other, more helpful, message | Will Skinner | 1 | -1/+1 |
2016-09-21 | Fix minor typo in "need resize" message. | Myagui | 1 | -2/+2 |
2016-09-20 | wallet2_api: getter and setter for "refresh interval" | Ilya Kitaev | 3 | -1/+39 |
2016-09-20 | wallet2_api: fixed deadlock while closing wallet | Ilya Kitaev | 1 | -3/+7 |
2016-09-19 | Remove redundant "default" in set mixin help desc | J Ryan Littlefield | 1 | -1/+1 |
2016-09-18 | epee: optionally restrict HTTP service to a configurable user agent | moneromooo-monero | 14 | -6/+29 |
2016-09-18 | fixed tag detector | Riccardo Spagni | 1 | -36/+16 |
2016-09-18 | fix v5 height | Riccardo Spagni | 1 | -1/+1 |
2016-09-18 | remove dead backup seed nodes, add new ones | Riccardo Spagni | 1 | -24/+6 |
2016-09-18 | fix v5 fork date description | Riccardo Spagni | 1 | -1/+1 |
2016-09-18 | update version | Riccardo Spagni | 1 | -2/+2 |
2016-09-18 | updated fork heights for v4 and v5 | Riccardo Spagni | 1 | -0/+7 |
2016-09-18 | update block headers | Riccardo Spagni | 1 | -0/+0 |
2016-09-18 | add checkpoints | Riccardo Spagni | 1 | -0/+2 |
2016-09-18 | switch wallet API from std thread/mutex to boost | Riccardo Spagni | 2 | -11/+11 |
2016-09-18 | switch wallet API from std thread/mutex to boost | Riccardo Spagni | 2 | -11/+11 |
2016-09-18 | wallet: keep change dest separate from other dests | moneromooo-monero | 1 | -2/+4 |
2016-09-18 | wallet: fix empty tx in corner case sending nothing | moneromooo-monero | 1 | -0/+6 |
2016-09-18 | miner: do not try to save config if the path isn't set | moneromooo-monero | 1 | -1/+2 |
2016-09-18 | cmake: support BUILD_SHARED_LIBS built-in option | redfish | 1 | -1/+1 |
2016-09-18 | cmake: transitive deps and remove deprecated LINK_* | redfish | 15 | -67/+63 |
2016-09-18 | crypto: armv7: slow-hash: remove redundant source include | redfish | 1 | -1/+0 |
2016-09-17 | simplewallet: do not expose the details of tx splitting to the user | moneromooo-monero | 1 | -10/+11 |
2016-09-17 | simplewallet: fix wrong amount in show_transfers for pending transactions | moneromooo-monero | 1 | -1/+1 |
2016-09-16 | daemon: log version when starting | moneromooo-monero | 1 | -0/+3 |
2016-09-16 | wallet: change priority/fee to ArticMine's recommendation | moneromooo-monero | 8 | -64/+84 |
2016-09-16 | Add ARMv8-A AES support | Howard Chu | 1 | -42/+295 |
2016-09-15 | compile errors fixed when PER_BLOCK_CHECKPOINT not defined | rckngOpossum | 1 | -1/+3 |
2016-09-15 | compile errors fixed when DEBUG_CREATE_BLOCK_TEMPLATE defined | rckngOpossum | 3 | -2/+8 |
2016-09-15 | Decrease minimum fee from 0.01/kB to 0.002/kB | moneromooo-monero | 3 | -15/+21 |
2016-09-14 | wallet: fix misdetection of duplicates | moneromooo-monero | 1 | -11/+3 |
2016-09-14 | rct: rework serialization to avoid storing vector sizes | moneromooo-monero | 5 | -58/+186 |
2016-09-14 | core: cleanup some typecasting | moneromooo-monero | 1 | -4/+4 |
2016-09-11 | Add snap packaging. | Casey Marshall | 2 | -1/+3 |
2016-09-10 | Daemon: fix hashrate display in diff command output | iDunk5400 | 1 | -1/+1 |
2016-09-04 | crypto,cmake: enable ASM mul impl on ARM; add cmake opt | redfish | 2 | -3/+13 |
2016-09-03 | cmake: fix def propagation, fixes 32-bit build | redfish | 1 | -0/+2 |
2016-09-03 | fix nigglies, as pointed out by moneromooo-monero | Riccardo Spagni | 2 | -9/+4 |
2016-09-03 | fix remaining bitmonero and simplewallet bits | Riccardo Spagni | 4 | -10/+10 |
2016-09-03 | fix blockchain utilities readme | Riccardo Spagni | 1 | -42/+15 |
2016-09-03 | remove blockchain_dump | Riccardo Spagni | 2 | -444/+0 |
2016-09-03 | fix leftover add_directory | Riccardo Spagni | 1 | -1/+0 |
2016-09-03 | rename simplewallet | Riccardo Spagni | 1 | -0/+3 |
2016-09-03 | rename Monero daemon | Riccardo Spagni | 1 | -1/+1 |
2016-09-03 | rename blockchain utils | Riccardo Spagni | 1 | -3/+3 |
2016-09-03 | remove cn_deserialize | Riccardo Spagni | 2 | -217/+0 |
2016-09-03 | removed simpleminer | Riccardo Spagni | 5 | -539/+0 |
2016-09-03 | gui/libwallet_merged: libunbound is one more dependency | Ilya Kitaev | 1 | -9/+13 |
2016-09-01 | wallet_merged: ringct added to dependencies | Ilya Kitaev | 1 | -1/+1 |
2016-09-01 | Re-add s to rangesigs | luigi1111 | 1 | -2/+2 |
2016-09-01 | Fix some rct tx size calculations | luigi1111 | 1 | -9/+6 |
2016-09-01 | simplewallet: add magic and public keys to key image export file | moneromooo-monero | 1 | -5/+30 |
2016-09-01 | simplewallet: make the key image export format binary | moneromooo-monero | 1 | -18/+5 |
2016-09-01 | wallet: sanity check on histogram response | moneromooo-monero | 1 | -0/+2 |
2016-08-31 | core: faster find_blockchain_supplement | moneromooo-monero | 6 | -11/+18 |
2016-08-30 | cmake: merge libs via virtual object libraries | redfish | 2 | -4/+12 |
2016-08-31 | Remove blocks_per_sync limits | Howard Chu | 2 | -6/+5 |
2016-08-30 | Fix incorrect help usage for the threads option to start_mining | Quanah Gibson-Mount | 2 | -2/+2 |
2016-08-30 | Show correct amount of days behind/ahead while syncing | tobiasw2 | 1 | -1/+4 |
2016-08-30 | wallet: interpret 0 fee multiplier as default for sweep_all too | moneromooo-monero | 1 | -1/+3 |
2016-08-29 | db_lmdb: fix reorg with "halfway rct" coinbase outputs | moneromooo-monero | 1 | -1/+3 |
2016-08-29 | wallet: fix not finding enough rct fake outputs | moneromooo-monero | 1 | -3/+8 |
2016-08-29 | More for PR#999 | Howard Chu | 1 | -1/+1 |
2016-08-29 | wallet_rpc_server: return payment id in make_integrated_address RPC | moneromooo-monero | 2 | -0/+3 |
2016-08-29 | core: allow empty global indices for txes with empty vout | moneromooo-monero | 1 | -1/+6 |