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-10-12statfs and path_discovery: Add flag saying if a filing system is a networked ...HEADdevelopNiall Douglas
2022-10-07Last commit didn't actually log the warning as it was supposed to, fixed.Niall Douglas
2022-10-07lustre filesystem: Add knowledge of lustre to path discovery, and work aroundNiall Douglas
2022-09-20Suppress warning on GCC about memcpy into a status_code<void>all_tests_passed_27ebdf0b993fe2ad1179dad33dacbcd2dc4d9546Niall Douglas
2022-09-19path_view: Final set of changes to match reference implementation with upcomi...all_tests_passed_f8d2eebeb1742a5ebec4da856d47ba6fd1a48a8cmasterNiall Douglas
2022-09-15Fixes for last commit CI failures.Niall Douglas
2022-09-14Merge branch 'develop' of github.com:ned14/llfio into developNiall Douglas
2022-09-14path_view: Implement hashing of path views and rendered paths as per WG21 dir...Niall Douglas
2022-09-14Make issue0102 test C++14 compliantall_tests_passed_6c8e3e10a2919b4da754d0f3db54b3c616e1dd56Henrik S. Gaßmann
2022-09-14Only execute issue102 test with status code enabledHenrik S. Gaßmann
2022-09-13Fix issue #102 Using a status code converted from a file_io_error segfaults.Niall Douglas
2022-09-07path_discovery: Log warnings if path discovery could not find suitable paths ...all_tests_passed_ae7f9c5a92879285ad5100c89efc47ce1cb0031bNiall Douglas
2022-09-07allocate_large_pages: Fix incorrect check for mmap failure, and use correct f...Niall Douglas
2022-09-06Merge pull request #100 from BurningEnlightenment/dev/fix-macos-gcd-selectionNiall Douglas
2022-09-06Enable GCD on non-Linux POSIX if not configuredHenrik S. Gaßmann
2022-09-05Fix "inline inline" in last commit.Niall Douglas
2022-09-05path_discovery: Document how path_discovery works as I keep forgetting, and g...Niall Douglas
2022-09-05doxygen: Substantially improve the rendition of the doxygen docs by fixes and...Niall Douglas
2022-09-05Merge pull request #99 from BurningEnlightenment/dev/98-msvc-workaround-exten...Niall Douglas
2022-09-02Unconstrain the MSVC workaround for #98Henrik S. Gaßmann
2022-08-18Merge pull request #96 from BurningEnlightenment/dev/fix-dynamic-thread-pool-...Niall Douglas
2022-08-18Merge pull request #93 from BurningEnlightenment/dev/fix-vendored-status-code...Niall Douglas
2022-08-15Fix unconditional vendored status code includesHenrik S. Gaßmann
2022-08-11Update LLFIO to match latest Outcome changes.Niall Douglas
2022-08-04stat on Windows was failing if the file is on SMB and "too much" metadata was...Niall Douglas
2022-08-03Update Github Actions MacOS CI runnerNiall Douglas
2022-08-03Fix corner case build failure on Windows due to including Windows headers aft...Niall Douglas
2022-07-21Simplify the selection for dynamic thread pool implHenrik S. Gaßmann
2022-05-25Bump _MSC_VER gate in previous commit.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2022-05-24traverse: Fix missing += in last commit which was causing a segfault.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2022-05-24traverse algorithm: Swap longer path fragments for fewer open file descriptors.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2022-05-16Add cmake option LLFIO_FORCE_SIGNAL_DETECTION_OFF to disable any use of signa...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2022-05-11Merge branch 'develop' of github.com:ned14/llfio into developNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2022-05-11Fix warnings pre-C++20 recently introduced and bring TLS sockets reference im...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2022-05-10Fix duplicate symbol error on Windows for fs_handle::win_get_extended_attribu...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2022-05-04Fix warning.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2022-05-02openssl.ipp: Capture this in value capturing lambdas to suppress GCC warning.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2022-04-26tls_socket_source_implementation_information: Check for trivially copyable,Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2022-04-20Fix clashing symbol openssl_custom_bio.all_tests_passed_00d4502a4ed7736a4043b2058ac07398e205b513Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2022-04-17Last CI fix, should pass after this.all_tests_passed_28ed4621f3233fbfd24d437519f3503d06dba3e0Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2022-04-17More CI fixing, mainly working around C++ parse bugs in older MSVCs being tes...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2022-04-17Hopefully fix all remaining CI failures in networking.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2022-04-17Fix installability.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2022-04-16Merge pull request #89 from ned14/networkingNiall Douglas
2022-04-16Merge branch 'develop' into networkingnetworkingNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2022-04-16Build fixes for recent commits.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2022-04-16Cherry pick github actions fixes from networking branch.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2022-04-16Merge branch 'develop' into networkingNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2022-04-16Remove the caching parameter from the native_handle_type consuming constructo...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2022-04-13tls_socket_handle: Get non-blocking working with OpenSSL backend.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)