aboutsummaryrefslogtreecommitdiff
path: root/src/daemon (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-09-02Use latest height for fork date estimateHoward Chu1-2/+3
2017-09-02Merge pull request #2370Riccardo Spagni1-1/+1
2017-09-02Merge pull request #2310Riccardo Spagni1-1/+1
2017-08-29move db specific options to BlockchainDBmoneromooo-monero1-1/+1
2017-08-27Merge pull request #2349Riccardo Spagni1-1/+1
2017-08-26Merge pull request #2313Riccardo Spagni1-6/+3
2017-08-26daemon: fix backlog estimating at max block sizemoneromooo-monero1-2/+3
2017-08-25txpool: add tx size median to the pool statsmoneromooo1-1/+1
2017-08-25Merge pull request #2311Riccardo Spagni1-16/+4
2017-08-23print peer id in 0 padded hex for consistencymoneromooo-monero1-16/+4
2017-08-23daemon: print estimated tx backlog in print_pool_statsmoneromooo-monero1-2/+24
2017-08-20More DB support cleanupHoward Chu1-6/+3
2017-08-18clarification of parameters for print_coinbase_tx_sumMatthew Campassi1-1/+1
2017-08-16Consistently print peer id in hex and on 16 charsmoneromooo-monero1-5/+12
2017-08-12daemon: print peers' top height in sync_infomoneromooo-monero1-1/+1
2017-08-07Merge pull request #2149Riccardo Spagni5-0/+84
2017-08-07Merge pull request #2244Riccardo Spagni1-4/+1
2017-08-07Merge pull request #2234Riccardo Spagni1-1/+1
2017-08-07Merge pull request #2223Riccardo Spagni1-1/+4
2017-08-07cryptonote_protocol_handler: sync speedupmoneromooo-monero5-0/+84
2017-08-02daemon: some more include cleanupmoneromooo-monero1-4/+1
2017-07-31some include cleanupmoneromooo-monero1-1/+1
2017-07-29daemon: add average seconds per block in bc_dyn_statsmoneromooo-monero1-1/+4
2017-07-27Move OpenAlias console input back from libsmoneromooo-monero1-1/+2
2017-07-19Merge pull request #2170Riccardo Spagni1-5/+4
2017-07-13daemon: fix status in command line mode if using restricted rpcmoneromooo-monero1-5/+4
2017-07-10Fix #2164 histogram outputHoward Chu1-1/+1
2017-06-04Add histogram to poolstatsHoward Chu1-1/+42
2017-06-01Speedup print_pool_statsHoward Chu1-34/+12
2017-05-30Merge pull request #2039Riccardo Spagni1-1/+1
2017-05-23changed crypto to cncrypto so it generated libcncryptoGentian1-1/+1
2017-05-19Fix typoxmr-eric1-1/+1
2017-04-11Merge pull request #1956Riccardo Spagni1-1/+3
2017-04-04daemon: print average fee per byte in print_pool_statsmoneromooo-monero1-1/+1
2017-04-04daemon: add fee/byte when print pool transaction infomoneromooo-monero1-0/+2
2017-04-02daemon: new relay_tx command and RPCmoneromooo-monero5-0/+52
2017-03-21daemon: better error reporting in commandsmoneromooo-monero1-41/+48
2017-03-21Merge pull request #1897Riccardo Spagni2-0/+11
2017-03-18daemon: fix missing close parenthesis in alt_chain_info outputmoneromooo-monero1-1/+1
2017-03-18daemon: alt_chain_info now prints fork depthmoneromooo-monero1-2/+14
2017-03-10fix dependency: put HardFork back to cryptonote_basic, made some BlockchainDB...kenshi841-1/+1
2017-03-04Add dependency for blocksdat.oHoward Chu1-2/+2
2017-03-03Merge pull request #1814Riccardo Spagni1-2/+2
2017-03-03Merge pull request #1811Riccardo Spagni1-1/+0
2017-03-03Merge pull request #1804Riccardo Spagni1-1/+1
2017-02-26daemon: fix bc_dyn_stats via rpcmoneromooo-monero1-2/+2
2017-02-26Revert attempt to write to console on daemon shutdownNano Akron1-1/+0
2017-02-25core: move hardfork back to cryptonote_coremoneromooo-monero1-1/+1
2017-02-24daemon/rpc: updates command and RPCmoneromooo-monero5-0/+67
2017-02-24daemon: avoid pre-log-init spew on creating directoriesmoneromooo-monero1-1/+3
2017-02-23Add print_pl_stats daemon commandMiguel Herranz5-0/+44
2017-02-21create a foreground non-interactive modeNoah Watkins2-0/+11
2017-02-21update copyright year, fix occasional lack of newline at line endRiccardo Spagni17-17/+17
2017-02-21Fix core_tests breaking on startupmoneromooo-monero1-1/+0
2017-02-21Merge pull request #1716Riccardo Spagni1-3/+3
2017-02-16More robust battery status handling.Dion Ahmetaj4-7/+14
2017-02-13daemon: silence spurious warning about uninitialized variablemoneromooo-monero1-3/+3
2017-02-12Merge pull request #1711Riccardo Spagni1-0/+2
2017-02-12daemon: fix crash on exit when miningmoneromooo-monero1-0/+2
2017-02-10Added a note about smart mining to status command. Fixed up a bug where I was...Dion Ahmetaj1-1/+1
2017-02-10Background/smart mining. If a users' computer is plugged into a powerDion Ahmetaj4-6/+14
2017-02-11Merge pull request #1689Riccardo Spagni8-13/+42
2017-02-11Merge pull request #1680Riccardo Spagni1-1/+1
2017-02-08extract some basic code from libcryptonote_core into libcryptonote_basickenshi842-2/+2
2017-02-06Add server auth to monerod, and client auth to wallet-cli and wallet-rpcLee Clagett8-13/+42
2017-02-05Clarify in/out connections for usersNanoAkron1-1/+1
2017-02-02Fix missing parenthesesMiguel Herranz1-2/+2
2017-02-02Merge pull request #1663Riccardo Spagni1-0/+2
2017-02-02Merge pull request #1654Riccardo Spagni1-4/+6
2017-02-02Add missing includeMiguel Herranz1-0/+2
2017-02-02Merge pull request #1628Riccardo Spagni1-0/+1
2017-01-31Added days uptime to the status messageNanoAkron1-4/+6
2017-01-25Clear feedback to user when daemon has stopped successfullyNanoAkron1-0/+1
2017-01-23rpc: fix bc_dyn_stats not setting grace blocksmoneromooo-monero1-0/+1
2017-01-16Change logging to easylogging++moneromooo-monero16-84/+130
2017-01-15Merge pull request #1561Riccardo Spagni1-1/+1
2017-01-15Merge pull request #1571Riccardo Spagni1-0/+2
2017-01-14fix do_not_relay not preventing relaying on a timermoneromooo-monero1-0/+2
2017-01-14make struct/class declarations consistent (mismatched-tags warning)Chris Vickio1-1/+1
2017-01-13rpc: add a command to get info about the current blockchainmoneromooo-monero5-0/+130
2017-01-12Add start_time to get_info methods and show uptimeMiguel Herranz1-1/+6
2017-01-08Merge pull request #1534Riccardo Spagni1-1/+2
2017-01-06rpc: add block size to GET_BLOCK_HEADER RPCmoneromooo-monero1-1/+2
2016-12-21make openalias also available for solo miner; introduce namespace tools::dns_...kenshi841-7/+25
2016-12-17rpc: new function and RPC to get alternative chain infomoneromooo-monero5-0/+53
2016-11-09add lightweight block propagation ("fluffy blocks")Dion Ahmetaj1-0/+2
2016-10-23daemon: fix min/max tracking using the wrong sizemoneromooo-monero1-4/+4
2016-10-23daemon: even when switching branches, compile the damn thing ffsmoneromooo-monero1-1/+1
2016-10-23daemon: do not divide by 0 when the pool is emptymoneromooo-monero1-2/+2
2016-10-23Merge pull request #1250Riccardo Spagni5-0/+72
2016-10-23daemon: add a print_pool_stats daemon commandmoneromooo-monero5-0/+72
2016-10-23daemon: report transaction relay status in print_pool* commandsmoneromooo-monero1-0/+2
2016-10-15wallet: select part of the fake outs from recent outputsmoneromooo-monero1-2/+4
2016-10-10print_coinbase_tx_sum now breaks output into fee and emission componentsDion Ahmetaj1-1/+3
2016-10-10changed params from start/end index to height/countDion Ahmetaj5-16/+16
2016-10-10attempted to remove whitespace spamDion Ahmetaj5-50/+50
2016-10-10added print_coinbase_tx_sum optionDion Ahmetaj5-51/+115
2016-10-04Merge pull request #1164Riccardo Spagni1-12/+8
2016-10-04Merge pull request #1139Riccardo Spagni1-2/+2
2016-10-04Merge pull request #1171Riccardo Spagni5-43/+0
2016-10-04Merge pull request #1168Riccardo Spagni1-2/+3
2016-10-04Merge pull request #1149Riccardo Spagni1-1/+1
2016-10-04Merge pull request #1145Riccardo Spagni1-1/+1
2016-10-03Moved logging to target functions rather than callerNanoAkron1-2/+3
2016-10-03Removed all code related to fast_exitNanoAkron5-43/+0
2016-10-02daemon: implement missing print_bc and matching RPCmoneromooo-monero1-12/+8
2016-09-29Noticed two spellings of the word 'response' in the codebase, one 'responce' ...NanoAkron1-1/+1
2016-09-28Improving daemon startup log messageNanoAkron1-1/+1
2016-09-26Dropped "bit" from bitmonero.Randi Joseph1-2/+2
2016-09-24daemon: report status at 99.9% rather than 100% when not quite syncedmoneromooo-monero1-1/+11
2016-09-18epee: optionally restrict HTTP service to a configurable user agentmoneromooo-monero8-4/+11
2016-09-18cmake: transitive deps and remove deprecated LINK_*redfish1-3/+1
2016-09-16daemon: log version when startingmoneromooo-monero1-0/+3
2016-09-15Merge pull request #1068Riccardo Spagni1-0/+1
2016-09-11Add snap packaging.Casey Marshall1-0/+1
2016-09-10Daemon: fix hashrate display in diff command outputiDunk54001-1/+1
2016-09-03fix remaining bitmonero and simplewallet bitsRiccardo Spagni1-2/+2
2016-09-03rename Monero daemonRiccardo Spagni1-1/+1
2016-08-30Fix incorrect help usage for the threads option to start_miningQuanah Gibson-Mount2-2/+2
2016-08-12daemon: print time to next forkmoneromooo-monero1-1/+23
2016-07-27cmake,common: flag for stack traceredfish1-1/+6
2016-07-10daemon: fix ban seconds being misinterpreted as absolutemoneromooo-monero1-3/+1
2016-06-30daemon: print exception errors when failing to parse config filemoneromooo-monero1-1/+10
2016-06-19Merge pull request #775Riccardo Spagni1-0/+2
2016-04-28Print stack trace on exceptionsmoneromooo-monero1-0/+2
2016-04-28add a --max-concurrency flagmoneromooo-monero2-0/+9
2016-04-14Merge pull request #797Riccardo Spagni1-11/+33
2016-04-09rpc: add pool/blockchain and block height results to gettransactionsmoneromooo-monero1-3/+13
2016-04-05rpc: print human readable time since received when printing poolmoneromooo-monero1-11/+33
2016-03-26New RPC and daemon command to get output histogrammoneromooo-monero5-0/+63
2016-03-25Merge pull request #749Riccardo Spagni1-1/+0
2016-03-25Revert "Merge pull request #749"Riccardo Spagni1-0/+1
2016-03-24Move checkpoint functions into checkpoints classThomas Winget1-1/+0
2016-03-21Revert "Print stack trace upon exceptions"moneromooo-monero7-11/+8
2016-03-20Merge pull request #735Riccardo Spagni1-1/+1
2016-03-19rpc: fix print_tx in command line modemoneromooo-monero1-1/+1
2016-03-19Print stack trace upon exceptionsmoneromooo-monero7-8/+11
2016-03-14fix formatting error on bitmonero print_block returnMike C1-1/+1
2016-02-22move g_test_dbg_lock_sleep from a global to a function level staticmoneromooo-monero2-3/+1
2016-02-05daemon: remove leftover debug logmoneromooo-monero1-1/+0
2016-01-31Merge pull request #631Riccardo Spagni1-29/+43
2016-01-30daemon: fix a few issues reported by valgrindmoneromooo-monero1-29/+43
2016-01-30new flush_txpool command, and associated RPC callmoneromooo-monero5-0/+57
2016-01-28add received time to print_pool and print_pool_shRiccardo Spagni1-1/+3
2016-01-14'max limit of...' is redundant wording, rephrasebinaryFate2-2/+2
2016-01-14Print msg when successfully updating out_peersbinaryFate1-0/+2
2016-01-11daemon: fix status command when run from command linemoneromooo-monero1-1/+1
2016-01-03fixed conflictsRiccardo Spagni1-2/+2
2016-01-03Use CMAKE_LINKER, not hardcoded "ld"Howard Chu1-2/+2
2016-01-02daemon: fix ban length using wrong parametermoneromooo-monero1-1/+1
2015-12-31update versionRiccardo Spagni3-4/+4
2015-12-31Nicer looking exit when blockchain.bin is foundmoneromooo-monero2-3/+5
2015-12-31updated copyright yearRiccardo Spagni17-17/+17
2015-12-22Merge pull request #552Riccardo Spagni8-24/+4
2015-12-21Strip redundant includeshyc8-24/+4
2015-12-18print top block hash in daemon diff commandmoneromooo-monero1-0/+1
2015-12-15Replace tabs with two spaces for consistency with rest of codebasewarptangent2-17/+17
2015-12-13daemon: fix crash exiting with ^Cmoneromooo-monero1-1/+1
2015-12-09Merge pull request #527Riccardo Spagni2-55/+3
2015-12-08Register daemon command line arguments to core if they're used in coremoneromooo-monero2-55/+3
2015-12-07daemon: add mining status to the status commandmoneromooo-monero1-8/+22
2015-11-30Merge pull request #503Riccardo Spagni1-2/+2
2015-11-26rpc: pass current block target in rpcmoneromooo-monero1-2/+2
2015-11-26add RPC calls and commands to get/set bansmoneromooo-monero5-0/+162
2015-11-23daemon: fix blockchain height display not updating after syncmoneromooo-monero1-1/+1
2015-11-21disable time-stats by default, tweak fast-block-sync descriptionRiccardo Spagni1-2/+2
2015-11-21Fix startup crash when using a locale boost does not likemoneromooo-monero1-0/+2
2015-10-28rpc: fix start_mining and status RPC crashesmoneromooo-monero3-6/+8
2015-10-26Merge pull request #448Riccardo Spagni1-7/+9
2015-10-26rpc: fix hard_fork_info RPCmoneromooo-monero1-4/+6
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-13core_rpc_server: add a getblock RPC command, and fix print_blockmoneromooo-monero1-8/+10
2015-10-04build: default to Berkeley DB for 32 bit and ARMmoneromooo-monero1-1/+1
2015-09-19Add an RPC call and daemon command to get info on hard fork votingmoneromooo-monero5-0/+62
2015-08-11Add a is_key_image_spent daemon command and RPC callmoneromooo-monero5-0/+65
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-07-15Fixed binary size issue due to embedded checkpoint data.NoodleDoodleNoodleDoodleNoodleDoodleNoo1-2/+6
2015-07-15** CHANGES ARE EXPERIMENTAL (FOR TESTING ONLY)NoodleDoodleNoodleDoodleNoodleDoodleNoo3-4/+42
2015-06-14daemon: fix an exit crashmoneromooo-monero2-1/+12
2015-06-03fix ^D exit for bitmonerodmoneromooo-monero3-4/+4
2015-05-31cleaning up, removing redundant files, renaming, fixing incorrect licensesRiccardo Spagni15-105/+105
2015-05-30Merge pull request #294Riccardo Spagni3-532/+1
2015-05-28rpc_command_executor: fix mining in testnet modemoneromooo-monero1-2/+1
2015-05-28daemon: remove obsolete daemon_commands_handler.hmoneromooo-monero2-530/+0
2015-05-28daemon: Set log file default to use data dirwarptangent1-1/+16
2015-05-17print limits when running limit commands with no argumentsmoneromooo-monero3-3/+41
2015-04-23Add mempool output to daemon via command and RPCwarptangent1-13/+50
2015-04-10[fix] log level change. compilation: dns, testsrfree2monero2-2/+3
2015-04-10Fixes start_mining in cli interactive modeThomas Winget1-2/+16
2015-04-07Merge BlockchainDB into upstreamThomas Winget3-0/+21
2015-04-02Network 1.7; Quieted the debug a bit.rfree2monero1-1/+5
2015-04-01remerged; commands JSON. logging upgrade. doxygenrfree2monero9-181/+274
2015-04-01Merge remote-tracking branch 'monero-official/master' into network-1.6-work1rfree2monero18-332/+2649
2015-03-27Restore daemon interactive modeThomas Winget10-83/+430
2015-03-25Steps toward multiple dbs available -- workingThomas Winget2-0/+20
2015-03-25Merge upstream updates into blockchain branchThomas Winget18-296/+2290
2015-03-06Moved BlockchainDB into its own src/ subfolderThomas Winget1-0/+1