1. 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
  2. 8c1aaa2 MEDIUM: threads/http: Make http_capture_bad_message thread-safe by Emeric Brun · Thu Jun 15 11:30:06 2017 +0200
  3. 4fce0d8 MINOR: action: Use trk_idx instead of tcp/http_trk_idx by Christopher Faulet · Mon Sep 18 11:57:31 2017 +0200
  4. 0da5b3b REORG: http: move some very http1-specific parts to h1.{c,h} by Willy Tarreau · Thu Sep 21 09:30:46 2017 +0200
  5. 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
  6. a548069 MINOR: http: export some of the HTTP parser macros by Willy Tarreau · Wed Jul 26 08:07:15 2017 +0200
  7. 2395368 DOC: update RFC references by Lukas Tribus · Fri Apr 28 13:24:30 2017 +0000
  8. 9e6906b MEDIUM: http_error_message: txn->status / http_get_status_idx. by Jarno Huuskonen · Mon Mar 06 14:21:49 2017 +0200
  9. 52f5db2 MINOR: http: custom status reason. by Robin H. Johnson · Sun Jan 01 13:10:52 2017 -0800
  10. 2235b26 OPTIM: http: move all http character classs tables into a single one by Willy Tarreau · Sat Nov 05 15:50:20 2016 +0100
  11. e4edc6b MEDIUM: http: implement http-response track-sc* directive by Ruoshan Huang · Thu Jul 14 15:07:45 2016 +0800
  12. 6e61589 BUG/MAJOR: fix listening IP address storage for frontends by Vincent Bernat · Wed May 18 16:17:44 2016 +0200
  13. 3d97c90 REORG: filters: Prepare creation of the HTTP compression filter by Christopher Faulet · Wed Dec 09 14:59:38 2015 +0100
  14. d7c9196 MAJOR: filters: Add filters support by Christopher Faulet · Thu Apr 30 11:48:27 2015 +0200
  15. a94e5a5 MINOR: filters/http: Use a wrapper function instead of stream_int_retnclose by Christopher Faulet · Wed Dec 09 15:55:06 2015 +0100
  16. 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
  17. 4686f79 MINOR: proto_http: Externalisation of previously internal functions by David Carlier · Fri Sep 25 14:10:50 2015 +0100
  18. fd50f0b MINOR: http: split initialization by Thierry FOURNIER · Fri Sep 25 18:53:18 2015 +0200
  19. 8d16de0 MINOR: http: export function http_msg_analyzer() by Thierry FOURNIER · Fri Sep 25 11:06:37 2015 +0200
  20. 127169e MINOR: http: export the get_reason() function by Thierry FOURNIER · Fri Sep 18 17:59:23 2015 +0200
  21. 3c33178 MINOR: http: export http_get_path() function by Thierry FOURNIER · Thu Sep 17 19:33:35 2015 +0200
  22. 91a41cb MINOR: http: made CHECK_HTTP_MESSAGE_FIRST accessible to other functions by James Rosewell · Fri Sep 18 17:11:16 2015 +0100
  23. ec3c37d CLEANUP: actions: missplaced includes by Thierry FOURNIER · Thu Sep 10 18:28:10 2015 +0200
  24. 35d70ef MINOR: http: Action for manipulating the returned status code. by Thierry FOURNIER · Wed Aug 26 16:21:56 2015 +0200
  25. 36481b8 MEDIUM: actions: Merge (http|tcp)-(request|reponse) keywords structs by Thierry FOURNIER · Wed Aug 19 09:01:53 2015 +0200
  26. 0ea5c7f MINOR: actions: change actions names by Thierry FOURNIER · Wed Aug 05 19:05:19 2015 +0200
  27. a28a942 MEDIUM: actions: Merge (http|tcp)-(request|reponse) action structs by Thierry FOURNIER · Tue Aug 04 19:35:46 2015 +0200
  28. 53a09d5 MAJOR: http: remove references to appsession by Willy Tarreau · Mon Aug 10 18:59:40 2015 +0200
  29. be4653b MINOR: http: prepare support for parsing redirect actions on responses by Willy Tarreau · Thu May 28 15:26:58 2015 +0200
  30. 0786d05 MEDIUM: sample: change the prototype of sample-fetches functions by Thierry FOURNIER · Mon May 11 15:42:45 2015 +0200
  31. 0a9a2b8 MEDIUM: sample change the prototype of sample-fetches and converters functions by Thierry FOURNIER · Mon May 11 15:20:49 2015 +0200
  32. 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
  33. 987e3fb MEDIUM: http: remove the now useless http_txn from {req/res} rules by Willy Tarreau · Sat Apr 04 01:09:08 2015 +0200
  34. 15e91e1 MAJOR: sample: don't pass l7 anymore to sample fetch functions by Willy Tarreau · Sat Apr 04 00:52:09 2015 +0200
  35. eee5b51 MAJOR: http: move http_txn out of struct stream by Willy Tarreau · Fri Apr 03 23:46:31 2015 +0200
  36. 87b0966 REORG/MAJOR: session: rename the "session" entity to "stream" by Willy Tarreau · Fri Apr 03 00:22:06 2015 +0200
  37. 7fe75e0 MINOR: http: export function inet_set_tos() by Thierry FOURNIER · Mon Mar 16 12:03:44 2015 +0100
  38. 5531f87 MINOR: http: split http_transform_header() function in two parts. by Thierry FOURNIER · Mon Mar 16 11:15:50 2015 +0100
  39. 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
  40. 49f45af MINOR: global: export many symbols. by Thierry FOURNIER · Mon Dec 08 19:50:43 2014 +0100
  41. f41a809 MINOR: sample: add private argument to the struct sample_fetch by Thierry FOURNIER · Sun Dec 07 18:37:57 2014 +0100
  42. 4e21ff9 BUG/MEDIUM: http: adjust close mode when switching to backend by Willy Tarreau · Tue Sep 30 18:44:22 2014 +0200
  43. 09448f7 MEDIUM: http: add the track-sc* actions to http-request rules by Willy Tarreau · Wed Jun 25 18:12:15 2014 +0200
  44. 055b9d5 MINOR: http: export the function 'smp_fetch_base32' by Thierry FOURNIER · Tue Jul 15 16:11:07 2014 +0200
  45. 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
  46. 07c8b24 MINOR: http: export the smp_fetch_cookie function by William Lallemand · Fri May 02 17:11:07 2014 +0200
  47. 73025dd MEDIUM: http: register http-request and http-response keywords by William Lallemand · Thu Apr 24 14:38:37 2014 +0200
  48. f1fd9dc CLEANUP: general: get rid of all old occurrences of "session *t" by Willy Tarreau · Thu Apr 24 20:47:57 2014 +0200
  49. 1234f4a MAJOR: http: reset msg->sov after headers are forwarded by Willy Tarreau · Thu Apr 17 21:14:47 2014 +0200
  50. 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
  51. 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
  52. 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
  53. 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
  54. 5a8f947 CLEANUP: http: rename http_process_request_body() by Willy Tarreau · Thu Apr 10 11:16:06 2014 +0200
  55. d437314 MEDIUM: sample/http_proto: Add new type called method by Thierry FOURNIER · Tue Dec 17 01:10:10 2013 +0100
  56. 3770f23 MINOR: http: switch the http state to an enum by Willy Tarreau · Sat Dec 07 00:01:53 2013 +0100
  57. d18cd0f MEDIUM: http: The redirect strings follows the log format rules. by Thierry FOURNIER · Fri Nov 29 12:15:45 2013 +0100
  58. de6617b MINOR: http: some exported functions were not in the header file by Thierry FOURNIER · Tue Oct 15 11:43:19 2013 +0200
  59. 430f291 CLEANUP: session: remove event_accept() which was not used anymore by Godbach · Thu Jun 20 13:28:38 2013 +0800
  60. e365c0b MEDIUM: http: add a new "http-response" ruleset by Willy Tarreau · Tue Jun 11 16:06:12 2013 +0200
  61. 04ff9f1 MINOR: http: add full-length header fetch methods by Willy Tarreau · Mon Jun 10 18:39:42 2013 +0200
  62. 4baae24 REORG: config: move the http redirect rule parser to proto_http.c by Willy Tarreau · Thu Dec 27 12:00:31 2012 +0100
  63. 71241ab MINOR: http: move redirect rule processing to its own function by Willy Tarreau · Thu Dec 27 11:30:54 2012 +0100
  64. 88c6d81 MINOR: http: add some debugging functions to pretty-print msg state names by Willy Tarreau · Wed Nov 21 21:50:04 2012 +0100
  65. 7e2c647 MEDIUM: remove remains of BUFSIZE in HTTP auth and sample conversions by Willy Tarreau · Mon Oct 29 20:44:36 2012 +0100
  66. 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
  67. 7421efb REORG/MAJOR: use "struct channel" instead of "struct buffer" by Willy Tarreau · Mon Jul 02 15:11:27 2012 +0200
  68. 185b5c4 MEDIUM: http: merge acl and pattern header fetch functions by Willy Tarreau · Thu Apr 26 15:11:51 2012 +0200
  69. 8a0cef2 MEDIUM: http: remove buffer arg in http_capture_bad_message by Willy Tarreau · Fri Mar 09 13:39:23 2012 +0100
  70. 45c0d98 MEDIUM: http: http_send_name_header: remove references to msg and buffer by Willy Tarreau · Fri Mar 09 12:11:57 2012 +0100
  71. fa4a03c CLEANUP: http: remove unused http_msg->col by Willy Tarreau · Fri Mar 09 21:28:54 2012 +0100
  72. a458b67 MAJOR: http: move buffer->lr to http_msg->next by Willy Tarreau · Mon Mar 05 11:17:50 2012 +0100
  73. c2247f0 MEDIUM: http: add support for sending the server's name in the outgoing request by Mark Lamourine · Wed Jan 04 13:02:01 2012 -0500
  74. 294c473 MEDIUM: http: replace get_ip_from_hdr2() with http_get_hdr() by Willy Tarreau · Fri Dec 16 21:35:50 2011 +0100
  75. 436d9ed [REORG] http: move HTTP error codes back to proto_http.h by Willy Tarreau · Wed May 11 16:10:11 2011 +0200
  76. ff011f2 [REORG] http: move the http-request rules to proto_http by Willy Tarreau · Thu Jan 06 17:51:27 2011 +0100
  77. 295a837 [REORG] session: move the data_ctx struct to the stream interface's applet by Willy Tarreau · Thu Mar 10 11:25:07 2011 +0100
  78. 078272e [MINOR] stats: report HTTP message state and buffer flags in error dumps by Willy Tarreau · Sun Dec 12 12:46:33 2010 +0100
  79. bce7088 [MEDIUM] add ability to connect to a server from an IP found in a header by Willy Tarreau · Mon Sep 07 11:51:47 2009 +0200
  80. 8c8bd45 [MAJOR] use the new auth framework for http stats by Krzysztof Piotr Oledzki · Fri Jan 29 19:29:32 2010 +0100
  81. fdb563c [MEDIUM] http: add support for conditional response header rewriting by Willy Tarreau · Sun Jan 31 15:43:27 2010 +0100
  82. 6c123b1 [MEDIUM] http: make the request filter loop check for optional conditions by Willy Tarreau · Thu Jan 28 20:22:06 2010 +0100
  83. 68085d8 [MINOR] http: add http_remove_header2() to remove a header value. by Willy Tarreau · Mon Jan 18 14:54:04 2010 +0100
  84. d98cf93 [MAJOR] http: implement body parser by Willy Tarreau · Sun Dec 27 22:54:55 2009 +0100
  85. 0937bc4 [MINOR] http: move the http transaction init/cleanup code to proto_http by Willy Tarreau · Tue Dec 22 15:03:09 2009 +0100
  86. b21570a [MEDIUM] appsession: add "len", "prefix" and "mode" options by Cyril Bonté · Sun Nov 29 20:04:48 2009 +0100
  87. fa355d4 [MINOR] http: keep pointer to beginning of data by Willy Tarreau · Sun Nov 29 18:12:29 2009 +0100
  88. b37c27e [MAJOR] http: create the analyser which waits for a response by Willy Tarreau · Sun Oct 18 22:53:08 2009 +0200
  89. bf47aeb [MEDIUM] appsession: add the "request-learn" option by Cyril Bonté · Thu Oct 15 00:15:40 2009 +0200
  90. b0c9bc4 [MEDIUM] stats: make HTTP stats use an I/O handler by Willy Tarreau · Sun Oct 04 15:56:38 2009 +0200
  91. 1d0dfb1 [MAJOR] http: complete splitting of the remaining stages by Willy Tarreau · Tue Jul 07 15:10:31 2009 +0200
  92. 3a81629 [MEDIUM] session: tell analysers what bit they were called for by Willy Tarreau · Tue Jul 07 10:55:49 2009 +0200
  93. d787e66 [MEDIUM] http: split request waiter from request processor by Willy Tarreau · Tue Jul 07 10:14:51 2009 +0200
  94. 4076a15 [MEDIUM] http: capture invalid requests/responses even if accepted by Willy Tarreau · Thu Apr 02 15:18:36 2009 +0200
  95. 01bf867 [MEDIUM] reference the current hijack function in the buffer itself by Willy Tarreau · Sun Dec 07 18:03:29 2008 +0100
  96. e43d424 [MINOR] declare process_session in session.h, not proto_http.h by Willy Tarreau · Mon Dec 01 01:35:40 2008 +0100
  97. 59234e9 [MEDIUM] rename process_request to http_process_request by Willy Tarreau · Sun Nov 30 23:51:27 2008 +0100
  98. d34af78 [MEDIUM] move the HTTP request body analyser out of process_request(). by Willy Tarreau · Sun Nov 30 23:36:37 2008 +0100
  99. 60b85b0 [MEDIUM] extract the HTTP tarpit code from process_request(). by Willy Tarreau · Sun Nov 30 23:28:40 2008 +0100
  100. 0cac36f [MEDIUM] make the http server error function a pointer in the session by Willy Tarreau · Sun Nov 30 20:44:17 2008 +0100