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