monero-lws/src
Lee *!* Clagett 27b682ba69
Some checks are pending
unix-ci / build-tests (macos-12, WITH_RMQ=OFF) (push) Waiting to run
unix-ci / build-tests (macos-12, WITH_RMQ=ON) (push) Waiting to run
unix-ci / build-tests (macos-latest, WITH_RMQ=OFF) (push) Waiting to run
unix-ci / build-tests (macos-latest, WITH_RMQ=ON) (push) Waiting to run
unix-ci / build-tests (ubuntu-20.04, WITH_RMQ=OFF) (push) Waiting to run
unix-ci / build-tests (ubuntu-20.04, WITH_RMQ=ON) (push) Waiting to run
unix-ci / build-tests (ubuntu-22.04, WITH_RMQ=OFF) (push) Waiting to run
unix-ci / build-tests (ubuntu-22.04, WITH_RMQ=ON) (push) Waiting to run
unix-ci / build-tests (ubuntu-latest, WITH_RMQ=OFF) (push) Waiting to run
unix-ci / build-tests (ubuntu-latest, WITH_RMQ=ON) (push) Waiting to run
Fix ZeroMQ invalid REQ/REP state after read timeout. (#125)
After a read timeout, the thread-local ZMQ client is expecting a read,
and not send on the REQ socket. This attempts to read+discard 1 message
before retrying the REQ send. This has proven effective at recovering
from a temporarily unavailable daemon.
2024-06-25 22:08:49 -04:00
..
db Fix webhook bug on overlapping rescan (#121) 2024-06-12 13:54:43 -04:00
lmdb Add (working draft) subaddress support (#83) 2024-04-03 21:46:44 -04:00
rpc Fix max_element_count for signature inputs (#123) 2024-06-21 15:00:07 -04:00
util Basic "chain hardening" for slightly untrusted daemons (#93) 2024-04-08 14:23:35 -04:00
wire New accounts are 'pushed' to worker threads (#102) 2024-04-08 14:27:20 -04:00
admin_main.cpp Add webhook deletion to admin cli (#105) 2024-06-03 19:44:34 -04:00
CMakeLists.txt Add unit tests for chain syncing (#87) 2024-04-03 21:47:49 -04:00
config.cpp Initial working base separated from top-level monero project 2020-08-19 18:29:32 -04:00
config.h Initial working base separated from top-level monero project 2020-08-19 18:29:32 -04:00
error.cpp Add (working draft) subaddress support (#83) 2024-04-03 21:46:44 -04:00
error.h Add (working draft) subaddress support (#83) 2024-04-03 21:46:44 -04:00
fwd.h Initial working base separated from top-level monero project 2020-08-19 18:29:32 -04:00
options.h Initial working base separated from top-level monero project 2020-08-19 18:29:32 -04:00
rest_server.cpp Fix ZeroMQ invalid REQ/REP state after read timeout. (#125) 2024-06-25 22:08:49 -04:00
rest_server.h Add option to auto-accept new account creation (#86) 2024-04-03 21:47:06 -04:00
scanner.cpp Remove unused function (#109) 2024-04-08 14:27:28 -04:00
scanner.h Basic "chain hardening" for slightly untrusted daemons (#93) 2024-04-08 14:23:35 -04:00
server_main.cpp ZMQ Hardening (#96) 2024-04-08 14:25:09 -04:00
wire.h Remove enumeration function from ::wire reading and writing (#84) 2023-12-16 14:26:39 -05:00