aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2692Riccardo Spagni2017-11-142-136/+2
|\
| * rpc: remove obsolete busy core checksmoneromooo-monero2017-11-142-136/+2
* | Merge pull request #2739Riccardo Spagni2017-11-141-10/+17
|\ \
| * | wallet2: avoid growing the short history when refreshing in a loopmoneromooo-monero2017-11-141-10/+17
| |/
* | Merge pull request #2736Riccardo Spagni2017-11-1423-290/+312
|\ \
| * | Do not build against epee_readline if it was not builtHoward Chu2017-11-143-3/+3
| * | split off readline code into epee_readlinemoneromooo-monero2017-11-143-0/+5
| * | link against readline only for monerod and wallet-wallet-{rpc,cli}moneromooo-monero2017-11-142-0/+2
| * | wallet: move some scoped_message_writer calls from the libsmoneromooo-monero2017-11-146-86/+86
| * | wallet: rejig to avoid prompting in wallet2moneromooo-monero2017-11-148-78/+97
| * | move input_line from command_line to simplewalletmoneromooo-monero2017-11-143-20/+13
| * | move cryptonote command line options to cryptonote_coremoneromooo-monero2017-11-1410-108/+111
| |/
* | Merge pull request #2644Riccardo Spagni2017-11-143-1/+10
|\ \
| * | make this build on SunOS/SolarisPavel Maryanov2017-11-143-1/+10
| |/
* | Merge pull request #2636Riccardo Spagni2017-11-141-338/+101
|\ \
| * | simplewallet: factor transfer related exception handlingmoneromooo-monero2017-11-141-338/+101
| |/
* | Merge pull request #2629Riccardo Spagni2017-11-1419-45/+42
|\ \ | |/ |/|
| * remove "using namespace std" from headersmoneromooo-monero2017-11-1419-45/+42
* | Merge pull request #2756Riccardo Spagni2017-11-144-0/+0
|\ \
| * | Fix file permission issueTim L2017-11-034-0/+0
* | | Merge pull request #2755Riccardo Spagni2017-11-141-2/+2
|\ \ \
| * | | Used declared default refresh status as default rather than it's current valueMaxime THIEBAUT2017-11-031-2/+2
| |/ /
* | | Merge pull request #2753Riccardo Spagni2017-11-142-0/+4
|\ \ \
| * | | RPC: get_info add rpc_connections_countTim L2017-11-072-1/+5
* | | | Merge pull request #2752Riccardo Spagni2017-11-141-1/+1
|\ \ \ \
| * | | | updates: add a special case for "install-" build tags on windowsmoneromooo-monero2017-11-031-1/+1
* | | | | Merge pull request #2750Riccardo Spagni2017-11-141-6/+6
|\ \ \ \ \
| * | | | | Fix 'sweep_all' command when called with no argsLeon Klingele2017-11-031-6/+6
| |/ / / /
* | | | | Merge pull request #2749Riccardo Spagni2017-11-141-4/+0
|\ \ \ \ \
| * | | | | Disguise password length in promptLeon Klingele2017-11-031-4/+0
| |/ / / /
* | | | | Merge pull request #2747Riccardo Spagni2017-11-141-2/+3
|\ \ \ \ \
| * | | | | simplewallet: mark the active account in print_accountsmoneromooo-monero2017-11-021-2/+3
| |/ / / /
* | | | | Merge pull request #2745Riccardo Spagni2017-11-143-3/+0
|\ \ \ \ \
| * | | | | Remove wallet dependency on p2pmoneromooo-monero2017-11-023-3/+0
| |/ / / /
* | | | | Merge pull request #2742Riccardo Spagni2017-11-142-2/+8
|\ \ \ \ \
| * | | | | Increase LMDB maxreaders if large number of threads in useHoward Chu2017-11-021-0/+6
| * | | | | Use max_concurrency as-isHoward Chu2017-11-021-2/+2
* | | | | | Merge pull request #2738Riccardo Spagni2017-11-141-0/+57
|\ \ \ \ \ \
| * | | | | | rpc: add performance timersmoneromooo-monero2017-10-301-0/+57
| |/ / / / /
* | | | | | Merge pull request #2735Riccardo Spagni2017-11-142-1/+4
|\ \ \ \ \ \
| * | | | | | rpc: added miner_tx_hash to resp of getblockstoffu2017-11-142-1/+4
* | | | | | | Merge pull request #2727Riccardo Spagni2017-11-141-1/+14
|\ \ \ \ \ \ \
| * | | | | | | wallet2: do not bother downloading block hashes below last checkpointmoneromooo-monero2017-10-311-1/+14
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #2624Riccardo Spagni2017-11-144-16/+39
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | simplewallet: forbid 0 ring sizemoneromooo-monero2017-11-141-0/+10
| * | | | | | simplewallet: reject attempts to use too low mixin earlymoneromooo-monero2017-11-144-16/+29
* | | | | | | Merge pull request #2701Riccardo Spagni2017-11-142-2/+4
|\ \ \ \ \ \ \
| * | | | | | | Wallet API: override update subdir when built from srcJaquee2017-10-292-2/+4
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #2697Riccardo Spagni2017-11-142-24/+49
|\ \ \ \ \ \ \
| * | | | | | | wallet2: use a vector, not a list, for selected_transfersmoneromooo-monero2017-11-132-24/+49
| | |_|/ / / / | |/| | | | |