Age | Commit message (Expand) | Author | Files | Lines |
2017-09-08 | rpc: get_txpool_backlog is now unrestricted | moneromooo-monero | 1 | -1/+1 |
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-04 | tx_pool: catch exceptions in LockedTXN dtor | moneromooo-monero | 1 | -1/+1 |
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-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 | 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 |
2017-08-16 | cryptonote_protocol: kick idle synchronizing peers | moneromooo-monero | 5 | -0/+44 |
2017-08-16 | Consistently print peer id in hex and on 16 chars | moneromooo-monero | 2 | -6/+13 |
2017-08-15 | befor -> before | Nano Akron | 2 | -5/+5 |
2017-08-15 | protocol: pass blockchain cumulative difficulty when syncing | moneromooo-monero | 6 | -0/+28 |
2017-08-15 | update major version number | Riccardo Spagni | 1 | -2/+2 |
2017-08-15 | Tweak net logs so we get more info on why networking can't start | moneromooo-monero | 1 | -22/+22 |
2017-08-15 | cryptonote_protocol: fix "holes" in block download schedule | moneromooo-monero | 1 | -1/+2 |
2017-08-15 | cryptonote_protocol: fix out of order addition | moneromooo-monero | 1 | -0/+37 |
2017-08-15 | block_queue: do not add empty spans | moneromooo-monero | 1 | -0/+2 |
2017-08-14 | mnemonics: new Esperanto word list | moneromooo-monero | 3 | -2/+1705 |
2017-08-13 | simplewallet: mnemonic language command-line arg | Eugene Otto | 2 | -1/+14 |
2017-08-12 | daemon: print peers' top height in sync_info | moneromooo-monero | 3 | -2/+8 |
2017-08-12 | core: add --db-salvage command line flag | moneromooo-monero | 4 | -1/+14 |
2017-08-12 | wallet_rpc_server: adjust small ring sizes to 5 for v6 | moneromooo-monero | 2 | -11/+18 |
2017-08-12 | cryptonote_protocol_handler: log versions as unsigned ints | moneromooo-monero | 1 | -1/+1 |
2017-08-12 | protocol: fix reorgs while syncing | moneromooo-monero | 4 | -101/+48 |
2017-08-12 | miner: set thread name before logging | moneromooo-monero | 1 | -1/+1 |
2017-08-11 | p2p: fix random peer index being too large | moneromooo-monero | 1 | -0/+2 |
2017-08-11 | simplewallet: factor out message_writer | moneromooo-monero | 2 | -82/+10 |
2017-08-11 | scoped_message_writer: pause readline to match simplewallet | moneromooo-monero | 1 | -0/+9 |
2017-08-11 | wallet_rpc_server: fix possible privacy leak in on_import_key_images() | Jaquee | 1 | -1/+6 |
2017-08-11 | simplewallet: fix possible privacy leak in import_key_images() | Jaquee | 1 | -0/+6 |
2017-08-10 | p2p: get net log spam down a bit | moneromooo-monero | 1 | -4/+3 |
2017-08-10 | tests: fix tests build | moneromooo-monero | 3 | -2/+26 |
2017-08-09 | p2p: fallback on seed nodes if we can't make a connection | moneromooo-monero | 2 | -6/+26 |
2017-08-09 | cryptonote_protocol: fix recv/send idle time before handshake | moneromooo-monero | 1 | -2/+2 |
2017-08-09 | cryptonote_protocol: keep target in sync with dropped connections | moneromooo-monero | 2 | -67/+56 |
2017-08-09 | connection_context: initialize state | moneromooo-monero | 1 | -0/+1 |
2017-08-09 | WalletAPI: add getDefaultDataDir() | Jaquee | 3 | -0/+10 |
2017-08-09 | protocol: add checks for top block hard fork version | moneromooo-monero | 3 | -0/+22 |
2017-08-08 | net_node: fix m_in_timedsync initialization | moneromooo-monero | 2 | -1/+2 |
2017-08-08 | Change default block sync size from 200 to 20 | moneromooo-monero | 1 | -1/+1 |
2017-08-08 | cryptonote_basic: fix silly CLANG warning about not emitting function | moneromooo-monero | 1 | -1/+1 |
2017-08-07 | change mixin to ring size in user visible places | moneromooo-monero | 10 | -63/+67 |
2017-08-07 | core: fix invalid memory access creating tx | moneromooo-monero | 1 | -1/+1 |
2017-08-07 | updates: add "misc_log_ex.h" for logs | moneromooo-monero | 1 | -0/+1 |
2017-08-07 | dns_utils: add <functional> for std::function | moneromooo-monero | 1 | -0/+1 |
2017-08-07 | blockchain_import: much faster when verifying with cryptonote::core | moneromooo-monero | 3 | -287/+152 |
2017-08-07 | core: new API to disable DNS checkpoint lookups | moneromooo-monero | 2 | -1/+10 |
2017-08-07 | blockchain: add testnet v6 fork height at 971400 | moneromooo-monero | 1 | -0/+2 |
2017-08-07 | core: thread most of handle_incoming_tx | moneromooo-monero | 3 | -31/+113 |
2017-08-07 | cryptonote_protocol: retry stale spans early | moneromooo-monero | 3 | -0/+25 |
2017-08-07 | cryptonote_protocol: light cleanup | moneromooo-monero | 2 | -26/+9 |
2017-08-07 | cryptonote_protocol: avoid spurious SYNCHRONIZED OK messages | moneromooo-monero | 1 | -2/+12 |
2017-08-07 | cryptonote_protocol_handler: sync speedup | moneromooo-monero | 17 | -132/+1156 |
2017-08-06 | wallet2: improve refresh height determination | moneromooo-monero | 1 | -3/+20 |
2017-08-06 | simplewallet: do not ask wallet filename twice when restoring | moneromooo-monero | 1 | -6/+11 |
2017-08-06 | simplewallet: Be explicit about secret keys | Erik de Castro Lopo | 1 | -2/+2 |
2017-08-05 | walletAPI: add getRefreshFromBlockHeight() | Jaquee | 2 | -0/+7 |
2017-08-05 | wallet api: pause refresh while commiting tx | Jaquee | 1 | -0/+2 |
2017-08-05 | wallet2: clear some missing containers in clear() | moneromooo-monero | 1 | -0/+4 |
2017-08-05 | wallet2: store testnet bool in keys file | Jaquee | 1 | -0/+8 |
2017-08-05 | wallet2: fix temporarily missing incoming tx when being mined | moneromooo-monero | 2 | -20/+38 |
2017-08-04 | blockchain: log more info when we reject an orphan | moneromooo-monero | 1 | -1/+3 |
2017-08-04 | simplewallet: show payment ids on sign_transfer | moneromooo-monero | 1 | -12/+50 |
2017-08-04 | debug_utilities: only build for debug builds | moneromooo-monero | 1 | -0/+3 |
2017-08-04 | debug_utilities: new object-sizes debug tool | moneromooo-monero | 2 | -0/+139 |
2017-08-03 | Wallet API: add tx unlock time | Jaquee | 4 | -0/+10 |
2017-08-03 | cn_deserialize: move to new debug_utilities subdirectory | moneromooo-monero | 4 | -25/+52 |
2017-08-03 | blockchain: remove a few unused variables | moneromooo-monero | 2 | -14/+4 |
2017-08-03 | Enable verifying wallet password with having to load wallet. | m2049r | 5 | -3/+36 |
2017-08-02 | difficulty: fix misleading comment | Guillaume LE VAILLANT | 1 | -2/+2 |
2017-08-02 | daemon: some more include cleanup | moneromooo-monero | 1 | -4/+1 |
2017-08-02 | cryptonote_protocol: fix days behind calc on testnet | moneromooo-monero | 1 | -1/+1 |
2017-08-02 | simplewallet: add (out of sync) or (no daemon) markers in the prompt | moneromooo-monero | 2 | -2/+15 |
2017-08-02 | wallet2: add a is_synced function | moneromooo-monero | 2 | -0/+11 |
2017-08-02 | node_rpc_proxy: add a proxy for target height | moneromooo-monero | 2 | -15/+47 |
2017-08-02 | wallet: return unlock_time in get_transfers | moneromooo-monero | 5 | -3/+53 |
2017-08-02 | fix wallet callback signatures | m2049r | 1 | -4/+4 |
2017-08-01 | network_throttle: remove unneeded heap allocations | moneromooo-monero | 2 | -19/+6 |
2017-08-01 | p2p: move m_in_timedsync from connection_context to p2p_connection_context | moneromooo-monero | 1 | -0/+3 |
2017-08-01 | core: speed up output index unique set calculation | moneromooo-monero | 1 | -8/+8 |
2017-08-01 | perf_timer: allow profiling more granular than millisecond | moneromooo-monero | 1 | -6/+9 |
2017-07-31 | some include cleanup | moneromooo-monero | 17 | -27/+30 |
2017-07-31 | miner: fix ignoring battery from command line | moneromooo-monero | 1 | -1/+1 |
2017-07-31 | core: add a message when loading checkpoints at init time | moneromooo-monero | 1 | -0/+2 |
2017-07-30 | tx_pool: remove obsolete unused m_config_folder field | moneromooo-monero | 1 | -1/+0 |
2017-07-30 | blockchain: skip checking tx semantics in embedded block hash range | moneromooo-monero | 3 | -1/+17 |
2017-07-29 | daemon: add average seconds per block in bc_dyn_stats | moneromooo-monero | 1 | -1/+4 |
2017-07-29 | core: fix lock ordering bug at init time | moneromooo-monero | 1 | -1/+2 |
2017-07-29 | Fix handling of strings & simplify summation of spendkeys | JollyMort | 1 | -13/+7 |
2017-07-29 | p2p: close connections when exiting | moneromooo-monero | 1 | -0/+8 |
2017-07-29 | Add option to join multisig wallet pieces together | JollyMort | 2 | -3/+151 |
2017-07-28 | p2p: fix thread leak | moneromooo-monero | 1 | -6/+6 |
2017-07-28 | blockchain: fix cryptonight buffer leak on exit | moneromooo-monero | 1 | -1/+1 |
2017-07-27 | blockchain: ensure all blocks get their longhash precalculated | moneromooo-monero | 2 | -2/+4 |
2017-07-27 | blockchain: pass correct height to get_block_longhash | moneromooo-monero | 1 | -4/+2 |
2017-07-27 | move get_proof_of_trust_hash from util.h to p2p_protocol_defs.h | moneromooo-monero | 3 | -10/+9 |
2017-07-27 | wallet-cli: Minor improvement to help output | Erik de Castro Lopo | 1 | -2/+4 |
2017-07-27 | Move OpenAlias console input back from libs | moneromooo-monero | 7 | -64/+113 |
2017-07-26 | wallet_rpc_server: optionally return tx blobs on transfer calls | moneromooo-monero | 2 | -7/+62 |
2017-07-25 | core: randomly shuffle outputs | moneromooo-monero | 1 | -1/+1 |
2017-07-24 | cryptonote_protocol: Set send_idle_time in connection_info correctly | rbrunner7 | 1 | -1/+1 |
2017-07-24 | blockchain: one off warning when seeing a block with unknown version | moneromooo-monero | 1 | -0/+14 |
2017-07-24 | Make msgwriter logs go to file only | moneromooo-monero | 1 | -1/+1 |
2017-07-22 | Make successful transfer log message more informative | JollyMort | 1 | -1/+2 |
2017-07-22 | core: forbid duplicate ring members from v6 | moneromooo-monero | 2 | -0/+31 |
2017-07-22 | daemon: Add ability to write a PID file | Erik de Castro Lopo | 3 | -11/+58 |
2017-07-13 | daemon: fix status in command line mode if using restricted rpc | moneromooo-monero | 1 | -5/+4 |
2017-07-12 | miner: fix background mining options parsing | moneromooo-monero | 1 | -2/+2 |
2017-07-11 | Don't hardcode /tmp | Howard Chu | 1 | -3/+11 |
2017-07-10 | Fix #2164 histogram output | Howard Chu | 1 | -1/+1 |
2017-07-09 | Add various readline related fixes | Jethro Grassie | 1 | -2/+2 |
2017-07-06 | fix on_battery_power for linux | Ryan Mehta | 1 | -26/+86 |
2017-07-05 | Fix spelling errors | Erik de Castro Lopo | 2 | -10/+10 |
2017-07-04 | Add on_get_alt_blocks_hashes RPC call | moneroexamples | 3 | -1/+44 |
2017-07-02 | tx_pool: initialize padding in txpool meta structure | moneromooo-monero | 1 | -0/+2 |
2017-07-02 | cryptonote_core: initialize checkpoint flag | moneromooo-monero | 1 | -0/+1 |
2017-06-30 | simplewallet: lock idle scope when sweeping | moneromooo-monero | 1 | -0/+2 |
2017-06-28 | Ensure DNSResolver destructor runs on exit | Howard Chu | 1 | -6/+2 |
2017-06-28 | Remove typeid use in network_address | moneromooo-monero | 5 | -23/+15 |
2017-06-26 | Minor cleanup: tab vs. space + logs messages | binaryFate | 2 | -4/+4 |
2017-06-26 | Fix #2120: return per-tx amount in transfer_split RPC call. | binaryFate | 2 | -0/+9 |
2017-06-26 | wallet2: get current height from the daemon on creation | moneromooo-monero | 1 | -5/+14 |
2017-06-26 | wallet2: fix infinite loop on future refresh height | moneromooo-monero | 1 | -1/+1 |
2017-06-26 | wallet: fix refresh_from_height setting on new wallet | moneromooo-monero | 2 | -15/+2 |
2017-06-25 | Fix multiline wallet cli output with readline | Jethro Grassie | 1 | -0/+15 |
2017-06-23 | Fix on_transfer RPC incorrect logging info | Mike C | 1 | -1/+1 |
2017-06-23 | simplewallet: typo fixes | Guillaume LE VAILLANT | 1 | -4/+4 |
2017-06-23 | Fix mismatch of parameter name between header file and implementation for set... | Julien Klepatch | 1 | -3/+2 |
2017-06-22 | electrum-words: fix seed mistakenly thought to be old style | moneromooo-monero | 2 | -3/+4 |
2017-06-22 | simplewallet: removed unneeded LOCK_IDLE_SCOPE() from check_tx_key() | stoffu | 1 | -2/+0 |
2017-06-22 | simplewallet: replace assert(m_wallet) with error out | stoffu | 1 | -5/+25 |
2017-06-22 | crypto: moved boost::lock_guard into a smaller scope | stoffu | 1 | -4/+5 |
2017-06-22 | Signature proving payment to destination by only revealing key derivation, no... | stoffu | 4 | -15/+359 |
2017-06-18 | Add readline support to cli | jethro | 2 | -0/+14 |
2017-06-18 | Fixed typo in rpc/core_rpc_server.cpp | Julien Klepatch | 1 | -2/+2 |
2017-06-15 | Don't issue a new timedsync while one is already in progress | Howard Chu | 1 | -2/+6 |
2017-06-13 | wallet_api: fix missing transaction parameter in callback | moneromooo-monero | 1 | -1/+1 |
2017-06-11 | blockchain_db: add a txpool tx getter which returns existence | moneromooo-monero | 6 | -5/+30 |
2017-06-10 | simplewallet: new command to generate a random payment id | moneromooo-monero | 2 | -0/+15 |
2017-06-08 | Fix #1991 asm multiply again | Howard Chu | 1 | -16/+13 |
2017-06-08 | Add OSX background mining | jethro | 2 | -1/+43 |
2017-06-07 | add simplewallet --generate-new-wallet arg checks | Michael Shick | 1 | -0/+9 |
2017-06-04 | Add histogram to poolstats | Howard Chu | 3 | -3/+105 |
2017-06-03 | Prevent crash if performing certain actions before wallet is initialized | Robby Weinberg | 3 | -2/+17 |
2017-06-01 | cryptonote_protocol_handler: fix crash in debug log | moneromooo-monero | 1 | -3/+1 |
2017-06-01 | Speedup print_pool_stats | Howard Chu | 8 | -35/+113 |
2017-06-01 | Don't copy blockchain for coinbase_tx_sum | Howard Chu | 6 | -14/+31 |
2017-05-31 | tx_pool: add missing blockchain lock in add_tx | moneromooo-monero | 1 | -0/+5 |
2017-05-31 | fix get_upper_transaction rename | schnerchi | 1 | -4/+4 |
2017-05-28 | simplewallet: fix refresh height for new wallets | moneromooo-monero | 1 | -10/+13 |
2017-05-27 | abstracted nework addresses | moneromooo-monero | 10 | -231/+386 |
2017-05-26 | node_rpc_proxy: fix earliest fork height query for unknown forks | moneromooo-monero | 1 | -1/+1 |
2017-05-25 | Move txpool to the database | moneromooo-monero | 13 | -287/+824 |
2017-05-23 | Wallet API: Set seed lang when recovering form keys | Jaquee | 1 | -1/+2 |
2017-05-23 | changed crypto to cncrypto so it generated libcncrypto | Gentian | 9 | -12/+12 |