Age | Commit message (Expand) | Author | Files | Lines |
2017-11-02 | Use max_concurrency as-is | Howard Chu | 1 | -2/+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 | Add tools::on_startup, and warn about glibc 2.25 bug if found | moneromooo-monero | 8 | -6/+23 |
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-08 | cmake: build tests last | redfish | 1 | -0/+5 |
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 |
2017-09-19 | db_lmdb: fix use of uninitialized key in for_blocks_range | moneromooo-monero | 1 | -2/+2 |
2017-09-19 | rpc: add new RPCs to get and set limits | MaxXor | 6 | -53/+219 |
2017-09-18 | precomputed block hashes are now in blocks of N (currently 256) | moneromooo-monero | 10 | -12/+180 |
2017-09-18 | daemon: make this build with boost 1.61 | moneromooo-monero | 1 | -1/+1 |
2017-09-18 | blockchain: reject unsorted ins and outs from v7 | moneromooo-monero | 2 | -1/+47 |
2017-09-17 | Use actual batch size for resize estimates | Howard Chu | 7 | -66/+134 |
2017-09-17 | cryptonote_protocol: fix needless chain hashes downloads | moneromooo-monero | 1 | -2/+3 |
2017-09-17 | protocol: remove hop count on block propagation | moneromooo-monero | 4 | -16/+2 |
2017-09-17 | daemon, wallet: add --max-log-file-size option | selsta | 3 | -2/+10 |
2017-09-16 | tx_pool: set the "invalid input" bit when check_tx_inputs fails | moneromooo-monero | 1 | -0/+1 |
2017-09-16 | simplewallet: print tx rejection reason where it was missing | moneromooo-monero | 1 | -0/+3 |
2017-09-16 | core_rpc_server: print tx rejection reason at L0 too | moneromooo-monero | 1 | -16/+28 |
2017-09-15 | Tweak concurrency limits | Howard Chu | 2 | -2/+6 |
2017-09-14 | Use a threadpool | Howard Chu | 13 | -785/+302 |
2017-09-14 | Remove 1.25x multiplier from tx_pool | Nano Akron | 1 | -1/+1 |
2017-09-13 | wallet_rpc_server: fix index for newly added address book entry | moneromooo-monero | 1 | -1/+1 |
2017-09-13 | core: sort ins and outs key key image and public key, respectively | moneromooo-monero | 2 | -6/+32 |
2017-09-13 | common: add apply_permutation file and function | moneromooo-monero | 2 | -0/+62 |
2017-09-12 | Update wallet2.cpp for misspelling | Matthew Campassi | 1 | -1/+1 |
2017-09-12 | wallet: add encrypted seed functionality | moneromooo-monero | 6 | -5/+63 |
2017-09-12 | core: guard against exceptions in tx verification worker threads | moneromooo-monero | 1 | -2/+18 |
2017-09-11 | wallet2: guard against daemon sending txes in the wrong order | moneromooo-monero | 1 | -12/+10 |
2017-09-11 | rpc: order transactions in the order they were requested | moneromooo-monero | 1 | -7/+19 |
2017-09-10 | wallet: fix --help and --version erroring out | moneromooo-monero | 1 | -15/+15 |
2017-09-10 | p2p: disable gray list housekeeping when an exclusive node is given | moneromooo-monero | 1 | -0/+2 |
2017-09-08 | rpc: get_txpool_backlog is now unrestricted | moneromooo-monero | 1 | -1/+1 |
2017-09-08 | updated clarification bc_dyn_stats | Matthew Campassi | 1 | -1/+1 |
2017-09-08 | clarification bc_dyn_stats | Matthew Campassi | 1 | -1/+1 |
2017-09-08 | Silence more stupid gcc warnings | Howard Chu | 2 | -9/+9 |
2017-09-08 | Fix AC power supply detection on Linux | Guillaume LE VAILLANT | 1 | -13/+0 |
2017-09-06 | update checkpoint hashes | Riccardo Spagni | 1 | -1/+1 |
2017-09-06 | update hardcoded checkpoints | Riccardo Spagni | 1 | -0/+2 |
2017-09-06 | update checkpoints.dat | Riccardo Spagni | 1 | -0/+0 |
2017-09-05 | Fix various oversights/bugs in ZMQ RPC server code | Thomas Winget | 14 | -216/+519 |
2017-09-05 | json serialization for rpc-relevant monero types | Thomas Winget | 28 | -3/+4966 |
2017-09-05 | Refactor some things into more composable (smaller) functions | Thomas Winget | 2 | -73/+179 |
2017-09-04 | tx_pool: catch exceptions in LockedTXN dtor | moneromooo-monero | 1 | -1/+1 |
2017-09-04 | dns_utils: remove a few obsolete things | moneromooo-monero | 1 | -4/+0 |
2017-09-03 | Add a --fluffy-blocks option to relay blocks as fluffy blocks | moneromooo-monero | 5 | -1/+18 |
2017-09-02 | Use latest height for fork date estimate | Howard Chu | 1 | -2/+3 |
2017-09-01 | blockchain_import: warn for chunks over 500000, not 100000 | moneromooo-monero | 3 | -4/+5 |
2017-09-01 | blockchain_import: properly cleanup core/db on exit | moneromooo-monero | 1 | -19/+9 |
2017-09-01 | blockchain_import: do not error out on truncated files | moneromooo-monero | 1 | -3/+13 |
2017-09-01 | Rename m_listenning_port to m_listening_port | MaxXor | 2 | -7/+7 |
2017-08-31 | monero-wallet-cli: New command 'wallet_info' improved | rbrunner7 | 1 | -5/+4 |
2017-08-31 | DRY refactoring | Thomas Winget | 3 | -2/+14 |
2017-08-31 | monero-wallet-cli: New command 'wallet_info' | rbrunner7 | 2 | -0/+12 |
2017-08-30 | Do not create file when RPC user/pass is given and use file locking | Lee Clagett | 4 | -53/+101 |
2017-08-29 | Delete UPnP port mapping on exit | MaxXor | 2 | -43/+97 |
2017-08-29 | tx_pool: wrap tx meta updates in a LockedTXN | moneromooo-monero | 1 | -0/+3 |
2017-08-29 | simplewallet: new "fee" command to display fee information | moneromooo-monero | 4 | -26/+106 |
2017-08-29 | cryptonote_protocol: error handling on cleanup_handle_incoming_blocks | moneromooo-monero | 1 | -6/+34 |
2017-08-29 | Fix blockchain_import wedge on exception in cleanup_handle_incoming_blocks | moneromooo-monero | 5 | -15/+47 |
2017-08-29 | Revert "Cleanup test impact of moving blockchain_db_types()" | Howard Chu | 1 | -1/+0 |
2017-08-29 | core: guard against exceptions in handle_incoming_{block,tx} | moneromooo-monero | 1 | -0/+8 |
2017-08-29 | move db specific options to BlockchainDB | moneromooo-monero | 6 | -27/+40 |
2017-08-28 | cryptonote_protocol: remove old spans when received as old blocks | moneromooo-monero | 1 | -0/+1 |
2017-08-26 | blockchain: cap memory size of retrieved blocks | moneromooo-monero | 1 | -2/+7 |
2017-08-26 | rpc: decrease memory usage a bit in getblocks.bin | moneromooo-monero | 1 | -4/+7 |
2017-08-26 | Fix getblocktemplate RPC returning wrong reserved_offset | Guillaume LE VAILLANT | 1 | -1/+1 |
2017-08-26 | wallet: new option to check/confirm txpool backlog when sending | moneromooo-monero | 4 | -3/+123 |
2017-08-26 | daemon: fix backlog estimating at max block size | moneromooo-monero | 1 | -2/+3 |
2017-08-26 | rpc: add a new RPC to get current txpool backlog (sizes and fees) | moneromooo-monero | 7 | -0/+80 |
2017-08-25 | txpool: update db tx metadata when it changes | moneromooo | 1 | -1/+15 |
2017-08-25 | txpool: add tx size median to the pool stats | moneromooo | 3 | -2/+8 |
2017-08-25 | wallet2: account for huge testnet reorgs for estimating height | moneromooo-monero | 1 | -0/+3 |
2017-08-23 | tx_pool: fix crash in stats | Howard Chu | 1 | -1/+1 |
2017-08-23 | cryptonote_protocol: warn if we see a higher top version we expect | moneromooo-monero | 1 | -0/+2 |
2017-08-23 | cryptonote_protocol: less strict check on top version on connect | moneromooo-monero | 1 | -1/+1 |
2017-08-23 | cryptonote_protocol: update target height when syncing too | moneromooo-monero | 1 | -0/+4 |
2017-08-23 | cryptonote_protocol: simplify and remove unnecessary casts | moneromooo-monero | 1 | -5/+6 |
2017-08-23 | cryptonote_protocol: print peer top height along with its version | moneromooo-monero | 1 | -1/+1 |
2017-08-23 | crypto: use malloc instead of alloca | moneromooo-monero | 1 | -10/+9 |
2017-08-23 | thread_group: set thread size to THREAD_STACK_SIZE | moneromooo-monero | 1 | -1/+4 |
2017-08-23 | print peer id in 0 padded hex for consistency | moneromooo-monero | 3 | -22/+17 |
2017-08-23 | p2p: init hashes after deserializing a network address | moneromooo-monero | 1 | -0/+2 |
2017-08-23 | daemon: print estimated tx backlog in print_pool_stats | moneromooo-monero | 1 | -2/+24 |
2017-08-22 | Cleanup test impact of moving blockchain_db_types() | Howard Chu | 1 | -0/+1 |
2017-08-22 | Cleanup test impact of adding safesyncmode() method | Howard Chu | 3 | -2/+14 |
2017-08-22 | rpc_client: print destination host/port when failing to connect | moneromooo-monero | 1 | -3/+3 |
2017-08-22 | Fix refresh counter display | Howard Chu | 1 | -0/+8 |
2017-08-21 | cryptonote_protocol: misc fixes to the new sync algorithm | moneromooo-monero | 5 | -38/+109 |
2017-08-21 | Silence stupid fallthru warning in gcc 7 | Howard Chu | 1 | -0/+1 |
2017-08-21 | WalletAPI: only allow trusted daemon when importing key images | Jaquee | 1 | -0/+5 |
2017-08-21 | WalletAPI: copy wallet data when creating a view only wallet | Jaquee | 1 | -0/+27 |
2017-08-21 | wallet2: export/import wallet data functions | Jaquee | 2 | -1/+55 |
2017-08-20 | Toggle SAFE syncmode on and off automatically | Howard Chu | 7 | -2/+46 |
2017-08-20 | More DB support cleanup | Howard Chu | 6 | -72/+42 |
2017-08-19 | DB cleanup | Howard Chu | 7 | -119/+49 |
2017-08-18 | import_key_images - allow importing without being connected to daemon | Jaquee | 2 | -19/+24 |
2017-08-18 | clarification of parameters for print_coinbase_tx_sum | Matthew Campassi | 1 | -1/+1 |
2017-08-18 | core: add mainnet v6 fork height at 1400000 | moneromooo-monero | 1 | -0/+3 |
2017-08-17 | cryptonote_protocol: large block sync size before v4 | moneromooo-monero | 5 | -6/+15 |