aboutsummaryrefslogtreecommitdiff
path: root/src/daemon (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-12Merge pull request #6054luigi11111-1/+1
2019-11-12rpc: Only show version string if it matches expected patternNathan Dorfman1-1/+2
2019-11-12daemon: Use rpc for "version" commandNathan Dorfman3-3/+38
2019-10-29daemon: handle printing higher hash ratesmoneromooo-monero1-1/+1
2019-10-25rpc: add a flush_cache RPCmoneromooo-monero5-0/+50
2019-10-25Merge pull request #5357luigi11116-12/+78
2019-10-25daemon, wallet: new pay for RPC use systemmoneromooo-monero6-12/+78
2019-10-24daemon: print difficulty in decimal, as it used to bemoneromooo-monero1-8/+8
2019-10-24Merge pull request #6001luigi11111-1/+2
2019-10-24Merge pull request #6000luigi11111-1/+2
2019-10-22Merge pull request #5989luigi11111-1/+1
2019-10-18daemon: fix coinbase txes always being seen as prunedmoneromooo-monero1-1/+2
2019-10-18daemon: add miner tx hash in print_block outputmoneromooo-monero1-1/+2
2019-10-15daemon: fix print_pl synopsis missing recent optionsmoneromooo-monero1-1/+1
2019-10-07Print cdifficulty and don't serialize miner tx hash twiceDoyle1-0/+1
2019-09-24Merge pull request #5878luigi11111-11/+0
2019-09-16Removed Berkeley DB and db switching logicJesus Ramirez1-11/+0
2019-09-14Merge pull request #5868luigi11111-1/+1
2019-09-08Merge pull request #5849luigi11113-7/+22
2019-09-08Merge pull request #5840luigi11115-0/+64
2019-09-08Merge pull request #5830luigi11111-1/+1
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-08-15Merge pull request #5659luigi11111-17/+40
2019-08-14Merge pull request #5525luigi11113-7/+92
2019-07-31Add IPv6 supportThomas Winget1-1/+1
2019-07-30daemon: print 128bit diff properlystoffu1-17/+40
2019-07-24Merge pull request #5597luigi11114-14/+28
2019-07-24Merge pull request #5595luigi11111-0/+15
2019-07-24Merge pull request #5588luigi11111-0/+1
2019-07-24Merge pull request #5582luigi11113-16/+26
2019-07-24Merge pull request #5573luigi11111-1/+1
2019-07-24Merge pull request #5530luigi11115-83/+0
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-16Merge pull request #5446Riccardo Spagni1-1/+1
2019-04-16Merge pull request #5441Riccardo Spagni1-1/+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-11Merge pull request #5378Riccardo Spagni1-1/+1
2019-04-04wallet: new option to start background miningmoneromooo-monero1-4/+5
2019-04-01Merge pull request #5327Riccardo Spagni5-0/+76
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-17Merge pull request #5190Riccardo Spagni7-8/+85
2019-03-17Merge pull request #5185Riccardo Spagni5-1/+90
2019-03-09daemon: new mining_status commandmoneromooo-monero5-1/+90
2019-03-05Update 2019 copyrightbinaryFate17-17/+17
2019-03-04Merge pull request #5125Riccardo Spagni2-5/+12
2019-03-04Merge pull request #4054Riccardo Spagni1-0/+2
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-28Merge pull request #5062Riccardo Spagni1-3/+3
2019-01-28rpc: fix internal daemon calls in restricted rpc getting partial datamoneromooo-monero1-3/+3
2019-01-28Merge pull request #5080Riccardo Spagni4-8/+44
2019-01-22Pruningmoneromooo-monero5-13/+151
2019-01-18daemon: extend 'print_pl' command, optional filter by type and limitxiphon4-8/+44
2019-01-16Merge pull request #5019Riccardo Spagni3-7/+23
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-12-12Merge pull request #4925Riccardo Spagni1-10/+10
2018-12-12Merge pull request #4923Riccardo Spagni1-2/+0
2018-12-12Merge pull request #4903Riccardo Spagni5-0/+62
2018-12-04Merge pull request #4894Riccardo Spagni1-16/+1
2018-12-04Merge pull request #4859Riccardo Spagni2-7/+3
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-16Merge pull request #4777Riccardo Spagni1-4/+4
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-11-01Merge pull request #4648Riccardo Spagni1-1/+13
2018-10-26Merge pull request #4609Riccardo Spagni1-1/+1
2018-10-26Merge pull request #4536Riccardo Spagni2-19/+10
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-02Merge pull request #4485Riccardo Spagni1-5/+15
2018-10-02daemon: do not display uptime when not knownmoneromooo-monero1-5/+15
2018-09-29Fix 32bit depends buildsTheCharlatan1-0/+2
2018-09-18Merge pull request #4341Riccardo Spagni1-0/+2
2018-09-18Merge pull request #4317Riccardo Spagni1-2/+5
2018-09-18Merge pull request #3430Riccardo Spagni1-1/+3
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-07-19Merge pull request #4075luigi11111-1/+0
2018-07-19Merge pull request #4029luigi11111-1/+3
2018-07-19Merge pull request #3973luigi11114-10/+31
2018-07-19Merge pull request #3854luigi11112-3/+5
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-20Merge pull request #3897luigi11112-1/+7
2018-06-20Merge pull request #3888luigi11111-0/+3
2018-06-20Merge pull request #3757luigi11111-2/+17
2018-06-20daemon: show a bit more info with print_blockstoffu1-1/+3
2018-06-19Merge pull request #3851luigi11111-1/+1
2018-06-16Merge pull request #3725luigi11111-1/+1
2018-06-13mlog: --max-log-files to set the max number of rotated log filesstoffu2-1/+7
2018-05-31Merge pull request #3583luigi11111-1/+1
2018-05-31Merge pull request #3561luigi11111-0/+3
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-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-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-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