Gitiles
Code Review
Sign In
git01.mediatek.com
/
haproxy
/
e4b3127d61fce8ed0badadee9bbc98a5d43efd24
/
src
/
proto_http.c
4686f79
MINOR: proto_http: Externalisation of previously internal functions
by David Carlier
· Fri Sep 25 14:10:50 2015 +0100
acc9800
MEDIUM: action: add a new flag ACT_FLAG_FIRST
by Willy Tarreau
· Sun Sep 27 23:34:39 2015 +0200
3945868
MEDIUM: http: pass ACT_FLAG_FINAL to custom actions
by Willy Tarreau
· Sun Sep 27 10:33:15 2015 +0200
658b85b
MEDIUM: actions: pass a new "flags" argument to custom actions
by Willy Tarreau
· Sun Sep 27 10:00:49 2015 +0200
fd50f0b
MINOR: http: split initialization
by Thierry FOURNIER
· Fri Sep 25 18:53:18 2015 +0200
3c33178
MINOR: http: export http_get_path() function
by Thierry FOURNIER
· Thu Sep 17 19:33:35 2015 +0200
ed08d6a
MEDIUM: proto_http: smp_prefetch_http initialize txn
by Thierry FOURNIER
· Thu Sep 24 08:40:18 2015 +0200
85c6c97
MINOR: action: add reference to the original keywork matched for the called parser.
by Thierry FOURNIER
· Tue Sep 22 19:14:35 2015 +0200
c29d0cd
BUG/MEDIUM: http: do not dereference strm_li(stream)
by Willy Tarreau
· Wed Sep 23 12:18:14 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
b7ce424
BUG/MINOR: http: remove stupid HTTP_METH_NONE entry
by Willy Tarreau
· Thu Sep 03 17:15:21 2015 +0200
4214873
MEDIUM: actions: remove ACTION_STOP
by Thierry FOURNIER
· Wed Sep 02 17:17:33 2015 +0200
bd99d58
BUG/MAJOR: http: don't manipulate the server connection if it's killed
by Willy Tarreau
· Wed Sep 02 10:40:43 2015 +0200
35d70ef
MINOR: http: Action for manipulating the returned status code.
by Thierry FOURNIER
· Wed Aug 26 16:21:56 2015 +0200
3f4bc65
DOC: fix "http_action_set_req_line()" comments
by Thierry FOURNIER
· Wed Aug 26 16:23:34 2015 +0200
afa8049
MEDIUM: actions: Normalize the return code of the configuration parsers
by Thierry FOURNIER
· Wed Aug 19 09:04:15 2015 +0200
322a124
MINOR: actions: mutualise the action keyword lookup
by Thierry FOURNIER
· Wed Aug 19 09:07:47 2015 +0200
36481b8
MEDIUM: actions: Merge (http|tcp)-(request|reponse) keywords structs
by Thierry FOURNIER
· Wed Aug 19 09:01:53 2015 +0200
24ff6c6
MEDIUM: actions: Add standard return code for the action API
by Thierry FOURNIER
· Thu Aug 06 08:52:53 2015 +0200
0ea5c7f
MINOR: actions: change actions names
by Thierry FOURNIER
· Wed Aug 05 19:05:19 2015 +0200
91f6ba0
MINOR: actions: Declare all the embedded actions in the same header file
by Thierry FOURNIER
· Thu Aug 06 08:30:11 2015 +0200
22e4901
MINOR: actions: remove the mark indicating the last entry in enum
by Thierry FOURNIER
· Wed Aug 05 19:13:48 2015 +0200
5563e4b
MINOR: actions: add "from" information
by Thierry FOURNIER
· Fri Aug 14 19:20:07 2015 +0200
5ec63e0
MEDIUM: track-sc: Move the track-sc configuration storage in the union
by Thierry FOURNIER
· Tue Aug 04 09:09:48 2015 +0200
e209797
MINOR: proto_http: replace generic opaque types by real used types in "http_capture" by id
by Thierry FOURNIER
· Fri Jul 31 08:56:35 2015 +0200
32b1500
MINOR: proto_http: replace generic opaque types by real used types in "http_capture"
by Thierry FOURNIER
· Fri Jul 31 08:56:16 2015 +0200
8855a92
MINOR: proto_http: replace generic opaque types by real used types for the actions on thr request line
by Thierry FOURNIER
· Fri Jul 31 08:54:25 2015 +0200
a002dc9
MINOR: proto_http: use an "expr" type in place of generic opaque type.
by Thierry FOURNIER
· Fri Jul 31 08:50:51 2015 +0200
a28a942
MEDIUM: actions: Merge (http|tcp)-(request|reponse) action structs
by Thierry FOURNIER
· Tue Aug 04 19:35:46 2015 +0200
136f9d3
MINOR: samples: rename union from "data" to "u"
by Thierry FOURNIER
· Wed Aug 19 09:07:19 2015 +0200
8c542ca
MEDIUM: samples: Use the "struct sample_data" in the "struct sample"
by Thierry FOURNIER
· Wed Aug 19 09:00:18 2015 +0200
a6b6343
CLEANUP: http/tcp actions: remove the scope member
by Thierry FOURNIER
· Tue Aug 11 10:59:49 2015 +0200
9b49f58
CLEANUP: proto_http: remove useless initialisation
by Thierry FOURNIER
· Fri Jul 31 08:42:38 2015 +0200
53a09d5
MAJOR: http: remove references to appsession
by Willy Tarreau
· Mon Aug 10 18:59:40 2015 +0200
449d74a
MEDIUM: backend: add the "http-reuse aggressive" strategy
by Willy Tarreau
· Wed Aug 05 17:16:33 2015 +0200
8dff998
MAJOR: backend: initial work towards connection reuse
by Willy Tarreau
· Tue Aug 04 20:45:52 2015 +0200
387ebf8
MINOR: connection: add a new flag CO_FL_PRIVATE
by Willy Tarreau
· Tue Aug 04 19:24:13 2015 +0200
4320eaa
MINOR: stream-int: make si_idle_conn() only accept valid connections
by Willy Tarreau
· Wed Aug 05 11:08:30 2015 +0200
323a2d9
MEDIUM: stream-int: queue idle connections at the server
by Willy Tarreau
· Tue Aug 04 19:00:17 2015 +0200
973a542
MEDIUM: stream-int: simplify si_alloc_conn()
by Willy Tarreau
· Wed Aug 05 21:47:23 2015 +0200
bf65cd4
MAJOR: arg: converts uint and sint in sint
by Thierry FOURNIER
· Mon Jul 20 17:45:02 2015 +0200
07ee64e
MAJOR: sample: converts uint and sint in 64 bits signed integer
by Thierry FOURNIER
· Mon Jul 06 23:43:03 2015 +0200
fac9ccf
BUG/MINOR: http/sample: gmtime/localtime can fail
by Thierry FOURNIER
· Wed Jul 08 00:15:20 2015 +0200
2fbcafc
MEDIUM: http: Add new 'set-src' option to http-request
by Adis Nezirovic
· Mon Jul 06 15:44:30 2015 +0200
79beb24
CLEANUP: sample: generalize sample_fetch_string() as sample_fetch_as_type()
by Adis Nezirovic
· Mon Jul 06 15:41:02 2015 +0200
4834bc7
MEDIUM: vars: adds support of variables
by Thierry FOURNIER
· Sat Jun 06 19:29:07 2015 +0200
0e11863
MINOR: tcp/http/conf: extends the keyword registration options
by Thierry FOURNIER
· Thu Jun 04 11:44:06 2015 +0200
b8cdf52
BUG/MEDIUM: http: fix body processing for the stats applet
by Willy Tarreau
· Fri May 29 01:09:15 2015 +0200
2de8a50
MEDIUM: http: no need to close the request on redirect if data was parsed
by Willy Tarreau
· Thu May 28 17:23:54 2015 +0200
51d861a
MEDIUM: http: implement http-response redirect rules
by Willy Tarreau
· Fri May 22 17:30:48 2015 +0200
be4653b
MINOR: http: prepare support for parsing redirect actions on responses
by Willy Tarreau
· Thu May 28 15:26:58 2015 +0200
b329a31
CLEANUP: http: explicitly reference request in http_apply_redirect_rules()
by Willy Tarreau
· Fri May 22 16:27:37 2015 +0200
e80fada
MEDIUM: capture: adds http-response capture
by Thierry FOURNIER
· Tue May 26 18:06:31 2015 +0200
82bf70d
MEDIUM: capture: Allow capture with slot identifier
by Thierry FOURNIER
· Tue May 26 17:58:29 2015 +0200
35ab275
MINOR: capture: add two "capture" converters
by Thierry FOURNIER
· Thu May 28 13:22:03 2015 +0200
98d0485
MAJOR: config: remove the deprecated reqsetbe / reqisetbe actions
by Willy Tarreau
· Tue May 26 12:18:29 2015 +0200
26f77e5
BUG/MEDIUM: http: fix the url_param fetch
by Dragan Dosen
· Mon May 25 10:02:11 2015 +0200
8be451c
MEDIUM: http: url-encoded parsing function can run throught wrapped buffer
by Thierry FOURNIER
· Wed May 20 15:28:12 2015 +0200
e28c499
MINOR: http: add body_param fetch
by Thierry FOURNIER
· Tue May 19 14:45:09 2015 +0200
0948d41
CLEANUP: http: bad indentation
by Thierry FOURNIER
· Wed May 20 15:22:37 2015 +0200
4fdc74c
MINOR: http: split the url_param in two parts
by Thierry FOURNIER
· Tue May 19 14:46:23 2015 +0200
1ede1da
MEDIUM: http: make url_param iterate over multiple occurrences
by Willy Tarreau
· Thu May 07 16:06:18 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
bbfb6c4
BUG/MEDIUM: http: don't forward client shutdown without NOLINGER except for tunnels
by Willy Tarreau
· Mon May 11 18:30:33 2015 +0200
82ff3c9
MINOR: sample: add url_dec converter
by Thierry FOURNIER
· Thu May 07 15:46:20 2015 +0200
3986ac1
BUG/MEDIUM: http: fix the http-request capture parser
by Willy Tarreau
· Fri May 08 16:13:42 2015 +0200
a9083d0
MEDIUM: http: add new "capture" action for http-request
by Willy Tarreau
· Fri May 08 15:27:59 2015 +0200
a5910cc
MEDIUM: http: provide 3 fetches for the body
by Willy Tarreau
· Sat May 02 00:46:08 2015 +0200
9fbe18e
MEDIUM: http: add a new option http-buffer-request
by Willy Tarreau
· Fri May 01 22:42:08 2015 +0200
e115b49
BUG/MEDIUM: http: wait for the exact amount of body bytes in wait_for_request_body
by Willy Tarreau
· Fri May 01 23:05:14 2015 +0200
0f228a0
MEDIUM: http: add option-ignore-probes to get rid of the floods of 408
by Willy Tarreau
· Fri May 01 15:37:53 2015 +0200
1331766
MEDIUM: http: disable support for HTTP/0.9 by default
by Willy Tarreau
· Fri May 01 13:47:08 2015 +0200
91852eb
MEDIUM: http: restrict the HTTP version token to 1 digit as per RFC7230
by Willy Tarreau
· Fri May 01 13:26:00 2015 +0200
b4d0c03
BUG/MEDIUM: http: remove content-length form responses with bad transfer-encoding
by Willy Tarreau
· Fri May 01 10:25:45 2015 +0200
34dfc60
BUG/MEDIUM: http: incorrect transfer-coding in the request is a bad request
by Willy Tarreau
· Fri May 01 10:09:49 2015 +0200
4979d5c
BUG/MEDIUM: http: do not restrict parsing of transfer-encoding to HTTP/1.1
by Willy Tarreau
· Fri May 01 10:06:30 2015 +0200
557f199
DOC: http: update the comments about the rules for determining transfer-length
by Willy Tarreau
· Fri May 01 10:05:17 2015 +0200
1c91391
BUG/MEDIUM: http: remove content-length from chunked messages
by Willy Tarreau
· Thu Apr 30 10:57:51 2015 +0200
7f6192c
BUG/MEDIUM: http: functions set-{path,query,method,uri} breaks the HTTP parser
by Thierry FOURNIER
· Sun Apr 26 18:01:40 2015 +0200
ee335e6
BUG/MEDIUM: http: properly retrieve the front connection
by Willy Tarreau
· Tue Apr 21 18:15:13 2015 +0200
152b81e
BUG/MAJOR: tcp/http: fix current_rule assignment when restarting over a ruleset
by Willy Tarreau
· Mon Apr 20 13:26:17 2015 +0200
108b1dd
MEDIUM: http: configurable http result codes for http-request deny
by CJ Ess
· Tue Apr 07 12:03:37 2015 -0400
d0d8da9
MINOR: stream: provide a few helpers to retrieve frontend, listener and origin
by Willy Tarreau
· Sat Apr 04 02:10:38 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
63986c7
MINOR: http: create a dedicated pool for http_txn
by Willy Tarreau
· Fri Apr 03 22:55:33 2015 +0200
cb7dd01
MEDIUM: http: move header captures from http_txn to struct stream
by Willy Tarreau
· Fri Apr 03 22:16:32 2015 +0200
53c9b4d
CLEANUP: sample: remove useless tests in fetch functions for l4 != NULL
by Willy Tarreau
· Fri Apr 03 21:38:18 2015 +0200
9ad7bd4
MEDIUM: session: use the pointer to the origin instead of s->si[0].end
by Willy Tarreau
· Fri Apr 03 19:19:59 2015 +0200
e36cbcb
MEDIUM: stream: move the frontend's pointer to the session
by Willy Tarreau
· Fri Apr 03 15:40:56 2015 +0200
fb0afa7
MEDIUM: stream: move the listener's pointer to the session
by Willy Tarreau
· Fri Apr 03 14:46:27 2015 +0200
e7dff02
REORG/MEDIUM: stream: rename stream flags from SN_* to SF_*
by Willy Tarreau
· Fri Apr 03 01:14:29 2015 +0200
87b0966
REORG/MAJOR: session: rename the "session" entity to "stream"
by Willy Tarreau
· Fri Apr 03 00:22:06 2015 +0200
cb703b0
BUG/MAJOR: http: null-terminate the http actions keywords list
by Willy Tarreau
· Fri Apr 03 09:52:01 2015 +0200
601a4d1
BUG/MEDIUM: http: hdr_cnt would not count any header when called without name
by Willy Tarreau
· Wed Apr 01 19:16:09 2015 +0200
615105e
MEDIUM: compression: add a distinction between UA- and config- algorithms
by Willy Tarreau
· Sat Mar 28 16:40:46 2015 +0100
e7e49a8
MINOR: http: check the algo name "identity" instead of the function pointer
by Willy Tarreau
· Sat Mar 28 15:41:42 2015 +0100
Next »