1. d5dfbd5 Add an outgoing response bucket for usage with our server/listening mode. by Bert Huijben · 8 years ago
  2. 14a7993 * test/MockHTTPinC/MockHTTP_server.c by Bert Huijben · 8 years ago
  3. f5e72d0 In the mock-http server: stop reading requests when we decide that we are by Bert Huijben · 8 years ago
  4. a053897 * buckets/hpack_buckets.c by Bert Huijben · 8 years ago
  5. 8bdf334 * buckets/hpack_buckets.c by Bert Huijben · 8 years ago
  6. 4dff7b4 With the Subversion test suite now completely running over HTTP/2, improve by Bert Huijben · 8 years ago
  7. bb96116 With the config store available we now have a location to store ssl session by Bert Huijben · 8 years ago
  8. 507a7a6 * protocols/http2_protocol.c by Bert Huijben · 8 years ago
  9. 2bfdcd9 * protocols/http2_protocol.c by Bert Huijben · 8 years ago
  10. ba3ba18 * buckets/split_buckets.c (serf_split_destroy): Clear some values. by Bert Huijben · 8 years ago
  11. 46191f6 * outgoing.c by Bert Huijben · 8 years ago
  12. 5fdf298 Add a protocol callback for a cleanup step before the requests are done. by Bert Huijben · 8 years ago
  13. 978d933 Make the configuration store use a serf allocator instead of pools for its by Bert Huijben · 8 years ago
  14. f493fc2 Resolve some edge cases in the split buckets in case apr_size_t isn't by Bert Huijben · 8 years ago
  15. 7e502a6 When sending a bit of data, start by clearing the remaining data and by Bert Huijben · 8 years ago
  16. 9d9373f Follow-up to r1704160, add va_end call to match va_start by Andreas Stieger · 8 years ago
  17. 18948cf Fix format warnings when printing apr_size_t with %d by Andreas Stieger · 8 years ago
  18. 6022e08 Improve the handling of some early-eof scenarios in the split bucket. by Bert Huijben · 8 years ago
  19. 3ce8776 Remove more magic iovec constants, by using our new define in serf_private.h. by Bert Huijben · 8 years ago
  20. cb46a2e Move the stop-writing handling (for ssl negotiate states) to the connections, by Bert Huijben · 8 years ago
  21. bb48503 * .editorconfig by Bert Huijben · 8 years ago
  22. e6da867 Follow-up to r1714682, ignore generated serf_httpd by Andreas Stieger · 9 years ago
  23. a784ee5 Make the auth code requeue the same request instance when another request is by Bert Huijben · 9 years ago
  24. 07d25ce * protocols/http2_protocol.c by Bert Huijben · 9 years ago
  25. e94cfa1 Stop using IOV_MAX. Use our own define instead. by Bert Huijben · 9 years ago
  26. d117358 * buckets/serf-buckets.natvis by Bert Huijben · 9 years ago
  27. 1d900b0 Make the http/1.1 request reading code properly changing the current by Bert Huijben · 9 years ago
  28. d17bc23 Following up on r1699995, which made the linebuffers consistently '\0' by Bert Huijben · 9 years ago
  29. 851958a Make the response bucket properly read trailers even when the caller uses by Bert Huijben · 9 years ago
  30. 08a8293 Implement basic windowing support for http/2. For now just use a constant by Bert Huijben · 9 years ago
  31. 0442970 Follow-up to r1714774, fix warning on declaration and initialisation by Andreas Stieger · 9 years ago
  32. d975999 Follow-up to r1712557, fix warning on missing prototope of serf__copy_iovec by Andreas Stieger · 9 years ago
  33. 97754b0 Follow-up to r1716165, fix implicit declaration of abort() in by Andreas Stieger · 9 years ago
  34. 928d085 * buckets/prefix_buckets.c by Bert Huijben · 9 years ago
  35. 89d948f Remove a lot of bucket reading from the http2 processing by trying to read by Bert Huijben · 9 years ago
  36. 84822ac Following up on r1716346, fix hpack decoding to work like the other decode buckets by Bert Huijben · 9 years ago
  37. 735da40 Don't retry reads of length 0 with success status until the end of time, while by Bert Huijben · 9 years ago
  38. 8d79f96 * buckets/http2_frame_buckets.c by Bert Huijben · 9 years ago
  39. 6995d44 * buckets/fcgi_buckets.c by Bert Huijben · 9 years ago
  40. f28231a * outgoing_request.c by Bert Huijben · 9 years ago
  41. 040a86a * outgoing_request.c by Bert Huijben · 9 years ago
  42. c71a40a * buckets/prefix_buckets.c by Bert Huijben · 9 years ago
  43. 4f69cb6 * buckets/http2_frame_buckets.c by Bert Huijben · 9 years ago
  44. e42ef42 * pump.c by Bert Huijben · 9 years ago
  45. 7ea1177 Extend the protocol hooks with a hook to notify the protocol about cancelled by Bert Huijben · 9 years ago
  46. 4079b90 * buckets/serf-buckets.natvis Add some visualizers for header buckets. by Bert Huijben · 9 years ago
  47. 07c22a8 Simplify the http/1.1 style header creation code in the hpack buckets a bit by Bert Huijben · 9 years ago
  48. d8c15d4 Extend the config support to include listeners as well. Rename the by Bert Huijben · 9 years ago
  49. 78e6c73 Revert a behavior change of the incoming client pool handling applied by Bert Huijben · 9 years ago
  50. b8f275d Revert r1715914, re-enable the ssl renegotiate test. by Bert Huijben · 9 years ago
  51. e293b65 Standardize the number of iov records we use a tiny bit, to avoid huge by Bert Huijben · 9 years ago
  52. b90c9c7 * buckets/serf-buckets.natvis by Bert Huijben · 9 years ago
  53. c7f4437 * SConstruct by Bert Huijben · 9 years ago
  54. df44174 * incoming.c by Bert Huijben · 9 years ago
  55. 3220a0f * test/test_ssl.c (test_ssl_renegotiate): Temporarily disable test. by Bert Huijben · 9 years ago
  56. 9bb000c * test/test_all.c by Bert Huijben · 9 years ago
  57. 61c68fb * test/test_all.c by Bert Huijben · 9 years ago
  58. 2a58841 Allow listing all tests instead of only the suites. by Bert Huijben · 9 years ago
  59. 28e1f51 * incoming.c by Bert Huijben · 9 years ago
  60. 4fa2c06 * test/test_buckets.c by Ivan Zhakov · 9 years ago
  61. 6bb4975 * test/test_server.c by Bert Huijben · 9 years ago
  62. 89d5e52 * SConstruct by Bert Huijben · 9 years ago
  63. a45c23d * outgoing.c by Bert Huijben · 9 years ago
  64. 969d4da Explicitly setup the connection buckets, instead of relying on the read or by Bert Huijben · 9 years ago
  65. 9db53cb * outgoing.c by Bert Huijben · 9 years ago
  66. 4eaa80a * auth/auth.c (serf__auth_setup_connection): Properly return errors. by Bert Huijben · 9 years ago
  67. f66d7b7 * outgoing.c by Bert Huijben · 9 years ago
  68. f58b92c * pump.c by Bert Huijben · 9 years ago
  69. d10e020 * pump.c by Bert Huijben · 9 years ago
  70. 9b7feda * pump.c (serf_pump__complete_setup): Don't set a config when stream is NULL. by Bert Huijben · 9 years ago
  71. 6aff99a * protocols/http2_stream.c: (destroy_request_bucket): make static by Greg Stein · 9 years ago
  72. 41dc2ea Mark a few more functions static. by Bert Huijben · 9 years ago
  73. d800e61 Resolve more issues identified by clang. by Bert Huijben · 9 years ago
  74. 555e4e6 * ssltunnel.c (ssltunnel_ostream_destroyed): Mark static. by Bert Huijben · 9 years ago
  75. f9f6b15 Fix some issues identified by clang. by Bert Huijben · 9 years ago
  76. 03d5eb4 * test/test_server.c by Bert Huijben · 9 years ago
  77. 6494d9f * test/test_server.c by Bert Huijben · 9 years ago
  78. 5af4dc6 * protocols: Add *.os ignore. by Bert Huijben · 9 years ago
  79. 9fb4e9a * test/serf_httpd.c (configure_listener): Mark static. by Bert Huijben · 9 years ago
  80. 71d72cd * buckets/bwtp_buckets.c (BWTP): Add comment about history. by Bert Huijben · 9 years ago
  81. 2e09edd * test/test_buckets.c by Bert Huijben · 9 years ago
  82. 62df5bb Allow a response to handle multiple sets of headers for a single request. by Bert Huijben · 9 years ago
  83. afc4865 * test/CuTest.c (CuSuiteRun): Fix wrapper. by Bert Huijben · 9 years ago
  84. 82089b2 * test/test_all.c (main): Following up on r1715324, call the right function. by Bert Huijben · 9 years ago
  85. d0fac1b Extend our test runner to give direct feedback on succeeded and failed tests. by Bert Huijben · 9 years ago
  86. fa34df5 * buckets/hpack_buckets.c by Bert Huijben · 9 years ago
  87. 1fe398f Extend the hpack encoder with the first bits of dynamic table compression. by Bert Huijben · 9 years ago
  88. 6f70641 Remove trailing whitespace. by Bert Huijben · 9 years ago
  89. 37d95ef Following up on r1715172, switch to using a normal %p for pointers while by Bert Huijben · 9 years ago
  90. 9aef533 Handle a few more corner cases correctly in the hpack decode bucket. This by Bert Huijben · 9 years ago
  91. 3aa6cd0 Fix some minor function pointer mismatches. by Bert Huijben · 9 years ago
  92. 744b6e0 Following up on r1712544, copy the right data in the buffer when the initial by Bert Huijben · 9 years ago
  93. f1aeae0 Improve compatibility of http/2 response handling with the legacy handling by Bert Huijben · 9 years ago
  94. ca3222d Simplify the hpack table state a bit by using the same variable as start by Bert Huijben · 9 years ago
  95. d898bd3 * auth/auth.h (;): Remove. by Bert Huijben · 9 years ago
  96. 937dfbf Following up on r1715172 fix a bad fix in the fcgi code. by Bert Huijben · 9 years ago
  97. 59c3d34 Improve logging code a bit, fixing some architecture issues with the help of by Bert Huijben · 9 years ago
  98. bb370f4 * protocols/http2_stream.c by Bert Huijben · 9 years ago
  99. e0ac06c In the http2 handler: route the response through the outgoing request handler by Bert Huijben · 9 years ago
  100. 87edd88 Fix the first two issues found in the http/2 code via testing with Subversion. by Bert Huijben · 9 years ago