Gitiles
Code Review
Sign In
git01.mediatek.com
/
haproxy
/
29e50f7507bae6549d55fd8b475f2cc8587d5335
/
src
/
proto_http.c
892337c
MAJOR: server: use states instead of flags to store the server state
by Willy Tarreau
· Tue May 13 23:41:20 2014 +0200
c93cd16
REORG/MEDIUM: server: split server state and flags in two different variables
by Willy Tarreau
· Tue May 13 15:54:22 2014 +0200
3bed5e9
BUG/MEDIUM: http: disable server-side expiration until client has sent the body
by Willy Tarreau
· Wed May 07 14:50:10 2014 +0200
b9edf8f
BUG/MEDIUM: http: correctly report request body timeouts
by Willy Tarreau
· Wed May 07 14:24:16 2014 +0200
b1982e2
BUG/MEDIUM: http/session: disable client-side expiration only after body
by Willy Tarreau
· Tue May 06 22:57:53 2014 +0200
07c8b24
MINOR: http: export the smp_fetch_cookie function
by William Lallemand
· Fri May 02 17:11:07 2014 +0200
644c101
BUG/MAJOR: http: connection setup may stall on balance url_param
by Willy Tarreau
· Wed Apr 30 18:11:11 2014 +0200
0b74833
MEDIUM: http: make http-request rules processing return a verdict instead of a rule
by Willy Tarreau
· Tue Apr 29 00:13:29 2014 +0200
ae3c010
MEDIUM: http: factorize the "auth" action of http-request and stats
by Willy Tarreau
· Mon Apr 28 23:22:08 2014 +0200
f75e5c3
MINOR: http: remove the now unused loop over "block" rules
by Willy Tarreau
· Mon Apr 28 22:13:52 2014 +0200
353bc9f
CLEANUP: proxy: rename "block_cond" to "block_rules"
by Willy Tarreau
· Mon Apr 28 22:05:31 2014 +0200
5bd6759
MINOR: http: silently support the "block" action for http-request
by Willy Tarreau
· Mon Apr 28 22:00:46 2014 +0200
5254259
MEDIUM: http: remove even more of the spaghetti in the request path
by Willy Tarreau
· Mon Apr 28 18:33:26 2014 +0200
179085c
MEDIUM: http: move Connection header processing earlier
by Willy Tarreau
· Mon Apr 28 16:48:56 2014 +0200
6541083
BUG/MINOR: http: block rules forgot to increment the session's request counter
by Willy Tarreau
· Mon Apr 28 21:25:43 2014 +0200
5fa7082
BUG/MINOR: http: block rules forgot to increment the denied_req counter
by Willy Tarreau
· Mon Apr 28 18:27:12 2014 +0200
bbba2a8
MEDIUM: http: jump to dedicated labels after http-request processing
by Willy Tarreau
· Mon Apr 28 13:57:26 2014 +0200
5e9edce
MEDIUM: http: move reqadd after execution of http_request redirect
by Willy Tarreau
· Mon Apr 28 11:13:33 2014 +0200
cfe7fdd
MINOR: http: rely on the message body parser to send 100-continue
by Willy Tarreau
· Sat Apr 26 22:08:32 2014 +0200
e6d2416
BUG/MINOR: http: log 407 in case of proxy auth
by Willy Tarreau
· Mon Apr 28 16:59:15 2014 +0200
e47e4e2
BUG/MEDIUM: patterns: last fix was still not enough
by Thierry FOURNIER
· Mon Apr 28 11:18:57 2014 +0200
a631fc8
BUG/MAJOR: patterns: -i and -n are ignored for inlined patterns
by Willy Tarreau
· Sat Apr 26 23:33:51 2014 +0200
6c09c2c
BUILD: http: remove a warning on strndup
by Willy Tarreau
· Fri Apr 25 21:38:08 2014 +0200
73025dd
MEDIUM: http: register http-request and http-response keywords
by William Lallemand
· Thu Apr 24 14:38:37 2014 +0200
fabcbe0
MEDIUM: http: ACL and MAP updates through http-(request|response) rules
by Baptiste Assmann
· Thu Apr 24 22:16:59 2014 +0200
6d8bac7
BUG/MAJOR: http: fix the 'next' pointer when performing a redirect
by Willy Tarreau
· Fri Apr 25 12:19:32 2014 +0200
3c1b5ec
MINOR: http: add capture.req.ver and capture.res.ver
by Willy Tarreau
· Thu Apr 24 23:41:57 2014 +0200
f118d9f
REORG: http: move HTTP Connection response header parsing earlier
by Willy Tarreau
· Thu Apr 24 18:26:08 2014 +0200
70730dd
MEDIUM: http: enable analysers to have keep-alive on stats
by Willy Tarreau
· Thu Apr 24 18:06:27 2014 +0200
5897567
CLEANUP: http: remove the useless "if (1)" inherited from version 1.4
by Willy Tarreau
· Thu Apr 24 21:13:57 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
628c40c
MEDIUM: http: move skipping of 100-continue earlier
by Willy Tarreau
· Thu Apr 24 19:11:26 2014 +0200
4d1f128
BUG/MEDIUM: http: 100-continue responses must process the next part immediately
by Willy Tarreau
· Thu Apr 24 18:59:35 2014 +0200
efdf094
BUG/MAJOR: http: fix timeouts during data forwarding
by Willy Tarreau
· Thu Apr 24 20:08:57 2014 +0200
af3cf70
MEDIUM: stats: reimplement HTTP keep-alive on the stats page
by Willy Tarreau
· Tue Apr 22 22:19:53 2014 +0200
b2c6a78
BUG/MINOR: http: don't report server aborts as client aborts
by Willy Tarreau
· Wed Apr 23 20:29:01 2014 +0200
38b3aa5
BUG/MAJOR: http: fix bug in parse_qvalue() when selecting compression algo
by Willy Tarreau
· Tue Apr 22 23:32:05 2014 +0200
3ce10ff
CLEANUP: http: remove all calls to http_silent_debug()
by Willy Tarreau
· Tue Apr 22 08:24:38 2014 +0200
d351021
CLEANUP: http: document the response forwarding states
by Willy Tarreau
· Mon Apr 21 11:24:13 2014 +0200
bed410e
MAJOR: http: centralize data forwarding in the request path
by Willy Tarreau
· Tue Apr 22 08:19:34 2014 +0200
32b5ab2
MEDIUM: http: only allocate the temporary compression buffer when needed
by Willy Tarreau
· Mon Apr 21 11:27:29 2014 +0200
d5a6783
MINOR: http: further cleanups of response forwarding function
by Willy Tarreau
· Mon Apr 21 10:54:27 2014 +0200
c623c17
MEDIUM: http: start to centralize the forwarding code
by Willy Tarreau
· Fri Apr 18 09:53:50 2014 +0200
168ebc5
MEDIUM: http: cleanup: centralize a little bit HTTP compression end
by Willy Tarreau
· Fri Apr 18 00:53:43 2014 +0200
7f2f8d5
MAJOR: http/compression: fix chunked-encoded response processing
by Willy Tarreau
· Fri Apr 18 00:20:14 2014 +0200
5fb0abd
MAJOR: http: re-enable compression on chunked encoding
by Willy Tarreau
· Thu Apr 17 21:55:11 2014 +0200
b59c7bf
MEDIUM: http: headers must be forwarded even if data was already inspected
by Willy Tarreau
· Tue Apr 22 14:29:58 2014 +0200
6fef8ae
BUG/MINOR: http: deinitialize compression after a compression error
by Willy Tarreau
· Tue Apr 22 21:22:06 2014 +0200
d01f426
BUG/MINOR: http: deinitialize compression after a parsing error
by Willy Tarreau
· Mon Apr 21 11:00:13 2014 +0200
7ba2354
MEDIUM: http: forward headers again while waiting for connection to complete
by Willy Tarreau
· Thu Apr 17 21:50:00 2014 +0200
1234f4a
MAJOR: http: reset msg->sov after headers are forwarded
by Willy Tarreau
· Thu Apr 17 21:14:47 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
c24715e
MAJOR: http: don't update msg->sov anymore while processing the body
by Willy Tarreau
· Thu Apr 17 15:21:20 2014 +0200
0669d7d
MEDIUM: http: http_parse_chunk_crlf() must not advance the buffer pointer
by Willy Tarreau
· Thu Apr 17 11:40:10 2014 +0200
877e78d
MAJOR: http: do not use msg->sol while processing messages or forwarding data
by Willy Tarreau
· Sun Apr 07 18:48:08 2013 +0200
0558a02
MINOR: http: make msg->eol carry the last CRLF length
by Willy Tarreau
· Thu Mar 13 15:48:45 2014 +0100
890988f
CLEANUP: http: prepare dedicated processing for chunked encoded message bodies
by Willy Tarreau
· Thu Apr 10 11:59:33 2014 +0200
5a8f947
CLEANUP: http: rename http_process_request_body()
by Willy Tarreau
· Thu Apr 10 11:16:06 2014 +0200
226071e
MEDIUM: http: wait for the first chunk or message body length in http_process_body
by Willy Tarreau
· Thu Apr 10 11:55:45 2014 +0200
31a1995
MEDIUM: http: don't reject anymore message bodies not containing the url param
by Willy Tarreau
· Thu Apr 10 11:50:37 2014 +0200
dad3d1d
MINOR: http: add the function "del-header" to the directives http-request and http-response
by Thierry FOURNIER
· Tue Apr 22 18:07:25 2014 +0200
ad90351
MINOR: http: Add the "language" converter to for use with accept-language
by Thierry FOURNIER
· Fri Apr 11 17:51:01 2014 +0200
e9187f8
BUILD/MEDIUM: http: remove calls to sprintf()
by Willy Tarreau
· Mon Apr 14 15:27:14 2014 +0200
25a1522
BUG/MINOR: reject malformed HTTP/0.9 requests
by Apollon Oikonomopoulos
· Sun Apr 06 02:46:00 2014 +0300
9f95e40
MINOR: standard: Add ipv6 support in the function url2sa().
by Thierry FOURNIER
· Fri Mar 21 14:51:46 2014 +0100
0e9b1b4
MEDIUM: compression: consider the "q=" attribute in Accept-Encoding
by Willy Tarreau
· Wed Mar 19 12:07:52 2014 +0100
c5a4e98
MEDIUM: acl: Change the acl register struct
by Thierry FOURNIER
· Wed Mar 05 16:07:08 2014 +0100
eeaa951
MINOR: configuration: File and line propagation
by Thierry FOURNIER
· Tue Feb 11 14:00:19 2014 +0100
e369ca2
MEDIUM: pattern_find_smp: functions find_smp uses the pat_ref_elt to find the element to be removed
by Thierry FOURNIER
· Wed Jan 29 16:24:55 2014 +0100
7acca4b
MEDIUM: pattern: delete() function uses the pat_ref_elt to find the element to be removed
by Thierry FOURNIER
· Tue Jan 28 16:43:36 2014 +0100
5d34408
MEDIUM: pattern: The expected type is stored in the pattern head, and conversion is executed once.
by Thierry FOURNIER
· Mon Jan 27 14:19:53 2014 +0100
55d0b10
MEDIUM: pattern: add sample lookup function.
by Thierry FOURNIER
· Wed Jan 15 11:25:26 2014 +0100
6f7203d
MEDIUM: pattern: add prune function
by Thierry FOURNIER
· Tue Jan 14 16:24:51 2014 +0100
b113650
MEDIUM: pattern: add delete functions
by Thierry FOURNIER
· Wed Jan 15 11:38:49 2014 +0100
5338eea
MEDIUM: pattern: The match function browse itself the list or the tree.
by Thierry FOURNIER
· Mon Dec 16 14:22:13 2013 +0100
d437314
MEDIUM: sample/http_proto: Add new type called method
by Thierry FOURNIER
· Tue Dec 17 01:10:10 2013 +0100
7654c9f
MEDIUM: sample: Remove types SMP_T_CSTR and SMP_T_CBIN, replace it by SMP_F_CONST flags
by Thierry FOURNIER
· Tue Dec 17 00:20:33 2013 +0100
edc15c3
MEDIUM: pattern: The parse functions just return "struct pattern" without memory allocation
by Thierry FOURNIER
· Fri Dec 13 15:36:59 2013 +0100
b9b0846
MEDIUM: pattern: add indexation function.
by Thierry FOURNIER
· Fri Dec 13 15:12:32 2013 +0100
580c32c
MEDIUM: pattern: The pattern parser no more uses <opaque> and just takes one string.
by Thierry FOURNIER
· Fri Jan 24 10:58:12 2014 +0100
9eec0a6
MAJOR: auth: Change the internal authentication system.
by Thierry FOURNIER
· Wed Jan 22 18:38:02 2014 +0100
d048d8b
BUG/MINOR: http: fix encoding of samples used in http headers
by Thierry FOURNIER
· Thu Mar 13 16:46:18 2014 +0100
7519560
MINOR: http: release compression context only in http_end_txn()
by Willy Tarreau
· Tue Mar 11 15:48:55 2014 +0100
80a92c0
BUG/MEDIUM: http: don't start to forward request data before the connect
by Willy Tarreau
· Wed Mar 12 10:41:13 2014 +0100
3634624
BUG/MEDIUM: http: continue to emit 503 on keep-alive to different server
by Willy Tarreau
· Mon Feb 24 18:26:30 2014 +0100
a20cb85
MINOR: stats: Enhancement to stats page to provide information of last session time.
by Bhaskar Maddala
· Mon Feb 03 16:26:46 2014 -0500
96a7785
MINOR: http: optimize capture.req.method and capture.req.uri
by William Lallemand
· Wed Feb 05 00:30:02 2014 +0100
65ad6e1
MINOR: http: capture.req.method and capture.req.uri
by William Lallemand
· Fri Jan 31 15:08:02 2014 +0100
416ce61
BUG/MEDIUM: http: fix regression caused by recent switch to keep-alive by default
by Willy Tarreau
· Fri Jan 31 15:45:34 2014 +0100
98d9695
BUG/MEDIUM: http/auth: Sometimes the authentication credentials can be mix between two requests
by Thierry FOURNIER
· Thu Jan 23 12:13:02 2014 +0100
70dffda
MAJOR: http: switch to keep-alive mode by default
by Willy Tarreau
· Thu Jan 30 03:07:23 2014 +0100
f8b0e03
MEDIUM: http: make keep-alive + httpclose be passive mode
by Willy Tarreau
· Thu Jan 30 00:51:42 2014 +0100
02bce8b
MAJOR: http: update connection mode configuration
by Willy Tarreau
· Thu Jan 30 00:15:28 2014 +0100
59ad1a2
BUG/MINOR: config: correctly report when log-format headers require HTTP mode
by Willy Tarreau
· Wed Jan 29 14:39:58 2014 +0100
f333834
BUG/MEDIUM: counters: flush content counters after each request
by Willy Tarreau
· Tue Jan 28 21:40:28 2014 +0100
a43ba4e
MINOR: http: smp_fetch_capture_header_* fetch captured headers
by William Lallemand
· Tue Jan 28 18:14:25 2014 +0100
3c72872
CLEANUP: connection: use conn_ctrl_ready() instead of checking the flag
by Willy Tarreau
· Thu Jan 23 13:50:42 2014 +0100
4afd70a
BUG/MAJOR: fix freezes during compression
by Willy Tarreau
· Sat Jan 25 02:26:39 2014 +0100
1f0da24
BUG/MEDIUM: unique_id: HTTP request counter is not stable
by Willy Tarreau
· Sat Jan 25 11:01:50 2014 +0100
c920096
BUG/MINOR: http: don't clear the SI_FL_DONT_WAKE flag between requests
by Willy Tarreau
· Tue Dec 31 23:03:09 2013 +0100
Next »