1. 4686f79 MINOR: proto_http: Externalisation of previously internal functions by David Carlier · 9 years ago
  2. fd50f0b MINOR: http: split initialization by Thierry FOURNIER · 9 years ago
  3. 8d16de0 MINOR: http: export function http_msg_analyzer() by Thierry FOURNIER · 9 years ago
  4. 127169e MINOR: http: export the get_reason() function by Thierry FOURNIER · 9 years ago
  5. 3c33178 MINOR: http: export http_get_path() function by Thierry FOURNIER · 9 years ago
  6. 91a41cb MINOR: http: made CHECK_HTTP_MESSAGE_FIRST accessible to other functions by James Rosewell · 9 years ago
  7. ec3c37d CLEANUP: actions: missplaced includes by Thierry FOURNIER · 9 years ago
  8. 35d70ef MINOR: http: Action for manipulating the returned status code. by Thierry FOURNIER · 9 years ago
  9. 36481b8 MEDIUM: actions: Merge (http|tcp)-(request|reponse) keywords structs by Thierry FOURNIER · 9 years ago
  10. 0ea5c7f MINOR: actions: change actions names by Thierry FOURNIER · 9 years ago
  11. a28a942 MEDIUM: actions: Merge (http|tcp)-(request|reponse) action structs by Thierry FOURNIER · 9 years ago
  12. 53a09d5 MAJOR: http: remove references to appsession by Willy Tarreau · 9 years ago
  13. be4653b MINOR: http: prepare support for parsing redirect actions on responses by Willy Tarreau · 9 years ago
  14. 0786d05 MEDIUM: sample: change the prototype of sample-fetches functions by Thierry FOURNIER · 9 years ago
  15. 0a9a2b8 MEDIUM: sample change the prototype of sample-fetches and converters functions by Thierry FOURNIER · 9 years ago
  16. 192252e MAJOR: sample: pass a pointer to the session to each sample fetch function by Willy Tarreau · 9 years ago
  17. 987e3fb MEDIUM: http: remove the now useless http_txn from {req/res} rules by Willy Tarreau · 9 years ago
  18. 15e91e1 MAJOR: sample: don't pass l7 anymore to sample fetch functions by Willy Tarreau · 9 years ago
  19. eee5b51 MAJOR: http: move http_txn out of struct stream by Willy Tarreau · 9 years ago
  20. 87b0966 REORG/MAJOR: session: rename the "session" entity to "stream" by Willy Tarreau · 9 years ago
  21. 7fe75e0 MINOR: http: export function inet_set_tos() by Thierry FOURNIER · 9 years ago
  22. 5531f87 MINOR: http: split http_transform_header() function in two parts. by Thierry FOURNIER · 9 years ago
  23. b77aece MINOR: http: split the function http_action_set_req_line() in two parts by Thierry FOURNIER · 9 years ago
  24. 49f45af MINOR: global: export many symbols. by Thierry FOURNIER · 10 years ago
  25. f41a809 MINOR: sample: add private argument to the struct sample_fetch by Thierry FOURNIER · 10 years ago
  26. 4e21ff9 BUG/MEDIUM: http: adjust close mode when switching to backend by Willy Tarreau · 10 years ago
  27. 09448f7 MEDIUM: http: add the track-sc* actions to http-request rules by Willy Tarreau · 10 years ago
  28. 055b9d5 MINOR: http: export the function 'smp_fetch_base32' by Thierry FOURNIER · 10 years ago
  29. 218f064 MEDIUM: http: add actions "replace-header" and "replace-values" in http-req/resp by Sasha Pachev · 10 years ago
  30. 07c8b24 MINOR: http: export the smp_fetch_cookie function by William Lallemand · 10 years ago
  31. 73025dd MEDIUM: http: register http-request and http-response keywords by William Lallemand · 10 years ago
  32. f1fd9dc CLEANUP: general: get rid of all old occurrences of "session *t" by Willy Tarreau · 10 years ago
  33. 1234f4a MAJOR: http: reset msg->sov after headers are forwarded by Willy Tarreau · 10 years ago
  34. 0d09050 MEDIUM: http: small helpers to compute how far to rewind to find BODY and DATA by Willy Tarreau · 10 years ago
  35. da6eed6 MINOR: http: add a small helper to compute how far to rewind to find URI by Willy Tarreau · 10 years ago
  36. 211cdec MEDIUM: http: add a small helper to compute how far to rewind to find headers by Willy Tarreau · 10 years ago
  37. 2d8e485 MINOR: http: add a small helper to compute the amount of body bytes present by Willy Tarreau · 10 years ago
  38. 5a8f947 CLEANUP: http: rename http_process_request_body() by Willy Tarreau · 10 years ago
  39. d437314 MEDIUM: sample/http_proto: Add new type called method by Thierry FOURNIER · 11 years ago
  40. 3770f23 MINOR: http: switch the http state to an enum by Willy Tarreau · 11 years ago
  41. d18cd0f MEDIUM: http: The redirect strings follows the log format rules. by Thierry FOURNIER · 11 years ago
  42. de6617b MINOR: http: some exported functions were not in the header file by Thierry FOURNIER · 11 years ago
  43. 430f291 CLEANUP: session: remove event_accept() which was not used anymore by Godbach · 11 years ago
  44. e365c0b MEDIUM: http: add a new "http-response" ruleset by Willy Tarreau · 11 years ago
  45. 04ff9f1 MINOR: http: add full-length header fetch methods by Willy Tarreau · 11 years ago
  46. 4baae24 REORG: config: move the http redirect rule parser to proto_http.c by Willy Tarreau · 12 years ago
  47. 71241ab MINOR: http: move redirect rule processing to its own function by Willy Tarreau · 12 years ago
  48. 88c6d81 MINOR: http: add some debugging functions to pretty-print msg state names by Willy Tarreau · 12 years ago
  49. 7e2c647 MEDIUM: remove remains of BUFSIZE in HTTP auth and sample conversions by Willy Tarreau · 12 years ago
  50. 783f258 BUILD: http: rename error_message http_error_message to fix conflicts on RHEL by Willy Tarreau · 12 years ago
  51. 7421efb REORG/MAJOR: use "struct channel" instead of "struct buffer" by Willy Tarreau · 12 years ago
  52. 185b5c4 MEDIUM: http: merge acl and pattern header fetch functions by Willy Tarreau · 12 years ago
  53. 8a0cef2 MEDIUM: http: remove buffer arg in http_capture_bad_message by Willy Tarreau · 12 years ago
  54. 45c0d98 MEDIUM: http: http_send_name_header: remove references to msg and buffer by Willy Tarreau · 12 years ago
  55. fa4a03c CLEANUP: http: remove unused http_msg->col by Willy Tarreau · 12 years ago
  56. a458b67 MAJOR: http: move buffer->lr to http_msg->next by Willy Tarreau · 12 years ago
  57. c2247f0 MEDIUM: http: add support for sending the server's name in the outgoing request by Mark Lamourine · 13 years ago
  58. 294c473 MEDIUM: http: replace get_ip_from_hdr2() with http_get_hdr() by Willy Tarreau · 13 years ago
  59. 436d9ed [REORG] http: move HTTP error codes back to proto_http.h by Willy Tarreau · 13 years ago
  60. ff011f2 [REORG] http: move the http-request rules to proto_http by Willy Tarreau · 14 years ago
  61. 295a837 [REORG] session: move the data_ctx struct to the stream interface's applet by Willy Tarreau · 13 years ago
  62. 078272e [MINOR] stats: report HTTP message state and buffer flags in error dumps by Willy Tarreau · 14 years ago
  63. bce7088 [MEDIUM] add ability to connect to a server from an IP found in a header by Willy Tarreau · 15 years ago
  64. 8c8bd45 [MAJOR] use the new auth framework for http stats by Krzysztof Piotr Oledzki · 14 years ago
  65. fdb563c [MEDIUM] http: add support for conditional response header rewriting by Willy Tarreau · 14 years ago
  66. 6c123b1 [MEDIUM] http: make the request filter loop check for optional conditions by Willy Tarreau · 14 years ago
  67. 68085d8 [MINOR] http: add http_remove_header2() to remove a header value. by Willy Tarreau · 14 years ago
  68. d98cf93 [MAJOR] http: implement body parser by Willy Tarreau · 15 years ago
  69. 0937bc4 [MINOR] http: move the http transaction init/cleanup code to proto_http by Willy Tarreau · 15 years ago
  70. b21570a [MEDIUM] appsession: add "len", "prefix" and "mode" options by Cyril Bonté · 15 years ago
  71. fa355d4 [MINOR] http: keep pointer to beginning of data by Willy Tarreau · 15 years ago
  72. b37c27e [MAJOR] http: create the analyser which waits for a response by Willy Tarreau · 15 years ago
  73. bf47aeb [MEDIUM] appsession: add the "request-learn" option by Cyril Bonté · 15 years ago
  74. b0c9bc4 [MEDIUM] stats: make HTTP stats use an I/O handler by Willy Tarreau · 15 years ago
  75. 1d0dfb1 [MAJOR] http: complete splitting of the remaining stages by Willy Tarreau · 15 years ago
  76. 3a81629 [MEDIUM] session: tell analysers what bit they were called for by Willy Tarreau · 15 years ago
  77. d787e66 [MEDIUM] http: split request waiter from request processor by Willy Tarreau · 15 years ago
  78. 4076a15 [MEDIUM] http: capture invalid requests/responses even if accepted by Willy Tarreau · 15 years ago
  79. 01bf867 [MEDIUM] reference the current hijack function in the buffer itself by Willy Tarreau · 16 years ago
  80. e43d424 [MINOR] declare process_session in session.h, not proto_http.h by Willy Tarreau · 16 years ago
  81. 59234e9 [MEDIUM] rename process_request to http_process_request by Willy Tarreau · 16 years ago
  82. d34af78 [MEDIUM] move the HTTP request body analyser out of process_request(). by Willy Tarreau · 16 years ago
  83. 60b85b0 [MEDIUM] extract the HTTP tarpit code from process_request(). by Willy Tarreau · 16 years ago
  84. 0cac36f [MEDIUM] make the http server error function a pointer in the session by Willy Tarreau · 16 years ago
  85. 2d3d94c [MINOR] replace srv_close_with_err() with http_server_error() by Willy Tarreau · 16 years ago
  86. dded32d [MINOR] replace client_retnclose() with stream_int_retnclose() by Willy Tarreau · 16 years ago
  87. 81acfab [MINOR] replace the ambiguous client_return function by stream_int_return by Willy Tarreau · 16 years ago
  88. 55a8d0e [CLEANUP] move the session-related functions to session.c by Willy Tarreau · 16 years ago
  89. fa7e102 [MAJOR] rework of the server FSM by Willy Tarreau · 16 years ago
  90. f5483bf [MAJOR] get rid of the SV_STHEADERS state by Willy Tarreau · 16 years ago
  91. c65a3ba [MAJOR] completely separate HTTP and TCP states on the request path by Willy Tarreau · 16 years ago
  92. 0c303ee [MAJOR] convert all expiration timers from timeval to ticks by Willy Tarreau · 16 years ago
  93. 1c2ab96 [MAJOR] implement parameter hashing for POST requests by matt.farnsworth@nokia.com · 16 years ago
  94. 5a329cf [MEDIUM]: Prevent redispatcher from selecting the same server, version #3 by Krzysztof Piotr Oledzki · 16 years ago
  95. d825eef [MAJOR] replaced all timeouts with struct timeval by Willy Tarreau · 17 years ago
  96. 3d30059 [MINOR] move some flags from session.h to proto_http.h by Willy Tarreau · 17 years ago
  97. a15645d [MAJOR] completed the HTTP response processing. by Willy Tarreau · 17 years ago
  98. 4b89ad4 [MINOR] implement http_is_ver_token to fix response parsing by Willy Tarreau · 17 years ago
  99. 8d5d7f2 [MAJOR] huge rework of the HTTP request FSM by Willy Tarreau · 17 years ago
  100. c0dde7a [MAJOR] udpated the stats page to clearly distinguish FEs and BEs by Willy Tarreau · 18 years ago