aboutsummaryrefslogtreecommitdiff
path: root/src (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2015-12-14Tone down L0 logs during daemon sync some moremoneromooo-monero2-3/+3
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-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-08Register daemon command line arguments to core if they're used in coremoneromooo-monero7-69/+76
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-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-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-29wallet: cancellable refreshmoneromooo-monero5-14/+58
2015-11-29simplewallet: add tr markers in a few missing user visible stringsmoneromooo-monero1-8/+8
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-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-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-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-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-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-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-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-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-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-15renamed folderRiccardo Spagni174-4830/+0
2015-10-14simplewallet: add a check_tx_key commandmoneromooo-monero2-0/+106
2015-10-14wallet2: really include non canonical outputs in dust sweepmoneromooo-monero1-1/+1
2015-10-13core_rpc_server: add optional json decoded tx to COMMAND_RPC_GET_TRANSACTIONSmoneromooo-monero2-0/+6
2015-10-13core_rpc_server: add a getblock RPC command, and fix print_blockmoneromooo-monero4-8/+104
2015-10-12simplewallet: hide start_mining behind --trusted-daemonmoneromooo-monero1-0/+6
2015-10-11simplewallet: add a --trusted-daemon flagmoneromooo-monero2-0/+10
2015-10-11simplewallet: bump default mixin from 3 to 4moneromooo-monero1-1/+1
2015-10-11from hard fork 2, all outputs must be decomposedmoneromooo-monero6-48/+67
2015-10-10from hard fork 2, claim a quantized reward in coinbasemoneromooo-monero4-4/+22
2015-10-10cryptonote_format_utils: add a function to tell if an amount is canonicalmoneromooo-monero2-0/+31
2015-10-05Update to compile with latest miniupnpcwarptangent1-0/+6
2015-10-04build: default to Berkeley DB for 32 bit and ARMmoneromooo-monero1-1/+1
2015-10-04db_bdb: fix hard fork keysmoneromooo-monero1-4/+4
2015-10-04hardfork: move an assert so it actually worksmoneromooo-monero1-1/+1
2015-09-27blockchain: on hardfork 2, require mixin 2 at least if possiblemoneromooo-monero1-0/+37
2015-09-27hardfork: make the voting window a weekmoneromooo-monero1-1/+1
2015-09-27hardfork: rescan speedupmoneromooo-monero3-15/+41
2015-09-27hardfork: remove use of GNU extension for initializing objectmoneromooo-monero2-4/+5
2015-09-27blockchain: on hardfork 2, allow miners to claim less money than allowedmoneromooo-monero1-3/+7
2015-09-27hardfork: change window semantics to not count the newly added blockmoneromooo-monero1-5/+20
2015-09-27blockchain: use different hard fork settings for testnet and mainnetmoneromooo-monero1-3/+19
2015-09-27dns_utils: fix wrong assertsmoneromooo-monero1-2/+2
2015-09-20hardfork: most state now saved to the DBmoneromooo-monero9-100/+321
2015-09-20hardfork: remove the "parts are copyright cryptonote" noticesmoneromooo-monero2-4/+0
2015-09-19Add an RPC call and daemon command to get info on hard fork votingmoneromooo-monero13-5/+169
2015-09-19blockchain: force a hardfork recalculation at load timemoneromooo-monero1-0/+3
2015-09-19core: add consts where appropriatemoneromooo-monero6-79/+82
2015-09-13core: moan when we think an update is needed to get latest hard fork infomoneromooo-monero4-0/+35
2015-09-12blockchain: use the new hardfork classmoneromooo-monero3-8/+29
2015-09-12New hardfork classmoneromooo-monero3-2/+475
2015-09-12blockchain: add a couple missing includesmoneromooo-monero1-0/+2
2015-08-30dns_utils: remove unnecessary string conversionmoneromooo-monero1-5/+2
2015-08-30dns_utils: factor the fetching code for different DNS record typesmoneromooo-monero2-59/+34
2015-08-30dns_utils: simplify string handling and fix leakmoneromooo-monero1-5/+1
2015-08-27dns_utils: add a const where possiblemoneromooo-monero2-2/+2
2015-08-27dns_utils: lock access to the singletonmoneromooo-monero1-0/+4
2015-08-27dns: make ctor privatemoneromooo-monero2-1/+15
2015-08-26Re-enable optimized slow-hash if someone is trying to compile w/MSVC (disabli...Javier Smooth1-1/+1
2015-08-26wallet: use mutex protected random generation apimoneromooo-monero2-2/+2
2015-08-24blockchain: remove obsolete call to libc srandmoneromooo-monero1-1/+0
2015-08-24simplewallet: add a store-tx-keys option to setmoneromooo-monero2-1/+46
2015-08-24wallet: only return tx keys via RPC if requestedmoneromooo-monero6-11/+36
2015-08-23Added ref10 shen_ed25519_ref code, which includes code that can replace crypt...ShenNoether174-0/+23117
2015-08-23revert to 776b4fc91a821be152f0f23e6873aabb78a72029ShenNoether1-0/+0
2015-08-23Added shen_ed25519_ref to crypto ops subfolder, the point is to directly have...ShenNoether1-0/+0
2015-08-23use correct unsigned typeroman1-1/+2
2015-08-23removed some gcc warnings. mainly unused variables.roman4-7/+1
2015-08-22wallet: encrypt the cache filemoneromooo-monero2-2/+76
2015-08-22chacha8: add a key generation variant that take a pointer and sizemoneromooo-monero1-2/+6
2015-08-19make tx keys available to the usermoneromooo-monero8-10/+77
2015-08-16simplewallet: Use default log file name when executable's file path is unknownwarptangent1-3/+21
2015-08-15blockchain: mark two places where the new code differs from the oldmoneromooo-monero1-0/+3
2015-08-15blockchain: update cumulative size after block additionmoneromooo-monero1-2/+2
2015-08-15blockchain: remove dead codemoneromooo-monero1-1/+0
2015-08-15blockchain: do not try to add a tx the pool when it was nor taken outmoneromooo-monero1-1/+4
2015-08-15blockchain: fix off by 1 in timestamp median calculationsmoneromooo-monero1-4/+2
2015-08-14net_node: Use DNS resolver singletonwarptangent1-1/+1
2015-08-14blockchain_import: Add --input-file optionwarptangent1-1/+9
2015-08-14blockchain_import: Updates for naming consistencywarptangent1-15/+14
2015-08-14blockchain_export: Add --output-file argumentwarptangent3-16/+21
2015-08-14doc: hammer the fact that the raw file isn't blockchain.binmoneromooo-monero1-1/+2
2015-08-13core_rpc_server: replace vector<bool> with vector<int> in RPCmoneromooo-monero2-2/+6
2015-08-11net_node: skimplify rate limit code, and log as appropriatemoneromooo-monero1-8/+5
2015-08-11wallet: new rescan_spent command to update outputs' spent statusmoneromooo-monero5-0/+92
2015-08-11core_rpc_server: find transactions in the pool as well as the blockchainmoneromooo-monero1-0/+24
2015-08-11blockchain_db: match tx addition semantics to original codemoneromooo-monero1-8/+24
2015-08-11Add a is_key_image_spent daemon command and RPC callmoneromooo-monero10-2/+139
2015-08-11blockchain: remove dead codemoneromooo-monero2-59/+6
2015-08-09blockchain_db: store key images for tx without outputs toomoneromooo-monero1-10/+7
2015-08-09blockchain: factor get_num_outpouts(amount) callsmoneromooo-monero1-3/+3
2015-08-09blockchain: always select random outs using triangular distributionmoneromooo-monero6-35/+9
2015-08-09daemon: omit extra set of <> in error messagemoneromooo-monero1-1/+1
2015-08-09daemon: print a decoded tx in print_txmoneromooo-monero1-0/+18
2015-08-09daemon: fix print_tx not find transactionsmoneromooo-monero1-0/+1
2015-08-09encrypted payment ids are now 64 bit, instead of 256 bitmoneromooo-monero15-89/+169
2015-08-09Encrypted payment IDsmoneromooo-monero8-15/+164
2015-08-04Fix estimation of batch storage size when no blocks existwarptangent1-11/+28
2015-08-04wallet: set watch-only flag to false when creating a new walletmoneromooo-monero1-0/+1
2015-07-24slight modification to wordlist contributor tagline (as these contributors ha...Riccardo Spagni2-2/+2
2015-07-24added Russian wordlistRiccardo Spagni3-0/+1701
2015-07-23change unique_prefix_length=4 for japanese.hDavid Vorick1-1/+1
2015-07-22add Germany and Italian wordlistsRiccardo Spagni4-0/+3402
2015-07-22wallet: new transaction construction algorithmmoneromooo-monero6-5/+438
2015-07-22fix portuguese wordlistRiccardo Spagni1-3/+3
2015-07-22fix license on English wordlistRiccardo Spagni1-2/+0
2015-07-19simplewallet: fix context/string order mismatchmoneromooo-monero1-1/+1
2015-07-19simplewallet: use unsigned long long instead of size_t in messagemoneromooo-monero1-4/+4
2015-07-18wallet: add boolean to always confirm transactions with the usermoneromooo-monero4-6/+82
2015-07-18boost doesn't like %zu for size_t, replace with %umoneromooo-monero1-2/+2
2015-07-18blockchain: fix testnet syncing (to not use blocks.dat)moneromooo-monero1-1/+1
2015-07-17Fixed threadpool bug when running on single core systems.NoodleDoodleNoodleDoodleNoodleDoodleNoo1-5/+8
2015-07-16Add batch support to BlockchainLMDB::get_output_keywarptangent1-6/+12
2015-07-15Removed on_idle() calls to Blockchain::store_blockchain() for lmdb.NoodleDoodleNoodleDoodleNoodleDoodleNoo5-17/+53
2015-07-15Fixed binary size issue due to embedded checkpoint data.NoodleDoodleNoodleDoodleNoodleDoodleNoo7-9/+15
2015-07-15Pause miner before preparing for incoming blocksNoodleDoodleNoodleDoodleNoodleDoodleNoo1-6/+5
2015-07-15** CHANGES ARE EXPERIMENTAL (FOR TESTING ONLY)NoodleDoodleNoodleDoodleNoodleDoodleNoo29-2315/+3946