Gitiles
Code Review
Sign In
git01.mediatek.com
/
haproxy
/
3b44c54129a4f8334834dda6344c512e76e883fa
/
src
/
proto_http.c
« Previous
bcbd393
MINOR: channel/buffer: replace b_{adv,rew} with c_{adv,rew}
by Willy Tarreau
· 6 years ago
fd8d42f
MEDIUM: channel: make channel_slow_realign() take a swap buffer
by Willy Tarreau
· 6 years ago
4cf1300
MINOR: channel/buffer: replace buffer_slow_realign() with channel_slow_realign() and b_slow_realign()
by Willy Tarreau
· 6 years ago
d5b343b
MINOR: channel/buffer: use c_realign_if_empty() instead of buffer_realign()
by Willy Tarreau
· 6 years ago
3fd1973
MINOR: http: Log warning if (add|set)-header fails
by Tim Duesterhus
· 6 years ago
8a16fe0
BUG/MEDIUM: cache: don't cache when an Authorization header is present
by William Lallemand
· 6 years ago
ba20dfc
BUG/MEDIUM: http: don't always abort transfers on CF_SHUTR
by Willy Tarreau
· 6 years ago
e2b10bf
MINOR: http: Add support for 421 Misdirected Request
by Tim Duesterhus
· 7 years ago
abbf607
MEDIUM: cli: Add payload support
by Aurélien Nephtali
· 7 years ago
89fcb7d
BUG/MINOR: log: t_idle (%Ti) is not set for some requests
by Rian McGuire
· 7 years ago
11ebb20
BUG/MINOR: http: Return an error in proxy mode when url2sa fails
by Christopher Faulet
· 7 years ago
5cd4bbd
BUG/MAJOR: threads/queue: Fix thread-safety issues on the queues management
by Christopher Faulet
· 7 years ago
fd04fcf
BUG/MEDIUM: http: Switch the HTTP response in tunnel mode as earlier as possible
by Christopher Faulet
· 7 years ago
25ae45a
MINOR: early data: Never remove the CO_FL_EARLY_DATA flag.
by Olivier Houchard
· 7 years ago
a41d531
MINOR: config: Enable tracking of up to MAX_SESS_STKCTR stick counters.
by Frédéric Lécaille
· 7 years ago
ff47b3f
BUG/MEDIUM: http: don't automatically forward request close
by Willy Tarreau
· 7 years ago
0ad8e0d
MINOR: http: add a function to check request's cache-control header field
by Willy Tarreau
· 7 years ago
d3900cc
BUG/MINOR: http: properly detect max-age=0 and s-maxage=0 in responses
by Willy Tarreau
· 7 years ago
12b32f2
BUG/MINOR: http: do not ignore cache-control: public
by Willy Tarreau
· 7 years ago
83ece46
MINOR: http: start to compute the transaction's cacheability from the request
by Willy Tarreau
· 7 years ago
c55ddce
MINOR: http: update the list of cacheable status codes as per RFC7231
by Willy Tarreau
· 7 years ago
24ea0bc
MINOR: http: adjust the list of supposedly cacheable methods
by Willy Tarreau
· 7 years ago
7aa15b0
BUG/MEDIUM: stream: don't consider abortonclose on muxes which close cleanly
by Willy Tarreau
· 7 years ago
9fc9e53
BUG: MINOR: http: don't check http-request capture id when len is provided
by Cyril Bonté
· 7 years ago
8059351
BUG/MEDIUM: http: don't disable lingering on requests with tunnelled responses
by Willy Tarreau
· 7 years ago
fd608dd
BUG/MINOR: action: Don't check http capture rules when no id is defined
by Christopher Faulet
· 7 years ago
0fed0b0
BUG/MEDIUM: peers: fix some track counter rules dont register entries for sync.
by Emeric Brun
· 7 years ago
bafbe01
CLEANUP: pools: rename all pool functions and pointers to remove this "2"
by Willy Tarreau
· 7 years ago
fbc74e8
MINOR/CLEANUP: proxy: rename "proxy" to "proxies_list"
by Olivier Houchard
· 7 years ago
767a84b
CLEANUP: log: Rename Alert/Warning in ha_alert/ha_warning
by Christopher Faulet
· 7 years ago
53275e8
MINOR: http: implement the "http-request reject" rule
by Willy Tarreau
· 7 years ago
71bd11a
MEDIUM: cache: enable the HTTP analysers
by William Lallemand
· 7 years ago
9165979
MEDIUM: http: always reject the "PRI" method
by Willy Tarreau
· 7 years ago
c5a9d5b
BUG/MEDIUM: stream-int: Don't loss write's notifs when a stream is woken up
by Christopher Faulet
· 7 years ago
522eea7
MINOR: ssl: Handle sending early data to server.
by Olivier Houchard
· 7 years ago
2a944ee
BUILD: threads: Rename SPIN/RWLOCK macros using HA_ prefix
by Christopher Faulet
· 7 years ago
9aaf778
MAJOR: connection : Split struct connection into struct connection and struct conn_stream.
by Olivier Houchard
· 7 years ago
1bc04c7
BUG/MINOR: threads: Add missing THREAD_LOCAL on static here and there
by Christopher Faulet
· 7 years ago
b5997f7
MAJOR: threads/map: Make acls/maps thread safe
by Emeric Brun
· 7 years ago
8c1aaa2
MEDIUM: threads/http: Make http_capture_bad_message thread-safe
by Emeric Brun
· 7 years ago
819fc6f
MEDIUM: threads/stick-tables: handle multithreads on stick tables
by Emeric Brun
· 7 years ago
29f77e8
MEDIUM: threads/server: Add a lock per server and atomically update server vars
by Christopher Faulet
· 7 years ago
40a007c
MEDIUM: threads/server: Make connection list (priv/idle/safe) thread-safe
by Christopher Faulet
· 7 years ago
ff8abcd
MEDIUM: threads/proxy: Add a lock per proxy and atomically update proxy vars
by Christopher Faulet
· 7 years ago
8d8aa0d
MEDIUM: threads/listeners: Make listeners thread-safe
by Christopher Faulet
· 7 years ago
1b421ea
MINOR: acl: Pass the ACLs as an explicit parameter of build_acl_cond
by Christopher Faulet
· 7 years ago
29730ba
MINOR: action: Add a functions to check http capture rules
by Christopher Faulet
· 7 years ago
78880fb
MINOR: action: Add function to check rules using an action ACT_ACTION_TRK_*
by Christopher Faulet
· 7 years ago
4fce0d8
MINOR: action: Use trk_idx instead of tcp/http_trk_idx
by Christopher Faulet
· 7 years ago
c2aae74
MEDIUM: ssl: Handle early data with OpenSSL 1.1.1
by Olivier Houchard
· 7 years ago
51a76d8
MINOR: http: Mark the 425 code as "Too Early".
by Olivier Houchard
· 7 years ago
2ae327e
BUG/MEDIUM: prevent buffers being overwritten during build_logline() execution
by Dragan Dosen
· 7 years ago
b289256
MEDIUM: http: make the chunk crlf parser only depend on the buffer
by Willy Tarreau
· 7 years ago
e56cdd3
MEDIUM: http: make the chunk size parser only depend on the buffer
by Willy Tarreau
· 7 years ago
8740c8b
REORG: http: move the HTTP/1 header block parser to h1.c
by Willy Tarreau
· 7 years ago
db4893d
REORG: http: move the HTTP/1 chunk parser to h1.{c,h}
by Willy Tarreau
· 7 years ago
0da5b3b
REORG: http: move some very http1-specific parts to h1.{c,h}
by Willy Tarreau
· 7 years ago
06d80a9
REORG: channel: finally rename the last bi_* / bo_* functions
by Willy Tarreau
· 7 years ago
a258479
BUG/MEDIUM: http: Return an error when url_dec sample converter failed
by Christopher Faulet
· 7 years ago
c3680ec
MINOR: add severity information to cli feedback messages
by Andjelko Iharos
· 7 years ago
5d468ca
BUG/MEDIUM: http: Close streams for connections closed before a redirect
by Christopher Faulet
· 7 years ago
52a91d3
MEDIUM: check: server states and weight propagation re-work
by Emeric Brun
· 7 years ago
6988f67
MINOR: http: Use a trash chunk to store decoded string of the HTTP auth header
by Christopher Faulet
· 7 years ago
585744b
REORG/MEDIUM: connection: introduce the notion of connection handle
by Willy Tarreau
· 7 years ago
a548069
MINOR: http: export some of the HTTP parser macros
by Willy Tarreau
· 7 years ago
56d2609
BUG/MAJOR: http: Fix possible infinity loop in http_sync_(req|res)_state
by Christopher Faulet
· 7 years ago
a81ff60
BUG/MINOR: http: Fix bug introduced in previous patch in http_resync_states
by Christopher Faulet
· 7 years ago
894da4c
MINOR: http: Rely on analyzers mask to end processing in forward_body functions
by Christopher Faulet
· 7 years ago
1486b0a
BUG/MEDIUM: http: Switch HTTP responses in TUNNEL mode when body length is undefined
by Christopher Faulet
· 7 years ago
4be9803
MINOR: http: Switch requests/responses in TUNNEL mode only by checking txn flags
by Christopher Faulet
· 7 years ago
f77bb53
MINOR: http: Reorder/rewrite checks in http_resync_states
by Christopher Faulet
· 7 years ago
a3992e0
BUG/MINOR: http: Set the response error state in http_sync_res_state
by Christopher Faulet
· 7 years ago
a14ad72
BUG/MINOR: http: properly handle all 1xx informational responses
by Willy Tarreau
· 7 years ago
a94fda3
BUG/MINOR: http: Don't reset the transaction if there are still data to send
by Christopher Faulet
· 7 years ago
96fd926
BUG/MAJOR: http: fix buffer overflow on loguri buffer.
by Emeric Brun
· 7 years ago
a33510b
BUG/MINOR: http/filters: Be sure to wait if a filter loops in HTTP_MSG_ENDING
by Christopher Faulet
· 8 years ago
6a0bca9
BUG/MAJOR: http: call manage_client_side_cookies() before erasing the buffer
by Willy Tarreau
· 7 years ago
23e9e93
MINOR: log: Add logurilen tunable.
by Stéphane Cottin
· 7 years ago
2395368
DOC: update RFC references
by Lukas Tribus
· 8 years ago
d7d8881
MINOR: proto-http: Add sample fetch wich returns all HTTP headers
by Thierry FOURNIER
· 8 years ago
5617dce
MINOR: Add binary encoding request header sample fetch
by Thierry FOURNIER
· 8 years ago
9f724ed
BUG/MEDIUM: http: Drop the connection establishment when a redirect is performed
by Christopher Faulet
· 8 years ago
69744d9
BUG/MEDIUM: http: Fix blocked HTTP/1.0 responses when compression is enabled
by Christopher Faulet
· 8 years ago
814d270
MINOR: http: Add debug messages when HTTP body analyzers are called
by Christopher Faulet
· 8 years ago
be821b9
MINOR: http: remove useless check on HTTP_MSGF_XFER_LEN for the request
by Christopher Faulet
· 8 years ago
c0c672a
BUG/MINOR: http: Fix conditions to clean up a txn and to handle the next request
by Christopher Faulet
· 8 years ago
e39683c
BUG/MEDIUM: stream: fix client-fin/server-fin handling
by Hongbo Long
· 8 years ago
014e39c
BUG/MAJOR: http: fix typo in http_apply_redirect_rule
by Christopher Faulet
· 8 years ago
e600624
BUG/MEDIUM: filters: Fix channels synchronization in flt_end_analyze
by Christopher Faulet
· 8 years ago
2019f95
CLEANUP: http: make http_server_error() not set the status anymore
by Willy Tarreau
· 8 years ago
800d176
MINOR: http-request tarpit deny_status.
by Jarno Huuskonen
· 8 years ago
9e6906b
MEDIUM: http_error_message: txn->status / http_get_status_idx.
by Jarno Huuskonen
· 8 years ago
19b1412
MINOR: http: don't close when redirect location doesn't start with "/"
by Willy Tarreau
· 8 years ago
cdade94
BUG/MINOR: http: Return an error when a replace-header rule failed on the response
by Christopher Faulet
· 8 years ago
07a0fec
BUG/MEDIUM: http: Prevent replace-header from overwriting a buffer
by Christopher Faulet
· 8 years ago
f1cc5d0
BUG/MEDIUM: filters: Do not truncate HTTP response when body length is undefined
by Christopher Faulet
· 8 years ago
0d94576
BUG/MEDIUM: http: prevent redirect from overwriting a buffer
by Thierry FOURNIER
· 8 years ago
59af2df
MINOR: proto_http.c 502 error txt typo.
by Jarno Huuskonen
· 8 years ago
16ad94a
MINOR: Use "500 Internal Server Error" for 500 error/status code message.
by Jarno Huuskonen
· 8 years ago
52f5db2
MINOR: http: custom status reason.
by Robin H. Johnson
· 8 years ago
Next »