Gitiles
Code Review
Sign In
git01.mediatek.com
/
haproxy
/
24b2c766f45e7c9f445f61268243f85209b1dccf
/
src
/
proto_http.c
3c4beb1
CLEANUP: http: remove the bogus urlp_ip ACL match
by Willy Tarreau
· Wed Jun 12 21:02:59 2013 +0200
c32484e
MEDIUM: acl: remove 15 additional useless ACLs that are equivalent to their fetches
by Willy Tarreau
· Tue Jun 11 21:22:58 2013 +0200
6d4e4e8
MEDIUM: acl: remove a lot of useless ACLs that are equivalent to their fetches
by Willy Tarreau
· Tue Jun 11 21:22:58 2013 +0200
51347ed
MEDIUM: http: add the "set-mark" action on http-request/http-response rules
by Willy Tarreau
· Tue Jun 11 19:34:13 2013 +0200
42cf39e
MEDIUM: http: add support for "set-tos" in http-request/http-response
by Willy Tarreau
· Tue Jun 11 18:51:32 2013 +0200
9a355ec
MEDIUM: http: add support for action "set-log-level" in http-request/http-response
by Willy Tarreau
· Tue Jun 11 17:45:46 2013 +0200
abcd514
MEDIUM: log: add a log level override value in struct session
by Willy Tarreau
· Tue Jun 11 17:18:02 2013 +0200
f4c43c1
MEDIUM: http: add the "set-nice" action to http-request and http-response
by Willy Tarreau
· Tue Jun 11 17:01:13 2013 +0200
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
570f221
MINOR: log: add a new flag 'L' for locally processed requests
by Willy Tarreau
· Mon Jun 10 16:42:09 2013 +0200
379357a
BUG/MAJOR: http: always ensure response buffer has some room for a response
by Willy Tarreau
· Sat Jun 08 12:55:46 2013 +0200
7fe3300
BUG/MEDIUM: stats: fix a regression when dealing with POST requests
by Willy Tarreau
· Sun Apr 21 08:04:22 2013 +0200
88c278f
MEDIUM: stats: add proxy name filtering on the statistic page
by de Lafond Guillaume
· Mon Apr 15 19:27:10 2013 +0200
667c2a3
BUG/MAJOR: http: compression still has defects on chunked responses
by Willy Tarreau
· Tue Apr 09 08:13:58 2013 +0200
8d1c516
BUG/MINOR: http: add-header/set-header did not accept the ACL condition
by Willy Tarreau
· Wed Apr 03 14:13:58 2013 +0200
a4312fa
MAJOR: sample: maintain a per-proxy list of the fetch args to resolve
by Willy Tarreau
· Tue Apr 02 16:34:32 2013 +0200
0a0daec
MEDIUM: http: remove val_usr() to validate user_lists
by Willy Tarreau
· Tue Apr 02 22:44:58 2013 +0200
ff5afcc
MINOR: http: replace acl_parse_ver with acl_parse_str
by Willy Tarreau
· Sun Mar 31 18:49:18 2013 +0200
d86e29d
CLEANUP: acl: remove unused references to ACL_USE_*
by Willy Tarreau
· Mon Mar 25 08:21:05 2013 +0100
18ed256
MINOR: http: add new direction-explicit sample fetches for headers and cookies
by Willy Tarreau
· Mon Jan 14 15:56:36 2013 +0100
9baae63
MAJOR: acl: remove fetch argument validation from the ACL struct
by Willy Tarreau
· Fri Jan 11 17:06:15 2013 +0100
c48c90d
MAJOR: acl: remove the arg_mask from the ACL definition and use the sample fetch's
by Willy Tarreau
· Fri Jan 11 16:56:48 2013 +0100
8ed669b
MAJOR: acl: make all ACLs reference the fetch function via a sample.
by Willy Tarreau
· Fri Jan 11 15:49:37 2013 +0100
409bcde
MEDIUM: http: unify acl and sample fetch functions
by Willy Tarreau
· Tue Jan 08 00:31:00 2013 +0100
434c57c
MINOR: log: indicate it when some unreliable sample fetches are logged
by Willy Tarreau
· Tue Jan 08 01:10:24 2013 +0100
80aca90
MEDIUM: samples: use new flags to describe compatibility between fetches and their usages
by Willy Tarreau
· Mon Jan 07 15:42:20 2013 +0100
e0db1e8
MEDIUM: acl: remove flag ACL_MAY_LOOKUP which is improperly used
by Willy Tarreau
· Fri Jan 04 16:31:47 2013 +0100
aae75e3
BUG/CRITICAL: using HTTP information in tcp-request content may crash the process
by Willy Tarreau
· Fri Mar 29 12:31:49 2013 +0100
2d43e18
BUG/MAJOR: http: fix regression introduced by commit d655ffe
by Willy Tarreau
· Wed Apr 03 00:22:25 2013 +0200
ffb6f08
BUG/MAJOR: http: fix regression introduced by commit a890d072
by Willy Tarreau
· Tue Apr 02 23:16:53 2013 +0200
a890d07
BUG/MAJOR: http: use a static storage for sample fetch context
by Willy Tarreau
· Tue Apr 02 12:01:06 2013 +0200
d655ffe
OPTIM: http: optimize the response forward state machine
by Willy Tarreau
· Tue Apr 02 01:48:58 2013 +0200
0161d62
OPTIM: http: improve branching in chunk size parser
by Willy Tarreau
· Tue Apr 02 01:26:55 2013 +0200
e267421
MINOR: http: status 301 should not be marked non-cacheable
by Yves Lafon
· Mon Mar 11 11:06:05 2013 -0400
3e8d1ae
MEDIUM: http: implement redirect 307 and 308
by Yves Lafon
· Mon Mar 11 11:06:05 2013 -0400
4e8ec50
MINOR: http: status code 303 is HTTP/1.1 only
by Yves Lafon
· Mon Mar 11 11:06:05 2013 -0400
2fef9b1
BUG/MEDIUM: http: fix another issue caused by http-send-name-header
by Willy Tarreau
· Tue Mar 26 01:08:21 2013 +0100
3bfeadb
BUG/MEDIUM: http: add-header should not emit "-" for empty fields
by Willy Tarreau
· Sun Mar 24 07:33:22 2013 +0100
6cbbdbf
BUG/MEDIUM: log: emit '-' for empty fields again
by Willy Tarreau
· Tue Feb 05 18:52:25 2013 +0100
192e59f
CLEANUP: http: don't try to deinitialize http compression if it fails before init
by Willy Tarreau
· Thu Jan 24 15:58:42 2013 +0100
4521ba6
CLEANUP: http: remove a useless null check
by Willy Tarreau
· Thu Jan 24 01:25:25 2013 +0100
116eefe
MINOR: config: http-request configuration error message misses new keywords
by Baptiste Assmann
· Sat Jan 05 16:02:07 2013 +0100
56e9ffa
BUG/MINOR: http-compression: lookup Cache-Control in the response, not the request
by Willy Tarreau
· Sat Jan 05 16:20:35 2013 +0100
ccbcc37
MEDIUM: http: add support for "http-request tarpit" rule
by Willy Tarreau
· Thu Dec 27 12:37:57 2012 +0100
81499eb
MEDIUM: http: add support for "http-request redirect" rules
by Willy Tarreau
· Thu Dec 27 12:19:02 2012 +0100
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
96257ec
CLEANUP: http: rename the misleading http_check_access_rule
by Willy Tarreau
· Thu Dec 27 10:46:37 2012 +0100
d79a3b2
BUG/MINOR: log: make log-format, unique-id-format and add-header more independant
by Willy Tarreau
· Fri Dec 28 09:40:16 2012 +0100
cbc743e
BUG/MEDIUM: stats: disable request analyser when processing POST or HEAD
by Willy Tarreau
· Fri Dec 28 08:36:50 2012 +0100
1a1e807
BUG/MINOR: stats: http-request rules still don't cope with stats
by Willy Tarreau
· Thu Dec 27 10:34:21 2012 +0100
8b80f0c
BUG/MINOR: stats: last fix was still wrong
by Willy Tarreau
· Tue Dec 25 21:53:25 2012 +0100
418c1a0
BUG/MEDIUM: stats: fix stats page regression introduced by commit 20b0de5
by Willy Tarreau
· Tue Dec 25 20:52:58 2012 +0100
20b0de5
MEDIUM: http: add http-request 'add-header' and 'set-header' to build headers
by Willy Tarreau
· Mon Dec 24 15:45:22 2012 +0100
5c2e198
MINOR: http: prepare to support more http-request actions
by Willy Tarreau
· Mon Dec 24 12:00:25 2012 +0100
354898b
MINOR: stats: replace STAT_FMT_CSV with STAT_FMT_HTML
by Willy Tarreau
· Sun Dec 23 18:15:23 2012 +0100
47ca545
MINOR: chunks: centralize the trash chunk allocation
by Willy Tarreau
· Sun Dec 23 20:22:19 2012 +0100
1facd6d
REORG: stats: move the HTTP header injection to proto_http
by Willy Tarreau
· Sat Dec 22 22:03:39 2012 +0100
d9bdcd5
REORG: stats: massive code reorg and cleanup
by Willy Tarreau
· Sat Dec 22 20:31:10 2012 +0100
40f151a
BUG/MINOR: http: don't abort client connection on premature responses
by Willy Tarreau
· Thu Dec 20 12:10:09 2012 +0100
f26b252
MINOR: http: make resp_ver and status ACLs check for the presence of a response
by Willy Tarreau
· Fri Dec 14 08:33:14 2012 +0100
4a55060
MINOR: http: add the "base32+src" fetch method.
by Willy Tarreau
· Sun Dec 09 14:53:32 2012 +0100
ab1f7b7
MINOR: http: add the "base32" pattern fetch function
by Willy Tarreau
· Sun Dec 09 13:38:54 2012 +0100
5d5b5d8
MEDIUM: proto_tcp: add support for tracking L7 information
by Willy Tarreau
· Sun Dec 09 12:00:04 2012 +0100
dc979f2
BUG/MINOR: http: don't log a 503 on client errors while waiting for requests
by Willy Tarreau
· Tue Dec 04 10:39:01 2012 +0100
14cba4b
MEDIUM: connection: add an error code in connections
by Willy Tarreau
· Fri Nov 30 17:33:05 2012 +0100
8139b99
MINOR: compression: make the stats a bit more robust
by Willy Tarreau
· Tue Nov 27 07:35:31 2012 +0100
9101535
BUG/MINOR: http: disable compression when message has no body
by Willy Tarreau
· Tue Nov 27 07:31:33 2012 +0100
0a80a8d
MINOR: http: factor out the content-type checks
by Willy Tarreau
· Mon Nov 26 16:33:37 2012 +0100
d300261
MINOR: compression: disable on multipart or status != 200
by William Lallemand
· Mon Nov 26 14:34:47 2012 +0100
859550e
BUG/MINOR: compression: Content-Type is case insensitive
by William Lallemand
· Mon Nov 26 15:10:39 2012 +0100
f003d37
BUG/MINOR: http: don't report client aborts as server errors
by Willy Tarreau
· Mon Nov 26 13:35:37 2012 +0100
5e16cbc
MINOR: stats: report the total number of compressed responses per front/back
by Willy Tarreau
· Sat Nov 24 14:54:13 2012 +0100
00bf1de
BUG/MEDIUM: compression: does not forward trailers
by William Lallemand
· Thu Nov 22 17:55:14 2012 +0100
193b8c6
MINOR: http: allow the cookie capture size to be changed
by Willy Tarreau
· Thu Nov 22 00:17:38 2012 +0100
072a2bf
MINOR: compression: CPU usage limit
by William Lallemand
· Tue Nov 20 17:01:01 2012 +0100
8b52bb3
MEDIUM: compression: use pool for comp_ctx
by William Lallemand
· Fri Nov 16 18:06:41 2012 +0100
bf3ae61
MEDIUM: compression: don't compress when no data
by William Lallemand
· Mon Nov 19 12:35:37 2012 +0100
b97b619
BUG: compression: properly disable compression when content-type does not match
by Willy Tarreau
· Mon Nov 19 14:55:02 2012 +0100
543db62
BUG/MEDIUM: compression: release the zlib pools between keep-alive requests
by Willy Tarreau
· Thu Nov 15 16:41:22 2012 +0100
ec3e389
BUG/MINOR: compression: deinit zlib only when required
by William Lallemand
· Mon Nov 12 17:02:18 2012 +0100
c04ca58
BUG/MEDIUM: compression: no Content-Type header but type in configuration
by William Lallemand
· Mon Nov 12 13:56:25 2012 +0100
3fdb366
MAJOR: connection: replace struct target with a pointer to an enum
by Willy Tarreau
· Mon Nov 12 00:42:33 2012 +0100
50fc777
MEDIUM: http: refrain from sending "Connection: close" when Upgrade is present
by Willy Tarreau
· Sun Nov 11 22:19:57 2012 +0100
7f7ad91
BUILD: stream_interface: remove si_fd() and its references
by Willy Tarreau
· Sun Nov 11 19:27:15 2012 +0100
d85f917
MINOR: compression: maximum compression rate limit
by William Lallemand
· Fri Nov 09 17:05:39 2012 +0100
f374783
MINOR: compression: tune.comp.maxlevel
by William Lallemand
· Fri Nov 09 12:33:10 2012 +0100
0a410e8
BUG: http: revert broken optimisation from 82fe75c1a79dac933391501b9d293bce34513755
by Finn Arne Gangstad
· Fri Nov 09 21:02:36 2012 +0100
4c49fae
MINOR: compression: init before deleting headers
by William Lallemand
· Wed Nov 07 15:00:23 2012 +0100
1c2d622
CLEANUP: use struct comp_ctx instead of union
by William Lallemand
· Tue Oct 30 15:52:53 2012 +0100
cbb9a4b
MINOR: compression: Enable compression for IE6 w/SP2, IE7 and IE8
by Finn Arne Gangstad
· Mon Oct 29 21:43:01 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
19d14ef
MEDIUM: make the trash be a chunk instead of a char *
by Willy Tarreau
· Mon Oct 29 16:51:55 2012 +0100
08b4d79
BUG: compression: disable auto-close and enable MSG_MORE during transfer
by Willy Tarreau
· Sat Oct 27 01:36:34 2012 +0200
70737d1
MINOR: compression: add an offload option to remove the Accept-Encoding header
by Willy Tarreau
· Sat Oct 27 00:34:28 2012 +0200
f2943dc
MAJOR: session: detach the connections from the stream interfaces
by Willy Tarreau
· Fri Oct 26 20:10:28 2012 +0200
c919dc6
CLEANUP: remove trashlen
by Willy Tarreau
· Fri Oct 26 17:35:22 2012 +0200
3c7b97b
BUG/MINOR: http: compression should consider all Accept-Encoding header values
by Willy Tarreau
· Fri Oct 26 14:50:26 2012 +0200
05d8460
MINOR: compression: automatically disable compression for older browsers
by Willy Tarreau
· Fri Oct 26 02:11:25 2012 +0200
Next »