4
I Use This!
Activity Not Available

Commits : Listings

Analyzed 4 months ago. based on code collected 4 months ago.
Nov 21, 2024 — Nov 21, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Tweak svn:ignore for build artifacts from SCons and CMake More... 6 months ago
Tweak svn:ignore for build artifacts from SCons and CMake More... 6 months ago
Remove draft work that will not be implemented in the near term. More... 6 months ago
Remove draft work that will not be implemented in the near term. More... 6 months ago
Remove the serf_connection_create3() public function. It was added when Serf did not have an asynchronous DNS resolver and is now functionally replaced by serf_connection_create_async(). More... 7 months ago
Remove the serf_connection_create3() public function. It was added when Serf More... 7 months ago
Fix another integer narrowing warning. More... 7 months ago
Fix another integer narrowing warning. More... 7 months ago
* buckets/hpack_buckets.c More... 7 months ago
* buckets/hpack_buckets.c (serf__bucket_hpack_setx): Use the new serf__tolower_inplace() instead of open-coding the same logic. More... 7 months ago
SERF-207: The Digest authn provider verifies received parameters. More... 7 months ago
SERF-207: The Digest authn provider verifies received parameters. More... 7 months ago
Merged the user-defined-authn branch to trunk. More... 7 months ago
Merged the user-defined-authn branch to trunk. More... 7 months ago
On the user-defined-authn branch: sync with trunk r1927496. More... 7 months ago
* SConstruct: Add support for using the Unbound async resolver. More... 7 months ago
* SConstruct: Add support for using the Unbound async resolver. More... 7 months ago
In the CMake build: Search for most dependencies with pkg-config first, and find_package if that fails. More... 7 months ago
In the CMake build: Search for most dependencies with pkg-config first, More... 7 months ago
Build system improvements. More... 7 months ago
Build system improvements. More... 7 months ago
Improve the CMake build: add options to disable optional dependencies More... 7 months ago
Improve the CMake build: add options to disable optional dependencies even when they're available and found in the configuration step. Also, always include the pkg-config file, including on Windows, where it's now expected to be available at least with vcpkg dependencies. More... 7 months ago
In the CMake build, look for Unbound. The SCons build doesn't support this yet, it only handles the new addition to the pkg-config file template. More... 7 months ago
In the CMake build, look for Unbound. The SCons build doesn't support this More... 7 months ago
In the CMake build, fix APR (2.x) and APR-Util with external modules. More... 7 months ago
In the CMake build, fix APR (2.x) and APR-Util with external modules. More... 7 months ago
On the user-defined-authn branch: Remove the character classification table. It turns out that range checks are faster than table lookups. Which I should have known. More... 8 months ago
On the user-defined-authn branch: sync with trunk r1927495. More... 8 months ago
* src/resolve.c: Update the todo list and comments. More... 8 months ago