aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-09-15unit_tests: sanity check on transaction weightmoneromooo-monero1-0/+32
2018-09-14Merge pull request #4381Riccardo Spagni1-5/+9
2018-09-14blockchain_blackball: s/return false;/return 0;/moneromooo-monero1-1/+1
2018-09-14blockchain_blackball: use %zu for size_tmoneromooo-monero1-2/+2
2018-09-14blockchain_blackball: use mdb_size_t where appropriatemoneromooo-monero1-1/+1
2018-09-14blockchain_blackball: error out on fgets errormoneromooo-monero1-1/+5
2018-09-14Merge pull request #4324Riccardo Spagni4-56/+83
2018-09-14wallet: ask-password can now ask without encrypting the secret spend keymoneromooo-monero4-56/+83
2018-09-14Merge pull request #4347Riccardo Spagni1-1/+1
2018-09-14Merge pull request #4337Riccardo Spagni1-1/+6
2018-09-14Merge pull request #4336Riccardo Spagni1-0/+1
2018-09-14Merge pull request #4332Riccardo Spagni3-113/+47
2018-09-14Merge pull request #4331Riccardo Spagni1-1/+1
2018-09-14Merge pull request #4330Riccardo Spagni1-3/+13
2018-09-14Merge pull request #4329Riccardo Spagni1-6/+0
2018-09-14Merge pull request #4326Riccardo Spagni7-10/+34
2018-09-14Merge pull request #4380Riccardo Spagni1-0/+2
2018-09-14Merge pull request #4372Riccardo Spagni1-1/+1
2018-09-14cn_deserialize: comment out pruned tx casemoneromooo-monero1-0/+2
2018-09-14Merge pull request #4253Riccardo Spagni16-955/+18
2018-09-14remove obsolete daemon selection of fake outs and old tx constructionmoneromooo-monero16-955/+18
2018-09-14Merge pull request #4309Riccardo Spagni1-4/+14
2018-09-14Merge pull request #4307Riccardo Spagni1-4/+20
2018-09-14Merge pull request #4286Riccardo Spagni1-49/+66
2018-09-14Merge pull request #4260Riccardo Spagni7-297/+1237
2018-09-14Merge pull request #4254Riccardo Spagni1-0/+4
2018-09-14Merge pull request #4251Riccardo Spagni1-1/+1
2018-09-14Merge pull request #4232Riccardo Spagni1-0/+3
2018-09-14Merge pull request #4221Riccardo Spagni1-5/+9
2018-09-14Merge pull request #4208Riccardo Spagni1-32/+80
2018-09-14Merge pull request #4178Riccardo Spagni1-0/+8
2018-09-14Merge pull request #4154Riccardo Spagni1-3/+15
2018-09-14Merge pull request #4147Riccardo Spagni3-0/+1187
2018-09-13One build directory per branch/arch.cslashm1-49/+66
2018-09-13tx_pool: make the max tx size a consensus rule from v8moneromooo-monero1-1/+1
2018-09-13Add bulletproof supportcslashm1-1/+1
2018-09-11Merge pull request #4342Riccardo Spagni2-2/+6
2018-09-11Merge pull request #4352Riccardo Spagni1-9/+0
2018-09-11NetBSD supportthomasvaughan7-10/+34
2018-09-11Merge pull request #4219Riccardo Spagni95-1236/+5669
2018-09-11blockchain: add a testnet v9 a day after v8moneromooo-monero1-0/+1
2018-09-11wallet2: bump testnet rollback to account for coming reorgmoneromooo-monero1-1/+1
2018-09-11bulletproofs: #include <openssl/bn.h>moneromooo-monero1-0/+1
2018-09-11bulletproofs: speed up the latest changes a bitmoneromooo-monero7-34/+67
2018-09-11bulletproofs: scale points by 8 to ensure subgroup validitymoneromooo-monero4-19/+33
2018-09-11bulletproofs: match aggregated verification to sarang's latest prototypemoneromooo-monero1-64/+39
2018-09-11performance_tests: add padded bulletproof constructionmoneromooo-monero2-2/+14
2018-09-11core_tests: add a test for 4-aggregated BP verificationmoneromooo-monero3-0/+16
2018-09-11fuzz_tests: add a bulletproof fuzz testmoneromooo-monero4-3/+88
2018-09-11more comprehensive test for ge_p3 comparison to identity/point at infinitymoneromooo-monero3-6/+21
2018-09-11unit_tests: add a few more multiexp unit testsmoneromooo-monero1-2/+52
2018-09-11core_tests: add a test for a tx with empty bulletproofmoneromooo-monero3-0/+20
2018-09-11multiexp: fix maxscalar off by onemoneromooo-monero1-1/+1
2018-09-11ringct: error out when hashToPoint* returns the point at infinitymoneromooo-monero2-1/+4
2018-09-11cryptonote_basic: check output type before using itmoneromooo-monero1-0/+7
2018-09-11ringct: prevent a potential very large allocationmoneromooo-monero1-2/+2
2018-09-11crypto: some paranoid checks in generate_signature/check_signaturemoneromooo-monero1-1/+11
2018-09-11crypto: never return zero in random32_unbiasedmoneromooo-monero1-1/+1
2018-09-11multiexp: fix wrong Bos-Coster result for 1 non trivial inputmoneromooo-monero1-3/+7
2018-09-11Check inputs to addKeys are in rangemoneromooo-monero2-0/+6
2018-09-11bulletproofs: reject x, y, z, or w[i] being zeromoneromooo-monero1-2/+63
2018-09-11v8: per byte fee, pad bulletproofs, fixed 11 ring sizemoneromooo-monero55-877/+1240
2018-09-11bulletproofs: a few fixes from the Kudelski reviewmoneromooo-monero4-15/+23
2018-09-11bulletproofs: reject points not in the main subgroupmoneromooo-monero6-0/+97
2018-09-11bulletproofs: speed up a few multiplies using existing Hi cachemoneromooo-monero1-2/+11
2018-09-11Add Pippenger cache and limit Straus cache sizemoneromooo-monero5-39/+217
2018-09-11add pippenger unit testsmoneromooo-monero1-0/+55
2018-09-11performance_tests: add stats and loop count multiplier optionsmoneromooo-monero2-317/+409
2018-09-11perf_timer: split timer class into a base one and a logging onemoneromooo-monero2-14/+42
2018-09-11performance_tests: add aggregated bulletproof tx verificationmoneromooo-monero2-0/+81
2018-09-11Pippenger multiexpmoneromooo-monero5-4/+284
2018-09-11multiexp: cut down on memory allocationsmoneromooo-monero1-15/+13
2018-09-11precalc the ge_p3 representation of Hmoneromooo-monero5-14/+26
2018-09-11performance_tests: document the tested bulletproof layoutsmoneromooo-monero1-8/+8
2018-09-11unit_tests: a couple more bulletproof unit tests for gammamoneromooo-monero1-0/+19
2018-09-11require canonical multi output bulletproof layoutmoneromooo-monero4-13/+42
2018-09-11Add a define for the max number of bulletproof multi-outputsmoneromooo-monero3-2/+5
2018-09-11Bulletproof aggregated verification and testsmoneromooo-monero21-170/+840
2018-09-11multiexp: some speedupsmoneromooo-monero3-28/+121
2018-09-11aligned: aligned memory alloc/realloc/freemoneromooo-monero5-3/+272
2018-09-11performance_tests: add signature generation/verificationmoneromooo-monero3-0/+72
2018-09-11bulletproofs: add aggregated verificationmoneromooo-monero11-231/+425
2018-09-11make straus cached mode thread safe, and add tests for itmoneromooo-monero7-32/+230
2018-09-11multiexp: bos coster now works for just one pointmoneromooo-monero1-1/+11
2018-09-11bulletproofs: add multi output bulletproofs to rctmoneromooo-monero13-97/+247
2018-09-11performance_tests: add tx checking tests with more than 2 outputsmoneromooo-monero2-12/+23
2018-09-11performance_tests: add a --verbose flag, and default to tersemoneromooo-monero2-121/+135
2018-09-11add Straus multiexpmoneromooo-monero6-150/+279
2018-09-11ringct: add bos coster multiexpmoneromooo-monero4-51/+455
2018-09-11bulletproofs: misc optimizationsmoneromooo-monero1-23/+87
2018-09-11performance_tests: add crypto opsmoneromooo-monero3-0/+133
2018-09-11performance_tests: add bulletproofsmoneromooo-monero3-0/+73
2018-09-11performance_tests: add RingCT MLSAG gen/ver testsmoneromooo-monero1-0/+10
2018-09-11performance_tests: add (Borromean) range proofsmoneromooo-monero3-0/+68
2018-09-11bulletproofs: multi-output bulletproofsmoneromooo-monero4-32/+339
2018-09-11performance_tests: don't override log level to 0moneromooo-monero1-1/+0
2018-09-11Merge pull request #4218Riccardo Spagni5-56/+577
2018-09-10Merge pull request #4293luigi11115-54/+62
2018-09-10Merge pull request #4256luigi11112-7/+3
2018-09-10Merge pull request #4230luigi11111-1024/+1024
2018-09-10Merge pull request #4007luigi11113-0/+59
2018-09-10blockchain_blackball: add --force-chain-reaction-pass flagmoneromooo-monero1-1/+4
2018-09-10record blackballs as amount/offset, and add export abilitymoneromooo-monero7-103/+287
2018-09-09Cryptonight variant 2SChernykh5-56/+577
2018-09-09wallet_rpc_server: remove some unused codemoneroexamples1-9/+0
2018-09-09blockchain_blackball: more optimizationsmoneromooo-monero1-45/+86
2018-09-09blockchain_blackball: do not process duplicate blockchains partsmoneromooo-monero1-0/+76
2018-09-09blockchain_blackball: make it clear secondary passes are not incrementalmoneromooo-monero1-1/+12
2018-09-09blockchain_blackball: detect spent outputs by partial ring reusemoneromooo-monero1-0/+35
2018-09-09blockchain_blackball: fix chain reaction phase in incremental modemoneromooo-monero1-41/+35
2018-09-09blockchain_blackball: avoid false positives for different amountsmoneromooo-monero1-8/+12
2018-09-09blockchain_blackball: set transaction looping txn to read onlymoneromooo-monero1-1/+1
2018-09-09blockchain_blackball: add statsmoneromooo-monero1-2/+94
2018-09-09blockchain_blackball: support pre-v2 databasesmoneromooo-monero1-79/+123
2018-09-09blockchain_blackball: use LMDB for the cachemoneromooo-monero1-137/+561
2018-09-09ringdb: allow blackballing many outputs at oncemoneromooo-monero4-45/+77
2018-09-09CMakeLists.txt: detect -fcf-protection=full and -fstack-clash-protectionmoneromooo-monero1-0/+8
2018-09-09abstract_tcp_server2: fix binding to the wrong IPmoneromooo-monero1-4/+4
2018-09-08wallet2: fix secondary partially signed multisig txesmoneromooo-monero1-1/+1
2018-09-08wallet_rpc_server: error out if wallet-file and wallet-dir are both usedmoneromooo-monero1-1/+6
2018-09-06Windows: don't preset CMAKE_SYSTEM_NAMEiDunk54002-2/+6
2018-09-05wallet rpc: Add close_wallet RPCGuillaume LE VAILLANT3-0/+59
2018-09-04Merge pull request #4290luigi11111-4/+6
2018-09-04Merge pull request #4271luigi11111-8/+8
2018-09-04Merge pull request #4298luigi11111-0/+8
2018-09-04Merge pull request #4295luigi11111-1/+1
2018-09-04ringct: make conversion functions return const refsmoneromooo-monero1-8/+8
2018-09-04Merge pull request #4294luigi11116-147/+102
2018-09-04Merge pull request #4276luigi11111-7/+1
2018-09-04Merge pull request #4275luigi11112-0/+151
2018-09-04Merge pull request #4274luigi11111-1/+0
2018-09-04Merge pull request #4270luigi11114-3/+29
2018-09-04Merge pull request #4269luigi11113-1/+54
2018-09-04Merge pull request #4268luigi11114-3/+15
2018-09-04Merge pull request #4264luigi11111-1/+1
2018-09-04Merge pull request #4263luigi11111-2/+0
2018-09-04Merge pull request #4262luigi11111-9/+37
2018-09-04Merge pull request #4259luigi11112-0/+88
2018-09-04Merge pull request #4257luigi11111-0/+1
2018-09-04Merge pull request #4252luigi11111-28/+1
2018-09-04Merge pull request #4245luigi11119-130/+122
2018-09-04Merge pull request #4160luigi11112-13/+32
2018-09-04wallet2.get_reserve_proof: throw when specified amount is zerostoffu1-0/+1
2018-09-03wallet2: factor the creation of a new wallet keys filemoneromooo-monero3-77/+29
2018-09-03wallet2: factor new blockchain setupmoneromooo-monero2-36/+18
2018-09-03wallet2: fill in v2 height for stagenetmoneromooo-monero1-1/+1
2018-09-02cryptonote_format_utils: do not early out on invalid tx pubkeysmoneromooo-monero1-3/+13
2018-09-02remove unused fields from relay_tx RPCel00ruobuob1-6/+0
2018-08-28simplewallet: handle transfers using a monero: URImoneromooo-monero1-32/+80
2018-08-28dns_util: add new DNSSEC trust anchor for rollovermoneromooo-monero1-4/+14
2018-08-27epee: use the socket::bind variant which does not throwmoneromooo-monero1-2/+18
2018-08-25cn_deserialize: extract payment ids from extra noncemoneromooo-monero1-1/+10
2018-08-25cn_deserialize: support pruned transactionsmoneromooo-monero1-2/+5
2018-08-25is_hdd updatep8p5-54/+62
2018-08-23unit_tests: disable mlocker tests on windows (no implementation)moneromooo-monero1-0/+8
2018-08-23Merge pull request #4223luigi11111-1/+2
2018-08-23Merge pull request #3999luigi11119-14/+130
2018-08-23Windows: fix undefined references after unbound submodule updateiDunk54001-1/+1
2018-08-23electrum-words: fix bytes_to_words on big endianmoneromooo-monero1-1/+2
2018-08-23add and use constant time 32 byte equality functionmoneromooo-monero9-14/+130
2018-08-23wallet: store trusted-daemon flag in wallet2stoffu9-130/+122
2018-08-22Merge pull request #4249luigi11111-6/+1
2018-08-22Merge pull request #4247luigi11112-2/+2
2018-08-22Merge pull request #4243luigi11111-1/+2
2018-08-22Merge pull request #4242luigi11113-0/+47
2018-08-22Merge pull request #4240luigi11111-1/+1
2018-08-22Merge pull request #4235luigi11111-0/+18
2018-08-22Merge pull request #4234luigi11111-1/+1
2018-08-22Merge pull request #4231luigi11111-1/+9
2018-08-22Merge pull request #4225luigi11111-1/+1
2018-08-22Merge pull request #4224luigi11111-3/+3
2018-08-22Merge pull request #4215luigi11111-5/+5
2018-08-22Merge pull request #4214luigi11111-3/+3
2018-08-22Merge pull request #4210luigi11117-188/+419
2018-08-22Merge pull request #4207luigi11111-7/+12
2018-08-22Merge pull request #4204luigi11114-16/+37
2018-08-22Merge pull request #4202luigi11111-0/+1
2018-08-22Merge pull request #4200luigi11115-69/+1
2018-08-22Merge pull request #4179luigi11111-1/+3
2018-08-22Merge pull request #4146luigi11114-2/+94
2018-08-22Merge pull request #4131luigi111136-311/+1786
2018-08-22Merge pull request #4105luigi11113-0/+0
2018-08-22Docker: Fix android buildMoroccanMalinois3-139/+79
2018-08-22rpc-wallet: refresh command addedDusan Klinec3-0/+47
2018-08-22wallet2: fix refresh retry when a block/tx fails to parsemoneromooo-monero1-4/+5
2018-08-22wallet2: trim hash chain after fast refresh of hashesmoneromooo-monero1-0/+1
2018-08-22wallet2: fix checking the wrong vector when adding hashesmoneromooo-monero1-1/+3
2018-08-21Build: Fix target release-static-androidMoroccanMalinois2-2/+6
2018-08-21Translations: handle cross compilingMoroccanMalinois2-6/+17
2018-08-21CMakeLists.txt: disable -fstack-protector* on windowsiDunk54001-4/+6
2018-08-20unit_tests: add tests for incremental keccakmoneromooo-monero2-0/+151
2018-08-19tx_pool: fix infinite loop when failing to find a meta recordmoneromooo-monero1-7/+1
2018-08-19wallet2: ask for a binary output distribution, for speedmoneromooo-monero1-0/+2
2018-08-19db_lmdb: speedup the get_output_distribution common casemoneromooo-monero1-2/+13
2018-08-19epee: some speedup in parsingmoneromooo-monero1-1/+8
2018-08-17util: remove unused <ustat.h>moneromooo-monero1-1/+0
2018-08-17[#4027] add change_wallet_password wallet rpc commandartyomsol3-1/+54
2018-08-17epee: resize vectors where possible in serializationmoneromooo-monero1-0/+6
2018-08-16Do memwipe for critical secret keys copied to rct::keystoffu4-3/+15
2018-08-16core: cache block template where possiblemoneromooo-monero4-2/+94