aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2134Riccardo Spagni2017-12-1731-368/+3829
|\
| * change the N-1/N multisig second message signer for authmoneromooo-monero2017-12-171-10/+9
| * wallet: factor multisig info parsingmoneromooo-monero2017-12-174-102/+68
| * wallet: use raw encrypted data in multisig import/export RPCmoneromooo-monero2017-12-175-163/+73
| * wallet: add multisig sign/submit RPCmoneromooo-monero2017-12-176-108/+465
| * Match surae's recommendation to derive multisig keysmoneromooo-monero2017-12-175-33/+43
| * wallet2: fix slow multisig unit tests with subaddress patchmoneromooo-monero2017-12-172-8/+47
| * make multisig work with subaddressesmoneromooo-monero2017-12-177-75/+78
| * simplewallet: add export_raw_multisig commandmoneromooo-monero2017-12-172-0/+74
| * simplewallet: add multisig to wallet type in wallet_info outputmoneromooo-monero2017-12-171-1/+11
| * wallet: guard against partly initialized multisig walletmoneromooo-monero2017-12-175-14/+70
| * add multisig core test and factor multisig building blocksmoneromooo-monero2017-12-1711-127/+303
| * N-1/N multisigmoneromooo-monero2017-12-1711-133/+827
| * multisig address generation RPCmoneromooo-monero2017-12-176-6/+400
| * gen_multisig: generates multisig wallets if participants trust each othermoneromooo-monero2017-12-178-2/+275
| * wallet2: allow empty wallet filename to avoid saving datamoneromooo-monero2017-12-171-29/+57
| * Add N/N multisig tx generation and signingmoneromooo-monero2017-12-1716-263/+1410
| * wallet: add multisig key generationmoneromooo-monero2017-12-176-7/+332
* | cryptonote_core: fix blockchain init call after prototype changemoneromooo-monero2017-12-171-1/+1
|/
* Merge pull request #2857Riccardo Spagni2017-12-174-22/+58
|\
| * Scrub keys from memory just before scope end.moneromooo-monero2017-12-164-22/+58
* | Merge pull request #2877Riccardo Spagni2017-12-1724-1291/+179
|\ \
| * | 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-169-1217/+3
| * | cryptonote_core does not depend on p2p anymoremoneromooo-monero2017-12-1614-71/+154
| |/
* / move includes around to lessen overall loadmoneromooo-monero2017-12-1640-80/+112
|/
* 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 #2873Riccardo Spagni2017-12-162-3/+3
|\ \
| * | Simplewallet.cpp: Fewer pleases in seed NOTExmr-eric2017-11-281-2/+2
| * | 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-167-36/+21
|\ \
| * | Corrections in rate limiting / trottle code, especially in 'out' directionrbrunner72017-11-287-36/+21
* | | 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-1613-64/+224
|\ \ \ \
| * | | | new wipeable_string class to replace std::string passphrasesmoneromooo-monero2017-11-279-63/+64
| * | | | 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-273-0/+153
| | |/ / | |/| |
* | | | 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
| | |_|/ / | |/| | |
* | | | | Merge pull request #2913Riccardo Spagni2017-12-121-0/+4
|\ \ \ \ \
| * | | | | cryptonote_protocol: fix corner case looping asking for same block hashesmoneromooo-monero2017-12-031-0/+4
| |/ / / /
* | | | | ringct: always use outPk.mask to decode amountsmoneromooo-monero2017-12-091-19/+3