- b95d8c4 Remove the serf_connection_create3() public function. It was added when Serf by Branko Čibej · 7 weeks ago trunk
- 4718ecd Fix another integer narrowing warning. by Branko Čibej · 7 weeks ago
- a1556ca * buckets/hpack_buckets.c by Branko Čibej · 7 weeks ago
- c45ed62 SERF-207: The Digest authn provider verifies received parameters. by Branko Čibej · 7 weeks ago
- b55edb8 Merged the user-defined-authn branch to trunk. by Branko Čibej · 7 weeks ago
- eea4473 On the user-defined-authn branch: sync with trunk r1927496. by Branko Čibej · 7 weeks ago user-defined-authn
- c5fe01e * SConstruct: Add support for using the Unbound async resolver. by Branko Čibej · 7 weeks ago
- fc79b45 In the CMake build: Search for most dependencies with pkg-config first, by Branko Čibej · 7 weeks ago
- 57e9a9c Build system improvements. by Branko Čibej · 7 weeks ago
- 35434de Improve the CMake build: add options to disable optional dependencies by Branko Čibej · 7 weeks ago
- ce4cc3a In the CMake build, look for Unbound. The SCons build doesn't support this by Branko Čibej · 7 weeks ago
- 8c36696 In the CMake build, fix APR (2.x) and APR-Util with external modules. by Branko Čibej · 7 weeks ago
- fb4b669 On the user-defined-authn branch: Remove the character classification by Branko Čibej · 8 weeks ago
- 82f0723 On the user-defined-authn branch: sync with trunk r1927495. by Branko Čibej · 8 weeks ago
- 3df8922 * src/resolve.c: Update the todo list and comments. by Branko Čibej · 8 weeks ago
- 59108e4 Fix fallout from r1927493. This is what happens if one tests with IPv6 by Branko Čibej · 8 weeks ago
- 8e72c08 In the Unbound resolver, detect when the hostname is an IPv4 or IPv6 address by Branko Čibej · 8 weeks ago
- b5576d4 In the Unbound resolver, finally convert the results to apr_sockaddr_t. by Branko Čibej · 8 weeks ago
- 386e20c Follow up to 1927464: If we're using a proxy, we don't have to resolve the by Branko Čibej · 9 weeks ago
- bf0fd03 On the user-defined-authn branch: sync with trunk r1927468. by Branko Čibej · 9 weeks ago
- ac24f6c Follow up to r1927456: the serf__resolve_result_t struct is no longer by Branko Čibej · 9 weeks ago
- b19facd Add an asyncrhonous connection creation API. This is likely to be the most by Branko Čibej · 9 weeks ago
- 11e472b Get rid of the mutex that serializes access to the async resolver results. by Branko Čibej · 9 weeks ago
- 2bc16de In the Unbound resolver, look for both IPv4 and IPv6 addresses. by Branko Čibej · 9 weeks ago
- 6c65db1 Revert half of r1927273, ERR_error_string isn't threadsafe so we need to make by Daniel Sahlberg · 9 weeks ago
- 5befbe1 Un the Unbound resolver, don't poll the resolver context unless we have by Branko Čibej · 9 weeks ago
- 9cf0878 Add context-specific task cleanup when a context is destroyed. by Branko Čibej · 10 weeks ago
- 013f693 Implement a prototype libunbound-based asynchronous resolver. by Branko Čibej · 10 weeks ago
- 84b8e02 Improvements to the CMake build: include the Brotli libraries in the by Branko Čibej · 10 weeks ago
- 6ffa8df Make a test pass with LibreSSL and old (deprecated) OpenSSL. by Branko Čibej · 10 weeks ago
- f1f76bb Create the context's pollset just once. It's a cosmetic change. by Branko Čibej · 10 weeks ago
- e879ae2 Don't ignore errors when creating the context's guard mutex for by Branko Čibej · 10 weeks ago
- 2af040c Followup to r1926972, tighten up the code slightly. by Daniel Sahlberg · 10 weeks ago
- 3c05b71 Fix building of the MockHTTPinC library. We magically inherited the by Branko Čibej · 10 weeks ago
- 81f884d * src/resolve.c: Add a couple more to-do comments. by Branko Čibej · 10 weeks ago
- cd6dce6 Document how to run the slow running tests. by Daniel Sahlberg · 10 weeks ago
- cfca4a8 On the user-defined-authn branch: sync with trunk r1927251 by Branko Čibej · 10 weeks ago
- 160d08c Add support fir asynchronous address resolution in Serf, making it completely by Branko Čibej · 10 weeks ago
- 4b0e388 Follow up to r1700062: The published Product Name in the Serf by Branko Čibej · 2 months ago
- 0032480 * test/certs/create_certs.py by Branko Čibej · 2 months ago
- baef00e Drop pyOpenSSL from the test suite certificate generator. Use the cryptography by Branko Čibej · 2 months ago
- 3c42610 On the user-defined-authn branch: It turns out that case-folding via a lookup by Branko Čibej · 3 months ago
- 45669e8 * CMakeLists.txt: Show enabled slow tests in the summary. by Branko Čibej · 3 months ago
- 1accc75 Rename the testing 'batons' to make their meaning clearer. by Branko Čibej · 3 months ago
- 4152a1e Follow-up to 1927014, save seems to work now. by Daniel Sahlberg · 3 months ago
- a0e483a Follow-up to r1927013, we got an error message: by Daniel Sahlberg · 3 months ago
- 336c838 Follow-up ti r1927012: by Daniel Sahlberg · 3 months ago
- b38d5f4 Follow-up to r1927011, looks like we need to specify the organisation to call by Daniel Sahlberg · 3 months ago
- 7a985ac Try to save vcpkg's installed folder to speed up following runs. by Daniel Sahlberg · 3 months ago
- 475808b On the user-defined-authn branch: sync with trunk r1927004. by Branko Čibej · 3 months ago
- aa021b0 All GCC-like compilers were not created equal. Make sure we don't use extra by Branko Čibej · 3 months ago
- e1acb46 Fix two more warnings. by Branko Čibej · 3 months ago
- 7ce0552 Fix some more narrowing, unreachable-code and shadowing warnings. by Branko Čibej · 3 months ago
- 15c1d45 Follow up to r1926878: Get the generated .clangd back on track. by Branko Čibej · 3 months ago
- 4f435e6 In the CMake build, include APR's --cflags for MockHTTP. by Branko Čibej · 3 months ago
- 93cf25e Fix some more integer narrowing warnings. by Branko Čibej · 3 months ago
- 33e7189 Add support for SSL error handling by Graham Leggett · 3 months ago
- e1794a0 On the user-defined-authn branch: sync with trunk r1926949. by Branko Čibej · 3 months ago
- 5fc80b1 Follow up to r1926725: Remove an unused variable. by Branko Čibej · 3 months ago
- 0361704 SERF-196: Fix typo in range comparison. by Branko Čibej · 3 months ago
- 21c71ac Remove an unused variable and document why we ignore a possible error. by Branko Čibej · 3 months ago
- 9674832 Follow up to r1926950: Fix a missing error check. by Branko Čibej · 3 months ago
- 67676e0 SCons flags are sometimes tuples, not strings. For example, by Branko Čibej · 3 months ago
- 93ebd48 It says on the tin to use the DEBUG configure flag to "Enable debugging by Branko Čibej · 3 months ago
- 42d5adb Support OpenSSL3 providers / cert store URLs by Graham Leggett · 3 months ago
- 648a764 In the PR-8 branch, catch up with trunk as of r1926944 by Daniel Sahlberg · 3 months ago PR-8
- dd89f99 * SConstruct: Fix the generated pkg-config file with insisted that Serf by Branko Čibej · 3 months ago
- 118f130 As in the CMake build, the SCons build now also builds MockHTTP separately by Branko Čibej · 3 months ago
- 18ed5eb Improve consistency in the description of running the unittests under CMake by Daniel Sahlberg · 3 months ago
- a1fe016 On the PR-8 branch: Catch up with trunk r1926940 by Daniel Sahlberg · 3 months ago
- 86ef429 On the user-defined-authn branch: sync with trunk r1926938 by Branko Čibej · 3 months ago
- 9b68009 SERF-183: In the SCons build, inherid LD_LIBRARY_PATH from the environment by Branko Čibej · 3 months ago
- 0ffee3c In the SCons build, run unit tests separately by test suite. by Branko Čibej · 3 months ago
- 1209a78 Follow up to r1926930: use a better way to filter CFLAGS. by Branko Čibej · 3 months ago
- 509b1a3 in the SCons build, generate a relocatable pkgconfig file. by Branko Čibej · 3 months ago
- 3fbf69b SERF-206: Filter out all optimization, debugging and warning options from by Branko Čibej · 3 months ago
- 9af4b8a * CMakeLists.txt (make_pkgconfig): Use list(JOIN) instead of constructin by Branko Čibej · 3 months ago
- 2fbc8f5 In the CMake build, make the generated pkgconfig file relocatable. by Branko Čibej · 3 months ago
- dc923e9 Follow-up to r1926882, fix a bad copy-paste. by Daniel Sahlberg · 3 months ago
- 85456f7 On the PR-8 branch: by Daniel Sahlberg · 3 months ago
- 5c251c4 Create a branch for GitHub PR #8 by Daniel Sahlberg · 3 months ago
- 355b7f4 It seems to be consensus on dev@ that we should name the next release 1.5, so by Daniel Sahlberg · 3 months ago
- fd5679a On the user-defined-authn branch: sync with trunk r1926882. by Branko Čibej · 3 months ago
- 5aa95c5 * README: Updated docs for SCons and CMake. by Branko Čibej · 3 months ago
- 1ad3be6 In the CMake build, disable C language extensions. Without this, CMake will by Branko Čibej · 3 months ago
- daaa3c3 In the CMake build, set define flags per target. As with warnings, this by Branko Čibej · 3 months ago
- 58f11ba In the CMake build, set warning flags per target to simplify manipulation. by Branko Čibej · 3 months ago
- 4afba87 In the CMake build, use canonical cmakeism to set the C language standard. by Branko Čibej · 3 months ago
- ef10e25 In the CMake build, do not use deprecated OpenSSL API. This fixes the by Branko Čibej · 3 months ago
- 1719c58 In the CMake build, make MockHTTPinC a separats static library and change by Branko Čibej · 3 months ago
- 3b91ca5 Use more canonical syntax in the CMake build. by Branko Čibej · 3 months ago
- 6ae520c Detect ELF build targets in SCons dynamically at configure time, by Branko Čibej · 3 months ago
- 0823869 On the user-defined-authn branch: In the interaction diagram, correct the by Branko Čibej · 3 months ago
- c13ded1 On the user-defined-authn branch: Fix edge cases in the authn parameter by Branko Čibej · 3 months ago
- 5d528be * CMakeLists.txt: Fix the summary display when static libs are disabled. by Branko Čibej · 3 months ago
- 3b6e4a4 Start describing the CMake build system in README: by Daniel Sahlberg · 3 months ago
- 6f69767 On the user-defined-authn branch: by Branko Čibej · 3 months ago
- 017df7f On the user-defined-authn branch: Use the parameter parser for Digest. by Branko Čibej · 3 months ago
- 80df638 On the user-defined-authn branch: Minor tweaks and optimisations. by Branko Čibej · 3 months ago
- 34bbdf9 On the user-defined-authn branch: sync with trunk r1926734. by Branko Čibej · 3 months ago