aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-08-09Use domain-separated ChaCha20 for in-memory key encryptionSarang Noether4-50/+98
2020-07-19Merge pull request #6580Alexander Blair1-1/+1
2020-07-19Merge pull request #6578Alexander Blair1-0/+21
2020-07-19Merge pull request #6565Alexander Blair2-5/+5
2020-07-19Merge pull request #6557Alexander Blair1-2/+2
2020-07-19Merge pull request #6538Alexander Blair1-10/+2
2020-07-19Merge pull request #6537Alexander Blair1-8/+8
2020-07-19Merge pull request #6536Alexander Blair2-0/+30
2020-07-19Merge pull request #6534Alexander Blair10-48/+280
2020-07-19Merge pull request #6526Alexander Blair1-0/+1
2020-07-19Merge pull request #6516Alexander Blair2-2/+0
2020-07-19Merge pull request #6512Alexander Blair337-337/+337
2020-07-16Merge pull request #6488Alexander Blair3-0/+65
2020-07-09tx_pool: mine stem txes in fake chain modemoneromooo-monero3-6/+14
2020-07-08blockchain: fix timestamp/difficulty cache getting out of syncmoneromooo-monero2-1/+17
2020-07-08Merge pull request #6647luigi11111-1/+1
2020-07-08Merge pull request #6629luigi11111-0/+1
2020-07-08Merge pull request #6627luigi11111-1/+1
2020-07-08Merge pull request #6611luigi11111-1/+1
2020-07-08Merge pull request #6599luigi11111-1/+1
2020-07-08Merge pull request #6597luigi11111-2/+2
2020-07-08Merge pull request #6588luigi11111-2/+1
2020-07-08Merge pull request #6587luigi11111-1/+1
2020-07-08Merge pull request #6584luigi11111-5/+5
2020-07-08Merge pull request #6574luigi11112-0/+12
2020-07-08Merge pull request #6568luigi11112-36/+0
2020-07-08Merge pull request #6566luigi11111-2/+2
2020-07-08Merge pull request #6544luigi11111-5/+72
2020-07-06version: update nameselsta1-1/+1
2020-06-21simplewallet: add show_qr_code commandselsta3-0/+65
2020-06-12Fix D++ block template checkLee Clagett1-1/+1
2020-06-09repo: update donation fund addressselsta1-1/+1
2020-06-09daemon: guard against rare 'difficulty drift' bug with checkpoints and recalc...stoffu10-48/+280
2020-06-08Merge pull request #6576luigi11112-6/+46
2020-06-08Merge pull request #6561luigi11111-1/+1
2020-06-08Merge pull request #6556luigi11111-1/+1
2020-06-08Merge pull request #6553luigi11112-1/+22
2020-06-08Merge pull request #6549luigi11117-98/+241
2020-06-08Merge pull request #6525luigi11115-7/+22
2020-06-08Merge pull request #6519luigi11111-1/+3
2020-06-08Merge pull request #6514luigi11114-2/+4
2020-06-05blockchain: fix total_height in getblocks.bin responsemoneromooo-monero1-0/+1
2020-06-05rpc: fix loading rpc payment data from filemoneromooo-monero1-1/+1
2020-05-31Fix boost <1.60 compilation and fix boost 1.73+ warningsLee Clagett8-12/+15
2020-05-31rpc: fix comparison of seconds vs microsecondsmoneromooo-monero1-1/+1
2020-05-28rpc: fix relay_tx error return mixupmoneromooo-monero1-1/+1
2020-05-27Fix incorrect lenght of command INS_PREFIX_HASHFrançois Colas1-2/+2
2020-05-24daemon: remove time based "update needed" status stringmoneromooo-monero1-2/+1
2020-05-25fix typo in pick_preferred_rct_inputsDenis Smirnov1-1/+1
2020-05-24[master] MMS: New 'config_checksum' subcommandrbrunner74-27/+121
2020-05-24easylogging++: sanitize log payloadmoneromooo-monero3-71/+120
2020-05-23rpc: don't display invalid json errors on default log levelmoneromooo-monero1-5/+5
2020-05-21daemon: complain if data dir resides on FAT32 volume (Windows)xiphon1-0/+21
2020-05-20rpc: add a sanity limit to a few RPC in restricted modemoneromooo-monero2-6/+46
2020-05-19rpc: lock access to the rpc payment objectmoneromooo-monero2-0/+12
2020-05-19cryptonote_core: remove "We are most likely forked" messagemoneromooo-monero2-36/+0
2020-05-19protocol: move the "peer claims higher version" warning to debugmoneromooo-monero1-2/+2
2020-05-19fix a few typos in error messagesmoneromooo-monero2-5/+5
2020-05-19wallet2: fix multisig data clearing stomping on a vectormoneromooo-monero1-1/+1
2020-05-19cryptonote_protocol: stricter limit to number of objects requestedmoneromooo-monero1-1/+2
2020-05-19cryptonote_protocol: reject requests/notifications before handshakemoneromooo-monero1-0/+20
2020-05-18testdb: add override in a couple places where it's missingmoneromooo-monero1-2/+2
2020-05-18serialization: fix bad rapidjson api usagemoneromooo-monero1-1/+1
2020-05-17blockchain: detect and log bad difficulty calculationsmoneromooo-monero1-5/+72
2020-05-16keccak: remove aligned checkmoneromooo-monero1-10/+2
2020-05-16simplewallet: add missing calls to on_commandmoneromooo-monero1-8/+8
2020-05-16db_lmdb: test for mmap support at init timemoneromooo-monero2-0/+30
2020-05-14build: fix boost 1.73 compatibilityselsta2-3/+3
2020-05-13simplewallet: don't complain about incoming payment ids on changemoneromooo-monero5-7/+22
2020-05-13build: prepare v0.16.0.0 releaseselsta4-2/+4
2020-05-13blockchain: fix theoretical race getting bulk timestampsmoneromooo-monero1-0/+1
2020-05-12trezor: add new firmware version supportDusan Klinec1-1/+3
2020-05-11remove double includessumogr2-2/+0
2020-05-07Merge pull request #6510luigi11111-2/+0
2020-05-07Merge pull request #6506luigi11111-7/+1
2020-05-06Update copyright year to 2020SomaticFanatic337-337/+337
2020-05-06cryptonote_core: take out the time based upgrade warningmoneromooo-monero1-2/+0
2020-05-06Merge pull request #6503luigi11111-1/+6
2020-05-06cryptonote_protocol: do not request pruned borromean sig txesmoneromooo-monero1-1/+6
2020-05-06Merge pull request #6486luigi11111-1/+2
2020-05-06Merge pull request #6485luigi11112-3/+17
2020-05-06Merge pull request #6484luigi11111-1/+1
2020-05-06Merge pull request #6481luigi11111-1/+1
2020-05-06Merge pull request #6480luigi11111-3/+2
2020-05-06Merge pull request #6478luigi11111-1/+1
2020-05-06Merge pull request #6472luigi11112-1/+3
2020-05-06Merge pull request #6471luigi11111-0/+3
2020-05-06Merge pull request #6468luigi11112-4/+5
2020-05-05Merge pull request #6467luigi11115-24/+52
2020-05-05Merge pull request #6441luigi11115-10/+27
2020-05-05wallet2: fix keys file deserialization exception handlingxiphon1-7/+1
2020-05-02Merge pull request #6451luigi11113-8/+25
2020-05-01Merge pull request #6453luigi11112-1/+3
2020-05-01Merge pull request #6449luigi11112-8/+37
2020-05-01Merge pull request #6446luigi111117-196/+377
2020-05-01Merge pull request #6444luigi11111-0/+1
2020-05-01Merge pull request #6443luigi11112-111/+139
2020-05-01Merge pull request #6440luigi11111-4/+4
2020-05-01Merge pull request #6436luigi11118-2/+104
2020-05-01Merge pull request #6350luigi11118-22/+75
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-21Merge pull request #6470luigi11111-0/+1
2020-04-21Merge pull request #6445luigi11115-25/+36
2020-04-21Merge pull request #6415luigi11112-7/+19
2020-04-21Merge pull request #6408luigi11111-2/+2
2020-04-21p2p: add seed node.guy1-0/+1
2020-04-21Merge pull request #6332luigi11119-158/+251
2020-04-21Merge pull request #6278luigi11114-12/+199
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-10Merge pull request #6405luigi11111-0/+1
2020-04-10Merge pull request #6403luigi11111-16/+7
2020-04-10Merge pull request #6394luigi11113-5/+33
2020-04-10Merge pull request #6358luigi11115-30/+121
2020-04-10Merge pull request #6341luigi11111-2/+10
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-04Merge pull request #6395luigi11111-3/+2
2020-04-04Merge pull request #6384luigi11111-0/+1
2020-04-04Merge pull request #6381luigi11111-0/+3
2020-04-04Merge pull request #6375luigi11111-4/+17
2020-04-04Merge pull request #6372luigi11111-8/+6
2020-04-04Merge pull request #6364luigi11111-2/+14
2020-04-04Merge pull request #6361luigi11111-3/+12
2020-04-04Merge pull request #6357luigi11117-43/+304
2020-04-04Merge pull request #6353luigi11111-3/+7
2020-04-04Merge pull request #6351luigi11114-19/+29
2020-04-04Merge pull request #6347luigi11112-10/+20
2020-04-04Merge pull request #6342luigi11111-0/+5
2020-04-04Merge pull request #6339luigi11116-9/+9
2020-04-04Merge pull request #6338luigi11119-34/+34
2020-04-04Merge pull request #6334luigi11115-6/+14
2020-04-04Merge pull request #6328luigi11111-1/+1
2020-04-04Merge pull request #6322luigi11112-3/+111
2020-04-04Merge pull request #6321luigi11111-0/+1
2020-04-04Merge pull request #6286luigi11115-12/+0
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-31Merge pull request #6336luigi11112-1/+6
2020-03-31Merge pull request #6325luigi11111-1/+4
2020-03-31Merge pull request #6304luigi11111-3/+12
2020-03-31Merge pull request #6302luigi11115-14/+45
2020-03-31Merge pull request #6301luigi11112-14/+18
2020-03-31Merge pull request #6298luigi11111-0/+4
2020-03-31Merge pull request #6260luigi11112-1/+12
2020-03-31Merge pull request #6214luigi11117-0/+143
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-27Merge pull request #6299Alexander Blair2-2/+26
2020-03-27Merge pull request #6296Alexander Blair1-0/+4
2020-03-27Merge pull request #6295Alexander Blair3-7/+17
2020-03-27Merge pull request #6289Alexander Blair5-12/+59
2020-03-27Merge pull request #6288Alexander Blair3-20/+38
2020-03-27Merge pull request #6285Alexander Blair2-2/+4
2020-03-27Merge pull request #6284Alexander Blair1-2/+2
2020-03-27Merge pull request #6283Alexander Blair1-2/+2
2020-03-27Merge pull request #6282Alexander Blair1-1/+1
2020-03-27Merge pull request #6280Alexander Blair1-2/+8
2020-03-27Merge pull request #6279Alexander Blair1-1/+1
2020-03-27Merge pull request #6275Alexander Blair11-326/+1
2020-03-27Merge pull request #6227Alexander Blair2-30/+65
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-12Merge pull request #6273Alexander Blair9-1006/+781
2020-03-12Merge pull request #6268Alexander Blair4-13/+13
2020-03-12Merge pull request #6243Alexander Blair5-79/+32
2020-03-12db_lmdb: fix race crash using a stale cursormoneromooo-monero1-0/+1