]> git.sesse.net Git - plocate/history - io_uring_engine.cpp
Release plocate 1.1.22.
[plocate] / io_uring_engine.cpp
2023-03-20 Nick Alcockuring: always pair io_uring_get_probe_ring and io_uring...
2021-08-23 Steinar H. GundersonUse a more C++-standard way of suppressing the unused...
2021-08-23 Arsen Arsenovićfix unused parameter warns in io_uring_engine.cpp
2021-07-27 Steinar H. GundersonSupport the -e (--existing) option from mlocate.
2021-07-27 Steinar H. GundersonSend the result value of the stat to the callback.
2020-11-22 Steinar H. GundersonMove complete_pread() into a separate file, to avoid...
2020-10-11 Steinar H. GundersonDo the access checking asynchronously if possible.
2020-10-11 Steinar H. GundersonAdd debug output if io_uring initialization fails.
2020-10-09 Steinar H. Gundersonclang-format again (IWYU and clang-format seemingly...
2020-10-08 Steinar H. GundersonRun include-what-you-use.
2020-10-08 Steinar H. GundersonMake the searcher ASan-clean.
2020-10-07 Steinar H. GundersonRun clang-format.
2020-10-01 Steinar H. GundersonMore microoptimization of the io_uring polling.
2020-10-01 Steinar H. GundersonSupport batch io_uring completions.
2020-09-30 Steinar H. GundersonRerun clang-format.
2020-09-30 Steinar H. GundersonSupport building without io_uring.
2020-09-30 Steinar H. GundersonReplace mmap with io_uring.