summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Re-enable Travis IRC notificationsJacob Torrey2016-08-261-11/+10
| * | | | Silence coveralls to prevent 4MB logsJacob Torrey2016-08-261-1/+1
| * | | | Disabled libwallet_api_test until Issue #895 resolvedJacob Torrey2016-08-261-1/+3
| * | | | Disable core_tests on Travis-CIJacob Torrey2016-08-261-2/+11
| * | | | Added -j2 to Makefile and clean up matrixJacob Torrey2016-08-261-7/+35
| * | | | Streamline test building targetJacob Torrey2016-08-262-3/+2
| * | | | Ensure tests are built prior to testingJacob Torrey2016-08-261-1/+1
| * | | | Added coverage g++ commandsJacob Torrey2016-08-261-2/+2
| * | | | Update .travis.ymlJacob Torrey2016-08-261-0/+1
| * | | | Update for the current make environmentJacob Torrey2016-08-261-1/+1
| * | | | Fixed tab/space issue on YAMLJacob Torrey2016-08-261-36/+36
| * | | | Converted to a build matrix for testing and releaseJacob Torrey2016-08-261-42/+87
| * | | | Prep for coverallsJacob Torrey2016-08-262-1/+5
| |/ / /
* | | | Merge pull request #990Riccardo Spagni2016-08-283-4/+40
|\ \ \ \
| * | | | contrib: example systemd service and config fileredfish2016-08-263-4/+40
| | |_|/ | |/| |
* | | | Merge pull request #961Riccardo Spagni2016-08-2888-3519/+7239
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | 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
| * | tests: hard fork list must end with a 0moneromooo-monero2016-08-283-4/+4
| * | ringct: use Cryptonote serialization to hash non prunable datamoneromooo-monero2016-08-281-21/+9
| * | New "Halfway RingCT" outputs for coinbase transactionsmoneromooo-monero2016-08-2819-36/+120
| * | 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-2815-133/+85
| * | rct: rework v2 txes into prunable and non prunable datamoneromooo-monero2016-08-288-90/+153
| * | rct: rework the verification preparation processmoneromooo-monero2016-08-286-200/+195
| * | rct: change the simple flag to a typemoneromooo-monero2016-08-288-25/+46
| * | rct: avoid the need for the last II elementShen Noether2016-08-286-55/+55
| * | wallet: do not store signatures in the wallet cachemoneromooo-monero2016-08-2811-31/+95
| * | core: add some locking around pool usemoneromooo-monero2016-08-282-1/+4
| * | wallet2: factor m_spent changesmoneromooo-monero2016-08-282-26/+31
| * | wallet: always use new algorithm for RPC transfersmoneromooo-monero2016-08-282-7/+2
| * | rct: do not serialize senderPk - it is not used anymoremoneromooo-monero2016-08-283-3/+5
| * | core_tests: fix a couple pre-rct tests using rctmoneromooo-monero2016-08-281-2/+2
| * | wallet: use the prefered rct case only when enough rct outs existmoneromooo-monero2016-08-282-1/+27
| * | wallet: do not try to use rct txes a few blocks before the forkmoneromooo-monero2016-08-283-22/+31
| * | tx_pool: log why a transaction was rejected for version checksmoneromooo-monero2016-08-281-0/+3
| * | change fork settings to allow pre-rct txes for one more fork cyclemoneromooo-monero2016-08-285-14/+19