Commit Graph

778 Commits (cdb068cd0ba94949b4c335068c375eeacc94dd6b)

Author SHA1 Message Date
Bertrand Jacquin 021cf733c6
ssl: server-side: allow multiple version of TLS
5 years ago
moneromooo-monero 2d1afceb0d
net_ssl: load default certificates in CA mode on Windows
5 years ago
moneromooo-monero e896cca86e
epee: reorder a couple init list fields to match declaration
5 years ago
moneromooo-monero 6efeefbca2
epee: set application/json MIME type on json errors
5 years ago
moneromooo-monero feef1c6aac
epee: fix peer ids being truncated on display
5 years ago
Bert Peters b2ad757f48 Replace memset with memwipe.
5 years ago
xiphon 584d057f74 epee: fix console_handlers_binder race, wait for thread to finish
5 years ago
moneromooo-monero 3d649d528a
epee: close connection when the peer has done so
5 years ago
Lee Clagett a9bdc6e4c4 Improved performance for epee serialization:
5 years ago
Lee Clagett 5d7ae2d279 Adding support for hidden (anonymity) txpool
5 years ago
moneromooo-monero dcff02e4c3
epee: allow a random component in once_a_time timeouts
5 years ago
luigi1111 960c215801
Merge pull request #5357
5 years ago
moneromooo-monero 2899379791
daemon, wallet: new pay for RPC use system
5 years ago
luigi1111 42d84ad35e
Merge pull request #6006
5 years ago
xiphon 9f3be3baed epee: use SO_REUSEADDR on non-Windows targets
5 years ago
luigi1111 6b58d6248a
Merge pull request #5996
5 years ago
luigi1111 18f62f89d8
Merge pull request #5986
5 years ago
luigi1111 84ce43a239
Merge pull request #5966
5 years ago
moneromooo-monero be82c40703
Support median block size > 4 GB
5 years ago
xiphon 23ba69ec88 epee: fix SSL server handshake, run_one() can block, use poll_one()
5 years ago
luigi1111 7ec8d9640e
Merge pull request #5911
5 years ago
moneromooo-monero e48dcb7a01
levin: armour against some "should not happen" case
5 years ago
luigi1111 8fcdf77d7b
Merge pull request #5947
5 years ago
luigi1111 4118e4b1e9
Merge pull request #5937
5 years ago
moneromooo-monero 10801362f4
abstract_tcp_server2: move "Trying to connect" from error to debug
5 years ago
luigi1111 da7a3dd17b
Merge pull request #5936
5 years ago
luigi1111 18da0fa240
Merge pull request #5918
5 years ago
luigi1111 ca975bcb79
Merge pull request #5917
5 years ago
xiphon c9cfbf7fb3 epee: tcp server - set SO_LINGER instead of SO_REUSEADDR option
5 years ago
luigi1111 15b9b4e047
Merge pull request #5910
5 years ago
luigi1111 c6430f9dd0
Merge pull request #5893
5 years ago
moneromooo-monero 4b654f65a3
abstract_tcp_server2: log pointer, not contents, where appropriate
5 years ago
xiphon 24473d7584 build: fix MinGW GUI dependencies build
5 years ago
moneromooo-monero 89339551a2
epee: misc_log_ex.h can now be used in C code
5 years ago
luigi1111 cbec75ec31
Merge pull request #5892
5 years ago
xiphon 4371791977 epee: implement handshake timeout for SSL connections
5 years ago
xiphon 7d81850a46 epee: fix network timeouts in blocked_mode_client
5 years ago
moneromooo-monero 32f725d32f
Properly format multiline logs
5 years ago
luigi1111 b4ac8969a8
Merge pull request #5898
5 years ago
moneromooo-monero 1b91bebd2e
abstract_tcp_server2: fix lingering connections
5 years ago
Lee Clagett 73f22c48e1
depends: fix MacOS build with Clang 3.7.1
5 years ago
anonimal cd57a10c90
epee: abstract_tcp_server2: resolve CID 203919 (DC.WEAK_CRYPTO)
5 years ago
iDunk5400 ab2819a365
depends: attempt to fix readline
5 years ago
anonimal 2825f07d95
epee: connection_basic: resolve CID 203916 (UNINIT_CTOR)
5 years ago
anonimal 3a816398b3
epee: connection_basic: resolve CID 203920 (UNINIT_CTOR)
5 years ago
moneromooo-monero bc1144e98e
Fix IP address serialization on big endian
5 years ago
moneromooo-monero 516f7b9de0
storages: fix "portable" storage on big endian
5 years ago
moneromooo-monero 32c3834948
storages: fix writing varints on big endian
5 years ago
moneromooo-monero bdda084651
epee: fix local/loopback checks on big endian
5 years ago
luigi1111 1b93cb74bb
Merge pull request #5824
5 years ago
luigi1111 6fe281d315
Merge pull request #5814
5 years ago
luigi1111 23547e6ed6
Merge pull request #5536
5 years ago
moneromooo-monero 1a367d6a22
simplewallet: lock console on inactivity
5 years ago
Tom Smeding a84aa04d57 syncobj.h no longer defines shared_guard, so remove those define's
5 years ago
Jethro Grassie 30779de39d
fix feature not introduced until boost 1.66
5 years ago
moneromooo-monero 2a41dc0453
epee: fix connections not being properly closed in some instances
5 years ago
moneromooo-monero eeca5ca0c8
epee: support unicode in parsed strings
5 years ago
luigi1111 8a0711f2f2
Merge pull request #5674
5 years ago
luigi1111 df064eaa36
Merge pull request #5649
5 years ago
Tom Smeding bdcdb0e813 Remove unused code under WINDWOS_PLATFORM guard
5 years ago
Thomas Winget 155475d971
Add IPv6 support
5 years ago
luigi1111 38e0e58a95
Merge pull request #5531
5 years ago
luigi1111 e579fe4ae0
Merge pull request #5530
5 years ago
luigi1111 8774384ace
Merge pull request #5528
5 years ago
Lee Clagett 3b24b1d082 Added support for "noise" over I1P/Tor to mask Tx transmission.
5 years ago
Lee Clagett bdfc63ae4d Add ref-counted buffer byte_slice. Currently used for sending TCP data.
5 years ago
moneromooo-monero 65c4004963
allow blocking whole subnets
5 years ago
moneromooo-monero 098aadf084
p2p: close the right number of connections on setting max in/out peers
5 years ago
Howard Chu a182df21d0
Bans for RPC connections
5 years ago
moneromooo-monero 0564da5fdc
ensure no NULL is passed to memcpy
5 years ago
moneromooo-monero bc09766bf9
abstract_tcp_server2: improve DoS resistance
5 years ago
moneromooo-monero 39169ace09
epee: basic sanity check on allocation size from untrusted source
5 years ago
luigi1111 9c0e9c40ec
Merge pull request #5618
5 years ago
xiphon b0a04f7d45 epee: fix SSL autodetect on reconnection
5 years ago
moneromooo-monero 35c20c4332
Fix GCC 9.1 build warnings
5 years ago
Lee Clagett 3544596f9f Add ssl_options support to monerod's rpc mode.
5 years ago
luigi1111 14723fc6e7
Merge pull request #5527
5 years ago
luigi1111 1fc1c7318c
Merge pull request #5519
5 years ago
moneromooo-monero 9a6006bad8
abstract_tcp_server2: move some things out of a lock
5 years ago
moneromooo-monero 6abaaaa994
remove obsolete save_graph skeleton code
5 years ago
moneromooo-monero f61a315e8b
net_utils: fix m_ssl type from time_t to bool
5 years ago
moneromooo-monero 9a7a453f25
net_ssl: free certs after setting them up
5 years ago
Riccardo Spagni c0bc6d96cd
Merge pull request #5509
5 years ago
Riccardo Spagni 2d04b0e500
Merge pull request #5499
5 years ago
moneromooo-monero a62e072571
net_ssl: SSL config tweaks for compatibility and security
5 years ago
moneromooo-monero 367bb80ae7
mlog: default to not showing SSL errors
5 years ago
moneromooo-monero a4c4a2d8aa
blockchain: keep a rolling long term block weight median
5 years ago
moneromooo-monero 5e0da6fb68
change SSL certificate fingerprint whitelisting from SHA1 to SHA-256
5 years ago
Riccardo Spagni 5d09e39174
Merge pull request #5482
5 years ago
Riccardo Spagni d86dd5fa7c
Merge pull request #5479
5 years ago
moneromooo-monero 9956500d14
net_helper: clear recv buffer on eof
5 years ago
moneromooo-monero edbae2d05b
levin_protocol_handler_async: tune down preallocation a fair bit
5 years ago
moneromooo-monero 7a9316ebef
serialization: set default log category
5 years ago
moneromooo-monero b672d4d6e5
epee: use boost/timer/timer.hpp, boost/timer.hpp is deprecated
5 years ago
Riccardo Spagni c8ce4217cf
Merge pull request #5445
5 years ago
Riccardo Spagni e9527f5eed
Merge pull request #5436
5 years ago
moneromooo-monero b18f0b1051
wallet: new --offline option
5 years ago
moneromooo-monero 61d63900b9
net_helper: avoid unnecessary memcpy
5 years ago
moneromooo-monero c3cf930f75
abstract_tcp_server2: fix timeout on exit
5 years ago
moneromooo-monero 4b3bb829c2
epee: init a new ssl related variable in ctor
5 years ago
moneromooo-monero 9f8dc4ce51
simplewallet: new net_stats command
5 years ago
Lee Clagett 2e578b8214 Enabling daemon-rpc SSL now requires non-system CA verification
5 years ago
Lee Clagett d58f368289 Require manual override for user chain certificates.
5 years ago
Lee Clagett 97cd1fa98d Only check top-level certificate against fingerprint list.
5 years ago
Lee Clagett 7c388fb358 Call `use_certificate_chain_file` instead of `use_certificate_file`
5 years ago
Lee Clagett eca0fea45a Perform RFC 2818 hostname verification in client SSL handshakes
5 years ago
Lee Clagett 0416764cae Require server verification when SSL is enabled.
5 years ago
Lee Clagett 96d602ac84 Add `verify_fail_if_no_cert` option for proper client authentication
5 years ago
Lee Clagett 21eb1b0725 Pass SSL arguments via one class and use shared_ptr instead of reference
5 years ago
Lee Clagett f18a069fcc Do not require client certificate unless server has some whitelisted.
5 years ago
Lee Clagett a3b0284837 Change SSL certificate file list to OpenSSL builtin load_verify_location
5 years ago
Riccardo Spagni 0baf26c8d6
Merge pull request #5375
5 years ago
Riccardo Spagni 17fefb8786
Merge pull request #5358
5 years ago
Riccardo Spagni 38317f384c
Merge pull request #5348
5 years ago
Riccardo Spagni 1ed6441925
Merge pull request #5327
5 years ago
Riccardo Spagni 87840192dd
Merge pull request #5309
5 years ago
Leon Klingele 1569776a52
Add missing include
5 years ago
Martijn Otto dffdccdc9e
No longer use deprecated RSA_generate_key in favor of
5 years ago
moneromooo-monero 59776a64ff
epee: some more minor JSON parsing speedup
5 years ago
Lee Clagett 7acfa9f3cc Added socks proxy (tor/i2pd/kovri) support to wallet
5 years ago
Riccardo Spagni 676b17d36d
Merge pull request #5285
5 years ago
rbrunner7 c23ea7962d New interactive daemon command 'print_net_stats': Global traffic stats
5 years ago
Riccardo Spagni f5d7652f73
Merge pull request #5283
5 years ago
Riccardo Spagni 5259dd7a14
Merge pull request #5259
5 years ago
moneromooo-monero 17769db946
epee: fix build with boost 1.70.0
5 years ago
moneromooo-monero 1659029469
abstract_tcp_server2: fix crashy race on socket shutdown
5 years ago
Guido Vranken 43042a28ec Implement array_entry_t copy constructor
5 years ago
Riccardo Spagni 4c91eb23a0
Merge pull request #5061
5 years ago
moneromooo-monero 6ef816de2b
console_handler: print newline on EOF
5 years ago
Dusan Klinec bb8eab24da
epee: certificate generation fix, pkey deleted
5 years ago
moneromooo-monero 9141a0a1ef
connection_basic: remove debug exception ^_^
5 years ago
Howard Chu b8c2e21cba
Fix startup errors with SSL cert generation
5 years ago
binaryFate 1f2930ce0b Update 2019 copyright
5 years ago
Martijn Otto 057c279cb4
epee: add SSL support
5 years ago
moneromooo-monero e396146aee
default initialize rpc structures
5 years ago
Riccardo Spagni c83e80c263
Merge pull request #5162
5 years ago
Riccardo Spagni f18a7e39b8
Merge pull request #5160
5 years ago
Riccardo Spagni 4a390d43f8
Merge pull request #5113
5 years ago
Riccardo Spagni a28237c9ca
Merge pull request #5102
5 years ago
Riccardo Spagni 722a856d7e
Merge pull request #5096
5 years ago
Riccardo Spagni 4466f4504e
Merge pull request #5091
5 years ago
Tom Smeding 7af4fbd4d1 epee: Add space after ':' in additional http response headers
5 years ago
Lee Clagett 4d3b61a31b Use io_service::work in epee tcp server
5 years ago
Markus Behm c0e9e80581 Fixed missing return value in once_a_time class on windows
5 years ago
moneromooo-monero 2456945408
epee: add SSL support
5 years ago
moneromooo-monero 7c3ade4410
network_throttle: use circular_buffer where appropriate
5 years ago
Jethro Grassie 123fc2a25a
i2p: initial support
5 years ago
Lee Clagett 973403bc9f Adding initial support for broadcasting transactions over Tor
5 years ago
moneromooo-monero acfff8d0ce
rpc: fix internal daemon calls in restricted rpc getting partial data
5 years ago
Riccardo Spagni fbecfc3c8f
Merge pull request #5065
5 years ago
moneromooo-monero 1eef056588
performance_tests: better stats, and keep track of timing history
5 years ago
moneromooo-monero b750fb27b0
Pruning
5 years ago
Jethro Grassie ca86ef1beb
readline: don't dereference possible NULL pointer
5 years ago
moneromooo-monero 21777daf6e
epee: speedup word/number matching
5 years ago
Riccardo Spagni a093a7569e
Merge pull request #5021
5 years ago
Riccardo Spagni 3e9bb9626a
Merge pull request #5001
5 years ago
Riccardo Spagni 846362842c
Merge pull request #4976
5 years ago
Riccardo Spagni e723eb960d
Merge pull request #4951
5 years ago
Riccardo Spagni 3ce7977389
Merge pull request #4950
5 years ago
Riccardo Spagni 13b006137c
Merge pull request #4949
5 years ago
Riccardo Spagni ad1eb3338c
Merge pull request #4938
5 years ago
luigi1111 53760ee044
Merge pull request #4957
5 years ago
luigi1111 d8c03191ca
Merge pull request #4933
5 years ago
luigi1111 c93c638199
Merge pull request #4864
5 years ago
moneromooo-monero b82efa32e7
epee: speed up json parsing
6 years ago
moneromooo-monero 85665003a7
epee: better network buffer data structure
6 years ago
Lee Clagett a5ffc2d5ad Remove boost::lexical_cast for uuid and unused uuid function
6 years ago
Riccardo Spagni 5e9225e637
Merge pull request #4925
6 years ago
moneromooo-monero 0e2f5cb5fc
perf_timer: make all logs Info level
6 years ago
moneromooo-monero a13eb0a1a4
epee: speed up string matching a bit
6 years ago
moneromooo-monero 3a3858dc90
epee: avoid string allocation when parsing a pod from string
6 years ago
moneromooo-monero 68f045de8c
easylogging++: check allowed categories before logging
6 years ago
moneromooo-monero b21a60efd9
mlocker: set default log category
6 years ago
moneromooo-monero 85807dfb25
add a once_a_time_milliseconds class
6 years ago
Riccardo Spagni 16dc6900fb
Merge pull request #4883
6 years ago
Riccardo Spagni e799fc87ae
Merge pull request #4866
6 years ago
Riccardo Spagni d4a0fb2b89
Merge pull request #4880
6 years ago
Riccardo Spagni 3d745573d7
Merge pull request #4876
6 years ago
Riccardo Spagni f6e8ab0dc6
Merge pull request #4875
6 years ago
moneromooo-monero 9c923bad9b
epee: fix network packet header field endianness
6 years ago
moneromooo-monero ec1a62b50d
move int-util.h to epee
6 years ago
Riccardo Spagni c00ac446fd
Merge pull request #4854
6 years ago
Riccardo Spagni 398f7076bb
Merge pull request #4853
6 years ago
Riccardo Spagni 40650b43b8
Merge pull request #4850
6 years ago
Norman Moeschter 3cf85f0e83
Changed RECIEVED to RECEIVED in log messages.
6 years ago
moneromooo-monero 4d71d46373
mlocker: remove early page size log
6 years ago
moneromooo-monero fc98f7a0a1
rpc: speedup get_outs.bin
6 years ago
Riccardo Spagni 299accd81f
Merge pull request #4819
6 years ago
Martijn Otto 1132436f97
Only show a single mlock() error, to avoid flooding the log
6 years ago
moneromooo-monero 40485a73b6
mlocker: fix access to global lock map after dtor on exit
6 years ago
moneromooo-monero 96e6b43970
blockchain_stats: don't use gmtime_r on Windows
6 years ago
moneromooo-monero 23829ebb09
mlocker: don't throw from lock/unlock
6 years ago
moneromooo-monero 707c2f836b
Remove -Werror
6 years ago
Riccardo Spagni a3d0c7c55c
Merge pull request #4807
6 years ago
Riccardo Spagni 42dbb3aa1b
Merge pull request #4785
6 years ago
Riccardo Spagni 3880cae134
Merge pull request #4775
6 years ago
Howard Chu f6187cd811
epee: speed up parse_hexstr_to_binbuff a little
6 years ago
Martijn Otto bd98e99c80
Removed a lot of unnecessary includes
6 years ago
moneromooo-monero 2b3595d0fe
various: do not propagate exception through dtor
6 years ago
Riccardo Spagni 59e8a4c306
Merge pull request #4753
6 years ago