Gitiles
Code Review
Sign In
git01.mediatek.com
/
haproxy
/
ae9bea0591a018e2dcb9b8c0c1a2679975956501
/
src
/
proto_http.c
35069f8
MINOR: cli: make "show errors" capable of dumping only request or response
by Willy Tarreau
· Fri Nov 25 09:16:37 2016 +0100
234ba2d
MINOR: cli: make "show errors" support a proxy name
by Willy Tarreau
· Fri Nov 25 08:39:10 2016 +0100
8a4e442
MEDIUM: log-format: Use standard HAProxy log system to report errors
by Thierry FOURNIER / OZON.IO
· Wed Nov 23 00:41:28 2016 +0100
59fd511
MEDIUM: log-format/conf: take into account the parse_logformat_string() return code
by Thierry FOURNIER / OZON.IO
· Tue Nov 22 23:50:02 2016 +0100
6fe0e1b
CLEANUP: log-format: remove unused arguments
by Thierry FOURNIER / OZON.IO
· Tue Nov 22 22:33:24 2016 +0100
30e5e18
CLEANUP: cli: remove assignments to st0 and st2 in keyword parsers
by Willy Tarreau
· Thu Nov 24 16:45:53 2016 +0100
12207b3
REORG: cli: move "show errors" out of cli.c
by Willy Tarreau
· Tue Nov 22 19:48:51 2016 +0100
9ed6203
REORG: cli: split dumpstats.h in stats.h and cli.h
by William Lallemand
· Mon Nov 21 17:49:11 2016 +0100
e6d9c21
OPTIM: http: optimize lookup of comma and quote in header values
by Willy Tarreau
· Sat Nov 05 18:23:38 2016 +0100
5f10ea3
OPTIM: http: improve parsing performance of long URIs
by Willy Tarreau
· Sat Nov 05 17:52:06 2016 +0100
0431f9d
OPTIM: http: improve parsing performance of long header lines
by Willy Tarreau
· Sat Nov 05 17:35:40 2016 +0100
2235b26
OPTIM: http: move all http character classs tables into a single one
by Willy Tarreau
· Sat Nov 05 15:50:20 2016 +0100
b12ff9a
CLEANUP: proto_http: Removing useless variable assignation
by Erwan Velu
· Thu Oct 15 14:36:56 2015 +0200
4cac359
MEDIUM: log: Decompose %Tq in %Th %Ti %TR
by Thierry FOURNIER / OZON.IO
· Thu Jul 28 17:19:45 2016 +0200
3146a4c
BUG/MINOR: peers: don't count track-sc multiple times on errors
by Willy Tarreau
· Tue Jul 26 15:22:33 2016 +0200
e4edc6b
MEDIUM: http: implement http-response track-sc* directive
by Ruoshan Huang
· Thu Jul 14 15:07:45 2016 +0800
a9300a3
BUG/MINOR: Rework slightly commit 9962f8fc to clean code and avoid mistakes
by Christopher Faulet
· Tue Jun 28 15:54:44 2016 +0200
9962f8f
BUG/MEDIUM: http: unbreak uri/header/url_param hashing
by Willy Tarreau
· Tue Jun 28 11:52:08 2016 +0200
29bdb1c
BUG/MINOR: http: fix misleading error message for response captures
by Willy Tarreau
· Fri Jun 24 15:36:34 2016 +0200
1eea6d7
BUG/MINOR: filters: Fix HTTP parsing when a filter loops on data forwarding
by Christopher Faulet
· Tue Jun 21 11:04:34 2016 +0200
dd01678
BUG/MINOR: fix http-response set-log-level parsing error
by Ruoshan Huang
· Wed Jun 15 22:16:03 2016 +0800
db5af61
BUG/MINOR: http: url32+src should check cli_conn before using it
by Dragan Dosen
· Thu Jun 16 11:23:01 2016 +0200
e5f4133
BUG/MINOR: http: url32+src should use the big endian version of url32
by Dragan Dosen
· Thu Jun 16 11:08:08 2016 +0200
4b788f7
BUG/MEDIUM: http: add-header: buffer overwritten
by Thierry Fournier
· Wed Jun 01 13:35:36 2016 +0200
53c1a9b
BUG/MINOR: http: add-header: header name copied twice
by Thierry Fournier
· Wed Jun 01 13:36:20 2016 +0200
2e785f2
MEDIUM: tcp: add 'set-src' to 'tcp-request connection'
by William Lallemand
· Wed May 25 01:48:42 2016 +0200
58727ec
BUG/MAJOR: http: fix breakage of "reqdeny" causing random crashes
by Willy Tarreau
· Wed May 25 16:23:59 2016 +0200
6e61589
BUG/MAJOR: fix listening IP address storage for frontends
by Vincent Bernat
· Wed May 18 16:17:44 2016 +0200
3de5bd6
BUG/MEDIUM: http: fix risk of CPU spikes with pipelined requests from dead client
by Willy Tarreau
· Mon May 02 16:07:07 2016 +0200
f51d03c
BUG/MEDIUM: http: fix incorrect reporting of server errors
by Willy Tarreau
· Mon May 02 15:25:15 2016 +0200
0e00dca
DOC: http: rename the unique-id sample and add the documentation
by Thierry Fournier
· Thu Apr 07 15:47:40 2016 +0200
83a2c3d
BUG/MINOR : allow to log cookie for tarpit and denied request
by Bertrand Paquet
· Wed Apr 06 11:58:31 2016 +0200
7365f7d
CLEANUP: proto_http: few corrections for gcc warnings.
by David Carlier
· Mon Apr 04 11:54:42 2016 +0100
02779b6
CLEANUP: uniformize last argument of malloc/calloc
by Vincent Bernat
· Sun Apr 03 13:48:43 2016 +0200
3c2f2f2
CLEANUP: remove unneeded casts
by Vincent Bernat
· Sun Apr 03 13:48:42 2016 +0200
f3764b7
MEDIUM: proxy: use dynamic allocation for error dumps
by Willy Tarreau
· Thu Mar 31 13:45:10 2016 +0200
f4011dd
MINOR: http: sample fetch which returns unique-id
by Thierry Fournier
· Tue Mar 29 17:23:51 2016 +0200
69ad4b9
BUG/MAJOR: Fix crash in http_get_fhdr with exactly MAX_HDR_HISTORY headers
by Nenad Merdanovic
· Tue Mar 29 13:14:30 2016 +0200
5c557d1
CLEANUP: http: fix a build warning introduced by a recent fix
by Willy Tarreau
· Sun Mar 13 08:17:02 2016 +0100
1e62df9
MEDIUM: stats: implement a typed output format for stats
by Willy Tarreau
· Mon Jan 11 18:57:53 2016 +0100
6204cd9
BUG/MAJOR: vars: always retrieve the stream and session from the sample
by Willy Tarreau
· Thu Mar 10 16:33:04 2016 +0100
be508f1
BUG/MAJOR: samples: check smp->strm before using it
by Willy Tarreau
· Thu Mar 10 11:47:01 2016 +0100
75e2eb6
MINOR: filters/http: Forward remaining data when a channel has no "data" filters
by Christopher Faulet
· Tue Dec 15 10:41:47 2015 +0100
113f7de
MINOR: filters/http: Slightly update the parsing of chunks
by Christopher Faulet
· Mon Dec 14 14:52:13 2015 +0100
da02e17
MAJOR: filters: Require explicit registration to filter HTTP body and TCP data
by Christopher Faulet
· Fri Dec 04 09:25:05 2015 +0100
dbe34eb
MEDIUM: filters/http: Move body parsing of HTTP messages in dedicated functions
by Christopher Faulet
· Wed Dec 02 10:01:17 2015 +0100
309c641
MEDIUM: filters: Replace filter_http_headers callback by an analyzer
by Christopher Faulet
· Wed Dec 02 09:57:32 2015 +0100
2fb2880
MEDIUM: filters: remove http_start_chunk, http_last_chunk and http_chunk_end
by Christopher Faulet
· Tue Dec 01 10:40:57 2015 +0100
3e34429
MEDIUM: filters: Use macros to call filters callbacks to speed-up processing
by Christopher Faulet
· Tue Nov 24 16:24:13 2015 +0100
92d3638
MAJOR: filters/http: Rewrite the HTTP compression as a filter
by Christopher Faulet
· Thu Nov 05 13:35:03 2015 +0100
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
53f9685
BUG/MEDIUM: http-reuse: do not share private connections across backends
by Willy Tarreau
· Tue Feb 02 18:50:47 2016 +0100
f78d896
BUG/MEDIUM: sample: http_date() doesn't provide the right day of the week
by Cyril Bonté
· Fri Jan 22 19:40:28 2016 +0100
a94e5a5
MINOR: filters/http: Use a wrapper function instead of stream_int_retnclose
by Christopher Faulet
· Wed Dec 09 15:55:06 2015 +0100
a46bbd8
BUG/MINOR: http: Be sure to process all the data received from a server
by Christopher Faulet
· Fri Jun 19 09:00:58 2015 +0200
f662582
BUG/MINOR: http: fix several off-by-one errors in the url_param parser
by Willy Tarreau
· Sun Dec 27 14:51:01 2015 +0100
858b103
BUG/MEDIUM: http: fix http-reuse when frontend and backend differ
by Willy Tarreau
· Mon Dec 07 17:04:59 2015 +0100
ce1ef4d
BUG/MEDIUM: sample: urlp can't match an empty value
by Cyril Bonté
· Thu Nov 26 21:39:56 2015 +0100
714ea78
BUG/MEDIUM: http: don't enable auto-close on the response side
by Willy Tarreau
· Wed Nov 25 20:11:11 2015 +0100
7f876a1
BUG/MEDIUM: http: switch the request channel to no-delay once done.
by Willy Tarreau
· Wed Nov 18 11:59:55 2015 +0100
1e1f41d
BUG: http: do not abort keep-alive connections on server timeout
by lsenta
· Fri Nov 13 10:44:22 2015 +0100
1c59bd5
BUG/MAJOR: http: don't requeue an idle connection that is already queued
by Willy Tarreau
· Mon Nov 02 20:20:11 2015 +0100
d57ad64
BUG/MINOR: http: Add OPTIONS in supported http methods (found by find_http_meth)
by Christopher Faulet
· Fri Jul 31 14:26:57 2015 +0200
ab95e65
MINOR: http/tcp: fill the avalaible actions
by Thierry FOURNIER
· Fri Oct 02 08:24:51 2015 +0200
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
Next »