index
:
monero.git
dev/beber/boost-1.81.0
dev/beber/install
dev/beber/ipv4
dev/beber/ipv6
dev/beber/pgm
dev/beber/ssl
dev/beber/trezor
master
v0.14.0.2
v0.14.1.0
v0.14.1.2
v0.15.0.0
v0.15.0.1
v0.15.0.5
v0.16.0.0
v0.17.0.0
v0.17.0.1
v0.17.1.0
v0.17.1.1
v0.17.2.0
v0.17.2.3
v0.17.3.2
v0.18.0.0
v0.18.1.2
Monero: the secure, private, untraceable cryptocurrency
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2023-03-30
wallet2: fix infinite loop in fake out selection
Crypto City
2
-3
/
+4
2023-03-29
cryptonote core/protocol: don't drop peers for soft offenses
jeffro256
4
-3
/
+10
2023-03-29
Fixed deadlock and crash when syncing with full dataset on Windows
SChernykh
2
-5
/
+8
2023-03-17
verRctNonSemanticsSimpleCached: fix fragility
Jeffrey Ryan
9
-111
/
+288
2023-03-14
device: Add ledger Stax device id to device detection
Francois Beutin
1
-0
/
+1
2023-03-09
p2p: do not log to global when re-blocking a subnet
moneromooo-monero
1
-1
/
+5
2023-03-07
Enforce restricted # pool txs served via RPC + optimize chunked reqs
j-berman
12
-168
/
+243
2023-03-01
p2p: avoid spam blocking ipv4 addresses in a blocked subnet
moneromooo-monero
1
-1
/
+17
2023-02-26
Add a size limit for tx_extra in tx pool
tevador
6
-1
/
+22
2023-01-27
p2p: add plowsof seed nodes
selsta
1
-1
/
+11
2023-01-27
p2p: remove offline seed nodes
selsta
1
-8
/
+0
2023-01-17
blockchain-stats: print any remaining data at end of loop
Howard Chu
1
-74
/
+83
2023-01-17
Demote large pages warning to `mdebug`
SChernykh
1
-4
/
+7
2023-01-16
Copyright: Update to 2023
mj-xmr
419
-419
/
+419
2023-01-11
RandomX: print VM allocation warnings only once
SChernykh
1
-2
/
+10
2023-01-09
Refactored rx-slow-hash.c
SChernykh
10
-256
/
+401
2023-01-03
miscellaneous crypto updates
koe
5
-6
/
+18
2023-01-03
daemonizer: don't uninstall windows service on exit
selsta
1
-3
/
+0
2023-01-02
win-service: enable auto startup
plowsof
1
-1
/
+1
2023-01-01
util: make GMT timestamps explicit for clarity
moneromooo-monero
1
-1
/
+1
2023-01-01
rpc: do not misidentify coinbase txes as pruned
moneromooo-monero
1
-1
/
+11
2022-12-30
wallet2, RPC: Optimize RPC calls for periodic refresh from 3 down to 1 call
rbrunner7
9
-205
/
+759
2022-12-22
common: move boost_serialization_helper.h out and cleanup includes
Jeffrey Ryan
4
-127
/
+2
2022-12-20
Cache successful `verRctNonSemanticsSimple` calls
SChernykh
4
-1
/
+104
2022-12-18
common: add missing includes
selsta
2
-0
/
+3
2022-12-16
adjust multiexp pippenger_cached_data for better reusability
koe
2
-45
/
+55
2022-11-21
common: DNSResolver can handle hostnames without dot characters
Jeffrey Ryan
2
-24
/
+0
2022-11-17
p2p: fix exclusive node DNS resolution for certain hosts
Jeffrey Ryan
3
-14
/
+20
2022-11-17
fix(trezor-tests): fix trezor tests build, fix integrated addr test
Dusan Klinec
1
-0
/
+2
2022-11-14
p2p: fix back ping to discover healthy peers to connect to
j-berman
1
-1
/
+1
2022-10-25
Fix dandelion++ fluff/stem bug with local txes
Lee Clagett
1
-3
/
+4
2022-10-18
wallet2: fix create view-only wallet from existing wallet
j-berman
2
-8
/
+4
2022-10-13
wallet_api: take priority into account when estimating fee
selsta
1
-1
/
+1
2022-09-22
Move update_checkpoints() to a later stage
SChernykh
2
-4
/
+8
2022-09-21
wallet2: fail to establish daemon cxn == "Disconnected" cxn status
j-berman
3
-4
/
+5
2022-09-21
add an option to force-update multisig key exchange under some circumstances
koe
13
-90
/
+178
2022-09-20
Second thread pool for IO
SChernykh
7
-12
/
+16
2022-09-12
wallet2: check wallet compatibility with daemon's hard fork version
j-berman
12
-26
/
+246
2022-09-07
Fix segfault restoring encrypted multisig seed
j-berman
2
-17
/
+17
2022-09-06
Fix missing semi-colon in error message
j-berman
1
-1
/
+1
2022-09-06
rpc: skip bootstrap nodes that are lower than last checkpoint
selsta
4
-0
/
+24
2022-09-06
Require user ack multisig is experimental to restore
j-berman
1
-0
/
+13
2022-09-06
multisig: fix #8537 seed restore (suggestions by @UkoeHB)
j-berman
5
-10
/
+25
2022-08-24
wallet2: ensure imported outputs subaddresses are created
moneromooo-monero
1
-0
/
+4
2022-08-22
rpc: remove overwriting value
SerHack
1
-1
/
+0
2022-08-22
Remove redundant check
SerHack
1
-1
/
+1
2022-08-21
Wallet RPC: remove duplicate line
SerHack
1
-1
/
+0
2022-08-19
blockchain: fix invalid memory read getting fee on empty chain
Crypto City
1
-1
/
+1
2022-08-18
wallet2: better test on whether to allow output import
moneromooo-monero
2
-6
/
+25
2022-08-18
allow exporting outputs in chunks
moneromooo-monero
9
-56
/
+303
2022-08-16
wallet2: fixes for export/import output flow
j-berman
2
-2
/
+8
2022-08-16
wallet2: do not assume imported outputs must be non empty
moneromooo-monero
1
-2
/
+2
2022-08-16
wallet2: prevent importing outputs in a hot wallet
moneromooo-monero
1
-0
/
+2
2022-08-16
wallet2: fix missing subaddress indices in "light" exported outputs
moneromooo-monero
2
-2
/
+8
2022-08-15
blockchain_prune: faster
moneromooo-monero
1
-41
/
+87
2022-08-09
version: bump master version number
selsta
1
-1
/
+1
2022-08-06
ledger support for hf 15 (BP+, view tags)
j-berman
8
-12
/
+94
2022-08-06
dns_util: remove outdated DNSSEC DS trust anchor
selsta
1
-1
/
+0
2022-07-26
Fixed get_block_template_backlog performance
SChernykh
2
-17
/
+56
2022-07-24
device: set ledger min app version
selsta
1
-1
/
+1
2022-07-21
Publish submitted txs via zmq
j-berman
4
-5
/
+67
2022-07-21
wallet_rpc_server: longer timeout for stop_mining
moneromooo-monero
1
-1
/
+1
2022-07-20
Fix use of rtxn without a mdb_txn_safe wrapper
Howard Chu
2
-47
/
+55
2022-07-13
build: prepare v0.18.0.0
selsta
4
-3
/
+4
2022-07-13
derive multisig tx secret keys from an entropy source plus the tx inputs' key...
koe
5
-13
/
+144
2022-07-11
GCC: fix some unused warnings
Jeffrey Ryan
5
-8
/
+16
2022-07-11
keccak: error out if passed mdlen 100
moneromooo-monero
1
-1
/
+1
2022-07-05
wallet2: prevent crash when reading tx w/fewer outputs than expected
j-berman
1
-0
/
+2
2022-07-01
continue pool pruning even if a tx can't be found
j-berman
2
-5
/
+31
2022-07-01
hardforks: set mainnet and stagenet v15/16 fork height
selsta
1
-2
/
+4
2022-06-30
multisig: fix critical vulnerabilities in signing
anon
13
-263
/
+1743
2022-06-28
wallet2: don't use DNS to obtain segregation heights
tobtoht
1
-37
/
+0
2022-06-27
Chunk /gettransactions to avoid hitting restricted RPC limit
tobtoht
1
-7
/
+11
2022-06-25
wallet2: force using output distribution for ringct outs
tobtoht
1
-9
/
+14
2022-06-24
wallet2: remove obsolete rpc version check
tobtoht
1
-26
/
+1
2022-06-20
cryptonote_basic: catch crypto api errors
moneromooo-monero
3
-7
/
+12
2022-06-20
feat(trezor): add HF15 support, BP+
Dusan Klinec
3
-163
/
+135
2022-06-20
simplewallet: print usage when given no args
hinto.janaiyo
1
-0
/
+16
2022-06-13
Revert "Merge pull request #7937"
j-berman
1
-36
/
+14
2022-06-03
Remove check is_directory check on lmdb path
Howard Chu
1
-8
/
+2
2022-06-03
Revert "db_lmdb: test for mmap support at init time"
Howard Chu
2
-31
/
+0
2022-06-03
wallet_rpc_server: chunk refresh to keep responding to RPC while refreshing
moneromooo-monero
3
-5
/
+11
2022-06-01
Remove erraneous commas
Luke Parker
1
-3
/
+3
2022-06-01
Improve consistency between on_money_received and on_money_received_unconfirmed
Luke Parker
5
-10
/
+17
2022-05-26
wallet_api: add scanTransactions function
selsta
3
-0
/
+44
2022-05-25
wallet_rpc_server: add --no-initial-sync flag for quicker network binding
moneromooo-monero
1
-1
/
+5
2022-05-23
epee: update 'http_server_handlers_map2.h' macros to use fully qualified names
Jeffrey Ryan
3
-6
/
+2
2022-05-18
Don't exclusively drop tor/i2p outgoing cxns in idle loop
j-berman
3
-27
/
+63
2022-05-18
common: update sha256sum to use OpenSSL 3.0 API
Jeffrey Ryan
2
-13
/
+26
2022-05-17
disable multisig by default
moneromooo-monero
7
-1
/
+104
2022-05-17
src, epee: fix a couple compiler warnings
selsta
2
-4
/
+0
2022-05-15
wallet2: fix spurious reorg detection with untrusted nodes
moneromooo-monero
1
-9
/
+5
2022-05-13
wallet2: speedup large tx construction: reserve vector memory
moneromooo-monero
1
-1
/
+7
2022-05-13
wallet2: speedup large tx construction: batch ringdb lookups
Crypto City
4
-5
/
+58
2022-05-13
wallet2: speedup large tx construction: no pointless clsag generation
Crypto City
1
-1
/
+12
2022-05-13
wallet2: speedup large tx construction: batch ringdb updates
Crypto City
4
-5
/
+30
2022-05-13
wallet2: speedup large tx construction: cache public key validity
moneromooo-monero
2
-28
/
+36
2022-05-12
fix backoff delay logic when re-relaying txs
j-berman
1
-4
/
+4
2022-05-11
Don't send peerlist larger than max allowed
j-berman
1
-2
/
+6
2022-05-09
Set hf v15 testnet fork heights
j-berman
1
-0
/
+2
2022-05-05
Give better error messages when missing SSL files
Jeffrey Ryan
1
-5
/
+16
2022-05-02
wallet2: fix a couple unused variable warnings
selsta
1
-6
/
+1
2022-05-02
Remove src/serialization/list.h
Jeffrey
2
-65
/
+0
2022-04-29
multisig: add post-kex verification round to check that all participants have...
koe
6
-148
/
+276
2022-04-29
Update copyright to 2022 for Hardfork files
Akrit
8
-8
/
+8
2022-04-27
Change "Github" to "GitHub"
Abdullah
1
-1
/
+1
2022-04-26
refactor(bp+): save one inversion, use sc_muladd
Dusan Klinec
1
-3
/
+3
2022-04-21
Preserve commitment format inside transactions
Luke Parker
4
-28
/
+6
2022-04-21
add a sanity check to RPC input data size
moneromooo-monero
2
-0
/
+3
2022-04-18
Bump ring size to 16 for v15 & remove set default in wallet cli
j-berman
5
-74
/
+25
2022-04-18
"Change C-cast to static_cast in net_peerlist.h"
Jeffrey
1
-1
/
+1
2022-04-18
Factor out move_it_backward from misc_language.h
Jeffrey
1
-8
/
+15
2022-04-18
Move copyable_atomic into connection_context
Jeffrey
1
-4
/
+35
2022-04-18
Merge functionality of misc_os_dependent into time_helper.h
Jeffrey
2
-2
/
+2
2022-04-18
Add Include statements
Jeffrey
2
-0
/
+2
2022-04-18
Trimming Fat
Jeffrey
2
-2
/
+0
2022-04-18
Boring Old Deletes
Jeffrey
4
-56
/
+0
2022-04-18
Optimized keccak implementation
SChernykh
1
-33
/
+62
2022-04-18
Add view tags to outputs to reduce wallet scanning time
j-berman
25
-210
/
+562
2022-04-10
wallet2: use BP+ for cold signing
moneromooo-monero
1
-1
/
+1
2022-04-10
Fee changes from ArticMine
moneromooo-monero
12
-44
/
+306
2022-04-09
Remove /include
Jeffrey
1
-1
/
+0
2022-04-08
simplewallet: fix integrated_address output string
selsta
1
-1
/
+1
2022-04-06
CMake: Add missing headers via monero_find_all_headers macro
mj-xmr
15
-138
/
+15
2022-04-05
Make RPC server functions that read db thread safe
j-berman
1
-14
/
+36
2022-04-05
bulletproofs+: some minor cleanup from vtnerd's review
moneromooo-monero
1
-11
/
+2
2022-04-05
store outPk/8 in the tx for speed
moneromooo-monero
4
-7
/
+29
2022-04-05
ringct: port some of vtnerd's review changes from BP+ to BP
moneromooo-monero
1
-13
/
+11
2022-04-05
ringct: a few minor optimizations from review
moneromooo-monero
1
-18
/
+15
2022-04-05
plug bulletproofs plus into consensus
moneromooo-monero
15
-135
/
+492
2022-04-04
Updates from security audit
Sarang Noether
1
-2
/
+10
2022-04-04
Precompute initial transcript hash
Sarang Noether
1
-13
/
+11
2022-04-04
Bulletproofs+
Sarang Noether
5
-2
/
+1223
2022-03-31
Added support for Ledger Nano S Plus
Mathias Herberts
1
-1
/
+2
2022-03-30
Eliminate dependence on boost::interprocess #8223
Jeffrey
3
-11
/
+9
2022-03-29
wallet2: decrease the amount of data exchanged for output export
moneromooo-monero
2
-10
/
+167
2022-03-13
wallet_rpc_server: support regex for get_accounts tag
reemuru
2
-3
/
+13
2022-03-13
replace erciccione's seednode with one on haveno's infrastructure
erciccione
1
-1
/
+1
2022-03-11
wallet_rpc_server: fix make_integrated_address with no payment id
moneromooo-monero
1
-6
/
+0
2022-03-10
Remove footgun doc comment in miner TX validation
Luke Parker
1
-3
/
+0
2022-03-10
Make the wallet name optional when locked.
Norman Moeschter
4
-0
/
+38
2022-03-04
Compil. time: cryptonote_core minus portable_storage header
mj-xmr
1
-1
/
+0
2022-03-04
Copyright: Update to 2022
mj-xmr
403
-403
/
+458
2022-03-01
wallet2: update stagenet rollback blocks
selsta
1
-4
/
+4
2022-02-24
simplewallet: add option for exporting tx keys
reemuru
1
-13
/
+47
2022-02-22
multisig key exchange update and refactor
koe
25
-822
/
+1945
2022-02-19
Fixes: Don't require --rpc-login with --rpc-access-control-origins #8168
Jeffrey
1
-6
/
+0
2022-02-19
crypto: fix constant randomx exceptions in large page allocator
moneromooo-monero
1
-1
/
+4
2022-02-07
rpc: add explicit restricted flag to /get_info
tobtoht
2
-1
/
+4
2022-01-31
Balance includes unconfirmed transfers to self
woodser
1
-0
/
+13
2022-01-25
fix ge_p3_is_point_at_infinity(), which is evaluating field elements that hav...
koe
3
-10
/
+46
2022-01-17
support authentication in monero-wallet-rpc set_daemon
woodser
2
-2
/
+10
2022-01-04
Update net_node.inl
Gingeropolous
1
-3
/
+3
2021-12-24
wallet inits cache if file and blob missing
woodser
1
-4
/
+5
2021-11-30
`make_uri` disallows standalone payment ids
woodser
1
-6
/
+2
2021-11-20
Add calcpow RPC
Howard Chu
5
-5
/
+73
2021-11-16
cryptonote_core: fix unused lambda warning
selsta
1
-1
/
+1
2021-11-12
device_ledger: fix incorrect macro
selsta
1
-4
/
+4
2021-11-10
account info text alignment
im
1
-2
/
+2
2021-11-05
Avoid unnecessary 'Invalid hashing blob' error message
rbrunner7
1
-1
/
+6
2021-11-03
device: fix ledger error strings, add human friendly messages
selsta
1
-7
/
+3
2021-11-01
tx_pool: full tx revalidation on fork boundaries
moneromooo-monero
2
-45
/
+64
2021-10-30
slow_hash: don't blow out Mac stack on ARM64
Howard Chu
1
-16
/
+54
2021-10-29
crypto: fix typo in ifdef
selsta
1
-1
/
+1
2021-10-24
rpc: fix DoS vector in get_output_distribution
moneromooo-monero
1
-0
/
+15
2021-10-22
socks: ignore any exceptions in shutdown/close
selsta
1
-2
/
+3
2021-10-22
wallet_api: enable set_strict_default_file_permissions
tobtoht
2
-1
/
+6
2021-10-22
epee: add missing header
selsta
1
-0
/
+1
2021-10-21
protocol: fix spurious rejection of downloaded blocks
moneromooo-monero
1
-0
/
+1
2021-10-20
wallet2: remove 2 unused variables
selsta
1
-2
/
+0
2021-10-19
wallet2: fix key encryption when changing ask-password from 0/1 to 2
moneromooo-monero
2
-23
/
+4
2021-10-11
blockchain: fix pedantic assert
selsta
1
-0
/
+2
2021-10-10
simplewallet: fix incoming_transfers index error
selsta
1
-8
/
+6
2021-10-10
download: fix leak
moneromooo-monero
1
-1
/
+9
2021-10-10
ARMv8: detect AES support dynamically
Howard Chu
1
-35
/
+105
2021-10-07
Ledger: member 'mode' was shadowing that of base class
mj-xmr
1
-2
/
+0
2021-10-04
Decrease the "recent spend window" in gamma re-select to 15 blocks
j-berman
1
-1
/
+1
2021-10-01
wallet2: keep around transaction prefix for confirmed transfers
tobtoht
1
-2
/
+5
2021-09-22
LMDB: fix deadlock in resized detection
Howard Chu
2
-3
/
+13
2021-09-20
rpc: Fix get_transactions failing when not found
Nathan Dorfman
1
-2
/
+14
2021-09-20
node_server: fix race condition
anon
4
-16
/
+53
2021-09-15
rpc: don't set error code as status string
selsta
1
-2
/
+2
2021-09-12
Fix precision of average_output_time
j-berman
1
-7
/
+1
2021-09-11
RPC and ZeroMQ APIs to support p2pool
SChernykh
18
-24
/
+393
2021-09-08
UB: virtual methods in destructor at Trezor
mj-xmr
1
-2
/
+2
2021-09-08
LMDB: protection against UB, by not calling virtual methods from destructor
mj-xmr
1
-5
/
+5
2021-09-07
UB: Not calling virtual method in destructor of WalletImpl
mj-xmr
1
-1
/
+1
2021-09-03
external: remove unbound submodule
selsta
1
-1
/
+1
2021-08-28
wallet: fix unused lambda capture warning
selsta
1
-1
/
+1
2021-08-27
wallet_rpc_server: fix help text remaining bold
selsta
1
-1
/
+2
2021-08-26
Wallet2: fix optimize-coinbase for p2pool payouts
SChernykh
1
-4
/
+5
2021-08-20
daemon: allow proxy configuration
anon
12
-11
/
+61
2021-08-20
monero-wallet-rpc: Prevent --password-file from being used with --wallet-dir
Kermit Alexander II
4
-4
/
+19
2021-08-19
Protect client from divide by 0 caused by integer truncation
j-berman
1
-0
/
+6
2021-08-19
Apply gamma distr from chain tip when selecting decoys
j-berman
1
-0
/
+31
2021-08-19
ringct: silence unused variable warning
selsta
1
-1
/
+1
2021-08-19
Device: remove unused and incorrect non-default constructor
mj-xmr
1
-1
/
+0
2021-08-19
wallet_api: add make_uri
tobtoht
3
-0
/
+7
2021-08-11
Make sure node returns to wallet that real output is unlocked
j-berman
1
-1
/
+2
2021-08-05
p2p: remove blocked addresses/hosts from peerlist
moneromooo-monero
3
-15
/
+44
[next]