Age | Commit message (Expand) | Author | Files | Lines |
2017-11-24 | wallet_rpc_server: new relay_tx command | moneromooo-monero | 4 | -0/+72 |
2017-11-24 | wallet: transfer RPC can now return tx metadata (pending_tx) | moneromooo-monero | 4 | -3/+100 |
2017-11-24 | serialization: add std::set and std::unordered_set serialization | moneromooo-monero | 2 | -0/+130 |
2017-11-22 | cryptonote: do not overwrite const data | moneromooo-monero | 2 | -4/+4 |
2017-11-21 | Spend proof without txkey | stoffu | 10 | -0/+473 |
2017-11-21 | fix for tx proof: use exception instead of error_str when signature gen failed | stoffu | 7 | -36/+14 |
2017-11-18 | Tx proof (revised): | stoffu | 13 | -527/+871 |
2017-11-15 | Wallet RPC: Add prompt-for-password flag | Tim L | 2 | -5/+10 |
2017-11-15 | simplewallet: wrong ns for input_line in sweep_single (fix #2634) | stoffu | 3 | -4/+3 |
2017-11-15 | wallet: add sweep_single command | stoffu | 7 | -0/+438 |
2017-11-15 | wallet2 bugfix: loading old m_unconfirmed_payments | stoffu | 1 | -3/+2 |
2017-11-14 | More missed readline dependencies thru scoped_message_writer | Howard Chu | 2 | -5/+2 |
2017-11-14 | Fix 383ff4f68943c5d998fba8caa20aee481583f214 | Howard Chu | 1 | -1/+1 |
2017-11-14 | Fix e89994e98f85be95d68c7bf471fcadf9aabbc93a | Howard Chu | 1 | -1/+1 |
2017-11-14 | Fix 437421ce42f1deaa7ec3f28c0c17aff519f1230d | Howard Chu | 1 | -1/+1 |
2017-11-14 | CMake: include RPC when building GUI deps | anonimal | 1 | -33/+30 |
2017-11-14 | rpc: remove obsolete busy core checks | moneromooo-monero | 2 | -136/+2 |
2017-11-14 | wallet2: avoid growing the short history when refreshing in a loop | moneromooo-monero | 1 | -10/+17 |
2017-11-14 | Do not build against epee_readline if it was not built | Howard Chu | 3 | -3/+3 |
2017-11-14 | split off readline code into epee_readline | moneromooo-monero | 3 | -0/+5 |
2017-11-14 | link against readline only for monerod and wallet-wallet-{rpc,cli} | moneromooo-monero | 2 | -0/+2 |
2017-11-14 | wallet: move some scoped_message_writer calls from the libs | moneromooo-monero | 6 | -86/+86 |
2017-11-14 | wallet: rejig to avoid prompting in wallet2 | moneromooo-monero | 8 | -78/+97 |
2017-11-14 | move input_line from command_line to simplewallet | moneromooo-monero | 3 | -20/+13 |
2017-11-14 | move cryptonote command line options to cryptonote_core | moneromooo-monero | 10 | -108/+111 |
2017-11-14 | make this build on SunOS/Solaris | Pavel Maryanov | 3 | -1/+10 |
2017-11-14 | simplewallet: factor transfer related exception handling | moneromooo-monero | 1 | -338/+101 |
2017-11-14 | remove "using namespace std" from headers | moneromooo-monero | 19 | -45/+42 |
2017-11-15 | simplewallet: fix in show_transfer passing wrong arg to wallet2::get_payments... | stoffu | 1 | -3/+3 |
2017-11-14 | wallet2: simplify incoming tx processing code | moneromooo-monero | 1 | -42/+19 |
2017-11-14 | simplewallet: forbid 0 ring size | moneromooo-monero | 1 | -0/+10 |
2017-11-14 | simplewallet: reject attempts to use too low mixin early | moneromooo-monero | 4 | -16/+29 |
2017-11-14 | core: warn when free disk space is low | moneromooo-monero | 4 | -1/+39 |
2017-11-14 | simplewallet: reject invalid argument for boolean parameter | stoffu | 3 | -26/+95 |
2017-11-14 | rpc: added miner_tx_hash to resp of getblock | stoffu | 2 | -1/+4 |
2017-11-14 | wallet-cli: added --generate-from-spend-key option | stoffu | 3 | -5/+38 |
2017-11-13 | wallet2: use a vector, not a list, for selected_transfers | moneromooo-monero | 2 | -24/+49 |
2017-11-13 | wallet2: only add a dummy 0 output if there's one output otherwise | moneromooo-monero | 1 | -10/+14 |
2017-11-13 | Wallet: update ring size in outdated error msgs with set_default_ring_size | binaryFate | 1 | -5/+7 |
2017-11-11 | Implement missing miner functions on FreeBSD | Vasil Dimov | 1 | -1/+105 |
2017-11-11 | Remove unused variables and fix typos in comments | Vasil Dimov | 1 | -4/+2 |
2017-11-11 | kaccak: remove unused return value | moneromooo-monero | 2 | -4/+2 |
2017-11-11 | checkpoints: add a testnet checkpoint at 1000000 | moneromooo-monero | 1 | -1/+1 |
2017-11-10 | Print msg upon success for commands that were silent | binaryFate | 1 | -0/+4 |
2017-11-09 | mnemonics: support for arbitrary (if multiple of 4 bytes) length data | moneromooo-monero | 2 | -19/+80 |
2017-11-08 | fix output_stream_header memory leak | MaxXor | 1 | -9/+8 |
2017-11-08 | Protect node privacy by proper filtering in restricted-mode RPC answers | binaryFate | 12 | -73/+138 |
2017-11-08 | Correct totals computation | Michał Sałaban | 1 | -13/+12 |
2017-11-07 | RPC: get_info add rpc_connections_count | Tim L | 2 | -1/+5 |
2017-11-07 | wallet2: typo fix in error message | moneromooo-monero | 1 | -1/+1 |
2017-11-07 | keccak: some paranoid "can't happen" checks | moneromooo-monero | 1 | -0/+14 |
2017-11-06 | wallet2 bugfix: supply missing subaddr_account arg to balance() and unlocked ... | stoffu | 1 | -4/+4 |
2017-11-06 | track double spending in the txpool | moneromooo-monero | 16 | -62/+216 |
2017-11-04 | wallet-cli: allow priority argument for sweep_all and donate | stoffu | 1 | -15/+23 |
2017-11-03 | Fix file permission issue | Tim L | 4 | -0/+0 |
2017-11-03 | Used declared default refresh status as default rather than it's current value | Maxime THIEBAUT | 1 | -2/+2 |
2017-11-03 | updates: add a special case for "install-" build tags on windows | moneromooo-monero | 1 | -1/+1 |
2017-11-03 | Fix 'sweep_all' command when called with no args | Leon Klingele | 1 | -6/+6 |
2017-11-03 | Disguise password length in prompt | Leon Klingele | 1 | -4/+0 |
2017-11-02 | simplewallet: mark the active account in print_accounts | moneromooo-monero | 1 | -2/+3 |
2017-11-02 | Increase LMDB maxreaders if large number of threads in use | Howard Chu | 1 | -0/+6 |
2017-11-02 | Use max_concurrency as-is | Howard Chu | 1 | -2/+2 |
2017-11-02 | Remove wallet dependency on p2p | moneromooo-monero | 3 | -3/+0 |
2017-10-31 | wallet2: do not bother downloading block hashes below last checkpoint | moneromooo-monero | 1 | -1/+14 |
2017-10-30 | RPC Add cross origin resource sharing support | Tim L | 4 | -2/+22 |
2017-10-30 | rpc: add performance timers | moneromooo-monero | 1 | -0/+57 |
2017-10-30 | blockchain: do not lock the blockchain lock for simple DB getters | moneromooo-monero | 1 | -7/+28 |
2017-10-29 | Wallet2: Don't throw when subaddress label doesn't exist | Jaquee | 2 | -11/+11 |
2017-10-29 | Wallet API: override update subdir when built from src | Jaquee | 2 | -2/+4 |
2017-10-26 | Fix JSON-RPC response object over ZMQ | Lee Clagett | 1 | -22/+31 |
2017-10-26 | fixed an LMDB issue on OpenBSD (#2699) which leads to a crash in monerod | ston1th | 1 | -0/+6 |
2017-10-23 | wallet2: fix show_transfers missing multiple incoming outputs | moneromooo-monero | 1 | -2/+2 |
2017-10-23 | wallet2: fix subaddress fields serialization | moneromooo-monero | 1 | -0/+15 |
2017-10-23 | Add more specific RPC error codes | Michał Sałaban | 3 | -96/+100 |
2017-10-22 | wallet2: fix tx size estimator for large number of inputs | moneromooo-monero | 1 | -1/+1 |
2017-10-22 | protocol: drop connections which don't handshake after some time | moneromooo-monero | 1 | -3/+6 |
2017-10-22 | Wallet API: default values for account and subaddr index | Jaquee | 3 | -14/+13 |
2017-10-21 | Initialize openssl on startup | moneromooo-monero | 1 | -0/+7 |
2017-10-20 | cmake: add dep of version lib on version.cpp | redfish | 2 | -75/+16 |
2017-10-19 | simplewallet: remove XMR mentions | moneromooo-monero | 1 | -2/+2 |
2017-10-19 | core: do not forbid txes without destination | moneromooo-monero | 1 | -6/+0 |
2017-10-19 | core: don't add empty additional pub keys field to extra | moneromooo-monero | 1 | -1/+1 |
2017-10-18 | subaddress: remove unneeded scalarmultBase | kenshi84 | 1 | -6/+11 |
2017-10-17 | core_tests: fix for subaddress patch | kenshi84 | 2 | -7/+7 |
2017-10-16 | Wallet: Descriptions through new commands 'set_description', 'get_description' | rbrunner7 | 7 | -1/+163 |
2017-10-16 | Distinguish "not enough money" and "not enough unlocked money" | binaryFate | 5 | -14/+96 |
2017-10-16 | wallet2: workaround for lightwallet before supporting subaddress (followup #2... | kenshi84 | 1 | -5/+21 |
2017-10-16 | subaddress: change prefix so that it starts with 8 | kenshi84 | 1 | -1/+1 |
2017-10-15 | blockchain_utilities: Add monero-blockchain-{ex,im}port binaries todev/beber/install | Bertrand Jacquin | 1 | -0/+2 |
2017-10-15 | Fix compiler warnings with Clang 6.0.0. | Vasil Dimov | 3 | -4/+4 |
2017-10-15 | fix lightwallet and subaddresses conflict | Jaquee | 1 | -1/+6 |
2017-10-15 | remove reference to cryptonote::null_hash | Jaquee | 1 | -3/+3 |
2017-10-15 | wallet2+API: use separate callbacks for lightwallets | Jaquee | 3 | -7/+43 |
2017-10-15 | walletAPI: correct confirmations in txHistory for unsynced wallets | Jaquee | 1 | -2/+2 |
2017-10-15 | walletAPI: lightwallet exceptions | Jaquee | 1 | -2/+12 |
2017-10-15 | walletAPI: add lightwallet login() and importWalletRequest() | Jaquee | 3 | -0/+40 |
2017-10-15 | walletAPI: init() lightwallet and SSL support | Jaquee | 3 | -7/+12 |
2017-10-15 | walletAPI: add tx unlock_time | Jaquee | 1 | -4/+0 |
2017-10-15 | wallet2: remove obsolete get_num_rct_outputs() call from create_transactions_2 | Jaquee | 1 | -1/+1 |
2017-10-15 | wallet2: create_transactions_2 lightwallet support | Jaquee | 1 | -0/+7 |
2017-10-15 | wallet2: get_outs lightwallet support | Jaquee | 2 | -10/+129 |
2017-10-15 | wallet2: commit_tx() lightwallet support | Jaquee | 1 | -17/+34 |
2017-10-15 | wallet2: refactor is_tx_spendtime_unlocked() | Jaquee | 2 | -3/+9 |
2017-10-15 | wallet2: add lightwallet exceptions to common functions | Jaquee | 1 | -0/+15 |
2017-10-15 | wallet2: refresh() lightwallet support | Jaquee | 1 | -0/+34 |
2017-10-15 | my/openmonero API functions | Jaquee | 2 | -0/+475 |
2017-10-15 | wallet2: add remove_obsolete_pool_txs() | Jaquee | 2 | -22/+31 |
2017-10-15 | wallet2: add on_pool_tx_removed callback | Jaquee | 1 | -0/+1 |
2017-10-15 | wallet2: light wallet member variables | Jaquee | 1 | -1/+15 |
2017-10-15 | wallet2: add ssl option to init() | Jaquee | 2 | -3/+6 |
2017-10-15 | refactor cryptonote_basic::add_tx_pub_key_to_extra | Jaquee | 2 | -3/+15 |
2017-10-15 | lightwallet rpc server commands | Jaquee | 1 | -1/+353 |
2017-10-14 | rpc: make get_coinbase_tx_sum a restricted RPC | moneromooo-monero | 1 | -1/+1 |
2017-10-14 | Add tools::on_startup, and warn about glibc 2.25 bug if found | moneromooo-monero | 8 | -6/+23 |
2017-10-13 | debug utils: fix debug build: rm unused identifier | redfish | 1 | -1/+0 |
2017-10-12 | db_lmdb: include chain height when failing to find an output key | moneromooo-monero | 1 | -1/+1 |
2017-10-12 | blockchain: avoid exceptions in output verification | moneromooo-monero | 1 | -2/+12 |
2017-10-11 | core: guard against a mined block not finding all txes in the pool | moneromooo-monero | 1 | -1/+9 |
2017-10-10 | dns_utils: allow an optional DNS server IP in DNS_PUBLIC | moneromooo-monero | 2 | -6/+41 |
2017-10-09 | util: ignore SIGPIPE | moneromooo-monero | 1 | -1/+2 |
2017-10-09 | Fix an object lifetime bug in net load tests | moneromooo-monero | 1 | -1/+1 |
2017-10-08 | cmake: build tests last | redfish | 1 | -0/+5 |
2017-10-08 | Fix #2559: more flexible print_tx daemon command | binaryFate | 4 | -22/+43 |
2017-10-08 | simplewallet: add get/set for refresh-from-height | moneromooo-monero | 2 | -1/+21 |
2017-10-07 | protocol: kick idle peers by dropping them | moneromooo-monero | 1 | -3/+10 |
2017-10-07 | frob level 1 logs a bit for consistency | moneromooo-monero | 1 | -7/+7 |
2017-10-07 | Remove network_address_base which has been merged with ipv4_network_address i... | Michał Sałaban | 1 | -1/+0 |
2017-10-07 | daemon: use @N syntax to output_histogram for specific amounts | moneromooo-monero | 3 | -11/+26 |
2017-10-07 | miner: always update block template when starting | moneromooo-monero | 1 | -2/+1 |
2017-10-07 | wallet2: fix refresh height calc for new wallets | moneromooo-monero | 1 | -8/+0 |
2017-10-07 | Subaddresses | kenshi84 | 46 | -744/+3041 |
2017-10-07 | wallet-cli: add --do-not-relay option | stoffu | 2 | -32/+46 |
2017-10-07 | wallet: encrypt (un)signed tx, also optionally save unencrypted raw tx hexstr | stoffu | 3 | -25/+129 |
2017-10-07 | Don't try to create wallet-dir when it's not given, don't crash if wallet-dir... | Michał Sałaban | 1 | -1/+1 |
2017-10-06 | add a command_line function to check for defaulted options | moneromooo-monero | 5 | -11/+17 |
2017-10-06 | Fix building with -DARCH=default -DNO_AES=ON | moneromooo-monero | 1 | -2/+2 |
2017-10-06 | rpc: out_peers now works again | moneromooo-monero | 1 | -15/+7 |
2017-10-05 | Upgrades to epee::net_utils::network_address | Lee Clagett | 4 | -16/+23 |
2017-10-03 | daemon: catch out of range exceptions too when calling stoll/stoi | moneromooo-monero | 1 | -6/+13 |
2017-10-03 | block_queue: use boost::uuids::nil_uuid where appropriate | moneromooo-monero | 1 | -2/+1 |
2017-10-03 | wallet2: fix backlog being off by 1 | moneromooo-monero | 1 | -2/+2 |
2017-10-03 | simplewallet: fix setting default-ring-size to 0 | moneromooo-monero | 1 | -2/+0 |
2017-10-03 | blockchain_import: remove a few commented out obsolete lines | moneromooo-monero | 1 | -3/+0 |
2017-10-03 | tests: fix hashchain unit tests | moneromooo-monero | 1 | -1/+1 |
2017-10-03 | wallet2: error check for generate_key_image_helper, removed redundant wallet_... | stoffu | 2 | -11/+6 |
2017-10-03 | construct_tx_and_get_tx_key: return sorted sources for print_ring_memebrs to ... | stoffu | 3 | -5/+5 |
2017-10-02 | simplewallet: allow to set threshold before warning about tx backlog | selsta | 4 | -2/+32 |
2017-10-02 | wallet2: fix hash chain trimming when the inner chain becomes empty | moneromooo-monero | 2 | -2/+30 |
2017-09-29 | core: fix failure to sync when a tx is already in the pool | moneromooo-monero | 3 | -9/+28 |
2017-09-29 | simplewallet: allow 1/yes/y as well as true for start_mining options | moneromooo-monero | 1 | -3/+3 |
2017-09-29 | simplewallet: fix --restore-from-height being ignored | moneromooo-monero | 1 | -1/+2 |
2017-09-29 | rpc: fix getting txpool transactions | moneromooo-monero | 1 | -0/+1 |
2017-09-27 | core: remove out sorting from v7 rules | moneromooo-monero | 2 | -37/+4 |
2017-09-27 | wallet2: Missing underflow check on low heights | landergate | 1 | -1/+1 |
2017-09-27 | connection_context: initialize m_callback_request_count to 0 | moneromooo-monero | 1 | -1/+1 |
2017-09-27 | core: fix logging the one time public key on error | moneromooo-monero | 1 | -1/+1 |
2017-09-27 | cmake: add libversion and libcheckpoints to libwallet_merged | redfish | 1 | -1/+10 |
2017-09-27 | blockchain: fix off by one getting blocks | moneromooo-monero | 1 | -2/+2 |
2017-09-26 | core: undo output sorting | moneromooo-monero | 1 | -0/+2 |
2017-09-26 | mnemonics: new Lojban word list | Wei Tang | 3 | -2/+1703 |
2017-09-25 | core: fix creation of v1 txes | moneromooo-monero | 1 | -1/+2 |
2017-09-25 | checkpoints: add missing CMakeLists.txt | moneromooo-monero | 1 | -0/+60 |
2017-09-25 | wallet2: do not keep block hashes below last checkpoint | moneromooo-monero | 2 | -20/+100 |
2017-09-25 | checkpoints: add a token checkpoint on testnet (the genesis block) | moneromooo-monero | 3 | -3/+10 |
2017-09-25 | serialization: add deque serialization | moneromooo-monero | 2 | -2/+34 |
2017-09-25 | fix typo in basic and core CMakeLists.txt | moneromooo-monero | 2 | -2/+2 |
2017-09-25 | move checkpoints in a separate library | moneromooo-monero | 22 | -58/+63 |
2017-09-25 | version: fix link to new version strings | moneromooo-monero | 2 | -0/+3 |
2017-09-25 | wallet2: simplify tx processing a bit | moneromooo-monero | 2 | -74/+68 |
2017-09-25 | wallet2: factor some of the tx scanning code | moneromooo-monero | 2 | -48/+21 |
2017-09-25 | tx_pool: pre-init tvc.m_verifivation_failed before processing | moneromooo-monero | 1 | -3/+3 |
2017-09-25 | wallet2: catch failure to parse address | moneromooo-monero | 1 | -1/+5 |
2017-09-25 | net_peerlist: remove dead code | moneromooo-monero | 1 | -20/+1 |
2017-09-25 | tx_pool: guard against failure getting tx hash | moneromooo-monero | 1 | -1/+2 |
2017-09-25 | wallet_rpc_server: catch failure to create directory | moneromooo-monero | 1 | -1/+10 |
2017-09-25 | wallet_rpc_server: init m_vm to NULL in ctor | moneromooo-monero | 1 | -1/+1 |
2017-09-25 | wallet_args: remove redundant default value for --log-file | moneromooo-monero | 1 | -1/+1 |
2017-09-25 | wallet2: catch failure to save keys file | moneromooo-monero | 1 | -2/+3 |
2017-09-25 | wallet2_api: check whether dynamic_cast returns NULL | moneromooo-monero | 1 | -0/+2 |
2017-09-25 | core: check return value from parse_hexstr_to_binbuff | moneromooo-monero | 1 | -2/+3 |
2017-09-25 | wallet2_api: remove an unused, uninitialized, field | moneromooo-monero | 1 | -1/+0 |
2017-09-25 | wallet2_api: init error code to "no error" in the ctor | moneromooo-monero | 1 | -1/+1 |
2017-09-25 | get_blockchain_top now returns void | moneromooo-monero | 3 | -27/+6 |
2017-09-25 | wallet_rpc_server: guard against exceptions | moneromooo-monero | 1 | -1/+9 |
2017-09-25 | simplewallet: guard against I/O exceptions | moneromooo-monero | 1 | -3/+12 |
2017-09-25 | daemon: initialize decode_as_json in RPC request | moneromooo-monero | 1 | -0/+1 |
2017-09-23 | store is optional during close and defaults to true; except during descruction | m2049r | 5 | -14/+16 |
2017-09-22 | simplewallet: add privacy warning when using an untrusted demon | moneromooo-monero | 1 | -0/+3 |
2017-09-22 | Source updates are in a source subdirectory | moneromooo-monero | 2 | -3/+6 |
2017-09-22 | Log categories can now be added to and removed from | moneromooo-monero | 6 | -6/+17 |
2017-09-21 | json_object: add missing do_not_relay to tx_in_pool serialization | moneromooo-monero | 1 | -0/+1 |
2017-09-21 | dns_utils: query DNS records in parallel | moneromooo-monero | 1 | -6/+15 |
2017-09-21 | build: auto update version info without manually deleting version.h | stoffu | 14 | -30/+26 |
2017-09-21 | daemon: indicate whether the spent key image is mined or unconfirmed | stoffu | 1 | -1/+1 |
2017-09-21 | wallet2: correctly handle in/out payments for view-only wallet | stoffu | 3 | -2/+146 |
2017-09-20 | tx_pool: drop invalid txes from the pool on startup | moneromooo-monero | 1 | -3/+23 |
2017-09-20 | blockchain: fix crash checking pre-validated txids | moneromooo-monero | 1 | -2/+2 |
2017-09-20 | wallet2: fix exception on split txes | moneromooo-monero | 1 | -1/+3 |
2017-09-20 | wallet2: print unused indices on a single line | moneromooo-monero | 1 | -6/+17 |
2017-09-19 | Fixes static_assert on arm and ppc builds | Lee Clagett | 1 | -1/+3 |