| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix typos in various files | Dimitris Apostolou | 2018-03-15 | 1 | -1/+1 |
| * | Stagenet | stoffu | 2018-03-05 | 8 | -40/+74 |
| * | options: add testnet option dependencies | whythat | 2018-02-16 | 2 | -13/+27 |
| * | options: remove testnet-* options | whythat | 2018-02-16 | 4 | -32/+10 |
| * | Merge pull request #3181 | Riccardo Spagni | 2018-02-16 | 2 | -3/+3 |
| |\ | |||||
| | * | daemon: don't drop RPC with busy error when running offline | moneromooo-monero | 2018-01-25 | 2 | -3/+3 |
| * | | Merge pull request #3165 | Riccardo Spagni | 2018-02-16 | 1 | -4/+21 |
| |\ \ | |||||
| | * | | Bootstrap daemon | stoffu | 2018-01-30 | 1 | -4/+21 |
| * | | | Merge pull request #3163 | Riccardo Spagni | 2018-02-16 | 5 | -3/+62 |
| |\ \ \ | |||||
| | * | | | Fix in_peers/out_peers RPC operations | Erik de Castro Lopo | 2018-01-29 | 1 | -2/+2 |
| | * | | | Allow the number of incoming connections to be limited | Erik de Castro Lopo | 2018-01-29 | 5 | -2/+61 |
| | |/ / | |||||
| * | | | Merge pull request #3161 | Riccardo Spagni | 2018-02-16 | 1 | -1/+1 |
| |\ \ \ | |||||
| | * | | | daemon: exit with 0 when successful | moneromooo-monero | 2018-01-20 | 1 | -1/+1 |
| | | |/ | |/| | |||||
| * | | | Merge pull request #3094 | Riccardo Spagni | 2018-02-16 | 1 | -9/+9 |
| |\ \ \ | |_|/ |/| | | |||||
| | * | | Fixed typos and wording tweaks | Maxithi | 2018-01-29 | 1 | -9/+9 |
| * | | | Update 2018 copyright | xmr-eric | 2018-01-26 | 17 | -17/+17 |
| * | | | Merge pull request #3011 | Riccardo Spagni | 2018-01-25 | 1 | -1/+1 |
| |\ \ \ | |_|/ |/| | | |||||
| | * | | daemon+simplewallet: given an unknown command, show it | stoffu | 2017-12-27 | 1 | -1/+1 |
| * | | | Keep readline optional | Jethro Grassie | 2018-01-11 | 1 | -1/+1 |
| * | | | Add misc hardening flags to the cmake machinery | moneromooo-monero | 2017-12-31 | 1 | -2/+2 |
| | |/ |/| | |||||
| * | | Merge pull request #2946 | Riccardo Spagni | 2017-12-28 | 1 | -1/+1 |
| |\ \ | |||||
| | * | | daemon: print num txes in print_bc | moneromooo-monero | 2017-12-17 | 1 | -1/+1 |
| * | | | Merge pull request #2945 | Riccardo Spagni | 2017-12-28 | 4 | -5/+2 |
| |\ \ \ | |_|/ |/| | | |||||
| | * | | daemon: remove some superfluous includes | moneromooo-monero | 2017-12-17 | 4 | -5/+2 |
| * | | | use const refs in for loops for non tiny types | moneromooo-monero | 2017-12-18 | 1 | -1/+1 |
| * | | | catch const exceptions | moneromooo-monero | 2017-12-18 | 1 | -3/+3 |
| | |/ |/| | |||||
| * | | Merge pull request #2877 | Riccardo Spagni | 2017-12-17 | 3 | -2/+15 |
| |\ \ | |||||
| | * | | cryptonote_core does not depend on p2p anymore | moneromooo-monero | 2017-12-16 | 3 | -2/+15 |
| | |/ | |||||
| * / | move includes around to lessen overall load | moneromooo-monero | 2017-12-16 | 4 | -2/+3 |
| |/ | |||||
| * | Merge pull request #2836 | Riccardo Spagni | 2017-12-02 | 2 | -25/+43 |
| |\ | |||||
| | * | RPC: allow binding of restricted port in addition to core port | Tim L | 2017-11-17 | 2 | -25/+43 |
| * | | Added command descriptions | Cifrado | 2017-11-26 | 2 | -47/+90 |
| * | | Merge pull request #2807 | Riccardo Spagni | 2017-11-25 | 1 | -1/+1 |
| |\ \ | |||||
| | * | | daemon & simplewallet: don't set max-concurrency when unspecified | stoffu | 2017-11-16 | 1 | -1/+1 |
| | |/ | |||||
| * | | Merge pull request #2783 | Riccardo Spagni | 2017-11-20 | 1 | -0/+4 |
| |\ \ | |/ |/| | |||||
| | * | Print msg upon success for commands that were silent | binaryFate | 2017-11-10 | 1 | -0/+4 |
| * | | Merge pull request #2736 | Riccardo Spagni | 2017-11-14 | 3 | -7/+12 |
| |\ \ | |||||
| | * | | Do not build against epee_readline if it was not built | Howard Chu | 2017-11-14 | 1 | -1/+1 |
| | * | | split off readline code into epee_readline | moneromooo-monero | 2017-11-14 | 1 | -0/+2 |
| | * | | link against readline only for monerod and wallet-wallet-{rpc,cli} | moneromooo-monero | 2017-11-14 | 1 | -0/+1 |
| | * | | wallet: rejig to avoid prompting in wallet2 | moneromooo-monero | 2017-11-14 | 1 | -1/+6 |
| | * | | move cryptonote command line options to cryptonote_core | moneromooo-monero | 2017-11-14 | 2 | -6/+3 |
| * | | | remove "using namespace std" from headers | moneromooo-monero | 2017-11-14 | 1 | -1/+1 |
| |/ / | |||||
| * | | Merge pull request #2615 | Riccardo Spagni | 2017-11-14 | 1 | -3/+3 |
| |\ \ | |||||
| | * | | Protect node privacy by proper filtering in restricted-mode RPC answers | binaryFate | 2017-11-08 | 1 | -3/+3 |
| | |/ | |||||
| * / | track double spending in the txpool | moneromooo-monero | 2017-11-06 | 1 | -1/+3 |
| |/ | |||||
| * | Merge pull request #2591 | Riccardo Spagni | 2017-11-06 | 4 | -22/+43 |
| |\ | |||||
| | * | Fix #2559: more flexible print_tx daemon command | binaryFate | 2017-10-08 | 4 | -22/+43 |
| * | | Merge pull request #2599 | Riccardo Spagni | 2017-10-15 | 3 | -11/+26 |
| |\ \ | |||||
| | * | | daemon: use @N syntax to output_histogram for specific amounts | moneromooo-monero | 2017-10-07 | 3 | -11/+26 |
| | |/ | |||||
