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
Age
Commit message (
Expand
)
Author
Files
Lines
2019-07-22
Do not install trezor dep libs
v0.14.1.2
Bertrand Jacquin
1
-4
/
+0
2019-07-22
Use gentoo versioning
Bertrand Jacquin
1
-17
/
+2
2019-07-22
Drop in-tree miniupnpc
Bertrand Jacquin
2
-16
/
+6
2019-07-18
Merge pull request #5762
v0.14.1.2
Riccardo Spagni
3
-7
/
+7
2019-07-18
bump version to 0.14.1.2
Riccardo Spagni
2
-6
/
+6
2019-07-18
update checkpoints.dat hash
Riccardo Spagni
1
-1
/
+1
2019-07-17
Merge pull request #5760
v0.14.1.1
Riccardo Spagni
3
-6
/
+6
2019-07-17
prep for 0.14.1.1
Riccardo Spagni
3
-6
/
+6
2019-07-17
Merge pull request #5733
Riccardo Spagni
2
-2
/
+11
2019-07-12
Merge pull request #5747
luigi1111
2
-0
/
+8
2019-07-12
Merge pull request #5737
luigi1111
1
-11
/
+45
2019-07-12
Merge pull request #5726
luigi1111
2
-3
/
+23
2019-07-12
Merge pull request #5703
luigi1111
1
-3
/
+3
2019-07-12
Merge pull request #5694
luigi1111
17
-22
/
+120
2019-07-09
wallet_rpc_server: fix get_bulk_payments with short payment ids
moneromooo-monero
2
-0
/
+8
2019-07-05
p2p: don't connect to more than one IP per class B if we can
moneromooo-monero
1
-11
/
+45
2019-07-04
keccak: guard against misaligned memory accesses on ARM
moneromooo-monero
2
-3
/
+23
2019-07-04
cryptonote_protocol: drop peers we can't download from when syncing
moneromooo-monero
1
-0
/
+5
2019-07-04
p2p: add a few missing connection close calls
moneromooo-monero
1
-2
/
+6
2019-07-04
Merge pull request #5664
luigi1111
1
-1
/
+1
2019-07-04
Merge pull request #5651
luigi1111
1
-4
/
+8
2019-07-04
Merge pull request #5666
luigi1111
1
-1
/
+50
2019-07-01
Merge pull request #5708
luigi1111
1
-1
/
+0
2019-07-01
Merge pull request #5684
luigi1111
1
-0
/
+1
2019-07-01
Merge pull request #5676
luigi1111
1
-1
/
+1
2019-07-01
Merge pull request #5669
luigi1111
1
-4
/
+16
2019-06-28
Remove Xiala.net from the list of dns resolvers
tobtoht
1
-1
/
+0
2019-06-27
Depends: Update HIDAPI version
TheCharlatan
1
-3
/
+3
2019-06-26
p2p: don't forget pruning seed or public RPC port when updating peers
moneromooo-monero
1
-4
/
+16
2019-06-25
Add ncurses package for linux and darwin readline
TheCharlatan
4
-14
/
+69
2019-06-25
Remove clutter in depends installed packages
TheCharlatan
12
-9
/
+42
2019-06-25
Add debug targets to depends Makefile
TheCharlatan
2
-0
/
+10
2019-06-22
rpc: set sanity_check_failed to false when successful
stoffu
1
-0
/
+1
2019-06-19
tx_sanity_check: relax the median check a lot
moneromooo-monero
1
-1
/
+1
2019-06-18
db_lmdb: commit pruning txn at checkpoints
moneromooo-monero
1
-1
/
+50
2019-06-17
core: fix --prune-blockchain not pruning if no blockchain exists
moneromooo-monero
1
-1
/
+1
2019-06-16
blockchain: silence an error getting blocks for pruned nodes
moneromooo-monero
1
-4
/
+8
2019-06-14
Merge pull request #5638
v0.14.1.0
Riccardo Spagni
4
-4
/
+5
2019-06-14
Merge pull request #5640
Riccardo Spagni
15
-28
/
+78
2019-06-14
rpc: restrict the recent cutoff size in restricted RPC mode
moneromooo-monero
1
-0
/
+9
2019-06-14
ensure no NULL is passed to memcpy
moneromooo-monero
4
-9
/
+18
2019-06-14
abstract_tcp_server2: improve DoS resistance
moneromooo-monero
1
-4
/
+5
2019-06-14
serialization: check stream good flag at the end
moneromooo-monero
3
-6
/
+6
2019-06-14
tree-hash: allocate variable memory on heap, not stack
moneromooo-monero
1
-5
/
+7
2019-06-14
cryptonote: throw on tx hash calculation error
moneromooo-monero
1
-3
/
+3
2019-06-14
serialization: fail on read_varint error
moneromooo-monero
1
-1
/
+2
2019-06-14
cryptonote_protocol: fix another potential P2P DoS
moneromooo-monero
1
-0
/
+15
2019-06-14
cryptonote_protocol: expand basic DoS protection
moneromooo-monero
2
-4
/
+4
2019-06-14
cryptonote_protocol_handler: prevent potential DoS
anonimal
2
-0
/
+12
2019-06-14
epee: basic sanity check on allocation size from untrusted source
moneromooo-monero
1
-0
/
+1
2019-06-13
prep for 0.14.1 release
Riccardo Spagni
4
-4
/
+5
2019-06-12
Merge pull request #5633
luigi1111
6
-5
/
+10
2019-06-12
Merge pull request #5631
luigi1111
1
-2
/
+2
2019-06-12
Use 9 digit build IDs
Howard Chu
4
-1
/
+5
2019-06-12
Delete redundant cppzmq dependency
Howard Chu
1
-1
/
+1
2019-06-12
Allow parallel make
Howard Chu
3
-3
/
+3
2019-06-12
Don't use -march=native
Howard Chu
1
-0
/
+1
2019-06-11
Merge pull request #5614
luigi1111
5
-6
/
+31
2019-06-11
Merge pull request #5622
luigi1111
1
-6
/
+4
2019-06-11
Merge pull request #5620
luigi1111
4
-18
/
+8
2019-06-11
Merge pull request #5617
luigi1111
1
-0
/
+0
2019-06-10
epee: fix SSL autodetect on reconnection
xiphon
1
-6
/
+4
2019-06-09
miner: fix double free of thread attributes
ston1th
4
-18
/
+8
2019-06-09
cmake: do not use -mmitigate-rop on GCC >= 9.1
moneromooo-monero
1
-2
/
+5
2019-06-09
Fix GCC 9.1 build warnings
moneromooo-monero
3
-0
/
+20
2019-06-08
miniupnpc: update to build on BSD
moneromooo-monero
1
-0
/
+0
2019-06-08
p2p: fix GCC 9.1 crash
moneromooo-monero
1
-4
/
+6
2019-06-01
Merge pull request #5584
Riccardo Spagni
15
-59
/
+60
2019-06-01
Merge pull request #5578
Riccardo Spagni
1
-1
/
+7
2019-06-01
Merge pull request #5572
Riccardo Spagni
5
-14
/
+54
2019-06-01
Merge pull request #5551
Riccardo Spagni
5
-3381
/
+3403
2019-06-01
Merge pull request #5565
Riccardo Spagni
15
-142
/
+169
2019-06-01
Merge pull request #5562
Riccardo Spagni
1
-1
/
+10
2019-06-01
Merge pull request #5563
Riccardo Spagni
1
-1
/
+1
2019-06-01
Merge pull request #5564
Riccardo Spagni
1
-1
/
+2
2019-05-29
functional_tests: fix python3 compatibility
moneromooo-monero
15
-59
/
+60
2019-05-28
core: update pruning if using --prune-blockchain on a pruned blockchain
moneromooo-monero
1
-1
/
+7
2019-05-26
blockchain: do not try to pop blocks down to the genesis block
moneromooo-monero
1
-0
/
+3
2019-05-25
core: do not commit half constructed batch db txn
moneromooo-monero
5
-14
/
+51
2019-05-22
functional_tests: fix rare get_output_distribution failure
moneromooo-monero
1
-1
/
+10
2019-05-22
unit_tests: make the density test a bit less stringent
moneromooo-monero
1
-1
/
+1
2019-05-21
Fix allow any cert mode in wallet rpc when configured over rpc
Lee Clagett
1
-1
/
+5
2019-05-21
Add ssl_options support to monerod's rpc mode.
Lee Clagett
14
-140
/
+160
2019-05-21
Fix configuration bug; wallet2 --daemon-ssl-allow-any-cert now works.
Lee Clagett
1
-1
/
+4
2019-05-19
Fix #5553
Howard Chu
1
-1
/
+2
2019-05-18
[depends] update openssl to 1.0.2r
who-biz
1
-2
/
+2
2019-05-17
refresh and update translations for new release
erciccione
5
-3381
/
+3403
2019-05-17
Merge pull request #5548
Riccardo Spagni
5
-7
/
+30
2019-05-16
wallet: add unlock_time details to show_transfers
moneromooo-monero
5
-7
/
+30
2019-05-15
Merge pull request #5539
Riccardo Spagni
8
-251
/
+431
2019-05-15
Merge pull request #5535
Riccardo Spagni
1
-5
/
+1
2019-05-14
Merge pull request #5538
luigi1111
2
-2
/
+2
2019-05-14
Merge pull request #5532
luigi1111
1
-1
/
+9
2019-05-14
Merge pull request #5527
luigi1111
1
-2
/
+2
2019-05-14
Merge pull request #5526
luigi1111
1
-0
/
+7
2019-05-14
Merge pull request #5519
luigi1111
2
-3
/
+3
2019-05-14
Merge pull request #5512
luigi1111
1
-1
/
+1
2019-05-13
Changed odd bullet point to low level header
Rohaq
1
-1
/
+1
2019-05-12
Used subeaders to avoid slightly wonky looking formatting
Rohaq
1
-2
/
+2
2019-05-12
Made code block usage consistent across all .md files
Rohaq
8
-247
/
+407
2019-05-12
Updated Copyright notice
Rohaq
1
-1
/
+1
2019-05-12
Added Table of Contents to main README.md
Rohaq
1
-0
/
+20
2019-05-11
wallet: fix certificate fingerprint length check
moneromooo-monero
2
-2
/
+2
2019-05-10
password: do not use line input on windows
moneromooo-monero
1
-5
/
+1
2019-05-10
wallet_rpc_server: use original addresses in destinations in get_transfers
moneromooo-monero
1
-1
/
+9
2019-05-10
net_ssl: free certs after setting them up
moneromooo-monero
1
-2
/
+2
2019-05-09
rpc: fail update RPC when running offline
moneromooo-monero
1
-0
/
+7
2019-05-07
Merge pull request #5509
Riccardo Spagni
2
-4
/
+128
2019-05-07
Merge pull request #5506
Riccardo Spagni
1
-0
/
+8
2019-05-07
Merge pull request #5510
Riccardo Spagni
11
-25
/
+25
2019-05-07
Merge pull request #5508
Riccardo Spagni
2
-7
/
+3
2019-05-07
Merge pull request #5505
Riccardo Spagni
1
-1
/
+1
2019-05-07
Merge pull request #5503
Riccardo Spagni
1
-4
/
+4
2019-05-07
Merge pull request #5501
Riccardo Spagni
1
-2
/
+5
2019-05-07
Merge pull request #5499
Riccardo Spagni
6
-34
/
+476
2019-05-07
Merge pull request #5496
Riccardo Spagni
7
-20
/
+270
2019-05-07
Merge pull request #5481
Riccardo Spagni
3
-12
/
+30
2019-05-07
Merge pull request #5419
Riccardo Spagni
7
-5
/
+88
2019-05-07
net_ssl: SSL config tweaks for compatibility and security
moneromooo-monero
2
-4
/
+128
2019-05-06
mlog: default to not showing SSL errors
moneromooo-monero
1
-1
/
+1
2019-05-06
cmake: fix incorrect hint for OPENSSL_ROOT_DIR
moneromooo-monero
1
-2
/
+2
2019-05-02
error: fix compile error on windows with depends
moneromooo-monero
1
-1
/
+1
2019-05-02
blockchain: keep a rolling long term block weight median
moneromooo-monero
6
-34
/
+476
2019-05-02
Merge pull request #5497
Riccardo Spagni
1
-0
/
+7
2019-05-02
Merge pull request #5493
Riccardo Spagni
5
-1
/
+27
2019-05-02
Merge pull request #5491
Riccardo Spagni
1
-2
/
+4
2019-05-02
Merge pull request #5489
Riccardo Spagni
1
-3
/
+13
2019-05-02
Merge pull request #5484
Riccardo Spagni
1
-0
/
+1
2019-05-02
Merge pull request #5476
Riccardo Spagni
3
-16
/
+115
2019-05-01
fix wide difficulty conversion with some versions of boost
moneromooo-monero
11
-25
/
+25
2019-05-01
wallet2: reject standalone short payment IDs in monero: URI API
moneromooo-monero
2
-7
/
+3
2019-05-01
cmake: fix some case of "backtrace lib not found" breaking
moneromooo-monero
1
-0
/
+8
2019-04-30
mnemonics: fix 4 byte UTF-8 rewriting
moneromooo-monero
1
-1
/
+1
2019-04-30
wallet_rpc_server: reject standalone short payment id in address book
moneromooo-monero
1
-4
/
+4
2019-04-29
wallet2: fix infinite loop picking outputs in corner case
moneromooo-monero
1
-2
/
+5
2019-04-26
change SSL certificate fingerprint whitelisting from SHA1 to SHA-256
moneromooo-monero
5
-1
/
+27
2019-04-25
wallet_rpc_server: adding missing return on error in set_daemon
moneromooo-monero
1
-0
/
+1
2019-04-25
wallet_rpc_server: return false on error in set_log_categories
moneromooo-monero
1
-1
/
+1
2019-04-25
wallet_rpc_server: fix crash in validate_address if no wallet is loaded
moneromooo-monero
1
-1
/
+2
2019-04-25
unit_tests: fix crash in debug in output_distribution test
moneromooo-monero
1
-0
/
+7
2019-04-25
rpc: improve get_output_distribution
moneromooo-monero
7
-20
/
+270
2019-04-25
device/trezor: device sorting and filtering improved
Dusan Klinec
3
-16
/
+115
2019-04-24
Merge pull request #5486
Riccardo Spagni
2
-2
/
+4
2019-04-24
Merge pull request #5485
Riccardo Spagni
1
-2
/
+2
2019-04-24
Merge pull request #5483
Riccardo Spagni
1
-0
/
+3
2019-04-24
Merge pull request #5482
Riccardo Spagni
1
-0
/
+1
2019-04-24
Merge pull request #5480
Riccardo Spagni
1
-1
/
+9
2019-04-24
Merge pull request #5479
Riccardo Spagni
1
-1
/
+1
2019-04-24
Merge pull request #5477
Riccardo Spagni
1
-1
/
+1
2019-04-24
Merge pull request #5474
Riccardo Spagni
3
-1
/
+7
2019-04-24
Merge pull request #5470
Riccardo Spagni
2
-1
/
+7
2019-04-24
Merge pull request #5467
Riccardo Spagni
9
-3
/
+59
2019-04-24
p2p: do not send last_seen timestamp to peers
moneromooo-monero
3
-12
/
+30
2019-04-24
wallet2: default to trying to keep 5 outputs of 2+ monero
moneromooo-monero
1
-3
/
+13
2019-04-23
tx_sanity_check: relax uniqueness check a bit
moneromooo-monero
1
-2
/
+2
2019-04-23
wallet2: add missing "sanity check failed" reason message
moneromooo-monero
1
-0
/
+2
2019-04-23
wallet2: fix wrong change being recorded in sweep_all
moneromooo-monero
1
-2
/
+2
2019-04-23
functional_tests: flush stdout before popening new process
moneromooo-monero
1
-0
/
+1
2019-04-23
unit_tests: don't delete log file on windows, it will fail
moneromooo-monero
1
-0
/
+3
2019-04-23
net_helper: clear recv buffer on eof
moneromooo-monero
1
-0
/
+1
2019-04-23
daemonizer: add --non-interactive for windows
moneromooo-monero
1
-1
/
+9
2019-04-22
levin_protocol_handler_async: tune down preallocation a fair bit
moneromooo-monero
1
-1
/
+1
2019-04-22
wallet: fix key image computation signaling to the device
Dusan Klinec
1
-1
/
+1
2019-04-21
serialization: set default log category
moneromooo-monero
3
-1
/
+7
2019-04-20
functional_tests: reset blockchain on test start
moneromooo-monero
8
-0
/
+57
2019-04-20
wallet_rpc_server: add block_height and frozen to incoming_transfers
moneromooo-monero
2
-1
/
+7
2019-04-20
hardfork: fix off by one updating fork index after popping
moneromooo-monero
1
-3
/
+2
2019-04-19
Merge pull request #5466
Riccardo Spagni
1
-7
/
+13
2019-04-19
Fix socks tests in windows and handle errors better
Lee Clagett
1
-7
/
+13
2019-04-18
Merge pull request #5465
Riccardo Spagni
1
-3
/
+9
2019-04-18
Merge pull request #5464
Riccardo Spagni
2
-0
/
+4
2019-04-18
Merge pull request #5463
Riccardo Spagni
1
-1
/
+2
2019-04-18
Merge pull request #5461
Riccardo Spagni
5
-7196
/
+8830
2019-04-18
Merge pull request #5462
Riccardo Spagni
1
-1
/
+1
2019-04-18
Merge pull request #5389
Riccardo Spagni
4
-61
/
+190
2019-04-18
Merge pull request #5458
Riccardo Spagni
2
-1
/
+4
2019-04-18
Merge pull request #5456
Riccardo Spagni
1
-1
/
+3
2019-04-18
Merge pull request #5453
Riccardo Spagni
1
-5
/
+3
2019-04-18
functional_tests: detect requests python module
moneromooo-monero
1
-3
/
+9
2019-04-18
Windows: work around a boost 1.70 and cmake SNAFU
iDunk5400
1
-0
/
+1
2019-04-18
device/trezor: button request callback fix
Dusan Klinec
1
-1
/
+2
2019-04-18
simplewallet: fix output representation offset
moneromooo-monero
2
-3
/
+3
2019-04-18
wallet2: "output lineup" fake out selection
moneromooo-monero
3
-60
/
+189
2019-04-18
epee: use boost/timer/timer.hpp, boost/timer.hpp is deprecated
moneromooo-monero
1
-1
/
+1
2019-04-18
Windows: fix a build error in MSYS2 with boost 1.70.0
iDunk5400
1
-0
/
+3
2019-04-18
add translations for it, fr, ja, sv from Pootle and refresh template .ts file
Monero-Pootle
5
-7196
/
+8830
2019-04-17
wallet_rpc_server: add unlocked field to incoming_transfers output
moneromooo-monero
2
-1
/
+4
2019-04-17
simplewallet: add the change amount to the prompt when locking
moneromooo-monero
1
-1
/
+3
2019-04-17
Merge pull request #5415
Riccardo Spagni
3
-77
/
+28
2019-04-17
Merge pull request #5413
Riccardo Spagni
4
-138
/
+106
2019-04-17
Merge pull request #5455
Riccardo Spagni
1
-1
/
+12
2019-04-17
Merge pull request #5454
Riccardo Spagni
1
-5
/
+1
2019-04-17
testdb: add override keyword where missing
stoffu
4
-138
/
+106
2019-04-17
Remove unneeded SFINAE on check_tx/block verification in core_tests
Doyle
3
-77
/
+28
2019-04-16
unit_tests: undo is_blocked implementation factoring
moneromooo-monero
1
-1
/
+12
2019-04-16
daemon: fix absolute/relative log file test for windows
moneromooo-monero
1
-5
/
+1
2019-04-16
wallet_rpc_server: set suggested_confirmations_threshold for pool txes
moneromooo-monero
1
-5
/
+3
2019-04-16
Merge pull request #5430
Riccardo Spagni
5
-1
/
+104
2019-04-16
wallet_rpc_server: add set_log_level/set_log_categories
moneromooo-monero
5
-1
/
+104
2019-04-16
Merge pull request #5452
Riccardo Spagni
2
-1
/
+4
[next]