aboutsummaryrefslogtreecommitdiff
path: root/src (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-22Cleanup test impact of adding safesyncmode() methodHoward Chu3-2/+14
2017-08-20Toggle SAFE syncmode on and off automaticallyHoward Chu7-2/+46
2017-08-19DB cleanupHoward Chu7-119/+49
2017-08-17cryptonote_protocol: large block sync size before v4moneromooo-monero5-6/+15
2017-08-16cryptonote_protocol: kick idle synchronizing peersmoneromooo-monero5-0/+44
2017-08-16Consistently print peer id in hex and on 16 charsmoneromooo-monero2-6/+13
2017-08-15befor -> beforeNano Akron2-5/+5
2017-08-15protocol: pass blockchain cumulative difficulty when syncingmoneromooo-monero6-0/+28
2017-08-15update major version numberRiccardo Spagni1-2/+2
2017-08-15Tweak net logs so we get more info on why networking can't startmoneromooo-monero1-22/+22
2017-08-15cryptonote_protocol: fix "holes" in block download schedulemoneromooo-monero1-1/+2
2017-08-15cryptonote_protocol: fix out of order additionmoneromooo-monero1-0/+37
2017-08-15block_queue: do not add empty spansmoneromooo-monero1-0/+2
2017-08-14mnemonics: new Esperanto word listmoneromooo-monero3-2/+1705
2017-08-13simplewallet: mnemonic language command-line argEugene Otto2-1/+14
2017-08-12daemon: print peers' top height in sync_infomoneromooo-monero3-2/+8
2017-08-12core: add --db-salvage command line flagmoneromooo-monero4-1/+14
2017-08-12wallet_rpc_server: adjust small ring sizes to 5 for v6moneromooo-monero2-11/+18
2017-08-12cryptonote_protocol_handler: log versions as unsigned intsmoneromooo-monero1-1/+1
2017-08-12protocol: fix reorgs while syncingmoneromooo-monero4-101/+48
2017-08-12miner: set thread name before loggingmoneromooo-monero1-1/+1
2017-08-11p2p: fix random peer index being too largemoneromooo-monero1-0/+2
2017-08-11simplewallet: factor out message_writermoneromooo-monero2-82/+10
2017-08-11scoped_message_writer: pause readline to match simplewalletmoneromooo-monero1-0/+9
2017-08-11wallet_rpc_server: fix possible privacy leak in on_import_key_images()Jaquee1-1/+6
2017-08-11simplewallet: fix possible privacy leak in import_key_images()Jaquee1-0/+6
2017-08-10p2p: get net log spam down a bitmoneromooo-monero1-4/+3
2017-08-10tests: fix tests buildmoneromooo-monero3-2/+26
2017-08-09p2p: fallback on seed nodes if we can't make a connectionmoneromooo-monero2-6/+26
2017-08-09cryptonote_protocol: fix recv/send idle time before handshakemoneromooo-monero1-2/+2
2017-08-09cryptonote_protocol: keep target in sync with dropped connectionsmoneromooo-monero2-67/+56
2017-08-09connection_context: initialize statemoneromooo-monero1-0/+1
2017-08-09WalletAPI: add getDefaultDataDir()Jaquee3-0/+10
2017-08-09protocol: add checks for top block hard fork versionmoneromooo-monero3-0/+22
2017-08-08net_node: fix m_in_timedsync initializationmoneromooo-monero2-1/+2
2017-08-08Change default block sync size from 200 to 20moneromooo-monero1-1/+1
2017-08-08cryptonote_basic: fix silly CLANG warning about not emitting functionmoneromooo-monero1-1/+1
2017-08-07change mixin to ring size in user visible placesmoneromooo-monero10-63/+67
2017-08-07core: fix invalid memory access creating txmoneromooo-monero1-1/+1
2017-08-07updates: add "misc_log_ex.h" for logsmoneromooo-monero1-0/+1
2017-08-07dns_utils: add <functional> for std::functionmoneromooo-monero1-0/+1
2017-08-07blockchain_import: much faster when verifying with cryptonote::coremoneromooo-monero3-287/+152
2017-08-07core: new API to disable DNS checkpoint lookupsmoneromooo-monero2-1/+10
2017-08-07blockchain: add testnet v6 fork height at 971400moneromooo-monero1-0/+2
2017-08-07core: thread most of handle_incoming_txmoneromooo-monero3-31/+113
2017-08-07cryptonote_protocol: retry stale spans earlymoneromooo-monero3-0/+25
2017-08-07cryptonote_protocol: light cleanupmoneromooo-monero2-26/+9
2017-08-07cryptonote_protocol: avoid spurious SYNCHRONIZED OK messagesmoneromooo-monero1-2/+12
2017-08-07cryptonote_protocol_handler: sync speedupmoneromooo-monero17-132/+1156
2017-08-06wallet2: improve refresh height determinationmoneromooo-monero1-3/+20
2017-08-06simplewallet: do not ask wallet filename twice when restoringmoneromooo-monero1-6/+11
2017-08-06simplewallet: Be explicit about secret keysErik de Castro Lopo1-2/+2
2017-08-05walletAPI: add getRefreshFromBlockHeight()Jaquee2-0/+7
2017-08-05wallet api: pause refresh while commiting txJaquee1-0/+2
2017-08-05wallet2: clear some missing containers in clear()moneromooo-monero1-0/+4
2017-08-05wallet2: store testnet bool in keys fileJaquee1-0/+8
2017-08-05wallet2: fix temporarily missing incoming tx when being minedmoneromooo-monero2-20/+38
2017-08-04blockchain: log more info when we reject an orphanmoneromooo-monero1-1/+3
2017-08-04simplewallet: show payment ids on sign_transfermoneromooo-monero1-12/+50
2017-08-04debug_utilities: only build for debug buildsmoneromooo-monero1-0/+3
2017-08-04debug_utilities: new object-sizes debug toolmoneromooo-monero2-0/+139
2017-08-03Wallet API: add tx unlock timeJaquee4-0/+10
2017-08-03cn_deserialize: move to new debug_utilities subdirectorymoneromooo-monero4-25/+52
2017-08-03blockchain: remove a few unused variablesmoneromooo-monero2-14/+4
2017-08-03Enable verifying wallet password with having to load wallet.m2049r5-3/+36
2017-08-02difficulty: fix misleading commentGuillaume LE VAILLANT1-2/+2
2017-08-02daemon: some more include cleanupmoneromooo-monero1-4/+1
2017-08-02cryptonote_protocol: fix days behind calc on testnetmoneromooo-monero1-1/+1
2017-08-02simplewallet: add (out of sync) or (no daemon) markers in the promptmoneromooo-monero2-2/+15
2017-08-02wallet2: add a is_synced functionmoneromooo-monero2-0/+11
2017-08-02node_rpc_proxy: add a proxy for target heightmoneromooo-monero2-15/+47
2017-08-02wallet: return unlock_time in get_transfersmoneromooo-monero5-3/+53
2017-08-02fix wallet callback signaturesm2049r1-4/+4
2017-08-01network_throttle: remove unneeded heap allocationsmoneromooo-monero2-19/+6
2017-08-01p2p: move m_in_timedsync from connection_context to p2p_connection_contextmoneromooo-monero1-0/+3
2017-08-01core: speed up output index unique set calculationmoneromooo-monero1-8/+8
2017-08-01perf_timer: allow profiling more granular than millisecondmoneromooo-monero1-6/+9
2017-07-31some include cleanupmoneromooo-monero17-27/+30
2017-07-31miner: fix ignoring battery from command linemoneromooo-monero1-1/+1
2017-07-31core: add a message when loading checkpoints at init timemoneromooo-monero1-0/+2
2017-07-30tx_pool: remove obsolete unused m_config_folder fieldmoneromooo-monero1-1/+0
2017-07-30blockchain: skip checking tx semantics in embedded block hash rangemoneromooo-monero3-1/+17
2017-07-29daemon: add average seconds per block in bc_dyn_statsmoneromooo-monero1-1/+4
2017-07-29core: fix lock ordering bug at init timemoneromooo-monero1-1/+2
2017-07-29Fix handling of strings & simplify summation of spendkeysJollyMort1-13/+7
2017-07-29p2p: close connections when exitingmoneromooo-monero1-0/+8
2017-07-29Add option to join multisig wallet pieces togetherJollyMort2-3/+151
2017-07-28p2p: fix thread leakmoneromooo-monero1-6/+6
2017-07-28blockchain: fix cryptonight buffer leak on exitmoneromooo-monero1-1/+1
2017-07-27blockchain: ensure all blocks get their longhash precalculatedmoneromooo-monero2-2/+4
2017-07-27blockchain: pass correct height to get_block_longhashmoneromooo-monero1-4/+2
2017-07-27move get_proof_of_trust_hash from util.h to p2p_protocol_defs.hmoneromooo-monero3-10/+9
2017-07-27wallet-cli: Minor improvement to help outputErik de Castro Lopo1-2/+4
2017-07-27Move OpenAlias console input back from libsmoneromooo-monero7-64/+113
2017-07-26wallet_rpc_server: optionally return tx blobs on transfer callsmoneromooo-monero2-7/+62
2017-07-25core: randomly shuffle outputsmoneromooo-monero1-1/+1
2017-07-24cryptonote_protocol: Set send_idle_time in connection_info correctlyrbrunner71-1/+1
2017-07-24blockchain: one off warning when seeing a block with unknown versionmoneromooo-monero1-0/+14
2017-07-24Make msgwriter logs go to file onlymoneromooo-monero1-1/+1
2017-07-22Make successful transfer log message more informativeJollyMort1-1/+2
2017-07-22core: forbid duplicate ring members from v6moneromooo-monero2-0/+31
2017-07-22daemon: Add ability to write a PID fileErik de Castro Lopo3-11/+58
2017-07-13daemon: fix status in command line mode if using restricted rpcmoneromooo-monero1-5/+4
2017-07-12miner: fix background mining options parsingmoneromooo-monero1-2/+2
2017-07-11Don't hardcode /tmpHoward Chu1-3/+11
2017-07-10Fix #2164 histogram outputHoward Chu1-1/+1
2017-07-09Add various readline related fixesJethro Grassie1-2/+2
2017-07-06fix on_battery_power for linuxRyan Mehta1-26/+86
2017-07-05Fix spelling errorsErik de Castro Lopo2-10/+10
2017-07-04Add on_get_alt_blocks_hashes RPC callmoneroexamples3-1/+44
2017-07-02tx_pool: initialize padding in txpool meta structuremoneromooo-monero1-0/+2
2017-07-02cryptonote_core: initialize checkpoint flagmoneromooo-monero1-0/+1
2017-06-30simplewallet: lock idle scope when sweepingmoneromooo-monero1-0/+2
2017-06-28Ensure DNSResolver destructor runs on exitHoward Chu1-6/+2
2017-06-28Remove typeid use in network_addressmoneromooo-monero5-23/+15
2017-06-26Minor cleanup: tab vs. space + logs messagesbinaryFate2-4/+4
2017-06-26Fix #2120: return per-tx amount in transfer_split RPC call.binaryFate2-0/+9
2017-06-26wallet2: get current height from the daemon on creationmoneromooo-monero1-5/+14
2017-06-26wallet2: fix infinite loop on future refresh heightmoneromooo-monero1-1/+1
2017-06-26wallet: fix refresh_from_height setting on new walletmoneromooo-monero2-15/+2
2017-06-25Fix multiline wallet cli output with readlineJethro Grassie1-0/+15
2017-06-23Fix on_transfer RPC incorrect logging infoMike C1-1/+1
2017-06-23simplewallet: typo fixesGuillaume LE VAILLANT1-4/+4
2017-06-23Fix mismatch of parameter name between header file and implementation for set...Julien Klepatch1-3/+2
2017-06-22electrum-words: fix seed mistakenly thought to be old stylemoneromooo-monero2-3/+4
2017-06-22simplewallet: removed unneeded LOCK_IDLE_SCOPE() from check_tx_key()stoffu1-2/+0
2017-06-22simplewallet: replace assert(m_wallet) with error outstoffu1-5/+25
2017-06-22crypto: moved boost::lock_guard into a smaller scopestoffu1-4/+5
2017-06-22Signature proving payment to destination by only revealing key derivation, no...stoffu4-15/+359
2017-06-18Add readline support to clijethro2-0/+14
2017-06-18Fixed typo in rpc/core_rpc_server.cppJulien Klepatch1-2/+2
2017-06-15Don't issue a new timedsync while one is already in progressHoward Chu1-2/+6
2017-06-13wallet_api: fix missing transaction parameter in callbackmoneromooo-monero1-1/+1
2017-06-11blockchain_db: add a txpool tx getter which returns existencemoneromooo-monero6-5/+30
2017-06-10simplewallet: new command to generate a random payment idmoneromooo-monero2-0/+15
2017-06-08Fix #1991 asm multiply againHoward Chu1-16/+13
2017-06-08Add OSX background miningjethro2-1/+43
2017-06-07add simplewallet --generate-new-wallet arg checksMichael Shick1-0/+9
2017-06-04Add histogram to poolstatsHoward Chu3-3/+105
2017-06-03Prevent crash if performing certain actions before wallet is initializedRobby Weinberg3-2/+17
2017-06-01cryptonote_protocol_handler: fix crash in debug logmoneromooo-monero1-3/+1
2017-06-01Speedup print_pool_statsHoward Chu8-35/+113
2017-06-01Don't copy blockchain for coinbase_tx_sumHoward Chu6-14/+31
2017-05-31tx_pool: add missing blockchain lock in add_txmoneromooo-monero1-0/+5
2017-05-31fix get_upper_transaction renameschnerchi1-4/+4
2017-05-28simplewallet: fix refresh height for new walletsmoneromooo-monero1-10/+13
2017-05-27abstracted nework addressesmoneromooo-monero10-231/+386
2017-05-26node_rpc_proxy: fix earliest fork height query for unknown forksmoneromooo-monero1-1/+1
2017-05-25Move txpool to the databasemoneromooo-monero13-287/+824
2017-05-23Wallet API: Set seed lang when recovering form keysJaquee1-1/+2
2017-05-23changed crypto to cncrypto so it generated libcncryptoGentian9-12/+12
2017-05-19Fix typoxmr-eric1-1/+1
2017-05-18wallet2: check key image validity domain in import_key_imagesmoneromooo-monero1-0/+4
2017-05-17shared libs build (i.e. make debug)stoffu1-0/+1
2017-05-10Update sync time copyxmr-eric1-1/+1
2017-05-09Correct spelling of 'get_upper_transaction_size_limit'Nano Akron2-3/+3
2017-05-09Remove the 1.25x multiplier in max transaction size in just the walletNano Akron1-1/+1
2017-05-09corrected typo in help regarding min-outputs-*stoffu1-1/+1
2017-05-09wallet fix: ensure iterator to be validstoffu1-0/+3
2017-05-07wallet2: fix sweep_unmixable assuming wrong minimum mixin at v5moneromooo-monero1-2/+2
2017-05-02Wallet API: add spend/view key gettersJaquee3-5/+41
2017-04-24Change Old_English to English_Old - 'Old English' is actually a languageNano Akron4-10/+10
2017-04-24wallet: add sweep_below functionmoneromooo-monero7-10/+39
2017-04-24Change all wallet language names into native names (and scripts)Nano Akron10-32/+32
2017-04-22wallet2: refer to triangular distribution for recent zone in commentmoneromooo-monero1-1/+1
2017-04-22wallet2: bias fake outs more towards recent outputsmoneromooo-monero1-2/+2
2017-04-19Add expected total reward to RPC "getblocktemplate".assylias10-12/+19
2017-04-17wallet2: fix removal of wrong txes from unconfirmed_paymentsmoneromooo-monero1-1/+1
2017-04-16Amended software licenses for Portuguese and SpanishNano Akron3-28/+92
2017-04-16Added Simplified Chinese electrum word listNano Akron3-0/+1717
2017-04-16simplewallet: allow multiline seedmoneromooo-monero1-7/+22
2017-04-16mnemonics: ignore multiple whitespace between wordsmoneromooo-monero1-1/+1
2017-04-14wallet2: fix --generate-from-json in RPC modemoneromooo-monero1-3/+5
2017-04-12Clean up ARMv8-a aes_expand_key()hyc1-24/+16
2017-04-12Fix block_longhash_worker threadhyc1-1/+3
2017-04-12wallet cli: removed some inappropriate return-falsekenshi841-16/+6
2017-04-11Simplified the implementation and features of spanLee Clagett2-8/+26
2017-04-11Improvements for epee binary to hex functions:Lee Clagett3-19/+10
2017-04-11Resolve #92 add ability to create wallets thru RPCHoward Chu6-97/+407
2017-04-08wallet2: fix spurious output splitting when not merging destinationsmoneromooo-monero1-8/+20
2017-04-06wallet2: mention escaping/quoting --password in help stringmoneromooo-monero1-1/+1
2017-04-04daemon: print average fee per byte in print_pool_statsmoneromooo-monero1-1/+1
2017-04-04daemon: add fee/byte when print pool transaction infomoneromooo-monero1-0/+2
2017-04-04tx_pool: add blob size and fee/byte when logging a new txmoneromooo-monero1-1/+1
2017-04-03core: fix blob size cache, and reenable hash and blob size cachesmoneromooo-monero2-7/+1
2017-04-03IOS CMAKE build settingsJaquee3-11/+22
2017-04-02Wallet API: fix Cold signing split txJaquee1-4/+10
2017-04-02daemon: new relay_tx command and RPCmoneromooo-monero8-1/+122
2017-04-02wallet2: do not go over the target tx size if many destinationsmoneromooo-monero1-12/+12
2017-04-02simplewallet: fix cold signing of split transactionsmoneromooo-monero1-3/+9
2017-04-02simplewallet: allow setting confirm-missing-payment-id in watch walletsmoneromooo-monero1-6/+0
2017-04-01Add per transaction fee to transfer commandAntti Keränen1-4/+17
2017-03-31miner: add a debug log in pause and resumemoneromooo-monero1-0/+2
2017-03-28Add other possible paths of AC power status file on LinuxGuillaume LE VAILLANT1-3/+5
2017-03-27wallet cli: remove redundant password confirm in donate commandkenshi841-1/+0
2017-03-26update version to 0.10.3.1 tagRiccardo Spagni1-1/+1
2017-03-26simplewallet: factor the per-variable code in set_variablemoneromooo-monero1-170/+28
2017-03-26core: disable tx/block hash cachemoneromooo-monero1-0/+6
2017-03-25Silence warning about possibly uninitialized pointerGuillaume LE VAILLANT1-1/+1
2017-03-25mnemonics: sanity checks for word listsmoneromooo-monero3-5/+28