1. c8b246f MINOR: htx: Move the macro IS_HTX_STRM() in proto/stream.h by Christopher Faulet · Tue May 14 22:05:28 2019 +0200
  2. 429b91d MINOR: htx: Remove the macro IS_HTX_SMP() and always use IS_HTX_STRM() instead by Christopher Faulet · Tue May 14 22:04:36 2019 +0200
  3. 209829f MINOR: http: update the macro IS_HTX_STRM() to check the stream flag SF_HTX by Christopher Faulet · Wed Apr 03 10:08:59 2019 +0200
  4. 03b9d8b MINOR: proto_htx: Don't adjust transaction mode anymore in HTX analyzers by Christopher Faulet · Tue Mar 26 22:02:00 2019 +0100
  5. f0216da MINOR: payload/htx: Adapt smp_fetch_len to be HTX aware by Christopher Faulet · Fri Dec 14 13:44:53 2018 +0100
  6. 3092565 CLEANUP: h1: remove some occurrences of unneeded h1.h inclusions by Willy Tarreau · Tue Dec 11 11:11:37 2018 +0100
  7. 326e27e REORG: h1: move the h1_state definition to proto_http by Willy Tarreau · Tue Dec 11 11:04:56 2018 +0100
  8. 538746a REORG: h1: move legacy http functions to http_msg.c by Willy Tarreau · Tue Dec 11 10:59:20 2018 +0100
  9. c5a4fd5 REORG: http: create http_msg.c to place there some legacy HTTP parts by Willy Tarreau · Tue Dec 11 11:42:27 2018 +0100
  10. 1a18b54 REORG: connection: centralize the conn_set_{tos,mark,quickack} functions by Willy Tarreau · Tue Dec 11 16:37:42 2018 +0100
  11. a7b677c MEDIUM: proto_htx: Convert all HTTP error messages into HTX by Christopher Faulet · Thu Nov 29 16:48:49 2018 +0100
  12. 8ceae72 MEDIUM: init: use initcall for all fixed size pool creations by Willy Tarreau · Mon Nov 26 11:58:30 2018 +0100
  13. fefc73d MINOR: proto_htx: Add functions htx_perform_server_redirect by Christopher Faulet · Wed Oct 24 21:18:04 2018 +0200
  14. 64159df MINOR: proto_htx: Add functions htx_send_name_header by Christopher Faulet · Wed Oct 24 21:15:35 2018 +0200
  15. 25a02f6 MINOR: proto_htx: Add functions to check the cacheability of HTX messages by Christopher Faulet · Wed Oct 24 12:00:25 2018 +0200
  16. 8d8ac19 MINOR: proto_htx: Add functions htx_req_replace_stline and htx_res_set_status by Christopher Faulet · Wed Oct 24 11:27:39 2018 +0200
  17. 7233352 MINOR: proto_htx: Add functions htx_transform_header and htx_transform_header_str by Christopher Faulet · Wed Oct 24 11:25:02 2018 +0200
  18. 0f22695 MINOR: proto_htx: Add some functions to handle HTX messages by Christopher Faulet · Mon Oct 22 09:29:56 2018 +0200
  19. f2824e6 MAJOR: mux-h1/proto_htx: Handle keep-alive connections in the mux by Christopher Faulet · Mon Oct 01 12:12:37 2018 +0200
  20. e0768eb MEDIUM: proto_htx: Add HTX analyzers and use it when the mux H1 is used by Christopher Faulet · Wed Oct 03 16:38:02 2018 +0200
  21. 1d5b85a MINOR: http: Add macros to check if a stream uses the HTX representation by Christopher Faulet · Wed Oct 03 14:25:40 2018 +0200
  22. 27a3dc8 MINOR: http: Call http_send_name_header with the stream instead of the txn by Christopher Faulet · Tue Oct 23 15:34:07 2018 +0200
  23. 10079f5 MINOR: http: Export some functions and do cleanup to prepare HTTP refactoring by Christopher Faulet · Wed Oct 03 15:17:28 2018 +0200
  24. 7e266c7 MINOR: http: Move comment about some HTTP macros in the right header file by Christopher Faulet · Wed Oct 03 14:15:28 2018 +0200
  25. 491cec2 CLEANUP: http: remove some leftovers from recent cleanups by Willy Tarreau · Tue Oct 02 18:37:27 2018 +0200
  26. 61c112a REORG: http: move HTTP rules parsing to http_rules.c by Willy Tarreau · Tue Oct 02 16:43:32 2018 +0200
  27. 79e5733 REORG: http: move the code to different files by Willy Tarreau · Tue Oct 02 16:01:16 2018 +0200
  28. 04f1e2d REORG: http: move error codes production and processing to http.c by Willy Tarreau · Mon Sep 10 18:04:24 2018 +0200
  29. 6b952c8 REORG: http: move http_get_path() to http.c by Willy Tarreau · Mon Sep 10 17:45:34 2018 +0200
  30. 35b51c6 REORG: http: move the HTTP semantics definitions to http.h/http.c by Willy Tarreau · Mon Sep 10 15:38:55 2018 +0200
  31. fd9419d MINOR: http: remove the pointer to the error snapshot in http_capture_bad_message() by Willy Tarreau · Fri Sep 07 18:01:03 2018 +0200
  32. 83061a8 MAJOR: chunks: replace struct chunk with struct buffer by Willy Tarreau · Fri Jul 13 11:56:34 2018 +0200
  33. 843b7cb MEDIUM: chunks: make the chunk struct's fields match the buffer struct by Willy Tarreau · Fri Jul 13 10:54:26 2018 +0200
  34. 3ee8344 MINOR: channel: remove almost all references to buf->i and buf->o by Willy Tarreau · Fri Jun 15 16:42:02 2018 +0200
  35. 0ad8e0d MINOR: http: add a function to check request's cache-control header field by Willy Tarreau · Fri Dec 22 15:03:36 2017 +0100
  36. 8c1aaa2 MEDIUM: threads/http: Make http_capture_bad_message thread-safe by Emeric Brun · Thu Jun 15 11:30:06 2017 +0200
  37. 4fce0d8 MINOR: action: Use trk_idx instead of tcp/http_trk_idx by Christopher Faulet · Mon Sep 18 11:57:31 2017 +0200
  38. 0da5b3b REORG: http: move some very http1-specific parts to h1.{c,h} by Willy Tarreau · Thu Sep 21 09:30:46 2017 +0200
  39. 6988f67 MINOR: http: Use a trash chunk to store decoded string of the HTTP auth header by Christopher Faulet · Thu Jul 27 15:18:52 2017 +0200
  40. a548069 MINOR: http: export some of the HTTP parser macros by Willy Tarreau · Wed Jul 26 08:07:15 2017 +0200
  41. 2395368 DOC: update RFC references by Lukas Tribus · Fri Apr 28 13:24:30 2017 +0000
  42. 9e6906b MEDIUM: http_error_message: txn->status / http_get_status_idx. by Jarno Huuskonen · Mon Mar 06 14:21:49 2017 +0200
  43. 52f5db2 MINOR: http: custom status reason. by Robin H. Johnson · Sun Jan 01 13:10:52 2017 -0800
  44. 2235b26 OPTIM: http: move all http character classs tables into a single one by Willy Tarreau · Sat Nov 05 15:50:20 2016 +0100
  45. e4edc6b MEDIUM: http: implement http-response track-sc* directive by Ruoshan Huang · Thu Jul 14 15:07:45 2016 +0800
  46. 6e61589 BUG/MAJOR: fix listening IP address storage for frontends by Vincent Bernat · Wed May 18 16:17:44 2016 +0200
  47. 3d97c90 REORG: filters: Prepare creation of the HTTP compression filter by Christopher Faulet · Wed Dec 09 14:59:38 2015 +0100
  48. d7c9196 MAJOR: filters: Add filters support by Christopher Faulet · Thu Apr 30 11:48:27 2015 +0200
  49. a94e5a5 MINOR: filters/http: Use a wrapper function instead of stream_int_retnclose by Christopher Faulet · Wed Dec 09 15:55:06 2015 +0100
  50. e954493 BUG/MINOR: http rule: http capture 'id' rule points to a non existing id by Baptiste Assmann · Tue Nov 03 23:31:35 2015 +0100
  51. 4686f79 MINOR: proto_http: Externalisation of previously internal functions by David Carlier · Fri Sep 25 14:10:50 2015 +0100
  52. fd50f0b MINOR: http: split initialization by Thierry FOURNIER · Fri Sep 25 18:53:18 2015 +0200
  53. 8d16de0 MINOR: http: export function http_msg_analyzer() by Thierry FOURNIER · Fri Sep 25 11:06:37 2015 +0200
  54. 127169e MINOR: http: export the get_reason() function by Thierry FOURNIER · Fri Sep 18 17:59:23 2015 +0200
  55. 3c33178 MINOR: http: export http_get_path() function by Thierry FOURNIER · Thu Sep 17 19:33:35 2015 +0200
  56. 91a41cb MINOR: http: made CHECK_HTTP_MESSAGE_FIRST accessible to other functions by James Rosewell · Fri Sep 18 17:11:16 2015 +0100
  57. ec3c37d CLEANUP: actions: missplaced includes by Thierry FOURNIER · Thu Sep 10 18:28:10 2015 +0200
  58. 35d70ef MINOR: http: Action for manipulating the returned status code. by Thierry FOURNIER · Wed Aug 26 16:21:56 2015 +0200
  59. 36481b8 MEDIUM: actions: Merge (http|tcp)-(request|reponse) keywords structs by Thierry FOURNIER · Wed Aug 19 09:01:53 2015 +0200
  60. 0ea5c7f MINOR: actions: change actions names by Thierry FOURNIER · Wed Aug 05 19:05:19 2015 +0200
  61. a28a942 MEDIUM: actions: Merge (http|tcp)-(request|reponse) action structs by Thierry FOURNIER · Tue Aug 04 19:35:46 2015 +0200
  62. 53a09d5 MAJOR: http: remove references to appsession by Willy Tarreau · Mon Aug 10 18:59:40 2015 +0200
  63. be4653b MINOR: http: prepare support for parsing redirect actions on responses by Willy Tarreau · Thu May 28 15:26:58 2015 +0200
  64. 0786d05 MEDIUM: sample: change the prototype of sample-fetches functions by Thierry FOURNIER · Mon May 11 15:42:45 2015 +0200
  65. 0a9a2b8 MEDIUM: sample change the prototype of sample-fetches and converters functions by Thierry FOURNIER · Mon May 11 15:20:49 2015 +0200
  66. 192252e MAJOR: sample: pass a pointer to the session to each sample fetch function by Willy Tarreau · Sat Apr 04 01:47:55 2015 +0200
  67. 987e3fb MEDIUM: http: remove the now useless http_txn from {req/res} rules by Willy Tarreau · Sat Apr 04 01:09:08 2015 +0200
  68. 15e91e1 MAJOR: sample: don't pass l7 anymore to sample fetch functions by Willy Tarreau · Sat Apr 04 00:52:09 2015 +0200
  69. eee5b51 MAJOR: http: move http_txn out of struct stream by Willy Tarreau · Fri Apr 03 23:46:31 2015 +0200
  70. 87b0966 REORG/MAJOR: session: rename the "session" entity to "stream" by Willy Tarreau · Fri Apr 03 00:22:06 2015 +0200
  71. 7fe75e0 MINOR: http: export function inet_set_tos() by Thierry FOURNIER · Mon Mar 16 12:03:44 2015 +0100
  72. 5531f87 MINOR: http: split http_transform_header() function in two parts. by Thierry FOURNIER · Mon Mar 16 11:15:50 2015 +0100
  73. b77aece MINOR: http: split the function http_action_set_req_line() in two parts by Thierry FOURNIER · Sat Mar 14 13:55:46 2015 +0100
  74. 49f45af MINOR: global: export many symbols. by Thierry FOURNIER · Mon Dec 08 19:50:43 2014 +0100
  75. f41a809 MINOR: sample: add private argument to the struct sample_fetch by Thierry FOURNIER · Sun Dec 07 18:37:57 2014 +0100
  76. 4e21ff9 BUG/MEDIUM: http: adjust close mode when switching to backend by Willy Tarreau · Tue Sep 30 18:44:22 2014 +0200
  77. 09448f7 MEDIUM: http: add the track-sc* actions to http-request rules by Willy Tarreau · Wed Jun 25 18:12:15 2014 +0200
  78. 055b9d5 MINOR: http: export the function 'smp_fetch_base32' by Thierry FOURNIER · Tue Jul 15 16:11:07 2014 +0200
  79. 218f064 MEDIUM: http: add actions "replace-header" and "replace-values" in http-req/resp by Sasha Pachev · Mon Jun 16 12:05:59 2014 -0600
  80. 07c8b24 MINOR: http: export the smp_fetch_cookie function by William Lallemand · Fri May 02 17:11:07 2014 +0200
  81. 73025dd MEDIUM: http: register http-request and http-response keywords by William Lallemand · Thu Apr 24 14:38:37 2014 +0200
  82. f1fd9dc CLEANUP: general: get rid of all old occurrences of "session *t" by Willy Tarreau · Thu Apr 24 20:47:57 2014 +0200
  83. 1234f4a MAJOR: http: reset msg->sov after headers are forwarded by Willy Tarreau · Thu Apr 17 21:14:47 2014 +0200
  84. 0d09050 MEDIUM: http: small helpers to compute how far to rewind to find BODY and DATA by Willy Tarreau · Thu Apr 17 20:31:44 2014 +0200
  85. da6eed6 MINOR: http: add a small helper to compute how far to rewind to find URI by Willy Tarreau · Thu Apr 17 20:24:24 2014 +0200
  86. 211cdec MEDIUM: http: add a small helper to compute how far to rewind to find headers by Willy Tarreau · Thu Apr 17 20:18:08 2014 +0200
  87. 2d8e485 MINOR: http: add a small helper to compute the amount of body bytes present by Willy Tarreau · Thu Apr 17 20:08:17 2014 +0200
  88. 5a8f947 CLEANUP: http: rename http_process_request_body() by Willy Tarreau · Thu Apr 10 11:16:06 2014 +0200
  89. d437314 MEDIUM: sample/http_proto: Add new type called method by Thierry FOURNIER · Tue Dec 17 01:10:10 2013 +0100
  90. 3770f23 MINOR: http: switch the http state to an enum by Willy Tarreau · Sat Dec 07 00:01:53 2013 +0100
  91. d18cd0f MEDIUM: http: The redirect strings follows the log format rules. by Thierry FOURNIER · Fri Nov 29 12:15:45 2013 +0100
  92. de6617b MINOR: http: some exported functions were not in the header file by Thierry FOURNIER · Tue Oct 15 11:43:19 2013 +0200
  93. 430f291 CLEANUP: session: remove event_accept() which was not used anymore by Godbach · Thu Jun 20 13:28:38 2013 +0800
  94. e365c0b MEDIUM: http: add a new "http-response" ruleset by Willy Tarreau · Tue Jun 11 16:06:12 2013 +0200
  95. 04ff9f1 MINOR: http: add full-length header fetch methods by Willy Tarreau · Mon Jun 10 18:39:42 2013 +0200
  96. 4baae24 REORG: config: move the http redirect rule parser to proto_http.c by Willy Tarreau · Thu Dec 27 12:00:31 2012 +0100
  97. 71241ab MINOR: http: move redirect rule processing to its own function by Willy Tarreau · Thu Dec 27 11:30:54 2012 +0100
  98. 88c6d81 MINOR: http: add some debugging functions to pretty-print msg state names by Willy Tarreau · Wed Nov 21 21:50:04 2012 +0100
  99. 7e2c647 MEDIUM: remove remains of BUFSIZE in HTTP auth and sample conversions by Willy Tarreau · Mon Oct 29 20:44:36 2012 +0100
  100. 783f258 BUILD: http: rename error_message http_error_message to fix conflicts on RHEL by Willy Tarreau · Tue Sep 04 12:19:04 2012 +0200