aboutsummaryrefslogtreecommitdiff
path: root/src (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2020-05-06Update copyright year to 2020SomaticFanatic337-337/+337
2020-05-06cryptonote_protocol: do not request pruned borromean sig txesmoneromooo-monero1-1/+6
2020-04-29txpool.cpp: rename var to fix for old g++ version (xenial default)Sumo Gr1-2/+2
2020-04-29Fixes for ZMQ JSON-RPC endpoint names for raw txLee Clagett1-1/+2
2020-04-27wallet2: fix subaddress expansion when receiving moneromoneromooo-monero2-3/+17
2020-04-27trezor: adapt to new passphrase mechanismDusan Klinec17-196/+377
2020-04-27message_store: don't print an error when there is no mms filemoneromooo-monero1-1/+1
2020-04-27rpc: fix 'use_bootstrap_daemon_if_necessary' return valuexiphon1-1/+1
2020-04-26wallet2: check_connection return false on get_version status != OKxiphon1-3/+2
2020-04-24Used legacy category to match insert_key_images behaviorLee Clagett1-1/+1
2020-04-22cryptonote: fix reuse of non default tx data when relayingmoneromooo-monero2-1/+3
2020-04-22add another seed nodeGingeropolous1-0/+2
2020-04-22simplewallet: report timestamp based expected unlock time on balancemoneromooo-monero5-24/+52
2020-04-22Add erciccione's seed nodeerciccione1-0/+1
2020-04-21p2p: startup speedup, init seed nodes on first 'connect_to_seed()'xiphon2-111/+139
2020-04-21p2p: add seed node.guy1-0/+1
2020-04-20cryptonote_core: skip dns checkpoints on startup if not enforcedxiphon2-4/+5
2020-04-15bootstrap_daemon: fix missing virtual destructor and lambda capture (clang wa...xiphon2-1/+3
2020-04-15Allow wallet2.h to run in WebAssemblywoodser9-158/+251
2020-04-15use memwipe on secret k/alpha valuesmoneromooo-monero5-10/+27
2020-04-14Bulletproofs: verification speedupSarang Noether3-8/+25
2020-04-14simplewallet: add sweep_account commandmoneromooo-monero2-8/+37
2020-04-11Add byte_stream for zero-copy serialization, and add support in ZMQ-JSON.Lee Clagett7-162/+161
2020-04-10simplewallet : missing function block separatorSumo Gr1-0/+1
2020-04-08simplewallet: fix strings (show_transfers & export_transfers)sumogr1-4/+4
2020-04-08Add timelock verification on devicecslashm8-2/+104
2020-04-07simplewallet: new "address one-off <major> <minor>" commandmoneromooo-monero3-5/+33
2020-04-03Use byte_slice for sending zmq messages - removes data copy within zmqLee Clagett8-22/+75
2020-04-02wallet_api: checkUpdate - optional version and buildtag paramsxiphon2-7/+19
2020-04-01Hash domain separationSarang Noether9-34/+34
2020-03-31cryptonote_basic: drop unused verification_context::m_not_rct fieldxiphon5-12/+0
2020-03-31p2p: fix frequent weak_ptr exception on connectionmoneromooo-monero1-4/+6
2020-03-30Always reject duplicate key-images from second txidLee Clagett2-12/+16
2020-03-30Allow unrestricted rpc calls to get full txpool infoLee Clagett3-13/+20
2020-03-29daemon: fix print_net_stats RPC callsmoneromooo-monero1-2/+2
2020-03-28simplewallet: warn about correlations if print-ring-members is not setmoneromooo-monero2-14/+18
2020-03-27p2p: add another seed nodemoneromooo-monero1-0/+1
2020-03-26Adding Dandelion++ support to public networks:Lee Clagett20-130/+432
2020-03-22protocol: request txpool contents when syncedmoneromooo-monero7-0/+143
2020-03-21Daemon: Print estimates for time until fully syncedrbrunner74-12/+199
2020-03-20p2p: remove old debug commandsAaron Hook11-326/+1
2020-03-20p2p: do not add recently failed addresses to the peerlistmoneromooo-monero3-7/+17
2020-03-19Fixing static_asserts in ZMQ JSONLee Clagett1-3/+2
2020-03-14Correct key image check in tx_poolLee Clagett1-16/+7
2020-03-14workaround for GetObject windows.h macro and rapidjson conflictxiphon1-1/+1
2020-03-12core: move the LockedTXN class out of txpool so it may be reusedmoneromooo-monero2-30/+65
2020-03-12rpc: add --rpc-payment-allow-free-loopbackmoneromooo-monero2-1/+12
2020-03-12db_lmdb: fix race crash using a stale cursormoneromooo-monero1-0/+1
2020-03-10Fix receive order leakage with tx fluffingLee Clagett1-0/+3
2020-03-09Reduce template bloat in hex->bin for ZMQ jsonLee Clagett2-16/+26
2020-03-09Move hex->bin conversion to monero copyright files and with less includesLee Clagett2-3/+3
2020-03-07p2p: plug tor to clearnet association vectorAaron Hook1-8/+6
2020-03-07wallet2: remember daemon address overrides when loading a new walletmoneromooo-monero2-2/+26
2020-03-07Added logging for dropped local txes with no i2p/tor connectionsLee Clagett1-4/+17
2020-03-05Various improvements to the ZMQ JSON-RPC handling:Lee Clagett9-1006/+781
2020-03-01device: Ledger - fix wide char hidapi error string conversionxiphon1-2/+14
2020-02-28daemon: auto public nodes - cache and prioritize most stable nodesxiphon7-43/+304
2020-02-27blockchain_db: faster fetching of consecutive txesmoneromooo-monero5-30/+121
2020-02-24daemon: if no banned IPs print somethingsumogr1-3/+7
2020-02-19cryptonote_core: skip block notify on blockchain switching rollbackxiphon2-10/+20
2020-02-17remove empty statementsInterchained6-9/+9
2020-02-17rpc: Add check for too old timestamps in payment signatures.Guillaume Le Vaillant1-0/+5
2020-02-17simplewallet: fix smart mining not starting after first setupmoneromooo-monero1-2/+10
2020-02-12tx_pool: catch theoretical error in get_block_rewardmoneromooo-monero1-1/+5
2020-02-12threadpool: lock mutex in createmoneromooo-monero1-0/+1
2020-02-11wallet2_api: wallet recovery - seed offset passphrase supportxiphon5-6/+14
2020-02-10core: mention time being off in hash rate changes messagemoneromooo-monero1-1/+1
2020-02-08rpc: fix print_pool_sh not finding local txesmoneromooo-monero1-1/+4
2020-02-08device_ledger: include status code name in error messagexiphon2-3/+111
2020-02-07wallet2: mention --daemon-ssl-allow-any-cert in --proxy error msgxiphon1-0/+1
2020-02-06miner: use verification mode for low diff one block nonce searchesmoneromooo-monero1-1/+1
2020-01-31p2p: fix spurious warning when we're connected to at last one seedmoneromooo-monero1-2/+8
2020-01-29p2p: remove obsolete local time in handshakemoneromooo-monero2-5/+0
2020-01-29p2p: avoid sending the same peer list over and overmoneromooo-monero3-4/+17
2020-01-26p2p: remove backward compatible peer listmoneromooo-monero1-58/+2
2020-01-26p2p: simplify last_seen serialization now we have optional storesmoneromooo-monero1-2/+1
2020-01-26cryptonote_protocol: omit top 64 bits of difficulty when 0moneromooo-monero1-2/+8
2020-01-26p2p: remove obsolete local time from TIMED_SYNCmoneromooo-monero3-8/+4
2020-01-26network: log traffic and add a simple traffic analysis scriptmoneromooo-monero2-4/+20
2020-01-26wallet: do not split integrated addresses in address book apimoneromooo-monero6-161/+71
2020-01-25wallet2_api: implement estimateTransactionFeexiphon5-14/+45
2020-01-24wallet2: fix store-tx-info loadingmoneromooo-monero1-3/+12
2020-01-18net: fix incorrect less operator for top/i2p addressesAaron Hook2-2/+4
2020-01-17[randomx] Add missing randomx_vm_set_cache()cohcho1-0/+4
2020-01-16wallet2: reject zero keys in json inputmoneromooo-monero1-0/+4
2020-01-14wallet: reroll fake outs selection on local tx_sanity_check failurexiphon5-12/+59
2020-01-11Wallet: Distingush amounts for a single subaddressTadeas Moravec4-2/+38
2020-01-10Daemon: Guard against reporting "synchronized" too earlyrbrunner71-1/+1
2020-01-09ringdb: use a different iv for key and data in rings tablemoneromooo-monero1-18/+37
2020-01-09simplewallet: reword mixin in user message in terms of ring sizemoneromooo-monero1-1/+1
2020-01-09wallet2: do not remove known rings when a tx failsmoneromooo-monero1-1/+0
2020-01-09Fix check_fee() discrepancy.UkoeHB1-2/+2
2020-01-07p2p: fix off by one adding fallback peersmoneromooo-monero1-2/+2
2020-01-03p2p: fix adding wrong indices to the filtered peer listmoneromooo-monero1-1/+1
2019-12-31wallet: allow message sign/verify for subaddressesmoneromooo-monero5-10/+41
2019-12-30wallet: fix exceptions getting the hash of a pruned txmoneromooo-monero4-13/+13
2019-12-20rpc: fill miner_tx_hash againmoneromooo-monero1-0/+1
2019-12-17p2p: drop the peerlist dump to TRACEmoneromooo-monero1-1/+1
2019-12-17wallet2: guard against race with multiple decrypt_keys usersmoneromooo-monero2-0/+9
2019-12-16rpc: drop the obsolete and wrong "unpruned size" logmoneromooo-monero1-6/+4
2019-12-16wallet-cli/rpc: allow sweep_all to use outputs in all subaddresses within an ...stoffu3-7/+25
2019-12-14Corrected message typopalomato1-1/+1
2019-12-14wallet2: fix hang in wallet refreshmoneromooo-monero1-1/+1
2019-12-14blockchain: fix flushing txes from the txpoolmoneromooo-monero1-1/+1
2019-12-12print_coinbase_tx_sum now supports 128 bits sumsmoneromooo-monero7-16/+45
2019-12-09Silence miner debugmsg spamHoward Chu1-7/+14
2019-12-09simplewallet: warn on refresh if refresh-from-block-height seems offmoneromooo-monero1-0/+8
2019-12-07simplewallet: set manual refresh mode in rescan_bcmoneromooo-monero1-0/+2
2019-12-05Fix time comparison mathJason Rhinelander1-2/+2
2019-12-04--disable-ban-rpc option to prevent RPC users from banningnaughtyfox4-1/+9
2019-12-03simplewallet: fix output age display with duplicate heightsmoneromooo-monero2-11/+14
2019-12-03simplewallet: fix "outputs in same tx" detectormoneromooo-monero1-0/+1
2019-12-02rpc: add bad-blocks to flush_cache RPCmoneromooo-monero10-7/+47
2019-12-01remove unused variable 'ptx' from on_describe_transfer()woodser1-1/+0
2019-11-29daemon: run with -rpc-payment-address and --rpc-restricted-bind-portmoneromooo-monero4-7/+11
2019-11-29simplewallet: fix encrypted payment id note triggering on dummy onesmoneromooo-monero1-12/+20
2019-11-28wallet2: better error when restoring a wallet with the wrong keysmoneromooo-monero1-1/+1
2019-11-27rpc: error out from get_info if the proxied call errors outmoneromooo-monero1-2/+1
2019-11-27node_rpc_proxy: init some new rpc payment fields in invalidatemoneromooo-monero1-0/+4
2019-11-27rpc: init a few missing client_info membersmoneromooo-monero1-0/+4
2019-11-27rpc: do not propagate exceptions out of a dtormoneromooo-monero1-4/+8
2019-11-27rpc: always set the update field in update on sucessmoneromooo-monero1-0/+1
2019-11-26download: catch exceptions checking for sizemoneromooo-monero1-5/+9
2019-11-25rpc: fix bootstrap RPC payment RPC being made in raw JSON, not JSON RPCmoneromooo-monero1-5/+5
2019-11-25simplewallet: point to "set help" in the lock screen messagemoneromooo-monero1-1/+1
2019-11-25util: allow newlines in string to be splitmoneromooo-monero1-1/+14
2019-11-25updates: fix source code URL on _WIN32selsta1-1/+1
2019-11-22rpc: don't auto fail RPC needing payment in bootstrap modemoneromooo-monero1-1/+5
2019-11-22rpc: add received_timestamp for pool txes in gettransactionsmoneromooo-monero2-1/+6
2019-11-22wallet_rpc_server: add count parameter to create_addressMatt Smith2-7/+33
2019-11-19db_lmdb: guard against non NUL terminated keysmoneromooo-monero1-1/+9
2019-11-19make d2h et al. constant-timeJethro Grassie1-30/+8
2019-11-19wallet: don't issue node rpc proxy requests in '--offline' modexiphon1-0/+1
2019-11-19p2p: don't request flags after closing connectionmoneromooo-monero1-1/+1
2019-11-18Fixed bug in ZMQ JSON-RPC method fieldLee Clagett1-3/+12
2019-11-17Fix #6147 DB corruption from child process overwriteHoward Chu1-1/+6
2019-11-15threadpool: use std::move when taking an element off the queuemoneromooo-monero1-1/+1
2019-11-15blockchain: speedup fetching pruned contiguous tx blobsmoneromooo-monero5-3/+70
2019-11-14wallet: set non-empty error string on connection failurexiphon1-1/+1
2019-11-14Actually concatenate error strings.Bert Peters1-8/+8
2019-11-14simplewallet: fix restore height warningselsta1-1/+1
2019-11-13Replace memset with memwipe.Bert Peters1-4/+5
2019-11-13perf_timer: fix pause/resume macros dereferencing too muchmoneromooo-monero1-2/+2
2019-11-13simplewallet: noob-friendly help menuwowario4-14/+48
2019-11-12rpc: Only show version string if it matches expected patternNathan Dorfman4-1/+102
2019-11-12daemon: Use rpc for "version" commandNathan Dorfman3-3/+38
2019-11-12blockchain: error out if the builtin hashes data size is wrongmoneromooo-monero1-1/+6
2019-11-11p2p: zero last seen timestamp when inserting a new peermoneromooo-monero1-0/+1
2019-11-10core_tests: reset thread pool between testsmoneromooo-monero2-7/+27
2019-11-09build: fix IOS, build blockchain_db and rpc, skip wallet_rpc_serverxiphon2-36/+35
2019-11-06wallet_rpc_server: new estimate_tx_size_and_weight RPCmoneromooo-monero5-0/+72
2019-11-05wallet2: don't try to lock an empty filenamemoneromooo-monero1-0/+6
2019-11-05wallet_rpc_server: add tx weight in transfer commands responsesmoneromooo-monero3-7/+18
2019-11-04wallet2: fix pool txes not being flushed when minedmoneromooo-monero1-1/+1
2019-11-04daemon: allow printing N blocks from the end of the chainmoneromooo-monero3-4/+43
2019-11-04daemon: add +meta print_tx parametermoneromooo-monero3-4/+31
2019-11-04blockchain_stats: make it work on pruned blockchainsmoneromooo-monero1-2/+2
2019-11-04lmdb: Remove meaningless const qualifier on function typeNathan Dorfman1-2/+2
2019-11-04Change to Tx diffusion (Dandelion++ fluff) instead of floodingLee Clagett13-81/+196
2019-11-02Adding support for hidden (anonymity) txpoolLee Clagett24-279/+631
2019-11-02Merge pull request #6079Riccardo Spagni4-3/+4
2019-11-020.15.0.0 release engineeringRiccardo Spagni4-3/+4
2019-11-02simplewallet: plug a timing leakmoneromooo-monero2-10/+31
2019-11-01Add a --keep-fakechain option to keep fakechain databasesJamesWrigley1-1/+8
2019-11-01wallet: reuse cached height when set after refreshmoneromooo-monero2-0/+11
2019-11-01wallet2: fix is_synced checking target height, not heightmoneromooo-monero1-1/+1
2019-11-01wallet: fix another facet of "did I get some monero" information leakmoneromooo-monero4-15/+50
2019-11-01wallet2: do not send an unnecessary last getblocks.bin call on refreshmoneromooo-monero2-7/+17
2019-11-01simplewallet: add missing inactivity-lock-timeout to set help blurbmoneromooo-monero1-1/+3
2019-11-01simplewallet: do not mention inactivity if a lock was manualmoneromooo-monero1-1/+2
2019-11-01wallet2: do not repeatedly ask for pool txes sent to usmoneromooo-monero1-5/+0
2019-10-31cryptonote: untangle dependency from miner to blockchainmoneromooo-monero5-12/+18
2019-10-31cryptonote: untangle dependency from miner to blockchainmoneromooo-monero5-12/+18
2019-10-30daemon: always use bootstrap daemon (if set) in '--no-sync' modexiphon2-3/+6
2019-10-29wallet2: make keys unlocker reentrantmoneromooo-monero2-3/+23
2019-10-29blockchain: fix comment wrongly refering to SHA-3 rather than Keccakmoneromooo-monero1-1/+1
2019-10-29daemon: handle printing higher hash ratesmoneromooo-monero1-1/+1
2019-10-29always print peer IDs in the same formatmoneromooo-monero4-13/+11
2019-10-29tx_pool: fix error message assuming incorrectlymoneromooo-monero1-2/+2
2019-10-28daemon: always use bootstrap daemon (if set) in '--no-sync' modexiphon2-3/+6
2019-10-28Updated paper referencesSarang Noether1-24/+22
2019-10-28core: point out when we hit the block rate visibility limitmoneromooo-monero1-2/+3
2019-10-28Minor prover simplificationSarang Noether1-10/+5
2019-10-27blockchain: fix unwanted error when probing the pool for a txmoneromooo-monero1-2/+11
2019-10-27blockchain: fix unwanted error when probing the pool for a txmoneromooo-monero1-2/+11
2019-10-27rpc: base flush_cache request/response on the new base structsmoneromooo-monero1-5/+4
2019-10-27wallet: do not warn if the rpc cost was freemoneromooo-monero1-1/+1
2019-10-27wallet: do not warn if the rpc cost was freemoneromooo-monero1-1/+1
2019-10-26rpc: fix PRIx64 build error on some systemsmoneromooo-monero1-1/+1
2019-10-25rpc: add a flush_cache RPCmoneromooo-monero10-1/+97
2019-10-25tx_pool: fix divide by 0 in logmoneromooo-monero1-1/+1
2019-10-25simplewallet: remove remaining payment id dead codemoneromooo-monero1-26/+0
2019-10-25device: bounds checking in Ledger send_secret/receive_secretxiphon1-0/+4
2019-10-25net: link with libzmqmoneromooo-monero1-1/+1
2019-10-25simplewallet: add public_nodes commandmoneromooo-monero7-22/+99
2019-10-25daemon, wallet: new pay for RPC use systemmoneromooo-monero41-789/+3452
2019-10-24Change monerod --proxy to --tx-proxyLee Clagett3-14/+14
2019-10-24changed 'batttery' to 'battery'Jake Hemmerle2-3/+3
2019-10-24rpc: Include tag in get_info version stringNathan Dorfman1-1/+1
2019-10-24gen_ssl_cert: new tool to generate SSL certs for Moneromoneromooo-monero3-0/+304