1
I Use This!
Low Activity

Commits : Listings

Analyzed about 14 hours ago. based on code collected about 14 hours ago.
Aug 18, 2024 — Aug 18, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Bump _MSC_VER gate in previous commit.
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... about 3 years ago
traverse: Fix missing += in last commit which was causing a segfault.
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... about 3 years ago
traverse algorithm: Swap longer path fragments for fewer open file descriptors.
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... about 3 years ago
Add cmake option LLFIO_FORCE_SIGNAL_DETECTION_OFF to disable any use of signal_guard, which is currently unreliable on recent Linux glibc's.
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... over 3 years ago
Merge branch 'develop' of github.com:ned14/llfio into develop
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... over 3 years ago
Fix warnings pre-C++20 recently introduced and bring TLS sockets reference implementation closer to the WG21 proposal paper.
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... over 3 years ago
Fix duplicate symbol error on Windows for fs_handle::win_get_extended_attributes et al.
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... over 3 years ago
Fix warning.
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... over 3 years ago
openssl.ipp: Capture this in value capturing lambdas to suppress GCC warning.
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... over 3 years ago
tls_socket_source_implementation_information: Check for trivially copyable, as on certain early versions of VS2022 this fails when it should not.
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... over 3 years ago
Fix clashing symbol openssl_custom_bio.
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... over 3 years ago
Last CI fix, should pass after this.
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... over 3 years ago
More CI fixing, mainly working around C++ parse bugs in older MSVCs being tested by the CI.
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... over 3 years ago
Hopefully fix all remaining CI failures in networking.
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... over 3 years ago
Fix installability.
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... over 3 years ago
Merge pull request #89 from ned14/networking More... over 3 years ago
Merge branch 'develop' into networking
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... over 3 years ago
Build fixes for recent commits.
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... over 3 years ago
Cherry pick github actions fixes from networking branch.
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... over 3 years ago
Merge branch 'develop' into networking
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... over 3 years ago
Remove the caching parameter from the native_handle_type consuming constructors of all the handle types. It should have been removed in 2021 when the native handle type started storing kernel caching bits, but I must have forgotten, and that led to it being confusing whether caching was to be specified in the native handle type, or the caching parameter of the constructor, or what actually began happening in practice which was some unexpected combination of both, which led to unpleasant surprise. So we now use native handle type exclusively to specify kernel caching, and that prevents the problem.
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... over 3 years ago
tls_socket_handle: Get non-blocking working with OpenSSL backend.
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... over 3 years ago
Merge remote-tracking branch 'remotes/origin/reenable_vs2019' into networking
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... over 3 years ago
github actions: Pin version of cmake as runner's is broken.
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... over 3 years ago
networking: Test authenticated and non-blocking TLS connections.
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... over 3 years ago
OpenSSL backend: Cleanup of code and implement write backpressure.
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... over 3 years ago
networking: Post Reddit review changes
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... over 3 years ago
Fix build if status_code is not enabled in last commit.
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... over 3 years ago
Fix spurious result bug in extended attributes implementation.
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... over 3 years ago
Fix typo last commit breaking build on Mac OS.
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... over 3 years ago