aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-12-26Merge pull request #565Riccardo Spagni5-45/+101
2015-12-25blockchain: fix a few block addition bugsmoneromooo-monero2-34/+46
2015-12-25blockchain: fix an off by one error in unlocked time checkmoneromooo-monero1-1/+1
2015-12-25blockchain: reinstate double spending checks in check_tx_inputsmoneromooo-monero1-3/+7
2015-12-25blockchain: make some flag twiddling code closer to the originalmoneromooo-monero1-2/+2
2015-12-25blockchain: fix bitflipping test with quantized block rewardsmoneromooo-monero3-2/+6
2015-12-25blockchain: add missing m_tx_pool.on_blockchain_decmoneromooo-monero1-0/+1
2015-12-25blockchain: fix switch to alternative blockchain for more than one blockmoneromooo-monero1-1/+1
2015-12-25blockchain: add a missing validity check to rollback_blockchain_switchingmoneromooo-monero1-0/+6
2015-12-25core: catch exceptions from get_output_keymoneromooo-monero1-2/+18
2015-12-25db: throw when given a non txout_to_key output to addmoneromooo-monero3-0/+13
2015-12-25Merge pull request #562Riccardo Spagni1-3/+5
2015-12-25Merge pull request #561Riccardo Spagni1-9/+10
2015-12-25Merge pull request #557Riccardo Spagni3-1/+35
2015-12-24BlockchainDB: Remove txs in reverse orderwarptangent1-3/+5
2015-12-24BlockchainLMDB: When removing, find amount output index fast by starting at endwarptangent1-4/+5
2015-12-24BlockchainLMDB: Remove tx outputs in reverse orderwarptangent1-5/+5
2015-12-24fixed missing parenthesisRiccardo Spagni1-1/+1
2015-12-24fix for 'failed to generate new wallet: failed to save file' error during wal...Lex Kalinkin1-3/+5
2015-12-23changed height to uint64_tBrendan Telzrow1-4/+4
2015-12-23added RPC wallet command getheightBrendan Telzrow3-1/+35
2015-12-22net_node: fix a hang on exitmoneromooo-monero1-1/+1
2015-12-22Merge pull request #552Riccardo Spagni8-24/+4
2015-12-22Merge pull request #550Riccardo Spagni1-2/+5
2015-12-22Merge pull request #547Riccardo Spagni15-20/+75
2015-12-22Merge pull request #545Riccardo Spagni3-1/+11
2015-12-21Strip redundant includeshyc8-24/+4
2015-12-20wallet: fix load/save versioning bug for recently added tx datamoneromooo-monero1-2/+5
2015-12-19Allow the wallet to access hard fork informationmoneromooo-monero8-8/+63
2015-12-19Add missing semicolons after log statementsmoneromooo-monero8-12/+12
2015-12-18print top block hash in daemon diff commandmoneromooo-monero3-1/+11
2015-12-18Merge pull request #544Riccardo Spagni2-3/+3
2015-12-18Merge pull request #543Riccardo Spagni2-2/+2
2015-12-18Merge pull request #542Riccardo Spagni2-1/+20
2015-12-17replace std::auto_ptr with std::unique_ptrmoneromooo-monero2-3/+3
2015-12-17move another non user useful log to L1moneromooo-monero1-1/+1
2015-12-17p2p: minor log formatting fixmoneromooo-monero1-1/+1
2015-12-17wallet: save to a temporary file, then renamemoneromooo-monero2-1/+20
2015-12-16Merge pull request #541Riccardo Spagni1-28/+49
2015-12-16Merge pull request #536Riccardo Spagni25-3506/+3502
2015-12-15Replace tabs and remove trailing whitespacewarptangent1-24/+24
2015-12-15Optionally restrict DNS queries to TCPwarptangent1-3/+24
2015-12-15Fix typowarptangent2-2/+2
2015-12-15blockchain.cpp: Change indentation from 4 to 2 spaceswarptangent1-2255/+2253
2015-12-15Replace tabs with two spaces for consistency with rest of codebasewarptangent25-1308/+1306
2015-12-15Merge pull request #540Riccardo Spagni1-1/+1
2015-12-15Merge pull request #538Riccardo Spagni1-290/+127
2015-12-15Merge pull request #537Riccardo Spagni1-0/+1
2015-12-15Merge pull request #535Riccardo Spagni3-6/+14
2015-12-14Revert connection limit to more customary 8Javier Smooth1-1/+1
2015-12-14db_lmdb: always use a batch tx if possiblemoneromooo-monero1-290/+127
2015-12-14Tone down L0 logs during daemon sync some moremoneromooo-monero2-3/+3
2015-12-14hardfork: only accept major versions we know aboutmoneromooo-monero1-0/+1
2015-12-14Tone down a bit L0 logs during daemon syncmoneromooo-monero2-3/+11
2015-12-13daemon: fix crash exiting with ^Cmoneromooo-monero1-1/+1
2015-12-13Merge pull request #533Riccardo Spagni1-1/+1
2015-12-13Merge pull request #532Riccardo Spagni1-68/+74
2015-12-13Merge pull request #531Riccardo Spagni9-15/+95
2015-12-13Merge pull request #530Riccardo Spagni1-121/+121
2015-12-13posix_daemonizer: only create the main daemon object in the last childmoneromooo-monero1-1/+1
2015-12-13Add LMDB error string to database transaction exception messagewarptangent1-68/+74
2015-12-13add a --fakechain argument for testsmoneromooo-monero6-8/+23
2015-12-13blockchain: log block (not chain) height in "BLOCK SUCCESFULLY ADDED"moneromooo-monero1-1/+1
2015-12-13blockchain: fix off by one in get_blocksmoneromooo-monero1-1/+1
2015-12-13db_lmdb: implement BlockchainLMDB::resetmoneromooo-monero1-1/+27
2015-12-13db_bdb: implement BlockchainBDB::resetmoneromooo-monero1-1/+40
2015-12-13tx_pool: fix "minumim" typo in messagemoneromooo-monero1-1/+1
2015-12-13db_lmdb: create all needed directories, not just the leaf onemoneromooo-monero1-1/+1
2015-12-13db_bdb: create all needed directories, not just the leaf onemoneromooo-monero1-1/+1
2015-12-11Stop displaying internal commands for --helpluigi11111-1/+1
2015-12-11simplewallet help & error cleanupluigi11111-120/+120
2015-12-10Fix data refs in read-only txnsHoward Chu1-16/+42
2015-12-09Merge pull request #527Riccardo Spagni7-69/+76
2015-12-08Register daemon command line arguments to core if they're used in coremoneromooo-monero7-69/+76
2015-12-08Merge pull request #526Riccardo Spagni2-0/+12
2015-12-08Merge pull request #525Riccardo Spagni1-8/+22
2015-12-08Merge pull request #524Riccardo Spagni1-3/+3
2015-12-08Merge pull request #523Riccardo Spagni1-0/+34
2015-12-08Merge pull request #522Riccardo Spagni1-2/+11
2015-12-08Merge pull request #520Riccardo Spagni7-0/+605
2015-12-07net_node: add a --offline argumentmoneromooo-monero2-0/+12
2015-12-07daemon: add mining status to the status commandmoneromooo-monero1-8/+22
2015-12-07db_bdb: move log_set_config call before openmoneromooo-monero1-3/+3
2015-12-07db_bdb: support for libdb without DB_FORCESYNCmoneromooo-monero1-0/+34
2015-12-07p2p: failure to load p2pstate.bin is not fatal anymoremoneromooo-monero1-2/+11
2015-12-06blockchain_db: fixup missing key images in early DB versionmoneromooo-monero7-0/+605
2015-12-05wallet: make the wallet refresh type a wallet settingmoneromooo-monero4-34/+93
2015-12-05wallet: default auto-refresh to true for old walletsmoneromooo-monero1-0/+1
2015-12-05Merge pull request #518Riccardo Spagni3-0/+40
2015-12-05blockchain_db: make the indexing base a BlockchainDB virtual functionmoneromooo-monero3-3/+6
2015-12-05wallet: add a stop_wallet RPC callmoneromooo-monero3-0/+40
2015-12-05blockchain_dump: fix output key dump for BDB 1-based indicesmoneromooo-monero1-2/+5
2015-12-04db_bdb: read 32 bit heights from keysmoneromooo-monero1-1/+1
2015-11-30Merge pull request #515Riccardo Spagni1-0/+5
2015-11-30wallet2: default auto-refresh to true for preexisting walletsmoneromooo-monero1-1/+1
2015-11-30Revert "Merge pull request #506"Riccardo Spagni1-2/+2
2015-11-30Merge pull request #512Riccardo Spagni1-8/+8
2015-11-29wallet: cancellable refreshmoneromooo-monero5-14/+58
2015-11-30Merge pull request #511Riccardo Spagni1-1/+1
2015-11-29simplewallet: add tr markers in a few missing user visible stringsmoneromooo-monero1-8/+8
2015-11-30Merge pull request #509Riccardo Spagni1-0/+8
2015-11-30Merge pull request #507Riccardo Spagni4-11/+122
2015-11-30Merge pull request #506Riccardo Spagni1-2/+2
2015-11-30Merge pull request #505Riccardo Spagni2-12/+22
2015-11-30Merge pull request #504Riccardo Spagni2-25/+117
2015-11-30Merge pull request #503Riccardo Spagni3-2/+4
2015-11-29simplewallet: swap colors in show_transfersmoneromooo-monero1-1/+1
2015-11-29wallet2: remove confirmed transactions from detached blocksmoneromooo-monero1-0/+8
2015-11-28wallet2: speed up wallet refresh for large minersmoneromooo-monero1-14/+47
2015-11-28wallet: optional automatic refresh from the daemonmoneromooo-monero4-11/+122
2015-11-27core: serialize block major/minor versions as bytes, not varintsmoneromooo-monero1-2/+2
2015-11-27core_rpc_server: add a --restricted-rpc optionmoneromooo-monero2-12/+22
2015-11-27wallet2: parallelize pulling blocks and processing them on refreshmoneromooo-monero2-13/+49
2015-11-27wallet2: maintain the short chain manually when refreshingmoneromooo-monero2-4/+17
2015-11-27wallet2: split pull blocks between pulling and processingmoneromooo-monero2-10/+20
2015-11-26rpc: pass current block target in rpcmoneromooo-monero3-2/+4
2015-11-26add RPC calls and commands to get/set bansmoneromooo-monero11-4/+302
2015-11-25net_node: allow bans for custom amounts of timemoneromooo-monero2-4/+4
2015-11-25util: use putenv instead of setenv for mingwmoneromooo-monero1-0/+5
2015-11-24Merge pull request #501Riccardo Spagni9-30/+142
2015-11-24Merge pull request #500Riccardo Spagni1-1/+1
2015-11-24Merge pull request #499Riccardo Spagni2-0/+196
2015-11-24Merge pull request #498Riccardo Spagni1-0/+1
2015-11-24Merge pull request #497Riccardo Spagni4-40/+262
2015-11-24hardfork: fix more major/minor issuesmoneromooo-monero3-24/+26
2015-11-23hardfork: fix rescan on loadmoneromooo-monero1-1/+1
2015-11-23Add IP blocking for misbehaving nodes (adapted from Boolberry)Javier Smooth6-2/+107
2015-11-23quiet down p2p logging a bitJavier Smooth1-1/+1
2015-11-23blockchain: log versions as numbers, not charactersmoneromooo-monero1-1/+1
2015-11-23hardfork: fix actual/voting confusionmoneromooo-monero1-3/+8
2015-11-23daemon: fix blockchain height display not updating after syncmoneromooo-monero1-1/+1
2015-11-22cn_deserialize: a new tool to decode blocks and transactionsmoneromooo-monero2-0/+196
2015-11-22add recent static checkpointJavier Smooth1-0/+1
2015-11-22wallet: make the refresh optimizations selectable via command linemoneromooo-monero4-6/+62
2015-11-22Merge pull request #495Riccardo Spagni3-5/+8
2015-11-22wallet: speedup refresh from daemonmoneromooo-monero2-38/+59
2015-11-22wallet2: minor cleanupmoneromooo-monero1-7/+4
2015-11-22wallet2: speedup refresh a bitmoneromooo-monero2-3/+151
2015-11-22fixed testnet fork point, added comment data back inRiccardo Spagni1-3/+3
2015-11-22Merge pull request #496Riccardo Spagni4-32/+130
2015-11-22wallet: storing outgoing tx info now defaults to enabledmoneromooo-monero1-2/+2
2015-11-22wallet: rename store-tx-keys to store-tx-infomoneromooo-monero4-18/+19
2015-11-22wallet: improve show_transfersmoneromooo-monero3-14/+89
2015-11-21wallet: use incoming blocks to keep track of payments toomoneromooo-monero3-5/+27
2015-11-21disable time-stats by default, tweak fast-block-sync descriptionRiccardo Spagni1-2/+2
2015-11-21update v2 testnet fork heightRiccardo Spagni1-3/+6
2015-11-21checkpoints updateRiccardo Spagni1-0/+0
2015-11-21simplewallet: lessen display flicker confusionmoneromooo-monero1-2/+2
2015-11-21Merge pull request #493Riccardo Spagni9-6/+40
2015-11-21Fix startup crash when using a locale boost does not likemoneromooo-monero7-1/+33
2015-11-21i18n: allow language to be passed as a parametermoneromooo-monero2-5/+7
2015-11-21Relay transactions when they linger too long in the poolmoneromooo-monero9-31/+128
2015-11-18Merge pull request #490Riccardo Spagni9-30/+43
2015-11-18Merge pull request #487Riccardo Spagni4-11/+166
2015-11-15wallet: track outgoing payments and add a show_transfers commandmoneromooo-monero4-11/+166
2015-11-13Revert "db_bdb: record numbers for recno databases start at 1"moneromooo-monero1-3/+3
2015-11-13More changes for 2-min blocksJavier Smooth6-13/+14
2015-11-13Adjust difficulty target (2 min) and full reward zone (60 kbytes) for block v...Javier Smooth6-17/+29
2015-11-10hardfork: add a get_ideal_version(uint64_t) functionmoneromooo-monero2-0/+18
2015-11-08hardfork: allow per-fork voting thresholdsmoneromooo-monero3-21/+42
2015-11-01Merge pull request #470Riccardo Spagni1-0/+4
2015-10-30blockchain_dump: fix build without berkeley dbmoneromooo-monero1-0/+4
2015-10-30simplewallet: add a set default-mixin commandmoneromooo-monero4-5/+87
2015-10-30wallet2: fix CLANG compile errormoneromooo-monero1-1/+1
2015-10-30Merge pull request #463Riccardo Spagni5-6/+11
2015-10-30Merge pull request #461Riccardo Spagni2-7/+7
2015-10-30Merge pull request #460Riccardo Spagni7-220/+0
2015-10-30Merge pull request #457Riccardo Spagni2-2/+3
2015-10-30Merge pull request #455Riccardo Spagni3-12/+12
2015-10-28rpc: fix start_mining and status RPC crashesmoneromooo-monero5-6/+11
2015-10-27blockchain_utilities: properly exit on errormoneromooo-monero2-7/+7
2015-10-27Remove some old/obsolete/unused codemoneromooo-monero7-220/+0
2015-10-27common: const and init list pedantrymoneromooo-monero2-2/+3
2015-10-27Fix a possibly-unused warning, and rationalize typesmoneromooo-monero3-12/+12
2015-10-27Merge pull request #453Riccardo Spagni3-8/+13
2015-10-26Build fixes for the old blockchain_storage versionmoneromooo-monero3-8/+13
2015-10-26db_bdb: add versioning, to detect incompatible format changesmoneromooo-monero2-0/+83
2015-10-26db_lmdb: add versioning, to detect incompatible format changesmoneromooo-monero2-8/+85
2015-10-26renamed folderRiccardo Spagni174-4830/+0
2015-10-26Merge pull request #448Riccardo Spagni3-7/+11
2015-10-26Merge pull request #446Riccardo Spagni5-0/+71
2015-10-26Merge pull request #444Riccardo Spagni5-3/+14
2015-10-26Merge pull request #442Riccardo Spagni11-21/+843
2015-10-26rpc: fix hard_fork_info RPCmoneromooo-monero3-4/+8
2015-10-26rpc: fix a few commands not working as command linemoneromooo-monero1-3/+3
2015-10-25daemon: add a status commandmoneromooo-monero5-0/+71
2015-10-25Fix leak on real output when using a very recent outputmoneromooo-monero5-3/+14
2015-10-25blockchain_utilities: new blockchain_dump diagnostic toolmoneromooo-monero2-0/+458
2015-10-25Add functions to iterate through blocks, txes, outputs, key imagesmoneromooo-monero9-0/+362
2015-10-25db_bdb: record numbers for recno databases start at 1moneromooo-monero1-3/+3
2015-10-25db_bdb: DB_KEYEMPTY is also not found for non-top recon fieldsmoneromooo-monero1-2/+2
2015-10-25blockchain_db: use the DNE exceptions where appropriatemoneromooo-monero2-17/+19
2015-10-21hardfork: switch voting to block minor versionmoneromooo-monero3-9/+20
2015-10-17blockchain_export can now export to a blocks.dat formatmoneromooo-monero11-38/+368
2015-10-17bootstrap_file: do not try to create a directory with an empty namemoneromooo-monero1-10/+13
2015-10-17hardfork: use DB transactions when reorganizingmoneromooo-monero1-3/+3
2015-10-17hardfork: simplify work done on reloadmoneromooo-monero2-1/+40
2015-10-15Merge pull request #432Riccardo Spagni1-1/+1
2015-10-15Merge pull request #431Riccardo Spagni4-8/+110
2015-10-14simplewallet: add a check_tx_key commandmoneromooo-monero2-0/+106