aboutsummaryrefslogtreecommitdiff
path: root/src/daemon (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-04-25Fix broken interactive daemon 'limit' commands plus RPC callsrbrunner72-12/+6
2018-04-21Merge pull request #3636Riccardo Spagni1-23/+22
2018-04-14daemon: read config file before reading any other argsstoffu1-23/+22
2018-04-13daemon: add a version commandmoneromooo-monero3-0/+14
2018-03-27fix lambda compile error on openbsdmoneromooo-monero1-3/+3
2018-03-15Fix typos in various filesDimitris Apostolou1-1/+1
2018-03-05Stagenetstoffu8-40/+74
2018-02-16options: add testnet option dependencieswhythat2-13/+27
2018-02-16options: remove testnet-* optionswhythat4-32/+10
2018-02-16Merge pull request #3181Riccardo Spagni2-3/+3
2018-02-16Merge pull request #3165Riccardo Spagni1-4/+21
2018-02-16Merge pull request #3163Riccardo Spagni5-3/+62
2018-02-16Merge pull request #3161Riccardo Spagni1-1/+1
2018-02-16Merge pull request #3094Riccardo Spagni1-9/+9
2018-01-30Bootstrap daemonstoffu1-4/+21
2018-01-29Fixed typos and wording tweaksMaxithi1-9/+9
2018-01-29Fix in_peers/out_peers RPC operationsErik de Castro Lopo1-2/+2
2018-01-29Allow the number of incoming connections to be limitedErik de Castro Lopo5-2/+61
2018-01-26Update 2018 copyrightxmr-eric17-17/+17
2018-01-25Merge pull request #3011Riccardo Spagni1-1/+1
2018-01-25daemon: don't drop RPC with busy error when running offlinemoneromooo-monero2-3/+3
2018-01-20daemon: exit with 0 when successfulmoneromooo-monero1-1/+1
2018-01-11Keep readline optionalJethro Grassie1-1/+1
2017-12-31Add misc hardening flags to the cmake machinerymoneromooo-monero1-2/+2
2017-12-28Merge pull request #2946Riccardo Spagni1-1/+1
2017-12-28Merge pull request #2945Riccardo Spagni4-5/+2
2017-12-27daemon+simplewallet: given an unknown command, show itstoffu1-1/+1
2017-12-18use const refs in for loops for non tiny typesmoneromooo-monero1-1/+1
2017-12-18catch const exceptionsmoneromooo-monero1-3/+3
2017-12-17daemon: print num txes in print_bcmoneromooo-monero1-1/+1
2017-12-17Merge pull request #2877Riccardo Spagni3-2/+15
2017-12-17daemon: remove some superfluous includesmoneromooo-monero4-5/+2
2017-12-16cryptonote_core does not depend on p2p anymoremoneromooo-monero3-2/+15
2017-12-16move includes around to lessen overall loadmoneromooo-monero4-2/+3
2017-12-02Merge pull request #2836Riccardo Spagni2-25/+43
2017-11-26Added command descriptionsCifrado2-47/+90
2017-11-25Merge pull request #2807Riccardo Spagni1-1/+1
2017-11-20Merge pull request #2783Riccardo Spagni1-0/+4
2017-11-17RPC: allow binding of restricted port in addition to core portTim L2-25/+43
2017-11-16daemon & simplewallet: don't set max-concurrency when unspecifiedstoffu1-1/+1
2017-11-14Merge pull request #2736Riccardo Spagni3-7/+12
2017-11-14Do not build against epee_readline if it was not builtHoward Chu1-1/+1
2017-11-14split off readline code into epee_readlinemoneromooo-monero1-0/+2
2017-11-14link against readline only for monerod and wallet-wallet-{rpc,cli}moneromooo-monero1-0/+1
2017-11-14wallet: rejig to avoid prompting in wallet2moneromooo-monero1-1/+6
2017-11-14move cryptonote command line options to cryptonote_coremoneromooo-monero2-6/+3
2017-11-14remove "using namespace std" from headersmoneromooo-monero1-1/+1
2017-11-14Merge pull request #2615Riccardo Spagni1-3/+3
2017-11-10Print msg upon success for commands that were silentbinaryFate1-0/+4
2017-11-08Protect node privacy by proper filtering in restricted-mode RPC answersbinaryFate1-3/+3
2017-11-06track double spending in the txpoolmoneromooo-monero1-1/+3
2017-11-06Merge pull request #2591Riccardo Spagni4-22/+43
2017-10-15Merge pull request #2599Riccardo Spagni3-11/+26
2017-10-15Merge pull request #2589Riccardo Spagni1-2/+2
2017-10-15Merge pull request #2573Riccardo Spagni1-6/+13
2017-10-15Merge pull request #2568Riccardo Spagni1-1/+1
2017-10-14Add tools::on_startup, and warn about glibc 2.25 bug if foundmoneromooo-monero1-1/+1
2017-10-08Fix #2559: more flexible print_tx daemon commandbinaryFate4-22/+43
2017-10-07daemon: use @N syntax to output_histogram for specific amountsmoneromooo-monero3-11/+26
2017-10-07Subaddresseskenshi842-9/+12
2017-10-06add a command_line function to check for defaulted optionsmoneromooo-monero1-2/+2
2017-10-03daemon: catch out of range exceptions too when calling stoll/stoimoneromooo-monero1-6/+13
2017-10-02Merge pull request #2512Riccardo Spagni3-3/+8
2017-10-02Merge pull request #2470Riccardo Spagni3-52/+118
2017-09-25Merge pull request #2466Riccardo Spagni1-1/+1
2017-09-25Merge pull request #2456Riccardo Spagni2-1/+7
2017-09-25Merge pull request #2424Riccardo Spagni1-0/+1
2017-09-25Merge pull request #2442Riccardo Spagni1-1/+1
2017-09-25daemon: initialize decode_as_json in RPC requestmoneromooo-monero1-0/+1
2017-09-22Log categories can now be added to and removed frommoneromooo-monero3-3/+8
2017-09-21build: auto update version info without manually deleting version.hstoffu1-1/+1
2017-09-21daemon: indicate whether the spent key image is mined or unconfirmedstoffu1-1/+1
2017-09-20Merge pull request #2414Riccardo Spagni1-1/+1
2017-09-19rpc: add new RPCs to get and set limitsMaxXor3-52/+118
2017-09-18Merge pull request #2044Riccardo Spagni5-1/+67
2017-09-18daemon: make this build with boost 1.61moneromooo-monero1-1/+1
2017-09-17daemon, wallet: add --max-log-file-size optionselsta2-1/+7
2017-09-08updated clarification bc_dyn_stats Matthew Campassi1-1/+1
2017-09-08clarification bc_dyn_statsMatthew Campassi1-1/+1
2017-09-05Fix various oversights/bugs in ZMQ RPC server codeThomas Winget2-7/+0
2017-09-05json serialization for rpc-relevant monero typesThomas Winget5-1/+74
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