aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix some rct tx size calculationsluigi11112016-09-011-9/+6
* Merge pull request #1029Riccardo Spagni2016-09-011-21/+33
|\
| * simplewallet: add magic and public keys to key image export filemoneromooo-monero2016-09-011-5/+30
| * simplewallet: make the key image export format binarymoneromooo-monero2016-09-011-18/+5
* | Merge pull request #1022Riccardo Spagni2016-09-012-6/+5
|\ \
| * | Remove blocks_per_sync limitsHoward Chu2016-08-312-6/+5
| |/
* | Merge pull request #1027Riccardo Spagni2016-09-011-0/+2
|\ \
| * | wallet: sanity check on histogram responsemoneromooo-monero2016-09-011-0/+2
| |/
* | Merge pull request #1021Riccardo Spagni2016-09-012-2/+2
|\ \
| * | Fix incorrect help usage for the threads option to start_miningQuanah Gibson-Mount2016-08-302-2/+2
| |/
* | Merge pull request #1018Riccardo Spagni2016-09-016-11/+18
|\ \
| * | core: faster find_blockchain_supplementmoneromooo-monero2016-08-316-11/+18
| |/
* | Merge pull request #1016Riccardo Spagni2016-09-011-1/+3
|\ \
| * | wallet: interpret 0 fee multiplier as default for sweep_all toomoneromooo-monero2016-08-301-1/+3
| |/
* | Merge pull request #1012Riccardo Spagni2016-09-011-1/+4
|\ \
| * | Show correct amount of days behind/ahead while syncingtobiasw22016-08-301-1/+4
* | | Merge pull request #1007Riccardo Spagni2016-09-012-4/+12
|\ \ \ | |_|/ |/| |
| * | cmake: merge libs via virtual object librariesredfish2016-08-302-4/+12
* | | Merge pull request #1014Riccardo Spagni2016-08-301-1/+3
|\ \ \
| * | | db_lmdb: fix reorg with "halfway rct" coinbase outputsmoneromooo-monero2016-08-291-1/+3
* | | | wallet: fix not finding enough rct fake outputsmoneromooo-monero2016-08-291-3/+8
|/ / /
* / / More for PR#999Howard Chu2016-08-291-1/+1
|/ /
* | wallet_rpc_server: return payment id in make_integrated_address RPCmoneromooo-monero2016-08-292-0/+3
* | Merge pull request #1002Riccardo Spagni2016-08-291-1/+6
|\ \
| * | core: allow empty global indices for txes with empty voutmoneromooo-monero2016-08-291-1/+6
* | | Merge pull request #999Riccardo Spagni2016-08-281-13/+14
|\ \ \ | |/ / |/| |
| * | Change default db-sync-mode to fast, not fastestHoward Chu2016-08-281-13/+14
* | | blockchain: testnet heights for v3, v4, and v5moneromooo-monero2016-08-281-0/+4
* | | ringct: remove unused codemoneromooo-monero2016-08-281-245/+0
* | | ringct: pass structure by const ref, not valuemoneromooo-monero2016-08-282-2/+2
* | | ringct: use memcpy/memset instead of handwritten loop where appropriatemoneromooo-monero2016-08-281-29/+11
* | | ringct: remove spurious copiesmoneromooo-monero2016-08-281-24/+4
* | | rct: faster Cryptonote/rct conversionsmoneromooo-monero2016-08-281-8/+8
* | | wallet: fix some "may be used uninitialized" warningsmoneromooo-monero2016-08-283-26/+25
* | | wallet: do not generate 0 changemoneromooo-monero2016-08-281-3/+6
* | | core: use full rct signatures if just one inputmoneromooo-monero2016-08-281-1/+4
* | | rct: early out on failure on verRangemoneromooo-monero2016-08-281-3/+5
* | | wallet: do not ask for duplicate histogramsmoneromooo-monero2016-08-281-0/+3
* | | wallet: transfer_selected_rct now also selects fake outsmoneromooo-monero2016-08-284-174/+95
* | | increase minimum mixin to 4 on hard fork 5moneromooo-monero2016-08-281-2/+3
* | | core: allow v1 txes after HF 5 when sweeping unmixable outputsmoneromooo-monero2016-08-282-16/+19
* | | ringct: use Cryptonote serialization to hash non prunable datamoneromooo-monero2016-08-281-21/+9
* | | New "Halfway RingCT" outputs for coinbase transactionsmoneromooo-monero2016-08-289-25/+92
* | | rct: log why verification failsmoneromooo-monero2016-08-281-9/+13
* | | rct: serialize txnFee as varintmoneromooo-monero2016-08-281-1/+1
* | | rct amount key modified as per luigi1111's recommendationsmoneromooo-monero2016-08-2813-117/+68
* | | rct: rework v2 txes into prunable and non prunable datamoneromooo-monero2016-08-286-51/+112
* | | rct: rework the verification preparation processmoneromooo-monero2016-08-285-196/+191
* | | rct: change the simple flag to a typemoneromooo-monero2016-08-286-23/+44
* | | rct: avoid the need for the last II elementShen Noether2016-08-285-51/+53