aboutsummaryrefslogtreecommitdiff
path: root/src/daemon (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-28simplewallet: lock console on inactivitymoneromooo-monero1-6/+2
2019-08-28daemon: print mining algorithm in mining_status even when not miningmoneromooo-monero1-1/+1
2019-08-23daemon: add pruned and publicrpc flags to print_plmoneromooo-monero3-7/+22
2019-08-23daemon: implement 'set_bootstrap_daemon' commandxiphon5-0/+64
2019-08-20daemon: fix merge error removing the "never seen before" timestamp checkmoneromooo-monero1-1/+1
2019-08-19daemon: fix print_pl only printing public zone peersmoneromooo-monero1-7/+6
2019-07-31Add IPv6 supportThomas Winget1-1/+1
2019-07-30daemon: print 128bit diff properlystoffu1-17/+40
2019-07-16allow blocking whole subnetsmoneromooo-monero5-16/+60
2019-06-01add a command line option to disable ZMQ serverJethro Grassie4-14/+28
2019-06-01daemon: add more chain specific info in alt_chain_infomoneromooo-monero1-0/+44
2019-05-31daemon: display peer address type in print_cnmoneromooo-monero1-0/+15
2019-05-30rpc: in/out peers can now return the setting's valuemoneromooo-monero3-16/+26
2019-05-30add cumulative difficulty to diff commandwowario1-0/+1
2019-05-24daemon: fix "never seen before" time span display for peersmoneromooo-monero1-1/+1
2019-05-22Add ssl_options support to monerod's rpc mode.Lee Clagett8-5/+19
2019-05-10remove obsolete save_graph skeleton codemoneromooo-monero5-83/+0
2019-05-09daemon: add optional arguments to alt_chain_infomoneromooo-monero3-8/+47
2019-05-09daemon: sort alt chains by heightmoneromooo-monero1-1/+3
2019-05-02blockchain: keep a rolling long term block weight medianmoneromooo-monero1-1/+1
2019-04-16daemon: fix absolute/relative log file test for windowsmoneromooo-monero1-5/+1
2019-04-15daemon: remove debug infomoneromooo-monero1-1/+1
2019-04-14daemon: fix ratio not being floating pointmoneromooo-monero1-1/+1
2019-04-13daemon: if a log file has a /, interpret it from the cwdmoneromooo-monero1-1/+6
2019-04-04wallet: new option to start background miningmoneromooo-monero1-4/+5
2019-04-01Allow pruning before v10moneromooo-monero1-1/+1
2019-03-24New interactive daemon command 'print_net_stats': Global traffic statsrbrunner75-0/+76
2019-03-20daemon: init public_port in all ctorsmoneromooo-monero1-0/+2
2019-03-09daemon: new mining_status commandmoneromooo-monero5-1/+90
2019-03-05Update 2019 copyrightbinaryFate17-17/+17
2019-03-04ArticMine's new block weight algorithmmoneromooo-monero1-0/+1
2019-02-25daemon: add --public-node mode, RPC port propagation over P2Pxiphon7-8/+85
2019-02-23miner: it can now autodetect the optimal number of threadsmoneromooo-monero2-5/+12
2019-02-02epee: add SSL supportmoneromooo-monero1-0/+2
2019-01-28rpc: fix internal daemon calls in restricted rpc getting partial datamoneromooo-monero1-3/+3
2019-01-22Pruningmoneromooo-monero5-13/+151
2019-01-18daemon: extend 'print_pl' command, optional filter by type and limitxiphon4-8/+44
2018-12-26daemon: add a +hex option to print_blockmoneromooo-monero3-7/+23
2018-12-26daemon: print human friendly timestamp toomoneromooo-monero1-2/+2
2018-11-30daemon: print monero version at startup when calling a detached daemonmoneromooo-monero1-10/+10
2018-11-30daemon: stop miner before we bring the whole thing downmoneromooo-monero1-2/+0
2018-11-28add command pop_blocksJason Wong5-0/+62
2018-11-23remove some unused codemoneromooo-monero1-16/+1
2018-11-16Don't cache nettype in core_rpc_server use m_coredoy-lee2-7/+3
2018-11-01daemon: use msg_writer, not cout, to display informationmoneromooo-monero1-4/+4
2018-10-22blocks: use auto-generated .c files instead of 'LD -r -b binary'xiphon2-19/+10
2018-10-19daemon: fix base fee stating /kB even when it is per bytemoneromooo-monero1-1/+13
2018-10-18daemon: Show mining addressRicardo de Vries1-1/+1
2018-10-15daemon: fix reading past stack on exitmoneromooo-monero1-5/+10
2018-10-12daemon: do not run complex code in a signal handlermoneromooo-monero1-1/+8
2018-10-08Revert "Merge pull request #4472"Riccardo Spagni2-10/+19
2018-10-04blocks: use auto-generated .c files instead of 'LD -r -b binary'xiphon2-19/+10
2018-10-02daemon: do not display uptime when not knownmoneromooo-monero1-5/+15
2018-09-29Fix 32bit depends buildsTheCharlatan1-0/+2
2018-09-11v8: per byte fee, pad bulletproofs, fixed 11 ring sizemoneromooo-monero1-12/+15
2018-09-10Add support for apple and arm buildingTheCharlatan1-1/+3
2018-09-05daemon: request no PoW hashes we don't need when asking for blocksmoneromooo-monero1-0/+2
2018-08-31rpc: allow to pass RPC login via RPC_LOGIN env varDusan Klinec1-2/+5
2018-07-24daemon.print_bc: don't print difficulty twicestoffu1-1/+1
2018-06-29add --regtest and --fixed-difficulty for regression testingvictorsintnicolaas2-3/+5
2018-06-28remove epee from link lines where it's redundantmoneromooo-monero1-1/+0
2018-06-26alt_chain_info can now give more info about a particular alt chainmoneromooo-monero4-10/+31
2018-06-20daemon: show a bit more info with print_blockstoffu1-1/+3
2018-06-13mlog: --max-log-files to set the max number of rotated log filesstoffu2-1/+7
2018-05-31daemon: fix readline interfering with std::cerr usagemoneromooo-monero1-0/+3
2018-05-26fix build with GCC 8.1.0moneromooo-monero1-1/+1
2018-05-19daemon: request unpruned transactions for print_txmoneromooo-monero1-0/+1
2018-05-06handle optional miner params bettercryptochangements341-2/+17
2018-04-28daemon: print peer state in sync_infomoneromooo-monero1-1/+1
2018-04-25Fix broken interactive daemon 'limit' commands plus RPC callsrbrunner72-12/+6
2018-04-14daemon: read config file before reading any other argsstoffu1-23/+22
2018-04-13daemon: add a version commandmoneromooo-monero3-0/+14
2018-04-08Add a space in mining to testnet/stagenet stringcryptochangements341-1/+1
2018-04-05Core RPC: optionally add POW hash to block_header_responsestoffu1-0/+3
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-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-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-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-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-11-26Added command descriptionsCifrado2-47/+90
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-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-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-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-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-19rpc: add new RPCs to get and set limitsMaxXor3-52/+118
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-08-29move db specific options to BlockchainDBmoneromooo-monero1-1/+1
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-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-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-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-23changed crypto to cncrypto so it generated libcncryptoGentian1-1/+1
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