aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-09-05json serialization for rpc-relevant monero typesThomas Winget28-3/+4966
2017-09-05Refactor some things into more composable (smaller) functionsThomas Winget2-73/+179
2017-08-31DRY refactoringThomas Winget3-2/+14
2017-08-27Merge pull request #2349Riccardo Spagni3-3/+23
2017-08-27Merge pull request #2347Riccardo Spagni2-6/+14
2017-08-26Merge pull request #2320Riccardo Spagni1-0/+8
2017-08-26Merge pull request #2314Riccardo Spagni8-2/+58
2017-08-26Merge pull request #2313Riccardo Spagni11-191/+92
2017-08-26Merge pull request #2353Riccardo Spagni1-2/+3
2017-08-26blockchain: cap memory size of retrieved blocksmoneromooo-monero1-2/+7
2017-08-26rpc: decrease memory usage a bit in getblocks.binmoneromooo-monero1-4/+7
2017-08-26wallet: new option to check/confirm txpool backlog when sendingmoneromooo-monero4-3/+123
2017-08-26daemon: fix backlog estimating at max block sizemoneromooo-monero1-2/+3
2017-08-26rpc: add a new RPC to get current txpool backlog (sizes and fees)moneromooo-monero7-0/+80
2017-08-25txpool: update db tx metadata when it changesmoneromooo1-1/+15
2017-08-25txpool: add tx size median to the pool statsmoneromooo3-2/+8
2017-08-25Merge pull request #2311Riccardo Spagni9-78/+153
2017-08-25Merge pull request #2330Riccardo Spagni1-1/+1
2017-08-25Merge pull request #2328Riccardo Spagni1-2/+24
2017-08-25Merge pull request #2326Riccardo Spagni1-3/+3
2017-08-23tx_pool: fix crash in statsHoward Chu1-1/+1
2017-08-23cryptonote_protocol: warn if we see a higher top version we expectmoneromooo-monero1-0/+2
2017-08-23cryptonote_protocol: less strict check on top version on connectmoneromooo-monero1-1/+1
2017-08-23cryptonote_protocol: update target height when syncing toomoneromooo-monero1-0/+4
2017-08-23cryptonote_protocol: simplify and remove unnecessary castsmoneromooo-monero1-5/+6
2017-08-23cryptonote_protocol: print peer top height along with its versionmoneromooo-monero1-1/+1
2017-08-23crypto: use malloc instead of allocamoneromooo-monero1-10/+9
2017-08-23thread_group: set thread size to THREAD_STACK_SIZEmoneromooo-monero1-1/+4
2017-08-23print peer id in 0 padded hex for consistencymoneromooo-monero3-22/+17
2017-08-23daemon: print estimated tx backlog in print_pool_statsmoneromooo-monero1-2/+24
2017-08-22Cleanup test impact of moving blockchain_db_types()Howard Chu1-0/+1
2017-08-22Cleanup test impact of adding safesyncmode() methodHoward Chu3-2/+14
2017-08-22rpc_client: print destination host/port when failing to connectmoneromooo-monero1-3/+3
2017-08-22Fix refresh counter displayHoward Chu1-0/+8
2017-08-21cryptonote_protocol: misc fixes to the new sync algorithmmoneromooo-monero5-38/+109
2017-08-20Toggle SAFE syncmode on and off automaticallyHoward Chu7-2/+46
2017-08-20More DB support cleanupHoward Chu6-72/+42
2017-08-19DB cleanupHoward Chu7-119/+49
2017-08-18core: add mainnet v6 fork height at 1400000moneromooo-monero1-0/+3
2017-08-17Merge pull request #2303Riccardo Spagni9-6/+59
2017-08-17Merge pull request #2300Riccardo Spagni2-6/+13
2017-08-17Merge pull request #2291Riccardo Spagni2-5/+5
2017-08-17Merge pull request #2287Riccardo Spagni6-0/+28
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-15Merge pull request #2288Riccardo Spagni4-1/+14
2017-08-15Merge pull request #2293Riccardo Spagni2-1/+14
2017-08-15Merge pull request #2292Riccardo Spagni3-2/+1705
2017-08-15Merge pull request #2286Riccardo Spagni2-11/+18
2017-08-15Merge pull request #2283Riccardo Spagni1-1/+1
2017-08-15Merge pull request #2282Riccardo Spagni1-0/+2
2017-08-15Merge pull request #2281Riccardo Spagni2-82/+19
2017-08-15Merge pull request #2279Riccardo Spagni2-1/+12
2017-08-15Merge pull request #2276Riccardo Spagni3-2/+26
2017-08-15Merge pull request #2277Riccardo Spagni1-4/+3
2017-08-15Merge pull request #2275Riccardo Spagni1-1/+1
2017-08-15Merge pull request #2236Riccardo Spagni1-22/+22
2017-08-15Merge pull request #2274Riccardo Spagni2-6/+26
2017-08-15Merge pull request #2273Riccardo Spagni1-2/+2
2017-08-15Merge pull request #2272Riccardo Spagni2-67/+56
2017-08-15Merge pull request #2270Riccardo Spagni3-0/+10
2017-08-15Merge pull request #2266Riccardo Spagni1-1/+1
2017-08-15Merge pull request #2264Riccardo Spagni1-1/+1
2017-08-15Merge pull request #2258Riccardo Spagni1-3/+20
2017-08-15Merge pull request #2256Riccardo Spagni1-6/+11
2017-08-15Tweak net logs so we get more info on why networking can't startmoneromooo-monero1-22/+22
2017-08-15Merge pull request #2255Riccardo Spagni1-2/+2
2017-08-15Merge pull request #2252Riccardo Spagni1-0/+4
2017-08-15Merge pull request #2250Riccardo Spagni1-1/+3
2017-08-15Merge pull request #2248Riccardo Spagni5-25/+194
2017-08-15Merge pull request #2246Riccardo Spagni2-14/+4
2017-08-15Merge pull request #2245Riccardo Spagni1-2/+2
2017-08-15Merge pull request #2240Riccardo Spagni6-17/+73
2017-08-15Merge pull request #2238Riccardo Spagni5-3/+36
2017-08-15Merge pull request #2237Riccardo Spagni2-14/+17
2017-08-15Merge pull request #2233Riccardo Spagni1-0/+8
2017-08-15Merge pull request #2232Riccardo Spagni1-1/+1
2017-08-15Merge pull request #2205Riccardo Spagni5-3/+53
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-09Merge pull request #2269Riccardo Spagni3-0/+22
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-07Merge pull request #2247Riccardo Spagni4-0/+10
2017-08-07Merge pull request #2231Riccardo Spagni10-63/+67
2017-08-07change mixin to ring size in user visible placesmoneromooo-monero10-63/+67
2017-08-07Merge pull request #2262Riccardo Spagni1-1/+1
2017-08-07Merge pull request #2225Riccardo Spagni3-1/+17
2017-08-07core: fix invalid memory access creating txmoneromooo-monero1-1/+1
2017-08-07Merge pull request #2207Riccardo Spagni5-288/+162
2017-08-07Merge pull request #2254Riccardo Spagni3-0/+9
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-07Merge pull request #2218Riccardo Spagni2-3/+145
2017-08-07Merge pull request #2149Riccardo Spagni20-184/+1308
2017-08-07Merge pull request #2244Riccardo Spagni1-4/+1
2017-08-07Merge pull request #2243Riccardo Spagni1-0/+2
2017-08-07Merge pull request #2242Riccardo Spagni1-1/+1
2017-08-07Merge pull request #2239Riccardo Spagni1-4/+4
2017-08-07Merge pull request #2234Riccardo Spagni17-27/+30
2017-08-07Merge pull request #2230Riccardo Spagni1-0/+2
2017-08-07Merge pull request #2226Riccardo Spagni1-1/+0
2017-08-07Merge pull request #2223Riccardo Spagni1-1/+4
2017-08-07Merge pull request #2222Riccardo Spagni1-1/+2
2017-08-07Merge pull request #2220Riccardo Spagni1-0/+3
2017-08-07Merge pull request #2219Riccardo Spagni1-6/+14
2017-08-07Merge pull request #2216Riccardo Spagni2-7/+7
2017-08-07Merge pull request #2215Riccardo Spagni3-10/+9
2017-08-07Merge pull request #2214Riccardo Spagni2-19/+6
2017-08-07Merge pull request #2211Riccardo Spagni1-2/+4
2017-08-07Merge pull request #2210Riccardo Spagni7-64/+113
2017-08-07Merge pull request #2206Riccardo Spagni1-1/+1
2017-08-07Merge pull request #2203Riccardo Spagni2-20/+38
2017-08-07Merge pull request #2201Riccardo Spagni2-7/+62
2017-08-07Merge pull request #2200Riccardo Spagni1-1/+1
2017-08-07Merge pull request #2198Riccardo Spagni1-0/+14
2017-08-07Merge pull request #2196Riccardo Spagni1-12/+50
2017-08-07Merge pull request #2195Riccardo Spagni1-1/+1
2017-08-07Merge pull request #2191Riccardo Spagni1-1/+2
2017-08-07Merge pull request #2188Riccardo Spagni2-0/+31
2017-08-07Merge pull request #2182Riccardo Spagni3-11/+58
2017-08-07Merge pull request #2153Riccardo Spagni2-10/+10
2017-08-07Merge pull request #2148Riccardo Spagni3-1/+44
2017-08-07Merge pull request #2147Riccardo Spagni1-26/+86
2017-08-07Merge pull request #2132Riccardo Spagni1-6/+2
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