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-09-07allocate_large_pages: Fix incorrect check for mmap failure, and use correct f...macos_print_why_munmap_failsNiall 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)
2022-04-07Merge remote-tracking branch 'remotes/origin/reenable_vs2019' into networkingNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2022-04-07github actions: Pin version of cmake as runner's is broken.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2022-04-06networking: Test authenticated and non-blocking TLS connections.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2022-03-09OpenSSL backend: Cleanup of code and implement write backpressure.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2022-03-03networking: Post Reddit review changesNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2022-02-23Fix build if status_code is not enabled in last commit.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2022-02-23Implement tls_socket_source, tls_socket_handle, an OpenSSL based implementation,Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2022-02-07Fix spurious result bug in extended attributes implementation.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2022-02-07Fix typo last commit breaking build on Mac OS.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2022-02-06Make setting an extended attribute on Windows race free.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2022-02-03Try again to fix the last commit.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2022-02-03Fix build of last commit on Mac OS.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)