aboutsummaryrefslogtreecommitdiff
path: root/src/daemon (follow)
AgeCommit message (Expand)AuthorFilesLines
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
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-11Merge remote-tracking branch 'upstream/master'jebes1-17/+17
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