Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ned14/llfio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-02-03wipextended_attributesNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2022-01-28Merge branch 'develop' of github.com:ned14/llfio into developNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2022-01-28section_handle on Windows: Change how we create whole-machine singleton memor...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2022-01-28Fix LLFIO_LOGGING_LEVEL >= 5 not building.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2022-01-18Fix build if coroutines are enabled.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2022-01-12Fix build on C++ 20.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2022-01-12Merge branch 'develop' of https://github.com/ned14/llfio into developNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2022-01-12On Windows modernise stat_t::fill() to use the new Win10 APIs for retrieving ...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2022-01-12Merge pull request #88 from ned14/masterNiall Douglas
2022-01-12Merge pull request #86 from ned14/feature/partial-installsNiall Douglas
2022-01-11Use exported quickcpplib cmakelib and scripts pathsHenrik S. Gaßmann
2022-01-11Implicitly find dependencies from package configHenrik S. Gaßmann
2022-01-11Categorize target installs with `COMPONENT`Henrik S. Gaßmann
2022-01-01Merge pull request #85 from ned14/networkingNiall Douglas
2022-01-01ip::resolve(): Implement for Windows and async for Linux.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2021-12-29ip::resolve(): Now working on generic POSIX.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2021-12-29Merge remote-tracking branch 'remotes/origin/develop' into networking.wipNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2021-12-27Merge branch 'networking' of github.com:ned14/llfio into networking.wipNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2021-12-27wipNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2021-12-24Merge pull request #84 from ned14/networkingall_tests_passed_47b0e2fc1647eca3dd468ad9282faf8cfc4fb4b4Niall Douglas
2021-12-23networking: Prototype ip::resolve() and poll().Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2021-12-23networking: Prototype ip::resolve() and poll().Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2021-12-22byte_socket_handle: Add gracious fail if on CI and we are not allowed to crea...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2021-12-22byte_socket_handle: Split connect() out from constructor into its own operation.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2021-12-21Fix Mac OS and VS2017 CI build failures from recent commits.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2021-12-21Fix lots of CI failures in the last commit.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2021-12-21byte_socket_handle: Now passing all tests on POSIX as well.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2021-12-21byte_socket_handle: Now works on Windows with test i/o multiplexer and under ...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2021-12-21byte_socket_handle: Non-blocking sockets now working on Windows only.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2021-12-21byte_socket_handle: First time it passes a test. Windows only.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2021-12-21Debugged ip::address.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2021-12-21Add test for byte_socket_handle.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2021-12-20Complete the approximate implementation of byte_socket_handle and listening_s...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2021-12-20Rename io_handle to byte_io_handle.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2021-12-17Fix code which VS2022 complains about.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2021-12-14summarize: Ignore stat errors during summarisation, increment a counter instead.all_tests_passed_2a4b25534da449d6a3e26617c3f328bf76cbae7fNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2021-12-08Fix x86 build error and warnings on Windows.all_tests_passed_fba45d6bacbdc7710e257a0b3d229fe3ef3a1f5dNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2021-12-03Disable header only CI builds on GCC to avoid ICE failing the build.all_tests_passed_48ac6664f123ca1072750f8c0169824683cf6aafNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2021-12-03Merge branch 'develop' of github.com:ned14/llfio into developNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2021-12-03Fix CI failures.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2021-12-01path view: Fix use of span<T>::const_iterator which the LEWG refactor last me...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2021-12-01BREAKING CHANGE: Merge the latest changes to path_view demanded by WG21 LEWG.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2021-11-18Also set CTEST_QUICKCPPLIB_CLONE_DIR to something different if LLFIO_DEPENDEN...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2021-11-18To CMakeLists add configure options:Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2021-11-01Add cmake options LLFIO_FORCE_CONCEPTS_OFF and LLFIO_FORCE_COROUTINES_OFF.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2021-10-29Merge pull request #82 from ned14/byte_granularity_map_offsetsNiall Douglas
2021-10-28Fix programs breaking in recent commits.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2021-10-28Fix failures on CI from previous commits.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2021-10-28Wrote a unit test and fixed bugs for byte granularity map offsets.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2021-10-27Untested first implementation of byte granularity map_handle and mapped_file_...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)