aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-08-30tests: cmake: fix building with system gtestredfish6-9/+10
2016-08-30tests: cmake: use a list for enabled testsredfish1-6/+12
2016-08-30cmake: tests: gtest target is not always defined #983redfish1-2/+9
2016-08-29Merge pull request #1006Riccardo Spagni1-1/+1
2016-08-29Merge pull request #1005Riccardo Spagni1-1/+3
2016-08-29More for PR#999Howard Chu1-1/+1
2016-08-29Prevent core_tests from building under TravisJacob Torrey1-1/+3
2016-08-29Merge pull request #1004Riccardo Spagni2-0/+3
2016-08-29wallet_rpc_server: return payment id in make_integrated_address RPCmoneromooo-monero2-0/+3
2016-08-29Merge pull request #1002Riccardo Spagni1-1/+6
2016-08-29core: allow empty global indices for txes with empty voutmoneromooo-monero1-1/+6
2016-08-29Merge pull request #998Riccardo Spagni1-0/+5
2016-08-28cmake: define a default build typeredfish1-0/+5
2016-08-28Merge pull request #1000Riccardo Spagni1-3/+3
2016-08-28Merge pull request #999Riccardo Spagni1-13/+14
2016-08-28Merge pull request #997Riccardo Spagni3-116/+131
2016-08-28Merge pull request #995Riccardo Spagni1-2/+12
2016-08-28Merge pull request #994Riccardo Spagni1-1/+1
2016-08-28Merge pull request #992Riccardo Spagni5-37/+121
2016-08-28Merge pull request #990Riccardo Spagni3-4/+40
2016-08-28Merge pull request #961Riccardo Spagni88-3519/+7239
2016-08-28blockchain: testnet heights for v3, v4, and v5moneromooo-monero1-0/+4
2016-08-28ringct: remove unused codemoneromooo-monero1-245/+0
2016-08-28ringct: pass structure by const ref, not valuemoneromooo-monero2-2/+2
2016-08-28ringct: use memcpy/memset instead of handwritten loop where appropriatemoneromooo-monero1-29/+11
2016-08-28ringct: remove spurious copiesmoneromooo-monero1-24/+4
2016-08-28rct: faster Cryptonote/rct conversionsmoneromooo-monero1-8/+8
2016-08-28wallet: fix some "may be used uninitialized" warningsmoneromooo-monero3-26/+25
2016-08-28wallet: do not generate 0 changemoneromooo-monero1-3/+6
2016-08-28core: use full rct signatures if just one inputmoneromooo-monero1-1/+4
2016-08-28rct: early out on failure on verRangemoneromooo-monero1-3/+5
2016-08-28wallet: do not ask for duplicate histogramsmoneromooo-monero1-0/+3
2016-08-28wallet: transfer_selected_rct now also selects fake outsmoneromooo-monero4-174/+95
2016-08-28increase minimum mixin to 4 on hard fork 5moneromooo-monero1-2/+3
2016-08-28core: allow v1 txes after HF 5 when sweeping unmixable outputsmoneromooo-monero2-16/+19
2016-08-28tests: hard fork list must end with a 0moneromooo-monero3-4/+4
2016-08-28ringct: use Cryptonote serialization to hash non prunable datamoneromooo-monero1-21/+9
2016-08-28New "Halfway RingCT" outputs for coinbase transactionsmoneromooo-monero19-36/+120
2016-08-28rct: log why verification failsmoneromooo-monero1-9/+13
2016-08-28rct: serialize txnFee as varintmoneromooo-monero1-1/+1
2016-08-28rct amount key modified as per luigi1111's recommendationsmoneromooo-monero15-133/+85
2016-08-28rct: rework v2 txes into prunable and non prunable datamoneromooo-monero8-90/+153
2016-08-28rct: rework the verification preparation processmoneromooo-monero6-200/+195
2016-08-28rct: change the simple flag to a typemoneromooo-monero8-25/+46
2016-08-28rct: avoid the need for the last II elementShen Noether6-55/+55
2016-08-28wallet: do not store signatures in the wallet cachemoneromooo-monero11-31/+95
2016-08-28core: add some locking around pool usemoneromooo-monero2-1/+4
2016-08-28wallet2: factor m_spent changesmoneromooo-monero2-26/+31
2016-08-28wallet: always use new algorithm for RPC transfersmoneromooo-monero2-7/+2
2016-08-28rct: do not serialize senderPk - it is not used anymoremoneromooo-monero3-3/+5
2016-08-28core_tests: fix a couple pre-rct tests using rctmoneromooo-monero1-2/+2
2016-08-28wallet: use the prefered rct case only when enough rct outs existmoneromooo-monero2-1/+27
2016-08-28wallet: do not try to use rct txes a few blocks before the forkmoneromooo-monero3-22/+31
2016-08-28tx_pool: log why a transaction was rejected for version checksmoneromooo-monero1-0/+3
2016-08-28change fork settings to allow pre-rct txes for one more fork cyclemoneromooo-monero5-14/+19
2016-08-28simplewallet: better check_tx_key feedbackmoneromooo-monero1-2/+20
2016-08-28rct: make the amount key derivable by a third party with the tx keymoneromooo-monero12-92/+140
2016-08-28rct: do not serialize public keys in outPkmoneromooo-monero8-34/+87
2016-08-28wallet2_api: zero amounts are now allowed with rctmoneromooo-monero1-6/+0
2016-08-28wallet2_api: update on_money_{received,spent} prototypes for rct changesmoneromooo-monero1-4/+2
2016-08-28rpc: send global indices along with blocks/transacions on refreshmoneromooo-monero4-35/+78
2016-08-28core: always use the new simple rct variantmoneromooo-monero1-1/+1
2016-08-28tests: add tests for wallet output selectionmoneromooo-monero2-1/+100
2016-08-28wallet: better tx input selectionmoneromooo-monero2-29/+77
2016-08-28rct: use the already defined H where possiblemoneromooo-monero1-2/+1
2016-08-28wallet: handle 0 change properlymoneromooo-monero1-7/+8
2016-08-28port get_tx_key/check_tx_key to rctmoneromooo-monero10-34/+181
2016-08-28tests: add basic tests for simple rct apimoneromooo-monero1-44/+378
2016-08-28integrate simple rct apimoneromooo-monero11-182/+394
2016-08-28serialization: add override for serializing boolmoneromooo-monero1-0/+6
2016-08-28ringct: optimization/cleanup of hash functionsShen Noether3-22/+45
2016-08-28ringct: "simple" ringct variantShen Noether6-3/+262
2016-08-28wallet: rct specific output selectionmoneromooo-monero2-3/+125
2016-08-28wallet: make sweep_all work with rct txes toomoneromooo-monero1-7/+21
2016-08-28mixable transactions must be rct for v3moneromooo-monero4-6/+33
2016-08-28wallet: factor transfer_rct code with transfer codemoneromooo-monero4-267/+42
2016-08-28Condition v2 txes on v3 hard forkmoneromooo-monero2-1/+12
2016-08-28move the rct commitments to the output_amounts databasemoneromooo-monero8-195/+63
2016-08-28rct: add the tx prefix hash into the MLSAGmoneromooo-monero6-9/+43
2016-08-28ringct: fix size unit mismatch calling keccakmoneromooo-monero1-1/+1
2016-08-28ringct: do not serialize what can be reconstructedmoneromooo-monero8-71/+145
2016-08-28Add rct core testsmoneromooo-monero7-10/+764
2016-08-28Use the supplied hard fork version in validate_miner_transactionmoneromooo-monero1-1/+1
2016-08-28wallet: update spent status when an accepted tx disappearsmoneromooo-monero1-0/+19
2016-08-28wallet: reset output spent status on blockchain reorgmoneromooo-monero2-11/+61
2016-08-28ringct: catch errors from ge_frombytes_vartimemoneromooo-monero1-11/+12
2016-08-28tests: test for ringct rctSig data sizesmoneromooo-monero1-3/+44
2016-08-28ringct: add missing size check for ecdhInfomoneromooo-monero1-0/+1
2016-08-28ringct: change asserts to return false for boolean functionsmoneromooo-monero1-10/+10
2016-08-28add rct to the protocolmoneromooo-monero26-274/+1208
2016-08-28db_lmdb: update reset for recent db changesmoneromooo-monero1-0/+10
2016-08-28ringct: add functions to commit to an amountmoneromooo-monero2-0/+21
2016-08-28make rct tx serialization workmoneromooo-monero4-28/+305
2016-08-28crypto: error out where appropriatemoneromooo-monero1-2/+2
2016-08-28ringct: allow no outputs, and add tests for this and feesmoneromooo-monero2-33/+75
2016-08-28ringct: make fee optionalmoneromooo-monero1-2/+9
2016-08-28ringct: txn fee stuffShen Noether4-13/+85
2016-08-28ringct: new {gen,decode}Rct APIs for conveniencemoneromooo-monero2-11/+27
2016-08-28ringct: add more convenience functionsmoneromooo-monero1-4/+14
2016-08-28core: link against libringctmoneromooo-monero1-0/+1
2016-08-28core: new /getrandom_rctouts.bin binary RPC callmoneromooo-monero7-0/+192
2016-08-28ringct: add convenience functions to bridge ringct and cryptonotemoneromooo-monero1-0/+5
2016-08-28blockchain_db: add functions for adding/removing/getting rct commitmentsmoneromooo-monero4-0/+157
2016-08-28ringct: restore verRange check in debug modemoneromooo-monero1-1/+1
2016-08-28ringct: add check for destinations/amount size being equalmoneromooo-monero1-0/+1
2016-08-28ringct: fix off by 1 in mixin usagemoneromooo-monero1-3/+3
2016-08-28ringct: simplify random key generationmoneromooo-monero1-7/+2
2016-08-28tests: new ringct test for checking H2 valuesShen Noether1-0/+11
2016-08-28ringct: cosmetic fixesShen Noether4-46/+9
2016-08-28ringct: changes to hashToPointSimple to calcualte H2 valuesShen Noether1-0/+5
2016-08-28ringct: compare keys with bitwise equality, not crypto opsShen Noether1-7/+6
2016-08-28ringct: fix size argument to cn_fast_hashShen Noether1-1/+1
2016-08-28tests: zero inputs/outputs are in fact supposed to be acceptedmoneromooo-monero1-14/+14
2016-08-28ringct: add a test for prooveRange being non deterministicmoneromooo-monero1-0/+9
2016-08-28Fix sc_0 to skGen in ProveRangeShen Noether1-1/+1
2016-08-28ringct: add a few consts where appropriatemoneromooo-monero2-6/+6
2016-08-28tests: more ringct range proof testsmoneromooo-monero2-1/+246
2016-08-28rct: add serialization machinery to rct typesmoneromooo-monero2-10/+61
2016-08-28serialization: declare do_serialize specializations before usemoneromooo-monero2-1/+6
2016-08-28Added note on generating H2Shen Noether1-1/+2
2016-08-28Fixed missing last index H2Shen Noether1-1/+2
2016-08-28remove original Cryptonote blockchain_storage blockchain formatmoneromooo-monero24-2966/+8
2016-08-28ringct: lock access to the PRNGmoneromooo-monero1-2/+2
2016-08-28ringct: add simple input validationmoneromooo-monero2-32/+74
2016-08-28tests: add some more ringct building block testsmoneromooo-monero1-1/+50
2016-08-28ringct: add convenience operators to keymoneromooo-monero1-0/+4
2016-08-28tests: add Shen Noether's basic ringct testsmoneromooo-monero2-1/+209
2016-08-28ringct: import of Shen Noether's ring confidential transactionsmoneromooo-monero15-13/+2410
2016-08-28Change default db-sync-mode to fast, not fastestHoward Chu1-13/+14
2016-08-28cmake: define ARM var for all ARM arch variantsredfish1-12/+16
2016-08-28minor README changes, also I wanted to grab PR #1000Riccardo Spagni1-3/+3
2016-08-28cmake: ARM: exclude libunwind in static buildredfish1-1/+2
2016-08-28make: remove NO_AES from arm targetsredfish1-2/+2
2016-08-28make: make the ARM release targets statically linkedredfish1-4/+4
2016-08-28readme: editted install/build instructions for clarityredfish1-80/+91
2016-08-28Revert "makefile: remove unnecessary ARM-specific targets"redfish1-0/+8
2016-08-28Revert "Interpret x86_64 as x86-64 for architecture"redfish1-5/+1
2016-08-28cmake: don't set ARCH from CMAKE_SYSTEM_PROCESSORredfish1-27/+22
2016-08-27cmake: pass -static when STATIC=ON on Windowsredfish1-2/+12
2016-08-27Build: move Travis IRC notification channelanonimal1-1/+1
2016-08-27remove -Wall from coverage argumentsJacob Torrey1-2/+2
2016-08-27Build the core_tests under TravisJacob Torrey1-4/+1
2016-08-26contrib: example systemd service and config fileredfish3-4/+40
2016-08-26Streamline release-test targetJacob Torrey1-2/+2
2016-08-26Update badge to point to monero's coverallsJacob Torrey1-1/+1
2016-08-26Re-enable Travis IRC notificationsJacob Torrey1-11/+10
2016-08-26Silence coveralls to prevent 4MB logsJacob Torrey1-1/+1
2016-08-26Disabled libwallet_api_test until Issue #895 resolvedJacob Torrey1-1/+3
2016-08-26Disable core_tests on Travis-CIJacob Torrey1-2/+11
2016-08-26Added -j2 to Makefile and clean up matrixJacob Torrey1-7/+35
2016-08-26Streamline test building targetJacob Torrey2-3/+2
2016-08-26Ensure tests are built prior to testingJacob Torrey1-1/+1
2016-08-26Added coverage g++ commandsJacob Torrey1-2/+2
2016-08-26Update .travis.ymlJacob Torrey1-0/+1
2016-08-26Update for the current make environmentJacob Torrey1-1/+1
2016-08-26Fixed tab/space issue on YAMLJacob Torrey1-36/+36
2016-08-26Converted to a build matrix for testing and releaseJacob Torrey1-42/+87
2016-08-26Prep for coverallsJacob Torrey2-1/+5
2016-08-26Merge pull request #991Riccardo Spagni1-4/+12
2016-08-26db_lmdb: do not try to modify the database in read only modemoneromooo-monero1-4/+12
2016-08-26Merge pull request #989Riccardo Spagni1-1/+1
2016-08-26Merge pull request #986Riccardo Spagni1-1/+1
2016-08-26Merge pull request #984Riccardo Spagni2-2/+5
2016-08-26Merge pull request #982Riccardo Spagni1-1/+1
2016-08-26Merge pull request #978Riccardo Spagni3-5/+103
2016-08-26Merge pull request #976Riccardo Spagni1-1/+8
2016-08-25README.md: Boost version updated for windowstobiasw21-1/+1
2016-08-24Merge pull request #988Riccardo Spagni1-0/+1
2016-08-24added Symas as a sponsorRiccardo Spagni1-0/+1
2016-08-24Merge pull request #981Riccardo Spagni1-1/+1
2016-08-24Merge branch 'ranok-patch-1'Riccardo Spagni1-8/+4
2016-08-24resolved conflicts in readme.mdRiccardo Spagni1-8/+4
2016-08-24Update README.i18narb0r1-1/+1
2016-08-23Fix fake 'network synchronized, begin using' messagesThomas Winget2-2/+5
2016-08-24fix #691 removed help about leaving wallet name empty on --generate-new-walletguzzi_jones1-1/+1
2016-08-23Docs: re-introduce Boost 1.58 min req from 2a2b655anonimal1-1/+1
2016-08-23libwallet_api: tests: checking for result while opening walletIlya Kitaev1-4/+6
2016-08-23libwallet_api: Wallet::amountFromString fixedIlya Kitaev2-1/+24
2016-08-23libwallet_api: helper method to return maximumAllowedAmountIlya Kitaev2-0/+6
2016-08-22Merge branch 'radfish-PR--readme-clarify-conf-syntax'Riccardo Spagni1-7/+44
2016-08-22fix README conflictsRiccardo Spagni1-7/+44
2016-08-22Merge pull request #972Riccardo Spagni1-1/+1
2016-08-22Merge pull request #970Riccardo Spagni1-0/+3
2016-08-22Merge pull request #968Riccardo Spagni1-0/+1
2016-08-22Merge pull request #967Riccardo Spagni1-1/+3
2016-08-22Merge pull request #964Riccardo Spagni2-8/+4
2016-08-22README formattingJacob Torrey1-4/+4
2016-08-22libwallet_api: tests: removed logged passwordsIlya Kitaev1-2/+2
2016-08-22libwallet_api: do not store wallet on close if status is not okIlya Kitaev2-5/+72
2016-08-21readme: format Windows deps as a listredfish1-1/+8
2016-08-21readme: formatting for rlwrap command snippetredfish1-2/+6
2016-08-21simplewallet: default to max-concurrency 1 on MacOS Xmoneromooo-monero1-1/+8
2016-08-20readme: add deps for documentationredfish1-1/+6
2016-08-20readme: add deps: miniupnpc and libunwindredfish1-0/+2
2016-08-20readme: add pkg-config depredfish1-0/+1
2016-08-20readme: decrease size of sponsor logosredfish1-1/+6
2016-08-20readme: format dependencies into a list #951redfish1-2/+15
2016-08-20readme: clarify conf syntax re leading dashesredfish1-1/+1
2016-08-19cmake: fix typo in handling of STACK_TRACEredfish1-1/+1
2016-08-17wallet: store key images after importing themmoneromooo-monero1-0/+3