1. a0a145e Allow compiling below directories like C:\serf\1.3.9, where the direct path would be interpreted as substiture arguments. by Bert Huijben · 6 years ago
  2. c0601fd Allow building against OpenSSL 1.1.0 on Windows by linking against the by Bert Huijben · 6 years ago
  3. 9d30108 Follow-up to r1811083, fix building with scons 3.0.0 and Python3 by Andreas Stieger · 6 years ago
  4. cf6b3cb Add note about usage of serf_debug__closed_conn by Subversion by Bert Huijben · 7 years ago
  5. 5b661cc * test/serf_get.c by Bert Huijben · 7 years ago
  6. 0b97a9d Support Visual Studio 2017 via the SCons specific version number '14.1', by Bert Huijben · 7 years ago
  7. 81300ce * SConstruct by Bert Huijben · 7 years ago
  8. 1c02418 Fix syntax of a print() in the scons file to unbreak building with most by Bert Huijben · 7 years ago
  9. 4e195a6 * SConstruct by Bert Huijben · 7 years ago
  10. c096341 * SConstruct Add mapping for Visual Studio 2017. by Bert Huijben · 7 years ago
  11. d376bc3 Follow-up to r1805462, more OpenSSL 1.1/1.0 fixes by Andreas Stieger · 7 years ago
  12. ddd2299 Fix build with OpenSSL 1.1.x by Andreas Stieger · 7 years ago
  13. 0e10c4c * dish.sh: generate SHA-2 hashes by Andreas Stieger · 7 years ago
  14. ce4b4cc Fix an endless loop in the deflate bucket with the truncated input. by Evgeny Kotkov · 7 years ago
  15. fcfd51b Add a test for an error while reading the request body for an outgoing request. by Evgeny Kotkov · 7 years ago
  16. b1a4999 Following up on r1804005, don't return the "response is truncated" error by Evgeny Kotkov · 7 years ago
  17. 1a29609 Add a test for the overflow in the chunk size length in a "Transfer- by Evgeny Kotkov · 7 years ago
  18. c44f240 Teach the dechunk bucket to return a proper error in presence of invalid by Evgeny Kotkov · 7 years ago
  19. 8e0ce09 Fix an edge case in the dechunk bucket where it could erroneously report by Evgeny Kotkov · 7 years ago
  20. df05684 Following up on r1786654, use a runtime check instead of an #ifdef when by Evgeny Kotkov · 7 years ago
  21. e7f6441 Following up on r1786654, properly declare the new API function, by Evgeny Kotkov · 7 years ago
  22. 14e9893 HTTP/2: Fix improper handling of SETTINGS_INITIAL_WINDOW_SIZE that by Evgeny Kotkov · 7 years ago
  23. 5da32d5 Unbreak build with defined SERF_DEBUG_BUCKET_USE. by Evgeny Kotkov · 7 years ago
  24. c1660ba Add support for decompressing Brotli (RFC 7932) data and allow decoding by Evgeny Kotkov · 7 years ago
  25. 6f689c7 Fix 'scons check' build with LibreSSL. by Stefan Sperling · 7 years ago
  26. bdf06b9 * test/MockHTTPinC/MockHTTP_server.c by Stefan Sperling · 7 years ago
  27. 7295885 On the ocsp-verification branch: sync with trunk up to r1778786. by Branko Čibej · 7 years ago
  28. 526da16 On the ocsp-verification branch: Update documentation. by Branko Čibej · 7 years ago
  29. 0921f52 Get rid of another SSL feature check based on a version number. by Stefan Sperling · 7 years ago
  30. e44ced1 * buckets/ssl_buckets.c: Finally kill the USE_LEGACY_OPENSSL macro by Stefan Sperling · 7 years ago
  31. e0bfed0 * SConstruct: Add a check for thread locking callbacks which were apparently by Stefan Sperling · 7 years ago
  32. a049a6e * buckets/ssl_buckets.c: Put parens around the argument passed to by Stefan Sperling · 7 years ago
  33. e59e0c0 * buckets/ssl_buckets.c: Put parens around expansion of custom by Stefan Sperling · 7 years ago
  34. 1dabe12 * SConstruct: Check for X509_STORE wrapper functions and provide by Stefan Sperling · 7 years ago
  35. ea0ecdf Follow-up to r1775240: by Stefan Sperling · 7 years ago
  36. df0d2d0 Fix another build problem with LibreSSL. by Stefan Sperling · 7 years ago
  37. 477055f Fix another build problem with LibreSSL. by Stefan Sperling · 7 years ago
  38. 11cd38e Fix another build problem with LibreSSL. by Stefan Sperling · 7 years ago
  39. 11f3c9f Check for BIO wrapper functions instead of making blind assumptions about by Stefan Sperling · 7 years ago
  40. db10bce On the ocsp-verification branch: Fix fallout from the r1774752 merge from trunk. by Branko Čibej · 7 years ago
  41. 51f413d On the ocsp-verification branch: Synced with trunk up to r1774751. by Branko Čibej · 7 years ago
  42. 96d493a On the ocsp-verification branch: Fix silly thinko. by Branko Čibej · 7 years ago
  43. ca898e5 Make Serf compile and tests pass when the symbols OPENSSL_NO_TLSEXT by Branko Čibej · 7 years ago
  44. f3e95bd On the ocsp-verification branch: by Branko Čibej · 7 years ago
  45. 3cb4e0b On the ocsp-verification branch: Implement response parsing and verification. by Branko Čibej · 7 years ago
  46. edd7d4d Fix some compilation warnings. by Branko Čibej · 7 years ago
  47. 90f1de9 On the ocsp-verification branch: Instead of conditionally defining by Branko Čibej · 7 years ago
  48. 2a1934d On the ocsp-verification branch: Implement request constructor, by Branko Čibej · 7 years ago
  49. 060fe2e On the ocsp-verification branch: Use the new certificate cleanup function. by Branko Čibej · 7 years ago
  50. 3d31e2b On the ocsp-verification branch: Sync with trunk up to r1774385. by Branko Čibej · 7 years ago
  51. 8f5f307 Don't leak SSL certificates. by Branko Čibej · 7 years ago
  52. 5e92021 Fix some compilation warnings. by Branko Čibej · 7 years ago
  53. 5a8fc01 On the ocsp-verification branch: Introduce scratch pools for a couple functions. by Branko Čibej · 7 years ago
  54. 2c3f05e On the ocsp-verification branch: Follow up on r1773567, making the OCSP by Branko Čibej · 7 years ago
  55. 69dcc8b On the ocsp-verification branch: Prepare prototypes and error codes by Branko Čibej · 7 years ago
  56. b53ef86 On the ocsp-verification branch: Update branch docs. by Branko Čibej · 7 years ago
  57. 52f0c40 On the ocsp-verification branch: Update test for serf_ssl_cert_certificate(). by Branko Čibej · 7 years ago
  58. d623d38 On the ocsp-verification branch: by Branko Čibej · 7 years ago
  59. 3dc2d01 On the ocsp-verification branch: Add support for importing by Branko Čibej · 7 years ago
  60. 137eb33 On the ocsp-verification branch: Add branch docs. by Branko Čibej · 7 years ago
  61. 2c8240d Create a branch for the development of OCSP verification of server certificates. by Branko Čibej · 7 years ago
  62. 0c563f0 Introduce serf_connection_create3, which improves on serf_connection_create2 by Branko Čibej · 7 years ago
  63. 64ffd0f Revert r1769799 due to a chicken-and-egg problem. by Branko Čibej · 7 years ago
  64. 5399c79 [Reverted in r1769841.] by Branko Čibej · 7 years ago
  65. bf57dc3 Make sure we don't link with the obsolete OpenSSL shipped with macOS. by Branko Čibej · 7 years ago
  66. 01743be * CHANGES: Add note explaining old revision numbers. (Thanks danielsh!) by Bert Huijben · 8 years ago
  67. c0ada95 * serf.h (serf_connection_create): Fix markup typos in docstring. by Branko Čibej · 8 years ago
  68. 54ec03c * README: Use https where applicable. Add github mirror. by Bert Huijben · 8 years ago
  69. 9b1e500 * README: Remove unneeded double '/' by Bert Huijben · 8 years ago
  70. 20ecc98 Do not include 'zutil.h': we do not need it and documentation says that it by Ivan Zhakov · 8 years ago
  71. 112e705 Configure ZLib to use bucket allocator in deflate buckets. by Ivan Zhakov · 8 years ago
  72. 15ca053 Support zlib in non-standard path on Unix by Andreas Stieger · 8 years ago
  73. 27d5315 * NOTICE: Update copyright year by Andreas Stieger · 8 years ago
  74. a790ba5 * CHANGES: (1.3.9): Add revision. by Bert Huijben · 8 years ago
  75. 358522c * CHANGES: A few more tweaks. Remove duplicated item. by Bert Huijben · 8 years ago
  76. 6287f01 * CHANGES: Add some more 1.3.9 items in preparation for release by Bert Huijben · 8 years ago
  77. 8caa93f Add some release magic, as used by the Subversion project. by Bert Huijben · 8 years ago
  78. 7a8cd08 * dist.sh Don't error out on versions like 1.3.9-pre1. by Bert Huijben · 8 years ago
  79. d632a2a * . by Ivan Zhakov · 8 years ago
  80. 68678cf Fix default compression level in deflate compress buckets. by Bert Huijben · 8 years ago
  81. 9a3efc9 * auth/auth_digest.c by Ivan Zhakov · 8 years ago
  82. e1aa929 * auth/auth_digest.c by Ivan Zhakov · 8 years ago
  83. 5e56e03 Style fixes: reduce scope of local variables. Reported on dev@ list: by Ivan Zhakov · 8 years ago
  84. 0f60433 Handle not being defined of OPENSSL_VERSION_NUMBER as a legacy OpenSSL by Bert Huijben · 8 years ago
  85. 04fec46 Adapt to OpenSSL 1.1.x API changes. by Bert Huijben · 8 years ago
  86. 7e2d130 * protocols/http2_protocol.c: Remove whitespace added in comments by accident. by Lieven Govaerts · 8 years ago
  87. f30106b Fix compiler warnings. by Lieven Govaerts · 8 years ago
  88. 97ae178 Avoid constructing a library name with variables without by Bert Huijben · 8 years ago
  89. fea5643 Follow-up to r1717012, fix warning on incompatible pointer type by Andreas Stieger · 8 years ago
  90. 37aa00f * buckets/chunk_buckets.c by Bert Huijben · 8 years ago
  91. 00088ed * . Remove accidentally added self-referential mergeinfo. by Bert Huijben · 8 years ago
  92. 204527e Move *.c to src/*.c to cleanup the build root. by Bert Huijben · 8 years ago
  93. 952263c SERF_BUCKET_SIMPLE_STRING{,_LEN} macros could not be used as function arguments. by Andreas Stieger · 8 years ago
  94. 6c490f9 Fix warnings on missing prototypes in test code by Andreas Stieger · 8 years ago
  95. 47639a5 Fix decoding of HTTP/2 WINDOW_UPDATE frames. Use all bytes in the right by Bert Huijben · 8 years ago
  96. 38a5355 * protocols/http2_protocol.c by Bert Huijben · 8 years ago
  97. 38a19aa Follow-up to r1717352, use apr version of snprintf by Andreas Stieger · 8 years ago
  98. 1ab6fbc In request and response buckets, replace usages of sprintf by Andreas Stieger · 8 years ago
  99. 5a3ceac Following up on r1717218 and r1717219 use sprintf() instead of itoa, by Bert Huijben · 8 years ago
  100. a0b59ce Following up on r1717218, add include that apr.h thinks should be standard by Bert Huijben · 8 years ago