Commit Graph

295 Commits (5ef0607da6042df51a57703bd223c5c8024741f6)

Author SHA1 Message Date
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
moneromooo-monero b750fb27b0
Pruning
5 years ago
Riccardo Spagni 846362842c
Merge pull request #4976
5 years ago
luigi1111 d8c03191ca
Merge pull request #4933
6 years ago
moneromooo-monero 85665003a7
epee: better network buffer data structure
6 years ago
moneromooo-monero 9c923bad9b
epee: fix network packet header field endianness
6 years ago
Riccardo Spagni c00ac446fd
Merge pull request #4854
6 years ago
Norman Moeschter 3cf85f0e83
Changed RECIEVED to RECEIVED in log messages.
6 years ago
Riccardo Spagni 299accd81f
Merge pull request #4819
6 years ago
Riccardo Spagni a3d0c7c55c
Merge pull request #4807
6 years ago
Martijn Otto bd98e99c80
Removed a lot of unnecessary includes
6 years ago
Martijn Otto 7c298f5d14
No longer use a list for registering self references in the abstract tcp
6 years ago
Riccardo Spagni dd973179ad
Merge pull request #3970
6 years ago
moneromooo-monero b620443b08
epee: log HTTP/RPC calls at info level
6 years ago
Riccardo Spagni 5ccd3d32b4
Merge pull request #4489
6 years ago
moneromooo-monero e736964a0c
Remove epee header dependency on cryptonote_core
6 years ago
moneromooo-monero 00901e9c93
epee: initialize a few data members where it seems to be appropriate
6 years ago
moneromooo-monero 144a6c32c9
abstract_tcp_server2: move m_period to subclass
6 years ago
moneromooo-monero 758d768486
connection_basic: remove unused floating time start time
6 years ago
Riccardo Spagni effcbf2060
Merge pull request #4459
6 years ago
moneromooo-monero 4469b0c41e
abstract_tcp_server2: fix binding to the wrong IP
6 years ago
moneromooo-monero 8eab6147f4
epee: use the socket::bind variant which does not throw
6 years ago
luigi1111 0415863747
Merge pull request #4177
6 years ago
luigi1111 3b409a3b8a
Merge pull request #4130
6 years ago
luigi1111 dd966c8a3a
Merge pull request #4090
6 years ago
moneromooo-monero e7c0fcd8f3
epee: set jsonrpc to "2.0" in parse error return data
6 years ago
moneromooo-monero 979105b298
abstract_tcp_server2: fix race on shutdown
6 years ago
moneromooo-monero 0a4a7da35c
http_protocol_handler: fix HTTP/x.y parsing
6 years ago
moneromooo-monero 42f3b7cbca
http_protocol_handler: catch invalid numbers when parsing
6 years ago
Riccardo Spagni c58758a016
Merge pull request #4080
6 years ago
Riccardo Spagni 318fb23d7a
Merge pull request #3997
6 years ago
moneromooo-monero dead780f8a
abstract_tcp_server2: fix use after free
6 years ago
luigi1111 8fad35f8e2
Merge pull request #3962
6 years ago
luigi1111 c678413a89
Merge pull request #3902
6 years ago
moneromooo-monero 1a526ed571
abstract_tcp_server2: restart async accept on error
6 years ago
jcktm b43b9a1304 wallet-rpc: added IPs to error logging in simple_http_connection_handler
6 years ago
moneromooo-monero 55c7fb87a9
epee: adaptive connection timeout system
6 years ago
moneromooo-monero 3381b6517e
abstract_tcp_server2: fix busy calling of idle IO service
6 years ago
moneromooo-monero f8dd433110
epee: fix detection of 172.16.0.0/172.31.255.255 local IP range
6 years ago
moneromooo-monero dfd36bbebb
http_protocol_handler: limit the number of starting newlines
6 years ago
moneromooo-monero 4d15864728
abstract_tcp_server2: timeout on RPC connections
6 years ago
moneromooo-monero 885a117ddb
http_protocol_handler: speedup newline discarding
6 years ago
Jan Beich 53a1962da1 epee: Drop deprecated Boost.Thread header
6 years ago
Dimitris Apostolou 57c0b1ed9f Fix typos in various files
6 years ago
Riccardo Spagni f4a6bc79d9
Merge pull request #3226
6 years ago
Riccardo Spagni 64fabf2eb7
Merge pull request #3252
6 years ago
Howard Chu f689a77e56
Fix #602 Turn on socket keepalive
6 years ago
moneromooo-monero 2e3e90acbe
pass large parameters by const ref, not value
6 years ago
Erik de Castro Lopo 32c0f908cd Allow the number of incoming connections to be limited
6 years ago
Riccardo Spagni baaeefdecc
Merge pull request #3098
6 years ago
xmr-eric 18216f19dd Update 2018 copyright
6 years ago
stoffu 935e39c7f3
levin_protocol_handler_async: erase from back of vector instead of front
6 years ago
moneromooo-monero 40ab12a773
epee: remove dependency on common
7 years ago
Riccardo Spagni 6ca30ae666
Merge pull request #2936
7 years ago
Riccardo Spagni effdc82b58
Merge pull request #2930
7 years ago
Riccardo Spagni 2b00899bb2
Merge pull request #2920
7 years ago
Riccardo Spagni 13b846971c
Merge pull request #2909
7 years ago
moneromooo-monero bd1f6029a3
http_client: rewrite header parsing manually for speed
7 years ago
moneromooo-monero f1bdc9a42a
tests: add http client fuzz test
7 years ago
moneromooo-monero e0a61299fb
network_throttle: remove unused xxx static member
7 years ago
moneromooo-monero 213e326cc9
abstract_tcp_server2: log init_server errors as fatal
7 years ago
moneromooo-monero f0568ca6ac
net_parse_helpers: fix regex error checking
7 years ago
moneromooo-monero 45a1c4c088
add empty container sanity checks when using front() and back()
7 years ago
moneromooo-monero 187a6ab2d2
epee: trap failure to parse URI from request
7 years ago
Riccardo Spagni 066fd7aced
Merge pull request #2877
7 years ago
moneromooo-monero bb89ae8b20
move connection_basic and network_throttle from src/p2p to epee
7 years ago
moneromooo-monero 09ce03d612
move includes around to lessen overall load
7 years ago
Riccardo Spagni 9b511d3e93
Merge pull request #2866
7 years ago
Riccardo Spagni 6c0953b15a
Merge pull request #2860
7 years ago
moneromooo-monero cb9aa23cc5
levin_protocol_handler_async: another attempt at fixing at exception
7 years ago
moneromooo-monero 64d23ce331
Revert "epee: keep a ref to a connection we're deleting"
7 years ago
moneromooo-monero 7f4bb612fb
levin_protocol_handler_async: add missing response handler locking
7 years ago
moneromooo-monero dba2de61e7
levin_protocol_handler_async: call handler destroy function on dtor
7 years ago
Riccardo Spagni f51bac990e
Merge pull request #2906
7 years ago
moneromooo-monero 27aa8ce95b
net_utils_base: fix peer list parsing
7 years ago
rbrunner7 cf5f623616 Corrections in rate limiting / trottle code, especially in 'out' direction
7 years ago
moneromooo-monero 3dffe71b72
new wipeable_string class to replace std::string passphrases
7 years ago
Tim L f5461a6a07 RPC: CORS add Access-Control-Allow-Headers to OPTIONS preflight
7 years ago
Riccardo Spagni 5de492be40
Merge pull request #2629
7 years ago
moneromooo-monero 383ff4f689
remove "using namespace std" from headers
7 years ago
Riccardo Spagni f48aeab5c4
Merge pull request #2756
7 years ago
Riccardo Spagni a2241e8151
Merge pull request #2753
7 years ago
Riccardo Spagni 9317c9c57e
Merge pull request #2617
7 years ago
Tim L fa51408272 RPC: get_info add rpc_connections_count
7 years ago
Tim L 0bf0915446 Fix file permission issue
7 years ago
Riccardo Spagni 35dbb3be33
Merge pull request #2663
7 years ago
Riccardo Spagni 54463b33b3
Merge pull request #2723
7 years ago
Tim L 69c37200aa RPC Add cross origin resource sharing support
7 years ago
moneromooo-monero 969b5a2ae3
net_helper: fix massive slowdown after SSL support
7 years ago
redfish 29497f7920 epee: use boost type for SSL error code
7 years ago
Riccardo Spagni f1bee553b1
Merge pull request #2602
7 years ago
Jaquee 1cf940f2a1 epee http_client SSL support
7 years ago
moneromooo-monero 7dbf76d0da
Fix an object lifetime bug in net load tests
7 years ago
moneromooo-monero bc1b93333e
frob level 1 logs a bit for consistency
7 years ago
Lee Clagett 8b00687735 Upgrades to epee::net_utils::network_address
7 years ago
Riccardo Spagni c08b6cc485
Merge pull request #2475
7 years ago
Riccardo Spagni e93e0c2be3
Merge pull request #2467
7 years ago
moneromooo-monero 11f71af56c
http_base: init size_t in http_request_info ctor
7 years ago
Riccardo Spagni 07312a7d6e
Merge pull request #2302
7 years ago
moneromooo-monero f2939bdce8
epee: keep a ref to a connection we're deleting
7 years ago
moneromooo-monero 2e82b232e8
epee: give virtual dtor to network_address_base
7 years ago
moneromooo-monero 333f70120c
http_client: add getters for host and port
7 years ago
moneromooo-monero 80d361c795
abstract_tcp_server2: improve tracking/cancelling of early connections
7 years ago
Riccardo Spagni 6db8a60a18
Merge pull request #2149
7 years ago
Riccardo Spagni 9b0daf49db
Merge pull request #2220
7 years ago
Riccardo Spagni 6244c782de
Merge pull request #2151
7 years ago
Riccardo Spagni 04591af7fd Merge pull request #2153
7 years ago
moneromooo-monero 5be43fcdba
cryptonote_protocol_handler: sync speedup
7 years ago
moneromooo-monero c6ba7d110f
p2p: move m_in_timedsync from connection_context to p2p_connection_context
7 years ago
Riccardo Spagni f584a2de92
Merge pull request #2131
7 years ago
Guillaume LE VAILLANT 13a8d64fe6 epee: don't send the body of the response to a HEAD HTTP request
7 years ago
Erik de Castro Lopo 35d68b2c6d Fix spelling errors
7 years ago
Riccardo Spagni 605ad09a3e
Merge pull request #2130
7 years ago
Howard Chu a0d2c745c7
Fix issue #2119 SEGV
7 years ago
moneromooo-monero a04faf56dc
abstract_tcp_server2: guard against accessing lock on a destroyed object
7 years ago
moneromooo-monero 8f96cfc20a
Remove typeid use in network_address
7 years ago
Riccardo Spagni f31b89012d
Merge pull request #2073
7 years ago
kenshi84 007937e217
net_utils_base: added missing template keyword
7 years ago
Howard Chu 07c4276cbe
Don't issue a new timedsync while one is already in progress
7 years ago
Howard Chu cf3a376cb5
Don't timeout a slow operation that's making progress
7 years ago
moneromooo-monero 072102cfd2
abstracted nework addresses
7 years ago
Lee Clagett 50cd179a60 Removed boost/asio.hpp include from epee/string_tools.h
7 years ago
moneromooo-monero 9bf017edf2
http_client: allow cancelling a download
7 years ago
moneromooo-monero 0d90123cac
http_client: allow derived class to get headers at start
7 years ago
Riccardo Spagni 3ac5a785e0
Merge pull request #1762
7 years ago
anonimal dcf684c704
http_server_impl_base: set bind message to MGINFO
7 years ago
Riccardo Spagni c3599fa7b9
update copyright year, fix occasional lack of newline at line end
7 years ago
moneromooo-monero efb72e74e2
http_client: add a couple consts
7 years ago
moneromooo-monero 61dfa310d7
epee: fix some log macros not printing context nicely
7 years ago
Lee Clagett ce7fcbb4ae Add server auth to monerod, and client auth to wallet-cli and wallet-rpc
7 years ago
Lee Clagett c02e1cb943 Updates to epee HTTP client code
7 years ago
moneromooo-monero 5833d66f65
Change logging to easylogging++
8 years ago
Lee Clagett d81cb08704 Added (not yet enabled) HTTP client authentication
8 years ago
Lee Clagett fa0ee42cc9 Workarounds for gcc 4.8
8 years ago
Lee Clagett bdc3d7496f Adding HTTP Digest Auth (but not yet enabled)
8 years ago
Riccardo Spagni 45bb393577
Merge pull request #1403
8 years ago
Riccardo Spagni 977dd9b76c
Merge pull request #1385
8 years ago
taushet 60633cf674 Spelling in errors
8 years ago
moneromooo-monero d9001b43ac
epee: add functions to convert from URL format (ie, %XX values)
8 years ago
moneromooo-monero c3527dafd5
epee: signal cond var before unlocking
8 years ago
moneromooo-monero 17b6bd6d35
Fix DNS failures in offline mode preventing daemon startup
8 years ago
moneromooo-monero cd929b89b0
levin: fix wrong value passed as return code to remote call
8 years ago
NanoAkron 6390673137 Removed all code related to fast_exit
8 years ago
moneromooo-monero eeb2bbc0fc
epee: optionally restrict HTTP service to a configurable user agent
8 years ago
moneromooo-monero 0d7ce00793
epee: do not try network resolution if loopback worked
8 years ago
redfish 72287d121a contrib: epee: add missing noexcept spec to class decl
8 years ago
redfish c2d7300d2e contrib: epee: add exception spec to throwing destructors
8 years ago