aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* cryptonote_core: remove unused functions with off by one bugsmoneromooo-monero2017-12-184-105/+0
* blockchain: don't leave dangling pointers in thismoneromooo-monero2017-12-181-0/+2
* cryptonote_core: fix db leak on errormoneromooo-monero2017-12-182-2/+3
* use const refs in for loops for non tiny typesmoneromooo-monero2017-12-185-5/+5
* check accessing an element past the end of a containermoneromooo-monero2017-12-188-12/+46
* check return value for generate_key_derivation and derive_public_keymoneromooo-monero2017-12-182-11/+22
* catch const exceptionsmoneromooo-monero2017-12-183-6/+6
* add empty container sanity checks when using front() and back()moneromooo-monero2017-12-188-5/+31
* rpc: guard against json parsing a non objectmoneromooo-monero2017-12-181-1/+1
* checkpoints: trap failure to load JSON checkpointsmoneromooo-monero2017-12-181-1/+5
* checkpoints: pass std::string by const ref, not const valuemoneromooo-monero2017-12-182-4/+4
* fix a few leaks by throwing objects, not newed pointers to objectsmoneromooo-monero2017-12-182-6/+6
* p2p: use size_t for arbitrary counters instead of uint8_tmoneromooo-monero2017-12-181-2/+2
* cryptonote_protocol: sanity check chain hashes from peermoneromooo-monero2017-12-181-0/+6
* cryptonote_protocol: print peer versions when unexpectedmoneromooo-monero2017-12-181-6/+10
* rpc: do not try to use an invalid txid in relay_txmoneromooo-monero2017-12-181-6/+17
* 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
| |/