Commit Graph

61 Commits (5833d66f6540e7b34e10ddef37c2b67bd501994b)

Author SHA1 Message Date
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
osensei 9f8bc4946b Don't allow 'flush_txpool' and 'setbans' JSON_RPC methods when running in restricted mode.
8 years ago
moneromooo-monero 3102feb56c
abstract_tcp_server2: fix send queue limit warning spam
8 years ago
moneromooo-monero 6bca9a8ef4
abstract_tcp_server2: avoid deadlock waiting for send queue to drain
8 years ago
moneromooo-monero 43962f4103
abstract_tcp_server2: possible fix for exception in handle_accept
8 years ago
moneromooo-monero f7301c3563
Revert "Print stack trace upon exceptions"
8 years ago
Riccardo Spagni f6317ec1c0
Merge pull request #736
8 years ago
moneromooo-monero 2b4cab30fc
epee: fix potential hang on exit
8 years ago
moneromooo-monero fff238ec94
Print stack trace upon exceptions
8 years ago
moneromooo-monero e98b26a87e
epee: fix bug deleting more than one connection at once
8 years ago
Howard Chu b937a2c915 Use boost::thread instead of std::thread
8 years ago
Howard Chu 11d555cebe Fix crash in std::map for connections_map
8 years ago
moneromooo-monero 1402a526af
epee: always call the PRNG through the locked API
8 years ago
moneromooo-monero d97582cf95
epee: use generate_random_bytes for new random uuids
9 years ago
Henning Kopp 9abc4b831b more typos fixed
9 years ago
Howard Chu ee6f2cb71f IP_TOS not supported before Windows7
9 years ago
moneromooo-monero 22581a0441
epee: regularly cleanup connections we kept a reference to
9 years ago
moneromooo-monero 1e2f2d7da0
epee: fix hang on exit
9 years ago
moneromooo-monero 75742977a8
core_rpc_server: add a --restricted-rpc option
9 years ago
Javier Smooth 4cea2b13b2 Add IP blocking for misbehaving nodes (adapted from Boolberry)
9 years ago
rfree2monero 32c19c6c3d
[fix] log level change. compilation: dns, tests
9 years ago
rfree2monero 9bfa593eee [fix] Network 1.8: unlimited the RPC connections
9 years ago
rfree2monero 44f423477a [fix] mac os x includes std::random...
9 years ago
rfree2monero c511abf005 remerged; commands JSON. logging upgrade. doxygen
9 years ago
rfree2monero 3cbdf198f1 Merge remote-tracking branch 'monero-official/master' into network-1.6-work1
9 years ago
Thomas Winget a0590d29cd
Restore daemon interactive mode
9 years ago
rfree2monero ae2a50659f 2014 network limit 1.2 +utils +toc -doc -drmonero
9 years ago
rfree2monero 0f06dca831 fixed size_t on windows
9 years ago
rfree2monero 5ce4256e3d 2014 network limit 1.1 +utils +toc -doc -drmonero
9 years ago
rfree2monero eabb519605 2014 network limit 1.0a +utils +toc -doc -drmonero
9 years ago
Riccardo Spagni f4b69d553a
year updated in license
10 years ago
Riccardo Spagni e3d24002c1
forgot to add connection context to log line
10 years ago
Riccardo Spagni 0e1b7c9999
moved non-critical p2p errors to l2
10 years ago
Riccardo Spagni 99945a5c47
dependencies enforced, send que error message log level moved
10 years ago
Riccardo Spagni fdae09754e increase ABSTRACT_SERVER_SEND_QUE_MAX_COUNT to a more sane value
10 years ago