aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-10-15Merge pull request #2528Riccardo Spagni3-2/+1703
2017-10-15Merge pull request #2469Riccardo Spagni10-12/+180
2017-10-14rpc: make get_coinbase_tx_sum a restricted RPCmoneromooo-monero1-1/+1
2017-10-14Add tools::on_startup, and warn about glibc 2.25 bug if foundmoneromooo-monero8-6/+23
2017-10-12db_lmdb: include chain height when failing to find an output keymoneromooo-monero1-1/+1
2017-10-12blockchain: avoid exceptions in output verificationmoneromooo-monero1-2/+12
2017-10-11core: guard against a mined block not finding all txes in the poolmoneromooo-monero1-1/+9
2017-10-10dns_utils: allow an optional DNS server IP in DNS_PUBLICmoneromooo-monero2-6/+41
2017-10-09util: ignore SIGPIPEmoneromooo-monero1-1/+2
2017-10-09Fix an object lifetime bug in net load testsmoneromooo-monero1-1/+1
2017-10-08cmake: build tests lastredfish1-0/+5
2017-10-08Fix #2559: more flexible print_tx daemon commandbinaryFate4-22/+43
2017-10-08simplewallet: add get/set for refresh-from-heightmoneromooo-monero2-1/+21
2017-10-07protocol: kick idle peers by dropping themmoneromooo-monero1-3/+10
2017-10-07frob level 1 logs a bit for consistencymoneromooo-monero1-7/+7
2017-10-07Remove network_address_base which has been merged with ipv4_network_address i...Michał Sałaban1-1/+0
2017-10-07daemon: use @N syntax to output_histogram for specific amountsmoneromooo-monero3-11/+26
2017-10-07miner: always update block template when startingmoneromooo-monero1-2/+1
2017-10-07wallet2: fix refresh height calc for new walletsmoneromooo-monero1-8/+0
2017-10-07Subaddresseskenshi8446-744/+3041
2017-10-07wallet-cli: add --do-not-relay optionstoffu2-32/+46
2017-10-07wallet: encrypt (un)signed tx, also optionally save unencrypted raw tx hexstrstoffu3-25/+129
2017-10-07Don't try to create wallet-dir when it's not given, don't crash if wallet-dir...Michał Sałaban1-1/+1
2017-10-06Merge pull request #2548Riccardo Spagni1-0/+1
2017-10-06Merge pull request #2542Riccardo Spagni1-1/+1
2017-10-06Merge pull request #2541Riccardo Spagni1-1/+1
2017-10-06Merge pull request #2540Riccardo Spagni1-1/+1
2017-10-06Merge pull request #2539Riccardo Spagni1-1/+10
2017-10-06Merge pull request #2537Riccardo Spagni1-2/+2
2017-10-06Merge pull request #2534Riccardo Spagni2-37/+4
2017-10-06Merge pull request #2530Riccardo Spagni3-5/+5
2017-10-06Merge pull request #2529Riccardo Spagni2-11/+6
2017-10-06Merge pull request #2468Riccardo Spagni4-2/+32
2017-10-06add a command_line function to check for defaulted optionsmoneromooo-monero5-11/+17
2017-10-06Fix building with -DARCH=default -DNO_AES=ONmoneromooo-monero1-2/+2
2017-10-06rpc: out_peers now works againmoneromooo-monero1-15/+7
2017-10-05Upgrades to epee::net_utils::network_addressLee Clagett4-16/+23
2017-10-03daemon: catch out of range exceptions too when calling stoll/stoimoneromooo-monero1-6/+13
2017-10-03block_queue: use boost::uuids::nil_uuid where appropriatemoneromooo-monero1-2/+1
2017-10-03wallet2: fix backlog being off by 1moneromooo-monero1-2/+2
2017-10-03simplewallet: fix setting default-ring-size to 0moneromooo-monero1-2/+0
2017-10-03blockchain_import: remove a few commented out obsolete linesmoneromooo-monero1-3/+0
2017-10-03tests: fix hashchain unit testsmoneromooo-monero1-1/+1
2017-10-03wallet2: error check for generate_key_image_helper, removed redundant wallet_...stoffu2-11/+6
2017-10-03construct_tx_and_get_tx_key: return sorted sources for print_ring_memebrs to ...stoffu3-5/+5
2017-10-02Merge pull request #2515Riccardo Spagni1-0/+3
2017-10-02Merge pull request #2513Riccardo Spagni2-3/+6
2017-10-02Merge pull request #2512Riccardo Spagni6-6/+17
2017-10-02Merge pull request #2506Riccardo Spagni1-0/+1
2017-10-02simplewallet: allow to set threshold before warning about tx backlogselsta4-2/+32
2017-10-02Merge pull request #2504Riccardo Spagni1-6/+15
2017-10-02Merge pull request #2491Riccardo Spagni1-7/+20
2017-10-02Merge pull request #2470Riccardo Spagni6-52/+218
2017-10-02wallet2: fix hash chain trimming when the inner chain becomes emptymoneromooo-monero2-2/+30
2017-09-29core: fix failure to sync when a tx is already in the poolmoneromooo-monero3-9/+28
2017-09-29simplewallet: allow 1/yes/y as well as true for start_mining optionsmoneromooo-monero1-3/+3
2017-09-29simplewallet: fix --restore-from-height being ignoredmoneromooo-monero1-1/+2
2017-09-29rpc: fix getting txpool transactionsmoneromooo-monero1-0/+1
2017-09-27core: remove out sorting from v7 rulesmoneromooo-monero2-37/+4
2017-09-27wallet2: Missing underflow check on low heightslandergate1-1/+1
2017-09-27connection_context: initialize m_callback_request_count to 0moneromooo-monero1-1/+1
2017-09-27core: fix logging the one time public key on errormoneromooo-monero1-1/+1
2017-09-27cmake: add libversion and libcheckpoints to libwallet_mergedredfish1-1/+10
2017-09-27blockchain: fix off by one getting blocksmoneromooo-monero1-2/+2
2017-09-26Merge pull request #2533Riccardo Spagni1-0/+2
2017-09-26core: undo output sortingmoneromooo-monero1-0/+2
2017-09-26mnemonics: new Lojban word listWei Tang3-2/+1703
2017-09-25Merge pull request #2527Riccardo Spagni1-1/+2
2017-09-25core: fix creation of v1 txesmoneromooo-monero1-1/+2
2017-09-25Merge pull request #2526Riccardo Spagni1-0/+60
2017-09-25checkpoints: add missing CMakeLists.txtmoneromooo-monero1-0/+60
2017-09-25wallet2: do not keep block hashes below last checkpointmoneromooo-monero2-20/+100
2017-09-25checkpoints: add a token checkpoint on testnet (the genesis block)moneromooo-monero3-3/+10
2017-09-25serialization: add deque serializationmoneromooo-monero2-2/+34
2017-09-25fix typo in basic and core CMakeLists.txtmoneromooo-monero2-2/+2
2017-09-25move checkpoints in a separate librarymoneromooo-monero22-58/+63
2017-09-25Merge pull request #2466Riccardo Spagni1-1/+1
2017-09-25Merge pull request #2525Riccardo Spagni2-0/+3
2017-09-25version: fix link to new version stringsmoneromooo-monero2-0/+3
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 #2460Riccardo Spagni1-2/+3
2017-09-25Merge pull request #2458Riccardo Spagni4-16/+2
2017-09-25Merge pull request #2457Riccardo Spagni7-66/+134
2017-09-25Merge pull request #2456Riccardo Spagni3-2/+10
2017-09-25Merge pull request #2452Riccardo Spagni3-16/+32
2017-09-25Merge pull request #2424Riccardo Spagni14-65/+60
2017-09-25Merge pull request #2443Riccardo Spagni1-1/+1
2017-09-25Merge pull request #2442Riccardo Spagni14-30/+26
2017-09-25Merge pull request #2440Riccardo Spagni5-6/+140
2017-09-25tx_pool: pre-init tvc.m_verifivation_failed before processingmoneromooo-monero1-3/+3
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-25wallet2_api: init error code to "no error" in the ctormoneromooo-monero1-1/+1
2017-09-25get_blockchain_top now returns voidmoneromooo-monero3-27/+6
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-25Merge pull request #2428Riccardo Spagni1-0/+2
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-23store is optional during close and defaults to true; except during descructionm2049r5-14/+16
2017-09-22simplewallet: add privacy warning when using an untrusted demonmoneromooo-monero1-0/+3
2017-09-22Source updates are in a source subdirectorymoneromooo-monero2-3/+6
2017-09-22Log categories can now be added to and removed frommoneromooo-monero6-6/+17
2017-09-21json_object: add missing do_not_relay to tx_in_pool serializationmoneromooo-monero1-0/+1
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-21dns_utils: query DNS records in parallelmoneromooo-monero1-6/+15
2017-09-21Merge pull request #2324Riccardo Spagni1-1/+1
2017-09-21Merge pull request #2302Riccardo Spagni1-0/+5
2017-09-21build: auto update version info without manually deleting version.hstoffu14-30/+26
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-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 #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-20wallet2: fix exception on split txesmoneromooo-monero1-1/+3
2017-09-20wallet2: print unused indices on a single linemoneromooo-monero1-6/+17
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-19rpc: add new RPCs to get and set limitsMaxXor6-53/+219
2017-09-18precomputed block hashes are now in blocks of N (currently 256)moneromooo-monero10-12/+180
2017-09-18Merge pull request #2446Riccardo Spagni13-785/+306
2017-09-18Merge pull request #2023Riccardo Spagni1-1/+1
2017-09-18Merge pull request #2044Riccardo Spagni30-77/+5461
2017-09-18daemon: make this build with boost 1.61moneromooo-monero1-1/+1
2017-09-18blockchain: reject unsorted ins and outs from v7moneromooo-monero2-1/+47
2017-09-17Use actual batch size for resize estimatesHoward Chu7-66/+134
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 optionselsta3-2/+10
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 Chu13-785/+302
2017-09-14Remove 1.25x multiplier from tx_poolNano Akron1-1/+1
2017-09-14Merge pull request #2438Riccardo Spagni1-2/+18
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 Spagni5-1/+18
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-monero2-0/+62
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-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-10wallet: fix --help and --version erroring outmoneromooo-monero1-15/+15
2017-09-10p2p: disable gray list housekeeping when an exclusive node is givenmoneromooo-monero1-0/+2
2017-09-08rpc: get_txpool_backlog is now unrestrictedmoneromooo-monero1-1/+1
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 hardcoded checkpointsRiccardo Spagni1-0/+2
2017-09-06update checkpoints.datRiccardo Spagni1-0/+0
2017-09-05Fix various oversights/bugs in ZMQ RPC server codeThomas Winget14-216/+519
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-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-monero5-1/+18
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 Spagni7-28/+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 Spagni1-0/+1
2017-09-02Merge pull request #2310Riccardo Spagni1-1/+1
2017-09-02Merge pull request #2309Riccardo Spagni3-20/+111