1. 1eea665 CLEANUP: httpclient: do not use the appctx.ctx anymore by Willy Tarreau · Thu May 05 20:12:01 2022 +0200
  2. 89a7c41 CLEANUP: httpclient/cli: use a locally-defined context instead of ctx.cli by Willy Tarreau · Thu May 05 19:38:21 2022 +0200
  3. 7867f63 MEDIUM: resolvers: create a "default" resolvers section at startup by William Lallemand · Thu May 05 19:02:59 2022 +0200
  4. 7c5a7ef MINOR: httpclient: allow ipv4 or ipv6 preference for resolving by William Lallemand · Wed May 04 15:59:44 2022 +0200
  5. 8a734cb MINOR: httpclient: configure the resolvers section to use by William Lallemand · Wed May 04 16:10:47 2022 +0200
  6. 683fbb8 MINOR: httpclient: allow to configure the ca-file by William Lallemand · Wed May 04 15:43:01 2022 +0200
  7. 6fce46a MEDIUM: httpclient: hard-error when SSL is configured by William Lallemand · Wed May 04 14:53:41 2022 +0200
  8. 85af49c MINOR: httpclient: cleanup the error handling in init by William Lallemand · Wed May 04 14:33:57 2022 +0200
  9. 9ff95e2 MINOR: httpclient: rename dash by dot in global option by William Lallemand · Wed May 04 13:52:29 2022 +0200
  10. 8533273 MINOR: httpclient: handle unix and other socket types in dst by William Lallemand · Wed May 04 10:59:51 2022 +0200
  11. 0e23526 CLEANUP: httpclient: remove the comment about resolving by William Lallemand · Tue May 03 16:52:08 2022 +0200
  12. 1218d19 MEDIUM: httpclient: allow address and port change for resolving by William Lallemand · Tue May 03 14:09:06 2022 +0200
  13. 5392ff6 MEDIUM: httpclient: http-request rules for resolving by William Lallemand · Thu Apr 28 16:55:02 2022 +0200
  14. 7f1df8f MEDIUM: httpclient: remove url2sa to use a more flexible parser by William Lallemand · Thu Apr 14 17:50:20 2022 +0200
  15. 03bd395 MEDIUM: stream: remove the confusing SF_ADDR_SET flag by Willy Tarreau · Mon May 02 16:36:47 2022 +0200
  16. 0055d56 MINOR: httpclient: Don't use co_set_data() to decrement output by Christopher Faulet · Fri Apr 29 14:09:03 2022 +0200
  17. 6b4f1f6 BUG/MINOR: httpclient: Count metadata in size to transfer via htx_xfer_blks() by Christopher Faulet · Fri Apr 29 13:56:12 2022 +0200
  18. 534645d BUG/MEDIUM: httpclient: Fix loop consuming HTX blocks from the response channel by Christopher Faulet · Fri Apr 29 13:44:46 2022 +0200
  19. 04994de BUG/MINOR: httpclient/ssl: use the correct verify constant by William Lallemand · Thu Apr 28 19:35:21 2022 +0200
  20. f1344b3 MEDIUM: httpclient: re-enable the verify by default by William Lallemand · Tue Apr 26 12:00:06 2022 +0200
  21. 4006b0f MEDIUM: httpclient: disable SSL when the ca-file couldn't be loaded by William Lallemand · Mon Apr 25 18:23:35 2022 +0200
  22. eaa703e MEDIUM: httpclient/ssl: verify is configurable and disabled by default by William Lallemand · Fri Apr 22 17:52:33 2022 +0200
  23. c6ceba3 MINOR: httpclient/mworker: disable in the master process by William Lallemand · Fri Apr 22 16:49:53 2022 +0200
  24. cf5cb0b MEDIUM: httpclient/ssl: verify required by William Lallemand · Fri Apr 22 14:48:45 2022 +0200
  25. 2c8b084 MEDIUM: httpclient: change the init sequence by William Lallemand · Fri Apr 22 15:16:09 2022 +0200
  26. eb50c01 MINOR: conn-stream: Make cs_detach_* private and use cs_destroy() from outside by Christopher Faulet · Thu Apr 21 14:22:53 2022 +0200
  27. e1e9f6b BUG/MEDIUM: logs: fix http-client's log srv initialization by Willy Tarreau · Thu Apr 21 14:14:28 2022 +0200
  28. 67df95a BUILD: http-client: Avoid dead code when compiled without SSL support by Christopher Faulet · Thu Apr 14 12:02:34 2022 +0200
  29. 6b0a0fb CLEANUP: tree-wide: Remove any ref to stream-interfaces by Christopher Faulet · Mon Apr 04 11:29:28 2022 +0200
  30. a0bdec3 MEDIUM: stream-int/conn-stream: Move blocking flags from SI to CS by Christopher Faulet · Mon Apr 04 07:51:21 2022 +0200
  31. da098e6 MINOR: stream-int/conn-stream: Move si_shut* and si_chk* in conn-stream scope by Christopher Faulet · Thu Mar 31 17:44:45 2022 +0200
  32. 8abe712 MINOR: stream-int: Remove SI_FL_NOLINGER/NOHALF to rely on CS flags instead by Christopher Faulet · Wed Mar 30 15:10:18 2022 +0200
  33. 8da67aa MEDIUM: stream-int/conn-stream: Move src/dst addresses in the conn-stream by Christopher Faulet · Tue Mar 29 17:53:09 2022 +0200
  34. 908628c MEDIUM: tree-wide: Use CS util functions instead of SI ones by Christopher Faulet · Fri Mar 25 16:43:49 2022 +0100
  35. b041b23 MEDIUM: conn-stream: Move remaning flags from CS to endpoint by Christopher Faulet · Thu Mar 24 10:27:02 2022 +0100
  36. 9ec2f4d MAJOR: conn-stream: Share endpoint struct between the CS and the mux/applet by Christopher Faulet · Wed Mar 23 15:15:29 2022 +0100
  37. a9e8b39 MEDIUM: conn-stream: Pre-allocate endpoint to create CS from muxes and applets by Christopher Faulet · Wed Mar 23 11:01:09 2022 +0100
  38. b669d68 MEDIUM: conn-stream: Be able to pass endpoint to create a conn-stream by Christopher Faulet · Tue Mar 22 18:37:19 2022 +0100
  39. 9388204 MAJOR: conn-stream: Invert conn-stream endpoint and its context by Christopher Faulet · Wed Jan 19 14:56:50 2022 +0100
  40. 2479e5f MEDIUM: applet: Set the appctx owner during allocation by Christopher Faulet · Wed Jan 19 14:50:11 2022 +0100
  41. dca3b5b BUG/MINOR: http_client: Don't add input data on an empty request buffer by Christopher Faulet · Thu Apr 07 10:47:07 2022 +0200
  42. eb0d4c4 BUG/MINOR: httpclient: end callback in applet release by William Lallemand · Wed Apr 06 14:12:37 2022 +0200
  43. 71abad0 MEDIUM: httpclient: enable l7-retry by William Lallemand · Thu Mar 17 15:24:28 2022 +0100
  44. ccc7ee4 MINOR: httpclient: enable request buffering by William Lallemand · Fri Mar 18 17:57:15 2022 +0100
  45. 58a81ae BUG/MINOR: httpclient: CF_SHUTW_NOW should be tested with channel_is_empty() by William Lallemand · Thu Mar 17 15:14:15 2022 +0100
  46. 1eca894 BUG/MINOR: httpclient: process the response when received before the end of the request by William Lallemand · Thu Mar 17 14:57:23 2022 +0100
  47. a625b03 BUG/MINOR: httpclient: only check co_data() instead of HTTP_MSG_DATA by William Lallemand · Thu Mar 17 14:45:46 2022 +0100
  48. 211ea25 BUG/MINOR: logs: fix logsrv leaks on clean exit by Willy Tarreau · Thu Mar 17 19:47:33 2022 +0100
  49. 715c101 BUILD: httpclient: fix build without SSL by William Lallemand · Wed Mar 16 16:39:23 2022 +0100
  50. 71e3158 BUG/MINOR: httpclient: send the SNI using the host header by William Lallemand · Wed Mar 16 15:47:47 2022 +0100
  51. 97f69c6 BUG/MEDIUM: httpclient: must manipulate head, not first by William Lallemand · Thu Mar 10 17:23:40 2022 +0100
  52. c020b25 BUG/MINOR: httpclient: remove the UNUSED block when parsing headers by William Lallemand · Wed Mar 09 18:56:02 2022 +0100
  53. c8f1eb9 BUG/MINOR: httpclient: consume partly the blocks when necessary by William Lallemand · Wed Mar 09 11:58:51 2022 +0100
  54. 2b7dc4e BUG/MEDIUM: httpclient: don't consume data before it was analyzed by William Lallemand · Thu Feb 24 16:55:41 2022 +0100
  55. 3d43324 BUG/MINOR: httpclient: Set conn-stream/channel EOI flags at the end of request by Christopher Faulet · Thu Mar 03 15:38:39 2022 +0100
  56. cda94ac MAJOR: stream/conn_stream: Move the stream-interface into the conn-stream by Christopher Faulet · Thu Dec 23 17:28:17 2021 +0100
  57. b91afea MINOR: httpclient: Always access the stream-int via the conn-stream by Christopher Faulet · Thu Dec 23 13:58:12 2021 +0100
  58. f835dea MEDIUM: conn_stream: Add a pointer to the app object into the conn-stream by Christopher Faulet · Tue Dec 21 14:35:17 2021 +0100
  59. 86e1c33 MEDIUM: applet: Set the conn-stream as appctx owner instead of the stream-int by Christopher Faulet · Mon Dec 20 17:09:39 2021 +0100
  60. 13a35e5 MAJOR: conn_stream/stream-int: move the appctx to the conn-stream by Christopher Faulet · Mon Dec 20 15:34:16 2021 +0100
  61. 5b4b6ca CLEANUP: httpclient: initialize the client in stage INIT not REGISTER by Willy Tarreau · Fri Feb 18 16:23:14 2022 +0100
  62. b4a4ef6 MINOR: httpclient/lua: ability to set a server timeout by William Lallemand · Wed Feb 23 14:18:16 2022 +0100
  63. 11adb1d BUG/MEDIUM: httpclient: limit transfers to the maximum available room by Willy Tarreau · Fri Feb 18 17:28:25 2022 +0100
  64. 2c8f984 CLEANUP: httpclient/cli: fix indentation alignment of the help message by Willy Tarreau · Fri Feb 18 16:26:36 2022 +0100
  65. 7b2e0ee MINOR: httpclient: sets an alternative destination by William Lallemand · Thu Feb 17 19:10:55 2022 +0100
  66. 5085bc3 BUG/MINOR: httpclient: reinit flags in httpclient_start() by William Lallemand · Thu Feb 17 12:52:09 2022 +0100
  67. de6ecc3 BUG/MINOR: httpclient/cli: display junk characters in vsn by William Lallemand · Wed Feb 16 11:37:02 2022 +0100
  68. fc59129 MINOR: httpclient: Don't limit data transfer to 1024 bytes by Christopher Faulet · Wed Jan 12 14:46:03 2022 +0100
  69. 6ced61d BUG/MEDIUM: httpclient: Xfer the request when the stream is created by Christopher Faulet · Wed Jan 12 15:27:41 2022 +0100
  70. 600985d BUG/MINOR: httpclient: Revisit HC request and response buffers allocation by Christopher Faulet · Wed Jan 12 11:14:08 2022 +0100
  71. bad9c8c BUG/MINOR: httpclient: set default Accept and User-Agent headers by William Lallemand · Fri Jan 14 14:10:33 2022 +0100
  72. e1e045f BUG/MINOR: httpclient: don't send an empty body by William Lallemand · Fri Jan 14 14:08:34 2022 +0100
  73. f03b53c BUG/MINOR: httpclient: allow to replace the host header by William Lallemand · Wed Nov 24 15:38:17 2021 +0100
  74. 67b7784 BUG/MEDIUM: httpclient/cli: free of unallocated hc->req.uri by William Lallemand · Wed Nov 10 16:57:25 2021 +0100
  75. db8a1f3 BUG/MEDIUM: httpclient: channel_add_input() must use htx->data by William Lallemand · Mon Nov 08 16:55:14 2021 +0100
  76. 933fe39 BUG/MINOR: httpclient/lua: rcv freeze when no request payload by William Lallemand · Thu Nov 04 09:45:58 2021 +0100
  77. 0f41c38 BUG/MINOR: httpclient: use a placeholder value for Host header by William Lallemand · Tue Nov 02 15:22:10 2021 +0100
  78. 0da616e MINOR: httpclient: request streaming with a callback by William Lallemand · Thu Oct 28 15:34:26 2021 +0200
  79. 16f16af MINOR: stream: Use backend stream-interface dst address instead of target_addr by Christopher Faulet · Wed Oct 27 09:34:56 2021 +0200
  80. dec25c3 MINOR: httpclient: support payload within a buffer by William Lallemand · Mon Oct 25 19:48:37 2021 +0200
  81. 34b3a93 MINOR: httpclient/cli: access should be only done from expert mode by William Lallemand · Tue Oct 19 10:58:30 2021 +0200
  82. bd6b4be CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · Fri Oct 15 16:18:21 2021 +0500
  83. 1df2042 BUILD: httpclient: include missing ssl_sock-t by Willy Tarreau · Wed Oct 06 11:28:24 2021 +0200
  84. 2a87900 MINOR: httpclient: destroy checks if a client was started but not stopped by William Lallemand · Tue Oct 05 15:50:45 2021 +0200
  85. 4d60184 BUG/MEDIUM: httpclient/lua: crash because of b_xfer and get_trash_chunk() by William Lallemand · Thu Sep 30 10:07:57 2021 +0200
  86. b8b1370 MINOR: httpclient: test if started during stop_and_destroy() by William Lallemand · Tue Sep 28 12:15:37 2021 +0200
  87. ecb83e1 MINOR: httpclient: stop_and_destroy() ask the applet to autokill by William Lallemand · Tue Sep 28 11:00:43 2021 +0200
  88. 739f90a MINOR: httpclient: set HTTPCLIENT_F_ENDED only in release by William Lallemand · Tue Sep 28 10:10:07 2021 +0200
  89. 03f5a1c MINOR: httpclient: destroy() must free the headers and the ists by William Lallemand · Mon Sep 27 15:17:47 2021 +0200
  90. 614e683 BUG/MEDIUM: httpclient: replace ist0 by istptr by William Lallemand · Sun Sep 26 18:12:43 2021 +0200
  91. 1123dde MINOR: httpclient: httpclient_ended() returns 1 if the client ended by William Lallemand · Tue Sep 21 10:58:10 2021 +0200
  92. 518878e MINOR: httpclient: httpclient_data() returns the available data by William Lallemand · Tue Sep 21 10:45:34 2021 +0200
  93. 79a3478 MINOR: httpclient: add the EOH when no headers where provided by William Lallemand · Mon Sep 20 16:19:15 2021 +0200
  94. e612446 MINOR: applet: remove the thread mask from appctx_new() by Willy Tarreau · Mon Sep 13 10:07:38 2021 +0200
  95. bc2ebfa MEDIUM: server: extend refcount for all servers by Amaury Denoyelle · Wed Aug 25 15:34:53 2021 +0200
  96. 957ab13 BUILD: httpclient: fix build without OpenSSL by William Lallemand · Tue Aug 24 18:33:28 2021 +0200
  97. 4463b17 BUG/MINOR: httpclient: fix Host header by William Lallemand · Tue Aug 24 17:53:03 2021 +0200
  98. 211c967 MINOR: httpclient: add the server to the proxy by William Lallemand · Tue Aug 24 17:18:13 2021 +0200
  99. cfcbe9e MINOR: httpclient: set verify none on the https server by William Lallemand · Tue Aug 24 17:15:58 2021 +0200
  100. 76ad371 BUG/MINOR: httpclient: remove deinit of the httpclient by William Lallemand · Tue Aug 24 15:09:15 2021 +0200