aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2902Riccardo Spagni2017-12-251-1/+0
|\
| * node_rpc_proxy: remove unused local and time callmoneromooo-monero2017-12-091-1/+0
* | Merge pull request #2899Riccardo Spagni2017-12-251-0/+1
|\ \
| * | return subaddress in get_bulk_paymentsDmitriy Plekhanov2017-12-081-0/+1
* | | Merge pull request #2891Riccardo Spagni2017-12-251-8/+8
|\ \ \
| * | | wallet2: don't write a .new file when not neededmoneromooo-monero2017-12-071-8/+8
| |/ /
* | | Merge pull request #2890Riccardo Spagni2017-12-252-8/+8
|\ \ \
| * | | version: add -master to master versionmoneromooo-monero2017-12-071-1/+1
| * | | util: allow non numeric version partsmoneromooo-monero2017-12-071-7/+7
| |/ /
* | | Merge pull request #2888Riccardo Spagni2017-12-252-3/+7
|\ \ \
| * | | wallet2: detect spends in txes without a valid public tx keymoneromooo-monero2017-12-061-1/+1
| * | | cn_deserialize: print tx extra fields in partly decoded tx extramoneromooo-monero2017-12-061-2/+6
| |/ /
* | | Fix Windows builddEBRUYNE-12017-12-231-0/+3
* | | 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
|\ \ \ \ \