aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-09-25move checkpoints in a separate librarymoneromooo-monero29-67/+72
2017-09-25Merge pull request #2466Riccardo Spagni1-1/+1
2017-09-25Merge pull request #2486Riccardo Spagni1-7/+7
2017-09-25Merge pull request #2485Riccardo Spagni1-1/+6
2017-09-25Merge pull request #2525Riccardo Spagni2-0/+3
2017-09-25Merge pull request #2439Riccardo Spagni4-110/+100
2017-09-25version: fix link to new version stringsmoneromooo-monero2-0/+3
2017-09-25performance_tests: add a test for is_out_to_acc_precompmoneromooo-monero2-0/+23
2017-09-25wallet2: simplify tx processing a bitmoneromooo-monero2-74/+68
2017-09-25wallet2: factor some of the tx scanning codemoneromooo-monero2-48/+21
2017-09-25Merge pull request #2500Riccardo Spagni1-9/+12
2017-09-25Merge pull request #2498Riccardo Spagni1-2/+6
2017-09-25Merge pull request #2460Riccardo Spagni1-2/+3
2017-09-25Merge pull request #2458Riccardo Spagni4-16/+2
2017-09-25Merge pull request #2457Riccardo Spagni8-67/+135
2017-09-25Merge pull request #2454Riccardo Spagni1-8/+1
2017-09-25Merge pull request #2456Riccardo Spagni5-5/+14
2017-09-25Merge pull request #2452Riccardo Spagni3-16/+32
2017-09-25Merge pull request #2424Riccardo Spagni20-73/+70
2017-09-25Merge pull request #2443Riccardo Spagni1-1/+1
2017-09-25Merge pull request #2442Riccardo Spagni20-46/+63
2017-09-25Merge pull request #2440Riccardo Spagni7-6/+215
2017-09-25tx_pool: pre-init tvc.m_verifivation_failed before processingmoneromooo-monero1-3/+3
2017-09-25core_tests: catch (impossible in practice) tx extra api failuremoneromooo-monero1-2/+4
2017-09-25wallet2: catch failure to parse addressmoneromooo-monero1-1/+5
2017-09-25net_peerlist: remove dead codemoneromooo-monero1-20/+1
2017-09-25tx_pool: guard against failure getting tx hashmoneromooo-monero1-1/+2
2017-09-25wallet_rpc_server: catch failure to create directorymoneromooo-monero1-1/+10
2017-09-25wallet_rpc_server: init m_vm to NULL in ctormoneromooo-monero1-1/+1
2017-09-25wallet_args: remove redundant default value for --log-filemoneromooo-monero1-1/+1
2017-09-25wallet2: catch failure to save keys filemoneromooo-monero1-2/+3
2017-09-25wallet2_api: check whether dynamic_cast returns NULLmoneromooo-monero1-0/+2
2017-09-25core: check return value from parse_hexstr_to_binbuffmoneromooo-monero1-2/+3
2017-09-25wallet2_api: remove an unused, uninitialized, fieldmoneromooo-monero1-1/+0
2017-09-25libwallet_api_tests: initialize newblock_triggered on resetmoneromooo-monero1-1/+1
2017-09-25wallet2_api: init error code to "no error" in the ctormoneromooo-monero1-1/+1
2017-09-25get_blockchain_top now returns voidmoneromooo-monero6-31/+9
2017-09-25wallet_rpc_server: guard against exceptionsmoneromooo-monero1-1/+9
2017-09-25simplewallet: guard against I/O exceptionsmoneromooo-monero1-3/+12
2017-09-25daemon: initialize decode_as_json in RPC requestmoneromooo-monero1-0/+1
2017-09-25http_base: init size_t in http_request_info ctormoneromooo-monero1-1/+2
2017-09-25Merge pull request #2435Riccardo Spagni2-143/+5
2017-09-25Merge pull request #2428Riccardo Spagni1-0/+2
2017-09-25Merge pull request #2425Riccardo Spagni1-2/+3
2017-09-25Merge pull request #2418Riccardo Spagni1-13/+7
2017-09-25Merge pull request #2398Riccardo Spagni1-4/+0
2017-09-25Merge pull request #2386Riccardo Spagni2-19/+29
2017-09-25Merge pull request #2379Riccardo Spagni4-53/+101
2017-09-25Merge pull request #2377Riccardo Spagni3-2/+146
2017-09-25Merge pull request #2357Riccardo Spagni1-1/+1
2017-09-25Merge pull request #2289Riccardo Spagni5-14/+16
2017-09-25Merge pull request #2257Riccardo Spagni6-5/+63
2017-09-24cmake: make warning about headers not fatalredfish1-1/+1
2017-09-24cmake: fix setting of -Werrorredfish1-12/+6
2017-09-23daemon: fix static building with libzmqiDunk54001-1/+6
2017-09-23store is optional during close and defaults to true; except during descructionm2049r5-14/+16
2017-09-21Merge pull request #2496Riccardo Spagni1-3/+23
2017-09-21Merge pull request #2492Riccardo Spagni1-2/+2
2017-09-21Merge pull request #2477Riccardo Spagni1-2/+2
2017-09-21Merge pull request #2479Riccardo Spagni1-1/+3
2017-09-21README: Add libzmq to dependencies and update MSYS2 dependenciesiDunk54001-2/+6
2017-09-21Merge pull request #2324Riccardo Spagni1-1/+1
2017-09-21Merge pull request #2302Riccardo Spagni3-22/+20
2017-09-21build: auto update version info without manually deleting version.hstoffu20-46/+63
2017-09-21daemon: indicate whether the spent key image is mined or unconfirmedstoffu1-1/+1
2017-09-21wallet2: correctly handle in/out payments for view-only walletstoffu3-2/+146
2017-09-20README Network Consensus Protocol Upgrade TableGingeropolous1-9/+12
2017-09-20Merge pull request #2441Riccardo Spagni1-1/+1
2017-09-20Merge pull request #2429Riccardo Spagni1-15/+15
2017-09-20Merge pull request #2414Riccardo Spagni1-1/+1
2017-09-20Merge pull request #2412Riccardo Spagni2-9/+9
2017-09-20Merge pull request #2410Riccardo Spagni1-13/+0
2017-09-20Merge pull request #2405Riccardo Spagni1-6/+7
2017-09-20Merge pull request #2399Riccardo Spagni1-5/+5
2017-09-20Merge pull request #2381Riccardo Spagni2-0/+11
2017-09-20Merge pull request #2376Riccardo Spagni2-48/+102
2017-09-20tx_pool: drop invalid txes from the pool on startupmoneromooo-monero1-3/+23
2017-09-20blockchain: fix crash checking pre-validated txidsmoneromooo-monero1-2/+2
2017-09-20Fix OpenSSL 1.1 detection for static buildshyc1-7/+7
2017-09-19Fixes static_assert on arm and ppc buildsLee Clagett1-1/+3
2017-09-19db_lmdb: fix use of uninitialized key in for_blocks_rangemoneromooo-monero1-2/+2
2017-09-18Merge pull request #2446Riccardo Spagni15-963/+306
2017-09-18Merge pull request #2416Riccardo Spagni1-1/+3
2017-09-18Merge pull request #2174Riccardo Spagni1-0/+120
2017-09-18Merge pull request #2023Riccardo Spagni1-1/+1
2017-09-18Merge pull request #2044Riccardo Spagni31-77/+5471
2017-09-18daemon: make this build with boost 1.61moneromooo-monero1-1/+1
2017-09-18blockchain: reject unsorted ins and outs from v7moneromooo-monero3-1/+76
2017-09-17Use actual batch size for resize estimatesHoward Chu8-67/+135
2017-09-17cryptonote_protocol: fix needless chain hashes downloadsmoneromooo-monero1-2/+3
2017-09-17protocol: remove hop count on block propagationmoneromooo-monero4-16/+2
2017-09-17daemon, wallet: add --max-log-file-size optionselsta5-5/+14
2017-09-16Readline is now supported directlyHoward Chu1-8/+1
2017-09-16tx_pool: set the "invalid input" bit when check_tx_inputs failsmoneromooo-monero1-0/+1
2017-09-16simplewallet: print tx rejection reason where it was missingmoneromooo-monero1-0/+3
2017-09-16core_rpc_server: print tx rejection reason at L0 toomoneromooo-monero1-16/+28
2017-09-15Tweak concurrency limitsHoward Chu2-2/+6
2017-09-14Use a threadpoolHoward Chu15-963/+302
2017-09-14Remove 1.25x multiplier from tx_poolNano Akron1-1/+1
2017-09-14Merge pull request #2378Riccardo Spagni25-159/+619
2017-09-14Merge pull request #2438Riccardo Spagni1-2/+18
2017-09-14Merge pull request #2421Riccardo Spagni1-0/+4
2017-09-14Merge pull request #2417Riccardo Spagni1-1/+1
2017-09-14Merge pull request #2404Riccardo Spagni3-1/+3
2017-09-14Merge pull request #2396Riccardo Spagni1-1/+1
2017-09-14Merge pull request #2392Riccardo Spagni7-1/+20
2017-09-14Merge pull request #2389Riccardo Spagni1-2/+3
2017-09-13wallet_rpc_server: fix index for newly added address book entrymoneromooo-monero1-1/+1
2017-09-13core: sort ins and outs key key image and public key, respectivelymoneromooo-monero2-6/+32
2017-09-13common: add apply_permutation file and functionmoneromooo-monero4-0/+108
2017-09-12Update wallet2.cpp for misspellingMatthew Campassi1-1/+1
2017-09-12wallet: add encrypted seed functionalitymoneromooo-monero6-5/+63
2017-09-12core: guard against exceptions in tx verification worker threadsmoneromooo-monero1-2/+18
2017-09-12Docs: C4 revisions as discussed in #2174anonimal1-25/+17
2017-09-11Repo: remove in-tree VRP, link to single-policy VRPanonimal2-143/+5
2017-09-11wallet2: guard against daemon sending txes in the wrong ordermoneromooo-monero1-12/+10
2017-09-11rpc: order transactions in the order they were requestedmoneromooo-monero1-7/+19
2017-09-10utils: systemd: dir for pidfile with permissionsredfish1-2/+3
2017-09-10readme.me again, fixed v2 fork info on tableGingeropolous1-1/+1
2017-09-10wallet: fix --help and --version erroring outmoneromooo-monero1-15/+15
2017-09-10README.md - update info for first forkGingeropolous1-1/+1
2017-09-10README.md - update fork table with fork height Gingeropolous1-6/+7
2017-09-10p2p: disable gray list housekeeping when an exclusive node is givenmoneromooo-monero1-0/+2
2017-09-09ITS#8728 fix MDB_VL32 freeing overflow pageHoward Chu1-0/+4
2017-09-08rpc: get_txpool_backlog is now unrestrictedmoneromooo-monero1-1/+1
2017-09-08README.md: add instructions to fix core patternmoneromooo-monero1-1/+3
2017-09-08updated clarification bc_dyn_stats Matthew Campassi1-1/+1
2017-09-08clarification bc_dyn_statsMatthew Campassi1-1/+1
2017-09-08Silence more stupid gcc warningsHoward Chu2-9/+9
2017-09-08Fix AC power supply detection on LinuxGuillaume LE VAILLANT1-13/+0
2017-09-06update checkpoint hashesRiccardo Spagni1-1/+1
2017-09-06update hardfork table with height and version infoGingeropolous1-2/+2
2017-09-06update hardcoded checkpointsRiccardo Spagni1-0/+2
2017-09-06update checkpoints.datRiccardo Spagni1-0/+0
2017-09-05Fix various oversights/bugs in ZMQ RPC server codeThomas Winget15-216/+527
2017-09-05json serialization for rpc-relevant monero typesThomas Winget29-3/+4968
2017-09-05Refactor some things into more composable (smaller) functionsThomas Winget2-73/+179
2017-09-04Only check for upnp version if version is determinedOrestis Konstantinidis1-5/+5
2017-09-04tx_pool: catch exceptions in LockedTXN dtormoneromooo-monero1-1/+1
2017-09-04dns_utils: remove a few obsolete thingsmoneromooo-monero1-4/+0
2017-09-03Add a --fluffy-blocks option to relay blocks as fluffy blocksmoneromooo-monero7-1/+20
2017-09-02Use latest height for fork date estimateHoward Chu1-2/+3
2017-09-02Merge pull request #2384Riccardo Spagni3-26/+27
2017-09-02Merge pull request #2374Riccardo Spagni1-0/+3
2017-09-02Merge pull request #2372Riccardo Spagni6-21/+89
2017-09-02Merge pull request #2370Riccardo Spagni9-40/+40
2017-09-02Merge pull request #2364Riccardo Spagni1-0/+1
2017-09-02Merge pull request #2362Riccardo Spagni4-26/+106
2017-09-02Merge pull request #2342Riccardo Spagni1-0/+3
2017-09-02Merge pull request #2329Riccardo Spagni1-0/+2
2017-09-02Merge pull request #2316Riccardo Spagni2-5/+11
2017-09-02Merge pull request #2310Riccardo Spagni1-1/+1
2017-09-02Merge pull request #2309Riccardo Spagni3-20/+111
2017-09-01blockchain_import: warn for chunks over 500000, not 100000moneromooo-monero3-4/+5
2017-09-01blockchain_import: properly cleanup core/db on exitmoneromooo-monero1-19/+9
2017-09-01blockchain_import: do not error out on truncated filesmoneromooo-monero1-3/+13
2017-09-01Rename m_listenning_port to m_listening_portMaxXor2-7/+7
2017-08-31monero-wallet-cli: New command 'wallet_info' improvedrbrunner71-5/+4
2017-08-31DRY refactoringThomas Winget3-2/+14
2017-08-31monero-wallet-cli: New command 'wallet_info'rbrunner72-0/+12
2017-08-30Do not create file when RPC user/pass is given and use file lockingLee Clagett4-53/+101
2017-08-30update miniupnpcMaxXor25-159/+619
2017-08-29Delete UPnP port mapping on exitMaxXor2-43/+97
2017-08-29tx_pool: wrap tx meta updates in a LockedTXNmoneromooo-monero1-0/+3
2017-08-29simplewallet: new "fee" command to display fee informationmoneromooo-monero4-26/+106
2017-08-29cryptonote_protocol: error handling on cleanup_handle_incoming_blocksmoneromooo-monero1-6/+34
2017-08-29Fix blockchain_import wedge on exception in cleanup_handle_incoming_blocksmoneromooo-monero5-15/+47
2017-08-29Revert "Cleanup test impact of moving blockchain_db_types()"Howard Chu3-13/+0
2017-08-29core: guard against exceptions in handle_incoming_{block,tx}moneromooo-monero1-0/+8
2017-08-29move db specific options to BlockchainDBmoneromooo-monero6-27/+40
2017-08-28cryptonote_protocol: remove old spans when received as old blocksmoneromooo-monero1-0/+1
2017-08-27Merge pull request #2349Riccardo Spagni3-3/+23
2017-08-27Merge pull request #2347Riccardo Spagni2-6/+14
2017-08-26Merge pull request #2320Riccardo Spagni4-140/+93
2017-08-26Merge pull request #2314Riccardo Spagni11-2/+61
2017-08-26Merge pull request #2313Riccardo Spagni14-192/+105
2017-08-26Merge pull request #2353Riccardo Spagni1-2/+3
2017-08-26Merge pull request #2355Riccardo Spagni11-3/+203
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-26Fix getblocktemplate RPC returning wrong reserved_offsetGuillaume LE VAILLANT1-1/+1
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-25wallet2: account for huge testnet reorgs for estimating heightmoneromooo-monero1-0/+3
2017-08-25Merge pull request #2311Riccardo Spagni11-78/+166
2017-08-25Merge pull request #2330Riccardo Spagni1-1/+1
2017-08-25Merge pull request #2328Riccardo Spagni1-2/+24
2017-08-25Merge pull request #2326Riccardo Spagni2-3/+6
2017-08-25Merge pull request #2306Riccardo Spagni1-0/+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