Gitiles
Code Review
Sign In
git01.mediatek.com
/
haproxy
/
f8cc19a1fe522dd18e48a744eb0507cd829867e0
/
include
/
proto
/
proto_http.h
c8b246f
MINOR: htx: Move the macro IS_HTX_STRM() in proto/stream.h
by Christopher Faulet
· Tue May 14 22:05:28 2019 +0200
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
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
03b9d8b
MINOR: proto_htx: Don't adjust transaction mode anymore in HTX analyzers
by Christopher Faulet
· Tue Mar 26 22:02:00 2019 +0100
f0216da
MINOR: payload/htx: Adapt smp_fetch_len to be HTX aware
by Christopher Faulet
· Fri Dec 14 13:44:53 2018 +0100
3092565
CLEANUP: h1: remove some occurrences of unneeded h1.h inclusions
by Willy Tarreau
· Tue Dec 11 11:11:37 2018 +0100
326e27e
REORG: h1: move the h1_state definition to proto_http
by Willy Tarreau
· Tue Dec 11 11:04:56 2018 +0100
538746a
REORG: h1: move legacy http functions to http_msg.c
by Willy Tarreau
· Tue Dec 11 10:59:20 2018 +0100
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
1a18b54
REORG: connection: centralize the conn_set_{tos,mark,quickack} functions
by Willy Tarreau
· Tue Dec 11 16:37:42 2018 +0100
a7b677c
MEDIUM: proto_htx: Convert all HTTP error messages into HTX
by Christopher Faulet
· Thu Nov 29 16:48:49 2018 +0100
8ceae72
MEDIUM: init: use initcall for all fixed size pool creations
by Willy Tarreau
· Mon Nov 26 11:58:30 2018 +0100
fefc73d
MINOR: proto_htx: Add functions htx_perform_server_redirect
by Christopher Faulet
· Wed Oct 24 21:18:04 2018 +0200
64159df
MINOR: proto_htx: Add functions htx_send_name_header
by Christopher Faulet
· Wed Oct 24 21:15:35 2018 +0200
25a02f6
MINOR: proto_htx: Add functions to check the cacheability of HTX messages
by Christopher Faulet
· Wed Oct 24 12:00:25 2018 +0200
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
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
0f22695
MINOR: proto_htx: Add some functions to handle HTX messages
by Christopher Faulet
· Mon Oct 22 09:29:56 2018 +0200
f2824e6
MAJOR: mux-h1/proto_htx: Handle keep-alive connections in the mux
by Christopher Faulet
· Mon Oct 01 12:12:37 2018 +0200
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
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
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
10079f5
MINOR: http: Export some functions and do cleanup to prepare HTTP refactoring
by Christopher Faulet
· Wed Oct 03 15:17:28 2018 +0200
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
491cec2
CLEANUP: http: remove some leftovers from recent cleanups
by Willy Tarreau
· Tue Oct 02 18:37:27 2018 +0200
61c112a
REORG: http: move HTTP rules parsing to http_rules.c
by Willy Tarreau
· Tue Oct 02 16:43:32 2018 +0200
79e5733
REORG: http: move the code to different files
by Willy Tarreau
· Tue Oct 02 16:01:16 2018 +0200
04f1e2d
REORG: http: move error codes production and processing to http.c
by Willy Tarreau
· Mon Sep 10 18:04:24 2018 +0200
6b952c8
REORG: http: move http_get_path() to http.c
by Willy Tarreau
· Mon Sep 10 17:45:34 2018 +0200
35b51c6
REORG: http: move the HTTP semantics definitions to http.h/http.c
by Willy Tarreau
· Mon Sep 10 15:38:55 2018 +0200
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
83061a8
MAJOR: chunks: replace struct chunk with struct buffer
by Willy Tarreau
· Fri Jul 13 11:56:34 2018 +0200
843b7cb
MEDIUM: chunks: make the chunk struct's fields match the buffer struct
by Willy Tarreau
· Fri Jul 13 10:54:26 2018 +0200
3ee8344
MINOR: channel: remove almost all references to buf->i and buf->o
by Willy Tarreau
· Fri Jun 15 16:42:02 2018 +0200
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
8c1aaa2
MEDIUM: threads/http: Make http_capture_bad_message thread-safe
by Emeric Brun
· Thu Jun 15 11:30:06 2017 +0200
4fce0d8
MINOR: action: Use trk_idx instead of tcp/http_trk_idx
by Christopher Faulet
· Mon Sep 18 11:57:31 2017 +0200
0da5b3b
REORG: http: move some very http1-specific parts to h1.{c,h}
by Willy Tarreau
· Thu Sep 21 09:30:46 2017 +0200
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
a548069
MINOR: http: export some of the HTTP parser macros
by Willy Tarreau
· Wed Jul 26 08:07:15 2017 +0200
2395368
DOC: update RFC references
by Lukas Tribus
· Fri Apr 28 13:24:30 2017 +0000
9e6906b
MEDIUM: http_error_message: txn->status / http_get_status_idx.
by Jarno Huuskonen
· Mon Mar 06 14:21:49 2017 +0200
52f5db2
MINOR: http: custom status reason.
by Robin H. Johnson
· Sun Jan 01 13:10:52 2017 -0800
2235b26
OPTIM: http: move all http character classs tables into a single one
by Willy Tarreau
· Sat Nov 05 15:50:20 2016 +0100
e4edc6b
MEDIUM: http: implement http-response track-sc* directive
by Ruoshan Huang
· Thu Jul 14 15:07:45 2016 +0800
6e61589
BUG/MAJOR: fix listening IP address storage for frontends
by Vincent Bernat
· Wed May 18 16:17:44 2016 +0200
3d97c90
REORG: filters: Prepare creation of the HTTP compression filter
by Christopher Faulet
· Wed Dec 09 14:59:38 2015 +0100
d7c9196
MAJOR: filters: Add filters support
by Christopher Faulet
· Thu Apr 30 11:48:27 2015 +0200
a94e5a5
MINOR: filters/http: Use a wrapper function instead of stream_int_retnclose
by Christopher Faulet
· Wed Dec 09 15:55:06 2015 +0100
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
4686f79
MINOR: proto_http: Externalisation of previously internal functions
by David Carlier
· Fri Sep 25 14:10:50 2015 +0100
fd50f0b
MINOR: http: split initialization
by Thierry FOURNIER
· Fri Sep 25 18:53:18 2015 +0200
8d16de0
MINOR: http: export function http_msg_analyzer()
by Thierry FOURNIER
· Fri Sep 25 11:06:37 2015 +0200
127169e
MINOR: http: export the get_reason() function
by Thierry FOURNIER
· Fri Sep 18 17:59:23 2015 +0200
3c33178
MINOR: http: export http_get_path() function
by Thierry FOURNIER
· Thu Sep 17 19:33:35 2015 +0200
91a41cb
MINOR: http: made CHECK_HTTP_MESSAGE_FIRST accessible to other functions
by James Rosewell
· Fri Sep 18 17:11:16 2015 +0100
ec3c37d
CLEANUP: actions: missplaced includes
by Thierry FOURNIER
· Thu Sep 10 18:28:10 2015 +0200
35d70ef
MINOR: http: Action for manipulating the returned status code.
by Thierry FOURNIER
· Wed Aug 26 16:21:56 2015 +0200
36481b8
MEDIUM: actions: Merge (http|tcp)-(request|reponse) keywords structs
by Thierry FOURNIER
· Wed Aug 19 09:01:53 2015 +0200
0ea5c7f
MINOR: actions: change actions names
by Thierry FOURNIER
· Wed Aug 05 19:05:19 2015 +0200
a28a942
MEDIUM: actions: Merge (http|tcp)-(request|reponse) action structs
by Thierry FOURNIER
· Tue Aug 04 19:35:46 2015 +0200
53a09d5
MAJOR: http: remove references to appsession
by Willy Tarreau
· Mon Aug 10 18:59:40 2015 +0200
be4653b
MINOR: http: prepare support for parsing redirect actions on responses
by Willy Tarreau
· Thu May 28 15:26:58 2015 +0200
0786d05
MEDIUM: sample: change the prototype of sample-fetches functions
by Thierry FOURNIER
· Mon May 11 15:42:45 2015 +0200
0a9a2b8
MEDIUM: sample change the prototype of sample-fetches and converters functions
by Thierry FOURNIER
· Mon May 11 15:20:49 2015 +0200
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
987e3fb
MEDIUM: http: remove the now useless http_txn from {req/res} rules
by Willy Tarreau
· Sat Apr 04 01:09:08 2015 +0200
15e91e1
MAJOR: sample: don't pass l7 anymore to sample fetch functions
by Willy Tarreau
· Sat Apr 04 00:52:09 2015 +0200
eee5b51
MAJOR: http: move http_txn out of struct stream
by Willy Tarreau
· Fri Apr 03 23:46:31 2015 +0200
87b0966
REORG/MAJOR: session: rename the "session" entity to "stream"
by Willy Tarreau
· Fri Apr 03 00:22:06 2015 +0200
7fe75e0
MINOR: http: export function inet_set_tos()
by Thierry FOURNIER
· Mon Mar 16 12:03:44 2015 +0100
5531f87
MINOR: http: split http_transform_header() function in two parts.
by Thierry FOURNIER
· Mon Mar 16 11:15:50 2015 +0100
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
49f45af
MINOR: global: export many symbols.
by Thierry FOURNIER
· Mon Dec 08 19:50:43 2014 +0100
f41a809
MINOR: sample: add private argument to the struct sample_fetch
by Thierry FOURNIER
· Sun Dec 07 18:37:57 2014 +0100
4e21ff9
BUG/MEDIUM: http: adjust close mode when switching to backend
by Willy Tarreau
· Tue Sep 30 18:44:22 2014 +0200
09448f7
MEDIUM: http: add the track-sc* actions to http-request rules
by Willy Tarreau
· Wed Jun 25 18:12:15 2014 +0200
055b9d5
MINOR: http: export the function 'smp_fetch_base32'
by Thierry FOURNIER
· Tue Jul 15 16:11:07 2014 +0200
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
07c8b24
MINOR: http: export the smp_fetch_cookie function
by William Lallemand
· Fri May 02 17:11:07 2014 +0200
73025dd
MEDIUM: http: register http-request and http-response keywords
by William Lallemand
· Thu Apr 24 14:38:37 2014 +0200
f1fd9dc
CLEANUP: general: get rid of all old occurrences of "session *t"
by Willy Tarreau
· Thu Apr 24 20:47:57 2014 +0200
1234f4a
MAJOR: http: reset msg->sov after headers are forwarded
by Willy Tarreau
· Thu Apr 17 21:14:47 2014 +0200
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
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
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
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
5a8f947
CLEANUP: http: rename http_process_request_body()
by Willy Tarreau
· Thu Apr 10 11:16:06 2014 +0200
d437314
MEDIUM: sample/http_proto: Add new type called method
by Thierry FOURNIER
· Tue Dec 17 01:10:10 2013 +0100
3770f23
MINOR: http: switch the http state to an enum
by Willy Tarreau
· Sat Dec 07 00:01:53 2013 +0100
d18cd0f
MEDIUM: http: The redirect strings follows the log format rules.
by Thierry FOURNIER
· Fri Nov 29 12:15:45 2013 +0100
de6617b
MINOR: http: some exported functions were not in the header file
by Thierry FOURNIER
· Tue Oct 15 11:43:19 2013 +0200
430f291
CLEANUP: session: remove event_accept() which was not used anymore
by Godbach
· Thu Jun 20 13:28:38 2013 +0800
e365c0b
MEDIUM: http: add a new "http-response" ruleset
by Willy Tarreau
· Tue Jun 11 16:06:12 2013 +0200
04ff9f1
MINOR: http: add full-length header fetch methods
by Willy Tarreau
· Mon Jun 10 18:39:42 2013 +0200
4baae24
REORG: config: move the http redirect rule parser to proto_http.c
by Willy Tarreau
· Thu Dec 27 12:00:31 2012 +0100
71241ab
MINOR: http: move redirect rule processing to its own function
by Willy Tarreau
· Thu Dec 27 11:30:54 2012 +0100
88c6d81
MINOR: http: add some debugging functions to pretty-print msg state names
by Willy Tarreau
· Wed Nov 21 21:50:04 2012 +0100
7e2c647
MEDIUM: remove remains of BUFSIZE in HTTP auth and sample conversions
by Willy Tarreau
· Mon Oct 29 20:44:36 2012 +0100
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
Next »