monero-lws/src
Lee *!* Clagett 18b5743596
Some checks failed
unix-ci / build-tests (macos-13, WITH_RMQ=OFF) (push) Has been cancelled
unix-ci / build-tests (macos-13, WITH_RMQ=ON) (push) Has been cancelled
unix-ci / build-tests (macos-14, WITH_RMQ=OFF) (push) Has been cancelled
unix-ci / build-tests (macos-14, WITH_RMQ=ON) (push) Has been cancelled
unix-ci / build-tests (macos-latest, WITH_RMQ=OFF) (push) Has been cancelled
unix-ci / build-tests (macos-latest, WITH_RMQ=ON) (push) Has been cancelled
unix-ci / build-tests (ubuntu-20.04, WITH_RMQ=OFF) (push) Has been cancelled
unix-ci / build-tests (ubuntu-20.04, WITH_RMQ=ON) (push) Has been cancelled
unix-ci / build-tests (ubuntu-22.04, WITH_RMQ=OFF) (push) Has been cancelled
unix-ci / build-tests (ubuntu-22.04, WITH_RMQ=ON) (push) Has been cancelled
unix-ci / build-tests (ubuntu-24.04, WITH_RMQ=OFF) (push) Has been cancelled
unix-ci / build-tests (ubuntu-24.04, WITH_RMQ=ON) (push) Has been cancelled
unix-ci / build-tests (ubuntu-latest, WITH_RMQ=OFF) (push) Has been cancelled
unix-ci / build-tests (ubuntu-latest, WITH_RMQ=ON) (push) Has been cancelled
Update boost::asio usage to conform to newer standards: (#144)
* Convert boost::asio::io_service to boost::asio::io_context
  * Convert strand.wrap(...) to boost::asio::bind_executor(strand, ...)
  * Convert strand.dispatch(...) to boost::asio::dispatch(strand, ...)
  * Convert io_context.reset() to io_context.restart()
  * Convert null_buffers() usage to socket.async_wait(...)
  * Drop usage of GET_IO_SERVICE macro from monero
  * Refactor REST server to manage resources better
2024-11-20 10:53:40 -05:00
..
db Fix build with changes to boost::uuid in versions 1.86+ (#138) 2024-10-09 13:52:06 -04:00
lmdb Replace deprecated result_of with decltype (#139) 2024-10-10 18:07:55 -04:00
net Update boost::asio usage to conform to newer standards: (#144) 2024-11-20 10:53:40 -05:00
rpc Update boost::asio usage to conform to newer standards: (#144) 2024-11-20 10:53:40 -05:00
util Switch from epee http server to boost::beast http server. Min boost 1.70 (#136) 2024-10-23 11:31:03 -04:00
wire New accounts are 'pushed' to worker threads (#102) 2024-04-08 12:58:43 -04:00
admin_main.cpp Add webhook deletion to admin cli (#105) 2024-05-28 20:00:30 -04:00
client_main.cpp Update boost::asio usage to conform to newer standards: (#144) 2024-11-20 10:53:40 -05:00
CMakeLists.txt /get_random_outs is now fully async using stackful coroutines (#142) 2024-11-19 19:21:32 -05: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) 2023-12-05 20:23:50 -05:00
error.h Add (working draft) subaddress support (#83) 2023-12-05 20:23:50 -05: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 Update boost::asio usage to conform to newer standards: (#144) 2024-11-20 10:53:40 -05:00
rest_server.h Update boost::asio usage to conform to newer standards: (#144) 2024-11-20 10:53:40 -05:00
scanner.cpp Update boost::asio usage to conform to newer standards: (#144) 2024-11-20 10:53:40 -05:00
scanner.h Update boost::asio usage to conform to newer standards: (#144) 2024-11-20 10:53:40 -05:00
server_main.cpp Add support for remote scanning via custom TCP (#118) 2024-09-22 19:55:28 -04:00
wire.h Remove enumeration function from ::wire reading and writing (#84) 2023-12-05 20:24:22 -05:00