aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | simplewallet: add multisig to wallet type in wallet_info outputmoneromooo-monero2017-12-171-1/+11
| * | | | | | | wallet: guard against partly initialized multisig walletmoneromooo-monero2017-12-176-19/+82
| * | | | | | | add multisig core test and factor multisig building blocksmoneromooo-monero2017-12-1717-127/+1019
| * | | | | | | N-1/N multisigmoneromooo-monero2017-12-1712-140/+846
| * | | | | | | multisig address generation RPCmoneromooo-monero2017-12-176-6/+400
| * | | | | | | gen_multisig: generates multisig wallets if participants trust each othermoneromooo-monero2017-12-179-10/+283
| * | | | | | | wallet2: allow empty wallet filename to avoid saving datamoneromooo-monero2017-12-172-40/+58
| * | | | | | | tests: add multisig unit testsmoneromooo-monero2017-12-172-0/+179
| * | | | | | | Add N/N multisig tx generation and signingmoneromooo-monero2017-12-1718-273/+1420
| * | | | | | | wallet: add multisig key generationmoneromooo-monero2017-12-176-7/+332
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge pull request #2950Riccardo Spagni2017-12-171-1/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | cryptonote_core: fix blockchain init call after prototype changemoneromooo-monero2017-12-171-1/+1
|/ / / / / /
* | | | | | Merge pull request #2857Riccardo Spagni2017-12-176-23/+60
|\ \ \ \ \ \
| * | | | | | Scrub keys from memory just before scope end.moneromooo-monero2017-12-166-23/+60
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #2877Riccardo Spagni2017-12-1730-89/+206
|\ \ \ \ \ \
| * | | | | | Wallets now do not depend on the daemon rpc libmoneromooo-monero2017-12-163-4/+23
| * | | | | | move connection_basic and network_throttle from src/p2p to epeemoneromooo-monero2017-12-1611-14/+15
| * | | | | | cryptonote_core does not depend on p2p anymoremoneromooo-monero2017-12-1618-72/+169
| |/ / / / /
* | | | | | Merge pull request #2864Riccardo Spagni2017-12-1773-161/+212
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | move includes around to lessen overall loadmoneromooo-monero2017-12-1673-161/+212
|/ / / / /
* | | | | Merge pull request #2881Riccardo Spagni2017-12-162-37/+33
|\ \ \ \ \
| * | | | | Scheduled mandatory software upgradesxmr-eric2017-12-071-4/+4
| * | | | | Keep VRP a proper nounxmr-eric2017-12-051-1/+1
| * | | | | CONTRIBUTING.md capitalizationxmr-eric2017-12-041-11/+11
| * | | | | Shorten a title, remove a section, small editsxmr-eric2017-12-041-16/+12
| * | | | | Capitalization on first word onlyxmr-eric2017-12-041-17/+17
| * | | | | Readme.md: Normalize heading capitalizationxmr-eric2017-12-021-3/+3
| |/ / / /
* | | | | Merge pull request #2878Riccardo Spagni2017-12-167-13/+42
|\ \ \ \ \
| * | | | | rpc: add offline state in info rpcmoneromooo-monero2017-11-302-1/+5
| * | | | | core: make --offline also disable DNS lookupsmoneromooo-monero2017-11-305-12/+37
* | | | | | Merge pull request #2874Riccardo Spagni2017-12-161-0/+4
|\ \ \ \ \ \
| * | | | | | fixed linking against libreadline on OpenBSDston1th2017-11-281-0/+4
| |/ / / / /
* | | | | | Merge pull request #2873Riccardo Spagni2017-12-165-6/+6
|\ \ \ \ \ \
| * | | | | | Simplewallet.cpp: Fewer pleases in seed NOTExmr-eric2017-11-284-5/+5
| * | | | | | Fix password capitalization mismatchxmr-eric2017-11-281-1/+1
| |/ / / / /
* | | | | | Merge pull request #2871Riccardo Spagni2017-12-161-2/+2
|\ \ \ \ \ \
| * | | | | | Small cleanup of daemon synchronization outputxmr-eric2017-11-271-2/+2
| |/ / / / /
* | | | | | Merge pull request #2866Riccardo Spagni2017-12-168-41/+25
|\ \ \ \ \ \
| * | | | | | Corrections in rate limiting / trottle code, especially in 'out' directionrbrunner72017-11-288-41/+25
* | | | | | | Merge pull request #2885Riccardo Spagni2017-12-161-1/+6
|\ \ \ \ \ \ \
| * | | | | | | catch wallet decrypt false positiveRiccardo Spagni2017-12-041-1/+6
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge pull request #2860Riccardo Spagni2017-12-1622-69/+528
|\ \ \ \ \ \ \
| * | | | | | | new wipeable_string class to replace std::string passphrasesmoneromooo-monero2017-11-2715-68/+293
| * | | | | | | utils: initialize easylogging++ in on_startupmoneromooo-monero2017-11-271-0/+2
| * | | | | | | use memwipe in a few relevant placesmoneromooo-monero2017-11-272-4/+8
| * | | | | | | add a memwipe functionmoneromooo-monero2017-11-276-0/+228
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #2856Riccardo Spagni2017-12-161-1/+1
|\ \ \ \ \ \ \
| * | | | | | | rpc: increase the max number of outs one can requestmoneromooo-monero2017-11-231-1/+1
* | | | | | | | Merge pull request #2551Riccardo Spagni2017-12-162-2/+44
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | set_node command, allows setting node without restartTobias Hoffmann2017-12-062-2/+44
| | |_|/ / / / | |/| | | | |