aboutsummaryrefslogtreecommitdiff
path: root/src (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-27blockchain_utilities: fix logs and cout output collidingmoneromooo-monero2-4/+4
2018-10-24rpc: fix build with older compilersmoneromooo-monero1-1/+1
2018-10-23wallet2: extend fake out picks away from the gamma pickmoneromooo-monero1-2/+23
2018-10-22miner: fix build with boost 1.69moneromooo-monero1-1/+1
2018-10-22rpc: fix wrongly formatted JSON for pruned txstoffu1-19/+12
2018-10-22blocks: use auto-generated .c files instead of 'LD -r -b binary'xiphon16-183/+110
2018-10-20device_io_hid.cpp: fix copyright headermoneromooo-monero1-0/+15
2018-10-19blockchain: move two new verification errors to the verify categorymoneromooo-monero1-2/+2
2018-10-19rpc: fix output distribution caching ignoring chain changesmoneromooo-monero1-6/+8
2018-10-18Rename "blackball" for claritymoneromooo-monero6-36/+36
2018-10-18device: extended logging, refactored device selection codexiphon3-20/+46
2018-10-18daemon: Show mining addressRicardo de Vries1-1/+1
2018-10-18device: fixed Ledger Nano S device selectionxiphon2-6/+6
2018-10-18tx_pool: revert #4592 and move bin2hex conversion to on_get_transaction_poolstoffu2-1/+3
2018-10-17core: don't verify range proofs multiple timesmoneromooo-monero1-1/+6
2018-10-17spawn: close all file descriptors before execvemoneromooo-monero3-0/+25
2018-10-16util: close keys file lock on execmoneromooo-monero1-1/+1
2018-10-16wallet_rpc_server: fix change_wallet_password RPCmoneromooo-monero1-2/+1
2018-10-16wallet2_api: fix generating new wallet in the GUImoneromooo-monero1-1/+1
2018-10-16rpc: init m_rpc_version in Message ctormoneromooo-monero1-1/+1
2018-10-16rpc: remove unused ctorsmoneromooo-monero1-3/+0
2018-10-16account: init creation timestamp to 0moneromooo-monero1-0/+1
2018-10-16wallet2: initialize some scalar fields in ctor where appropriatemoneromooo-monero1-0/+4
2018-10-16blockchain_db: initialize m_hardfork in ctor just in casemoneromooo-monero1-1/+1
2018-10-16WalletAPI: rescanBlockchain, rescanBlockchainAsyncmmitkevich3-2/+38
2018-10-16p2p: only deinitialize what's been initialized in offline modemoneromooo-monero1-4/+8
2018-10-15Providing user supplied default constructor for expect<void>Lee Clagett1-1/+3
2018-10-15Fix Windows build after epee dependency changeiDunk54001-0/+1
2018-10-15p2p: a negative result from UPNP_GetValidIGD is an errormoneromooo-monero1-2/+2
2018-10-15daemon: fix reading past stack on exitmoneromooo-monero1-5/+10
2018-10-15tx_pool: store hex string instead of raw binary to tx_blob of get_transaction...stoffu1-1/+1
2018-10-13Revert "p2p: connect via the bound ip, if any"moneromooo-monero1-3/+3
2018-10-13SOFTWARE is the default wallet devicem2049r1-0/+1
2018-10-12daemon: do not run complex code in a signal handlermoneromooo-monero1-1/+8
2018-10-12Remove epee header dependency on cryptonote_coremoneromooo-monero3-0/+3
2018-10-12simplewallet: fix view key parsing in --generate-from-view-keymoneromooo-monero1-1/+1
2018-10-12rpc: blanket initialize 0MQ request and response structuresmoneromooo-monero1-1/+1
2018-10-11Return appropriate RPC error code when key image signature check failsMichał Sałaban3-1/+15
2018-10-10simplewallet: perform trivial error checks before password promptxiphon1-2/+2
2018-10-10simplewallet: fixed deadlock if a user hits CTRL+C twicexiphon1-6/+0
2018-10-10wallet_rpc_server: optionally return tx keys in sign_transfermoneromooo-monero3-0/+10
2018-10-10simplewallet: mark default-ring-size setting as obsoletemoneromooo-monero1-1/+1
2018-10-10password: fix secure input with echo on windowsmoneromooo-monero1-2/+6
2018-10-10password: fix backspace outputting ^? on linux on echoing secure inputmoneromooo-monero1-0/+7
2018-10-09wallet2: make fake out selection messages less spammymoneromooo-monero1-3/+18
2018-10-09fix version changes on masterRiccardo Spagni1-1/+1
2018-10-09Utils: add support for newer Windows versions detectionGregory Lemercier1-1/+24
2018-10-09wallet2: fix cold signing using non padded bulletproofsmoneromooo-monero1-4/+1
2018-10-09wallet_rpc_server: add describe_transfer RPCmoneromooo-monero3-1/+229
2018-10-09device_io_hid: fix DEFAULT_* type (too short) and init timemoneromooo-monero1-6/+6
2018-10-09device: increase ledger timeout to 2 minutesselsta1-1/+1
2018-10-08Revert "Merge pull request #4472"Riccardo Spagni16-110/+183
2018-10-08device: destroy device objects on exitmoneromooo-monero1-9/+16
2018-10-08blockchain_blackball: fix stray !moneromooo-monero1-1/+1
2018-10-08Remove last traces of libpcsc-litemoneromooo-monero1-9/+0
2018-10-08miner: really reset flags/precision on std::coutmoneromooo-monero1-1/+1
2018-10-08blockchain: add check test options are given for fakechain modemoneromooo-monero1-0/+3
2018-10-08tx_pool: avoid parsing a whole tx if only the prefix is neededmoneromooo-monero5-38/+60
2018-10-08blockchain_blackball: fix stats double countingmoneromooo-monero1-15/+18
2018-10-07cryptonote: sort tx_extra fieldsmoneromooo-monero4-1/+93
2018-10-06Fix some calls to the translation functionGuillaume LE VAILLANT3-44/+44
2018-10-04rpc: fixed typo in JSON command error response messageAnythingTechPro1-1/+1
2018-10-04secure_pwd_reader: Add proper Unicode handling [Ryo contribution]fireice-uk1-11/+23
2018-10-04wallet2_api: fix build with C++14moneromooo-monero1-7/+14
2018-10-04blocks: use auto-generated .c files instead of 'LD -r -b binary'xiphon16-183/+110
2018-10-03wallet2: disable height based segregationmoneromooo-monero1-3/+3
2018-10-02Catch more exceptions in dtorsmoneromooo-monero1-0/+10
2018-10-02Fix rtxn usage in BlockchainLMDB::get_estimated_batch_sizeHoward Chu1-2/+2
2018-10-02wallet2: clear found out for every tx keydoy-lee1-1/+1
2018-10-02daemon: do not display uptime when not knownmoneromooo-monero1-5/+15
2018-10-02common: Windows 'spawn' support for tx and block notificationsxiphon4-11/+65
2018-10-01Arbitrary M/N multisig schemes:naughtyfox13-114/+549
2018-10-01wallet_rpc_server: include all transfer records for a txidmoneromooo-monero2-9/+17
2018-10-01wallet: fix --generate-from-json using wrong passwordmoneromooo-monero6-7/+20
2018-09-30build: fix gcc false positive 'stringop-overflow' warningxiphon1-1/+1
2018-09-30wallet2_api: blackball/unblackball now take two parametersmoneromooo-monero3-2/+28
2018-09-29Merge pull request #4333Riccardo Spagni10-0/+300
2018-09-29Merge pull request #4461Riccardo Spagni1-1/+5
2018-09-29Merge pull request #4459Riccardo Spagni7-13/+36
2018-09-29Merge pull request #4458Riccardo Spagni2-3/+3
2018-09-29Merge pull request #4456Riccardo Spagni1-2/+9
2018-09-29Merge pull request #4449Riccardo Spagni1-2/+41
2018-09-29Merge pull request #4445Riccardo Spagni1-2/+12
2018-09-29Merge pull request #4439Riccardo Spagni1-1/+2
2018-09-29Merge pull request #4427Riccardo Spagni2-3/+1
2018-09-29Merge pull request #4417Riccardo Spagni2-22/+16
2018-09-29Merge pull request #4409Riccardo Spagni1-1/+5
2018-09-29Merge pull request #4407Riccardo Spagni1-7/+8
2018-09-29Fix 32bit depends buildsTheCharlatan3-3/+13
2018-09-29Merge pull request #4406Riccardo Spagni1-3/+27
2018-09-29daemon: silence daemon update warnings on testnetiDunk54001-2/+2
2018-09-28wallet_rpc_server: remove verbose field in incoming_transfers querymoneromooo-monero2-3/+1
2018-09-28dns_utils: refresh list of usable DNSSEC serversmoneromooo-monero1-3/+4
2018-09-26malloc scratchpad for all supported android archsm2049r1-2/+41
2018-09-25Fixup RENAME_DB() macroHoward Chu1-2/+12
2018-09-25bump version to 0.13.0.1Riccardo Spagni1-1/+1
2018-09-25switch from master to rcRiccardo Spagni1-1/+1
2018-09-25simplewallet: don't complain about payment id on pool mined blocksmoneromooo-monero1-1/+2
2018-09-25wallet2: fix duplicate output making it to the RPCmoneromooo-monero1-8/+33
2018-09-25tx_pool: fix tx removal at startup keeping referencesmoneromooo-monero1-0/+1
2018-09-25add checkpoints for testnet and mainnetRiccardo Spagni1-1/+2
2018-09-24blockchain: add stagenet v8 and v9, two weeks before mainnetmoneromooo-monero1-0/+2
2018-09-24Replace USB-CCID (smartcard) by USB-HIDcslashm10-190/+578
2018-09-24wallet_rpc_server: include account index in incoming_transfers RPCmoneromooo-monero2-2/+2
2018-09-24bulletproofs: multiply points by 8 first thing in verificationmoneromooo-monero1-15/+17
2018-09-23update checkpoints.datRiccardo Spagni2-1/+1
2018-09-22wallet2_api: fix for latest code changesmoneromooo-monero3-3/+3
2018-09-22Wallet: use unique_ptr for WalletImpl membersoneiric2-22/+16
2018-09-22update version to 13.0Riccardo Spagni1-2/+2
2018-09-22wallet2: handle corner case in picking fake outputsmoneromooo-monero1-3/+27
2018-09-22wallet_rpc_server: fix --run-as-service on Windowsmoneromooo-monero1-0/+1
2018-09-22cryptonote tweak v2.2Lee Clagett1-0/+20
2018-09-21device: fix warnings about overridden functionsmoneromooo-monero2-2/+2
2018-09-21wallet_rpc_server: fix build for windowsmoneromooo-monero1-8/+17
2018-09-21WalletAPI: multisigSignData bug fixednaughtyfox1-1/+5
2018-09-20cryptonote_core: warn when the block rate deviates from expectationsmoneromooo-monero4-0/+69
2018-09-20ringdb: use cursors to be a bit fastermoneromooo-monero1-7/+8
2018-09-19simplewallet: fix --generate-from-json setting wrong wallet filenamemoneromooo-monero1-2/+2
2018-09-19query backing devicem2049r10-17/+123
2018-09-19simplewallet: Add Unicode input_line [Ryo backport]fireice-uk3-47/+34
2018-09-18wallet: implement coin splitting for sweep_* 'outputs' optionwhythat1-3/+25
2018-09-18wallet: add 'outputs' option for sweep_* commandswhythat5-18/+74
2018-09-17rpc: allow pruning of json encoded txscryptochangements341-1/+10
2018-09-17Fixed Keccak implementation on big-endian platformsAlexandro Sanchez1-3/+8
2018-09-17api/wallet: properly disable key encryptionstoffu5-13/+12
2018-09-17node_rpc_proxy: return a non empty error string on connection failuremoneromooo-monero1-5/+5
2018-09-16simplewallet: remove obsolete transfer_original commandmoneromooo-monero2-16/+5
2018-09-16wallet2_api: bring up to latest wallet apimoneromooo-monero3-18/+38
2018-09-15add daemonizer to rpc walletjcktm2-111/+166
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-14hw_device: support for multiple devices added [for review]Dusan Klinec8-32/+160
2018-09-14wallet: ask-password can now ask without encrypting the secret spend keymoneromooo-monero4-56/+83
2018-09-14cn_deserialize: comment out pruned tx casemoneromooo-monero1-0/+2
2018-09-14remove obsolete daemon selection of fake outs and old tx constructionmoneromooo-monero15-949/+12
2018-09-14rct: avoid repeated unnecessary conversions when accummulatingmoneromooo-monero3-7/+25
2018-09-14rpc: add a "is an update available" flag in get_infomoneromooo-monero4-2/+23
2018-09-14simplewallet: print reason why refresh+password is neededmoneromooo-monero1-1/+1
2018-09-13rpc: add cumulative difficulty in block header datamoneromooo-monero2-0/+3
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-12Adding expect<T> - a value-or-error implementationLee Clagett5-0/+648
2018-09-12blockchain: simplify output distribution codemoneromooo-monero1-7/+2
2018-09-12db_lmdb: do not use base for cumulative distributionmoneromooo-monero1-0/+2
2018-09-12rctTypes: fix incorrect serializationstoffu1-2/+2
2018-09-12wallet: use wipeable_string in more places where a secret is usedmoneromooo-monero2-37/+41
2018-09-11NetBSD supportthomasvaughan3-8/+10
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-monero4-34/+54
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-11more comprehensive test for ge_p3 comparison to identity/point at infinitymoneromooo-monero3-6/+21
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-monero41-622/+969
2018-09-11bulletproofs: a few fixes from the Kudelski reviewmoneromooo-monero3-5/+23
2018-09-11bulletproofs: reject points not in the main subgroupmoneromooo-monero3-0/+33
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-monero3-30/+82
2018-09-11perf_timer: split timer class into a base one and a logging onemoneromooo-monero2-14/+42
2018-09-11Pippenger multiexpmoneromooo-monero3-3/+138
2018-09-11multiexp: cut down on memory allocationsmoneromooo-monero1-15/+13
2018-09-11precalc the ge_p3 representation of Hmoneromooo-monero4-14/+19
2018-09-11require canonical multi output bulletproof layoutmoneromooo-monero1-0/+29
2018-09-11Add a define for the max number of bulletproof multi-outputsmoneromooo-monero3-2/+5
2018-09-11Bulletproof aggregated verification and testsmoneromooo-monero12-153/+250
2018-09-11multiexp: some speedupsmoneromooo-monero3-28/+121
2018-09-11aligned: aligned memory alloc/realloc/freemoneromooo-monero3-2/+184
2018-09-11bulletproofs: add aggregated verificationmoneromooo-monero6-231/+338
2018-09-11make straus cached mode thread safe, and add tests for itmoneromooo-monero3-31/+67
2018-09-11multiexp: bos coster now works for just one pointmoneromooo-monero1-1/+11
2018-09-11bulletproofs: add multi output bulletproofs to rctmoneromooo-monero9-94/+181
2018-09-11add Straus multiexpmoneromooo-monero3-150/+182
2018-09-11ringct: add bos coster multiexpmoneromooo-monero4-51/+455
2018-09-11bulletproofs: misc optimizationsmoneromooo-monero1-23/+87
2018-09-11bulletproofs: multi-output bulletproofsmoneromooo-monero3-32/+320
2018-09-10Add support for apple and arm buildingTheCharlatan4-8/+20
2018-09-10WalletAPI: 'hasMultisigPartialKeyImages' function addednaughtyfox3-0/+20
2018-09-10wallet2: import_multisig forward refresh exceptionnaughtyfox1-1/+6
2018-09-10blockchain_blackball: add --force-chain-reaction-pass flagmoneromooo-monero1-1/+4
2018-09-10record blackballs as amount/offset, and add export abilitymoneromooo-monero6-99/+283
2018-09-09Cryptonight variant 2SChernykh2-54/+361
2018-09-09crypto_ops_builder: link to EdDSA/Ed25519 draft RFCmoneromooo-monero1-1401/+3
2018-09-09rpc: return "already mining" in start_mining if already miningmoneromooo-monero1-1/+7
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