aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2792Riccardo Spagni2017-11-251-5/+107
|\
| * Implement missing miner functions on FreeBSDVasil Dimov2017-11-111-1/+105
| * Remove unused variables and fix typos in commentsVasil Dimov2017-11-111-4/+2
* | Merge pull request #2788Riccardo Spagni2017-11-258-3/+302
|\ \
| * | wallet_rpc_server: new relay_tx commandmoneromooo-monero2017-11-244-0/+72
| * | wallet: transfer RPC can now return tx metadata (pending_tx)moneromooo-monero2017-11-244-3/+100
| * | serialization: add std::set and std::unordered_set serializationmoneromooo-monero2017-11-242-0/+130
* | | Merge pull request #2785Riccardo Spagni2017-11-252-19/+80
|\ \ \
| * | | mnemonics: support for arbitrary (if multiple of 4 bytes) length datamoneromooo-monero2017-11-092-19/+80
* | | | fix for tx proof: use exception instead of error_str when signature gen failedstoffu2017-11-217-36/+14
| |/ / |/| |
* | | Merge pull request #2783Riccardo Spagni2017-11-201-0/+4
|\ \ \
| * | | Print msg upon success for commands that were silentbinaryFate2017-11-101-0/+4
* | | | Merge pull request #2768Riccardo Spagni2017-11-202-5/+10
|\ \ \ \
| * | | | Wallet RPC: Add prompt-for-password flagTim L2017-11-152-5/+10
* | | | | Tx proof (revised):stoffu2017-11-1813-527/+871
|/ / / /
* | | | simplewallet: wrong ns for input_line in sweep_single (fix #2634)stoffu2017-11-153-4/+3
* | | | Merge pull request #2778Riccardo Spagni2017-11-151-9/+8
|\ \ \ \
| * | | | fix output_stream_header memory leakMaxXor2017-11-081-9/+8
| |/ / /
* | | | Merge pull request #2773Riccardo Spagni2017-11-151-13/+12
|\ \ \ \
| * | | | Correct totals computationMichał Sałaban2017-11-081-13/+12
| |/ / /
* | | | Merge pull request #2772Riccardo Spagni2017-11-151-1/+1
|\ \ \ \
| * | | | wallet2: typo fix in error messagemoneromooo-monero2017-11-071-1/+1
| | |/ / | |/| |
* | | | Merge pull request #2771Riccardo Spagni2017-11-152-4/+16
|\ \ \ \
| * | | | kaccak: remove unused return valuemoneromooo-monero2017-11-112-4/+2
| * | | | keccak: some paranoid "can't happen" checksmoneromooo-monero2017-11-071-0/+14
| |/ / /
* | | | Merge pull request #2634Riccardo Spagni2017-11-157-0/+438
|\ \ \ \
| * | | | wallet: add sweep_single commandstoffu2017-11-157-0/+438
* | | | | Merge pull request #2628Riccardo Spagni2017-11-151-42/+19
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | wallet2: simplify incoming tx processing codemoneromooo-monero2017-11-141-42/+19
* | | | | wallet2 bugfix: loading old m_unconfirmed_paymentsstoffu2017-11-151-3/+2
* | | | | More missed readline dependencies thru scoped_message_writerHoward Chu2017-11-142-5/+2
* | | | | Fix 383ff4f68943c5d998fba8caa20aee481583f214Howard Chu2017-11-141-1/+1
* | | | | Fix e89994e98f85be95d68c7bf471fcadf9aabbc93aHoward Chu2017-11-141-1/+1
* | | | | Fix 437421ce42f1deaa7ec3f28c0c17aff519f1230dHoward Chu2017-11-141-1/+1
* | | | | Merge pull request #2789Riccardo Spagni2017-11-141-1/+1
|\ \ \ \ \
| * | | | | checkpoints: add a testnet checkpoint at 1000000moneromooo-monero2017-11-111-1/+1
| | |_|_|/ | |/| | |
* | | | | Merge pull request #2765Riccardo Spagni2017-11-141-3/+3
|\ \ \ \ \
| * | | | | simplewallet: fix in show_transfer passing wrong arg to wallet2::get_payments...stoffu2017-11-151-3/+3
* | | | | | CMake: include RPC when building GUI depsanonimal2017-11-141-33/+30
* | | | | | 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