aboutsummaryrefslogtreecommitdiff
path: root/src/daemon (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2017-05-19Fix typoxmr-eric1-1/+1
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-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-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-16More robust battery status handling.Dion Ahmetaj4-7/+14
2017-02-13daemon: silence spurious warning about uninitialized variablemoneromooo-monero1-3/+3
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-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-02Add missing includeMiguel Herranz1-0/+2
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-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-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-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-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-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-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-04-28Print stack trace on exceptionsmoneromooo-monero1-0/+2
2016-04-28add a --max-concurrency flagmoneromooo-monero2-0/+9
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-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-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-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-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-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-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-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-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-02Network 1.7; Quieted the debug a bit.rfree2monero1-1/+5
2015-04-01remerged; commands JSON. logging upgrade. doxygenrfree2monero9-181/+274
2015-03-27Restore daemon interactive modeThomas Winget10-83/+430
2015-03-25Steps toward multiple dbs available -- workingThomas Winget2-0/+20
2015-03-06Moved BlockchainDB into its own src/ subfolderThomas Winget1-0/+1
2015-03-01sending commands to forked daemon works on testnet nowThomas Winget1-0/+4
2015-03-01Fix tests building -- function signatures changedThomas Winget2-0/+3
2015-02-24fix locking in count-peers thread (2)rfree2monero1-1/+1
2015-02-242014 network limit 1.3 fix log/path/data +utilsrfree2monero1-2/+4
2015-02-24RPC calls for background daemon added inThomas Winget3-51/+40
2015-02-24Daemonize changes pulled in -- daemon buildsThomas Winget18-296/+2294
2015-02-202014 network limit 1.2 +utils +toc -doc -drmonerorfree2monero2-19/+26
2015-02-202014 network limit 1.1 +utils +toc -doc -drmonerorfree2monero2-17/+73
2015-02-202014 network limit 1.0a +utils +toc -doc -drmonerorfree2monero2-17/+133
2015-01-02year updated in licenseRiccardo Spagni3-3/+3
2014-10-24cmake: fix up link linesBen Boeckel1-0/+1
2014-10-24cmake: support 2.8.7Ben Boeckel1-1/+1
2014-10-23cmake: handle private vs. public headersBen Boeckel1-2/+7
2014-10-23cmake: refactor common code with executablesBen Boeckel1-18/+1
2014-10-23cmake: put each library into its own directoryBen Boeckel1-0/+89
2014-09-30Fixed segfault with checkpoints loadingThomas Winget1-2/+0
2014-09-30DNS checkpoint updating added, and daemon flag to enforce themThomas Winget1-2/+8
2014-09-30reload checkpoints file every ~hr and print if any failThomas Winget1-1/+2
2014-09-25Added ability to read chechpoint hashes from json file in data folderTomer Konforty1-0/+5
2014-09-15Give up on brace initializers in initializer lists (MSVC bug)Zachary Michaels1-1/+1
2014-09-15fixed incorrect version referenceRiccardo Spagni1-1/+1
2014-09-15Separate testnet address prefixZachary Michaels2-5/+11
2014-09-15Create testnet data dir if necessaryZachary Michaels1-0/+1
2014-09-15Separate testnet default data dirZachary Michaels1-27/+37
2014-09-15Separate network id for testnetZachary Michaels1-1/+5
2014-09-15Separate rpc port for testnetZachary Michaels1-1/+1
2014-09-15Add testnet flagZachary Michaels1-4/+13
2014-09-12versioning now includes the commit hash, or -final for tagged releasesRiccardo Spagni2-4/+4
2014-09-12versioning now includes the commit hash, or -final for tagged releasesRiccardo Spagni2-4/+4
2014-09-09commented util.hjebes2-36/+41
2014-09-09moved non-critical warnings and errors to log level 1fluffypony1-17/+17
2014-07-23License updated to BSD 3-clausefluffypony2-6/+58
2014-05-250.8.8updatemydesktop1-2/+47
2014-05-13Update daemon_commands_handler.hNoodleDoodleNoodleDoodleNoodleDoodleNoo1-0/+12
2014-04-30mac osx building fixesmydesktop1-1/+4
2014-04-07Improvements in JSON RPCAntonio Juarez1-1/+1
2014-04-02json rpc for wallet and bugfixAntonio Juarez1-4/+1
2014-03-20some fixesAntonio Juarez2-9/+33
2014-03-03moved all stuff to githubAntonio Juarez2-0/+525