summaryrefslogtreecommitdiff
path: root/src/daemon
Commit message (Collapse)AuthorAgeFilesLines
* daemon: request unpruned transactions for print_txmoneromooo-monero2018-05-191-0/+1
| | | | instead of uninitialized
* Merge pull request #3711Riccardo Spagni2018-04-282-12/+6
|\ | | | | | | c0e22ebc [RELEASE] Fix broken interactive daemon 'limit' commands plus RPC calls (rbrunner7)
| * [RELEASE] Fix broken interactive daemon 'limit' commands plus RPC callsrbrunner72018-04-262-12/+6
| |
* | Merge pull request #3664Riccardo Spagni2018-04-281-23/+22
|\ \ | | | | | | | | | 0299d36e daemon: read config file before reading any other args (stoffu)
| * | daemon: read config file before reading any other argsstoffu2018-04-191-23/+22
| |/
* / daemon: add a version commandmoneromooo-monero2018-04-133-0/+14
|/
* fix lambda compile error on openbsdmoneromooo-monero2018-03-271-3/+3
|
* Fix typos in various filesDimitris Apostolou2018-03-151-1/+1
|
* Stagenetstoffu2018-03-058-40/+74
|
* options: add testnet option dependencieswhythat2018-02-162-13/+27
|
* options: remove testnet-* optionswhythat2018-02-164-32/+10
|
* Merge pull request #3181Riccardo Spagni2018-02-162-3/+3
|\ | | | | | | e3f0980a daemon: don't drop RPC with busy error when running offline (moneromooo-monero)
| * daemon: don't drop RPC with busy error when running offlinemoneromooo-monero2018-01-252-3/+3
| |
* | Merge pull request #3165Riccardo Spagni2018-02-161-4/+21
|\ \ | | | | | | | | | 7539603f Bootstrap daemon (stoffu)
| * | Bootstrap daemonstoffu2018-01-301-4/+21
| | |
* | | Merge pull request #3163Riccardo Spagni2018-02-165-3/+62
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 628b78ae Fix in_peers/out_peers RPC operations (Erik de Castro Lopo) ece9bcf5 rpc_client: Fix error handling (Erik de Castro Lopo) 8f30350d Fix method name in invoke_http_json_rpc (Erik de Castro Lopo) 32c0f908 Allow the number of incoming connections to be limited (Erik de Castro Lopo) d609a2c1 Rename delete_connections to delete_out_connections (Erik de Castro Lopo) b927c0fc Rename connections_count to max_out_connection_count (Erik de Castro Lopo)
| * | | Fix in_peers/out_peers RPC operationsErik de Castro Lopo2018-01-291-2/+2
| | | | | | | | | | | | | | | | Original implementations could never have worked.
| * | | Allow the number of incoming connections to be limitedErik de Castro Lopo2018-01-295-2/+61
| |/ / | | | | | | | | | | | | | | | It was already possible to limit outgoing connections. One might want to do this on home network connections with high bandwidth but low usage caps.
* | | Merge pull request #3161Riccardo Spagni2018-02-161-1/+1
|\ \ \ | | | | | | | | | | | | 78a2e15b daemon: exit with 0 when successful (moneromooo-monero)
| * | | daemon: exit with 0 when successfulmoneromooo-monero2018-01-201-1/+1
| | |/ | |/|
* | | Merge pull request #3094Riccardo Spagni2018-02-161-9/+9
|\ \ \ | |_|/ |/| | | | | a85dbb3f Fixed typos and wording tweaks (Maxithi)
| * | Fixed typos and wording tweaksMaxithi2018-01-291-9/+9
| | |
* | | Update 2018 copyrightxmr-eric2018-01-2617-17/+17
| | |
* | | Merge pull request #3011Riccardo Spagni2018-01-251-1/+1
|\ \ \ | |_|/ |/| | | | | 619bb723 daemon+simplewallet: given an unknown command, show it (stoffu)
| * | daemon+simplewallet: given an unknown command, show itstoffu2017-12-271-1/+1
| | |
* | | Keep readline optionalJethro Grassie2018-01-111-1/+1
| | |
* | | Add misc hardening flags to the cmake machinerymoneromooo-monero2017-12-311-2/+2
| |/ |/| | | | | See https://wiki.debian.org/Hardening#User_Space
* | Merge pull request #2946Riccardo Spagni2017-12-281-1/+1
|\ \ | | | | | | | | | 1a686bf8 daemon: print num txes in print_bc (moneromooo-monero)
| * | daemon: print num txes in print_bcmoneromooo-monero2017-12-171-1/+1
| | |
* | | Merge pull request #2945Riccardo Spagni2017-12-284-5/+2
|\ \ \ | |_|/ |/| | | | | 9e07ccf1 daemon: remove some superfluous includes (moneromooo-monero)
| * | daemon: remove some superfluous includesmoneromooo-monero2017-12-174-5/+2
| | |
* | | use const refs in for loops for non tiny typesmoneromooo-monero2017-12-181-1/+1
| | |
* | | catch const exceptionsmoneromooo-monero2017-12-181-3/+3
| |/ |/|
* | Merge pull request #2877Riccardo Spagni2017-12-173-2/+15
|\ \ | | | | | | | | | | | | | | | 43f5269f Wallets now do not depend on the daemon rpc lib (moneromooo-monero) bb89ae8b move connection_basic and network_throttle from src/p2p to epee (moneromooo-monero) 4abf25f3 cryptonote_core does not depend on p2p anymore (moneromooo-monero)
| * | cryptonote_core does not depend on p2p anymoremoneromooo-monero2017-12-163-2/+15
| |/ | | | | | | | | | | As a followon side effect, this makes a lot of inline code included only in particular cpp files (and instanciated when necessary.
* / move includes around to lessen overall loadmoneromooo-monero2017-12-164-2/+3
|/
* Merge pull request #2836Riccardo Spagni2017-12-022-25/+43
|\ | | | | | | 23b6f685 RPC: allow binding of restricted port in addition to core port (Tim L)
| * RPC: allow binding of restricted port in addition to core portTim L2017-11-172-25/+43
| |
* | Added command descriptionsCifrado2017-11-262-47/+90
| |
* | Merge pull request #2807Riccardo Spagni2017-11-251-1/+1
|\ \ | | | | | | | | | 61712384 daemon & simplewallet: don't set max-concurrency when unspecified (stoffu)
| * | daemon & simplewallet: don't set max-concurrency when unspecifiedstoffu2017-11-161-1/+1
| |/
* | Merge pull request #2783Riccardo Spagni2017-11-201-0/+4
|\ \ | |/ |/| | | 416a7933 Print msg upon success for commands that were silent (binaryFate)
| * Print msg upon success for commands that were silentbinaryFate2017-11-101-0/+4
| |
* | Merge pull request #2736Riccardo Spagni2017-11-143-7/+12
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | 0d9c0db9 Do not build against epee_readline if it was not built (Howard Chu) 178014c9 split off readline code into epee_readline (moneromooo-monero) a9e14a19 link against readline only for monerod and wallet-wallet-{rpc,cli} (moneromooo-monero) 437421ce wallet: move some scoped_message_writer calls from the libs (moneromooo-monero) e89994e9 wallet: rejig to avoid prompting in wallet2 (moneromooo-monero) ec5135e5 move input_line from command_line to simplewallet (moneromooo-monero) 082db75f move cryptonote command line options to cryptonote_core (moneromooo-monero)
| * | Do not build against epee_readline if it was not builtHoward Chu2017-11-141-1/+1
| | |
| * | split off readline code into epee_readlinemoneromooo-monero2017-11-141-0/+2
| | |
| * | link against readline only for monerod and wallet-wallet-{rpc,cli}moneromooo-monero2017-11-141-0/+1
| | |
| * | wallet: rejig to avoid prompting in wallet2moneromooo-monero2017-11-141-1/+6
| | | | | | | | | | | | | | | | | | wallet2 is a library, and should not prompt for stdin. Instead, pass a function so simplewallet can prompt on stdin, and a GUI might display a window, etc.
| * | move cryptonote command line options to cryptonote_coremoneromooo-monero2017-11-142-6/+3
| | | | | | | | | | | | Those have no reason to be in a generic module
* | | remove "using namespace std" from headersmoneromooo-monero2017-11-141-1/+1
|/ / | | | | | | | | | | | | It's nasty, and actually breaks on Solaris, where if.h fails to build due to: struct map *if_memmap;