Gitiles
Code Review
Sign In
git01.mediatek.com
/
haproxy
/
cd0d2ed6ee932e0d86b8fbaf5fcb97d9530bf260
/
src
/
http_ana.c
a20a653
BUG/MINOR: http-ana: Increment failed_resp counters on invalid response
by Christopher Faulet
· Wed Feb 05 10:16:41 2020 +0100
6d0c3df
MEDIUM: http: Add a ruleset evaluated on all responses just before forwarding
by Christopher Faulet
· Wed Jan 22 09:26:35 2020 +0100
a72a7e4
MINOR: http-ana/http-rules: Use dedicated function to forward internal responses
by Christopher Faulet
· Tue Jan 28 09:28:11 2020 +0100
ef70e25
MINOR: http-ana: Add a function for forward internal responses
by Christopher Faulet
· Tue Jan 28 09:26:19 2020 +0100
72c7d8d
MINOR: http-ana: Rely on http_reply_and_close() to handle server error
by Christopher Faulet
· Mon Jan 27 15:32:25 2020 +0100
60b33a5
MINOR: http-rules: Handle the rule direction when a redirect is evaluated
by Christopher Faulet
· Tue Jan 28 09:18:10 2020 +0100
c20afb8
BUG/MINOR: http-ana: Set HTX_FL_PROXY_RESP flag if a server perform a redirect
by Christopher Faulet
· Fri Jan 24 19:16:26 2020 +0100
7a138dc
BUG/MINOR: http-ana: Reset HTX first index when HAPRoxy sends a response
by Christopher Faulet
· Fri Jan 24 19:12:35 2020 +0100
637259e
BUG/MINOR: http-ana: Don't overwrite outgoing data when an error is reported
by Christopher Faulet
· Thu Jan 23 11:57:31 2020 +0100
be20cf3
BUG/MINOR: http-ana: Increment the backend counters on the backend
by Christopher Faulet
· Fri Jan 24 11:41:38 2020 +0100
220a26c
BUG/MEDIUM: 0rtt: Only consider the SSL handshake.
by Olivier Houchard
· Thu Jan 23 14:57:36 2020 +0100
2f53390
MINOR: proxy/http-ana: Add support of extra attributes for the cookie directive
by Christopher Faulet
· Tue Jan 21 11:06:48 2020 +0100
53a87e1
CLEANUP: http-ana: Remove useless test on txn when the error message is retrieved
by Christopher Faulet
· Tue Jan 21 10:13:03 2020 +0100
554c0eb
MEDIUM: http-rules: Support an optional error message in http deny rules
by Christopher Faulet
· Tue Jan 14 12:00:28 2020 +0100
473e880
MINOR: http-ana: Add an error message in the txn and send it when defined
by Christopher Faulet
· Tue Jan 14 11:12:37 2020 +0100
040c8cd
MINOR: http-rules: Support an optional status on deny rules for http reponses
by Christopher Faulet
· Mon Jan 13 16:43:45 2020 +0100
b58f62b
MINOR: http-rules: Update txn flags and status when a deny rule is executed
by Christopher Faulet
· Mon Jan 13 16:40:13 2020 +0100
5885775
MEDIUM: http-htx/proxy: Use a global and centralized storage for HTTP error messages
by Christopher Faulet
· Wed Jan 15 15:19:50 2020 +0100
ac98d81
MINOR: http-rule/tcp-rules: Make track-sc* custom actions
by Christopher Faulet
· Wed Dec 18 09:20:16 2019 +0100
91b3ec1
MEDIUM: http-rules: Make early-hint custom actions
by Christopher Faulet
· Fri Jan 17 22:30:06 2020 +0100
5275aa7
MINOR: http-rules: Group all processing of early-hint rule in its case clause
by Christopher Faulet
· Fri Jan 17 16:47:42 2020 +0100
046cf44
MINOR: http-rules: Make set/del-map and add/del-acl custom actions
by Christopher Faulet
· Tue Dec 17 15:45:23 2019 +0100
d1f27e3
MINOR: http-rules: Make set-header and add-header custom actions
by Christopher Faulet
· Tue Dec 17 09:33:38 2019 +0100
92d34fe
MINOR: http-rules: Make replace-header and replace-value custom actions
by Christopher Faulet
· Tue Dec 17 09:20:34 2019 +0100
105ba6c
MINOR: actions: Rename the act_flag enum into act_opt
by Christopher Faulet
· Wed Dec 18 14:41:51 2019 +0100
cd26e8a
MINOR: http-rules/tcp-rules: Call the defined action function first if defined
by Christopher Faulet
· Wed Dec 18 11:13:39 2019 +0100
96bff76
MINOR: actions: Regroup some info about HTTP rules in the same struct
by Christopher Faulet
· Tue Dec 17 13:46:18 2019 +0100
1aea50e
MEDIUM: http-rules: Enable the strict rewriting mode by default
by Christopher Faulet
· Fri Jan 17 16:03:53 2020 +0100
46f9554
MINOR: http-rules: Add a rule to enable or disable the strict rewriting mode
by Christopher Faulet
· Fri Dec 20 10:07:22 2019 +0100
e00d06c
MINOR: http-rules: Handle all message rewrites the same way
by Christopher Faulet
· Mon Dec 16 17:18:42 2019 +0100
a00071e
MINOR: http-ana: Add a txn flag to support soft/strict message rewrites
by Christopher Faulet
· Thu Dec 12 16:41:00 2019 +0100
cff0f73
MINOR: counters: Review conditions to increment counters from analysers
by Christopher Faulet
· Mon Dec 16 16:13:44 2019 +0100
a08546b
MINOR: counters: Remove failed_secu counter and use denied_resp instead
by Christopher Faulet
· Mon Dec 16 16:07:34 2019 +0100
74f67af
MINOR: http-rules: Handle denied/aborted/invalid connections from HTTP rules
by Christopher Faulet
· Mon Dec 16 13:07:14 2019 +0100
3a26bee
MINOR: http-rules: Handle internal errors during HTTP rules evaluation
by Christopher Faulet
· Mon Dec 16 12:47:40 2019 +0100
b8a5371
MEDIUM: http-ana: Properly handle internal processing errors
by Christopher Faulet
· Mon Dec 16 11:29:38 2019 +0100
28160e7
MINOR: http-rules: Return an error when custom actions return ACT_RET_ERR
by Christopher Faulet
· Fri Dec 13 09:36:11 2019 +0100
1a3e027
BUG/MINOR: http-ana/filters: Wait end of the http_end callback for all filters
by Christopher Faulet
· Fri Nov 15 16:31:46 2019 +0100
96b3639
BUG/MEDIUM: http-ana: Truncate the response when a redirect rule is applied
by Kevin Zhu
· Tue Jan 07 09:42:55 2020 +0100
145719a
BUG/MINOR: http-ana: Properly catch aborts during the payload forwarding
by Christopher Faulet
· Fri Nov 15 11:29:40 2019 +0100
fee726f
MINOR: http-ana: Remove the unused function http_reset_txn()
by Christopher Faulet
· Thu Nov 07 15:26:45 2019 +0100
5939925
BUG/MEDIUM: stream: Be sure to release allocated captures for TCP streams
by Christopher Faulet
· Thu Nov 07 14:27:52 2019 +0100
eea8fc7
MEDIUM: stream/trace: Register a new trace source with its events
by Christopher Faulet
· Tue Nov 05 16:18:10 2019 +0100
1eb3b48
BUG/MINOR: stats: properly check the path and not the whole URI
by Willy Tarreau
· Thu Oct 31 15:50:28 2019 +0100
0651181
MINOR: htx: Add a flag on HTX to known when a response was generated by HAProxy
by Christopher Faulet
· Wed Oct 16 09:38:27 2019 +0200
676c29e
MINOR: stats: always merge the uri_auth flags into the appctx flags
by Willy Tarreau
· Wed Oct 09 10:50:01 2019 +0200
d72665b
CLEANUP: http-ana: Remove the unused function http_send_name_header()
by Christopher Faulet
· Tue Sep 24 16:22:32 2019 +0200
e3d2a87
MINOR: http-ana: Remove err_state field from http_msg
by Christopher Faulet
· Mon Sep 09 11:11:45 2019 +0200
b9a92f3
MINOR: http-ana: Handle HTX errors first during message analysis
by Christopher Faulet
· Mon Sep 09 10:15:21 2019 +0200
6338a08
MINOR: stats: Add JSON export from the stats page
by Christopher Faulet
· Mon Sep 09 15:50:54 2019 +0200
3499f62
BUG/MINOR: http-ana: Reset response flags when 1xx messages are handled
by Christopher Faulet
· Tue Sep 03 15:23:54 2019 +0200
bd9e842
BUG/MINOR: stats: Wait the body before processing POST requests
by Christopher Faulet
· Thu Aug 15 22:26:48 2019 +0200
f0f4238
BUG/CRITICAL: http_ana: Fix parsing of malformed cookies which start by a delimiter
by Olivier Houchard
· Mon Jul 22 17:43:46 2019 +0200
9f5839c
BUG/MINOR: http_ana: Be sure to have an allocated buffer to generate an error
by Christopher Faulet
· Mon Jul 22 16:41:43 2019 +0200
1c8d32b
MAJOR: stream: store the target address into s->target_addr
by Willy Tarreau
· Thu Jul 18 15:47:45 2019 +0200
ca79f59
MEDIUM: connection: make sure all address producers allocate their address
by Willy Tarreau
· Wed Jul 17 19:04:47 2019 +0200
a48f4b3
MINOR: htx: switch from conn->addr.{from,to} to conn->{src,dst}
by Willy Tarreau
· Wed Jul 17 15:11:59 2019 +0200
83b5890
MINOR: http/htx: use conn_get_dst() to retrieve the destination address
by Willy Tarreau
· Wed Jul 17 11:49:08 2019 +0200
f734638
MINOR: http: Don't store raw HTTP errors in chunks anymore
by Christopher Faulet
· Wed Jul 17 22:02:08 2019 +0200
1b6adb4
MINOR: proxy/http_ana: Remove unused req_exp/rsp_exp and req_add/rsp_add lists
by Christopher Faulet
· Wed Jul 17 15:33:14 2019 +0200
fc9cfe4
REORG: proto_htx: Move HTX analyzers & co to http_ana.{c,h} files
by Christopher Faulet
· Tue Jul 16 14:54:53 2019 +0200
[Renamed (93%) from src/proto_htx.c]
a8a46e2
CLEANUP: proto_http: Move remaining code from proto_http.c to proto_htx.c
by Christopher Faulet
· Tue Jul 16 14:53:09 2019 +0200
c41547b
MINOR: proto_http: Remove unused http txn flags
by Christopher Faulet
· Tue Jul 16 14:32:23 2019 +0200
711ed6a
MAJOR: http: Remove the HTTP legacy code
by Christopher Faulet
· Tue Jul 16 14:16:10 2019 +0200
c63231d
MINOR: proto_htx: Don't stop forwarding when there is a post-connect processing
by Christopher Faulet
· Thu Jun 13 11:36:17 2019 +0200
304cc40
MINOR: proto_htx: Add the function htx_return_srv_error()
by Christopher Faulet
· Mon Jul 15 15:46:28 2019 +0200
00618aa
MINOR: proto_htx: Rely on the HTX function to apply a redirect rules
by Christopher Faulet
· Mon Jul 15 12:05:35 2019 +0200
75b4cd9
MINOR: proto_htx: Directly call htx_check_response_for_cacheability()
by Christopher Faulet
· Mon Jul 15 22:26:28 2019 +0200
69564b1
BUG/MEDIUM: http/htx: unbreak option http_proxy
by Willy Tarreau
· Thu Jul 18 16:17:15 2019 +0200
4bd5867
BUG/MEDIUM: streams: Don't redispatch with L7 retries if redispatch isn't set.
by Olivier Houchard
· Fri Jul 12 16:16:59 2019 +0200
29cac3c
BUG/MEDIUM: streams: Don't give up if we couldn't send the request.
by Olivier Houchard
· Fri Jul 12 15:48:58 2019 +0200
8f1aa77
BUG/MEDIUM: http/applet: Finish request processing when a service is registered
by Christopher Faulet
· Thu Jul 04 11:27:15 2019 +0200
1d5ec09
BUG/MEDIUM: proto_htx: Don't add EOM on 1xx informational messages
by Christopher Faulet
· Wed Jun 26 14:23:54 2019 +0200
3e2638e
BUG/MEDIUM: htx: Fully update HTX message when the block value is changed
by Christopher Faulet
· Tue Jun 18 09:49:16 2019 +0200
d20fdb0
BUG/MEDIUM: proto_htx: Introduce the state ENDING during forwarding
by Christopher Faulet
· Thu Jun 13 16:43:22 2019 +0200
421e769
BUG/MEDIUM: htx: Don't change position of the first block during HTX analysis
by Christopher Faulet
· Thu Jun 13 11:16:45 2019 +0200
b5ba2b0
MINOR: http: turn default error files to HTTP/1.1
by Willy Tarreau
· Tue Jun 11 16:08:25 2019 +0200
54b5e21
MINOR: htx: Don't use end-of-data blocks anymore
by Christopher Faulet
· Tue Jun 04 10:08:28 2019 +0200
250031e
MEDIUM: sessions: Introduce session flags.
by Olivier Houchard
· Wed May 29 15:01:50 2019 +0200
0a7ef02
MINOR: htx: make htx_add_data() return the transmitted byte count
by Willy Tarreau
· Tue May 28 10:30:11 2019 +0200
ee847d4
MEDIUM: filters/htx: Filter body relatively to the first block
by Christopher Faulet
· Thu May 23 11:55:33 2019 +0200
16af60e
MINOR: proto-htx: Use channel_htx_fwd_all() when unfiltered body are forwarded
by Christopher Faulet
· Thu May 23 11:53:17 2019 +0200
29f1758
MEDIUM: htx: Store the first block position instead of the start-line one
by Christopher Faulet
· Thu May 23 11:03:26 2019 +0200
ee1bd4b
MINOR: proto-htx: Use channel_htx_fwd_headers() to forward 1xx responses
by Christopher Faulet
· Thu May 23 10:33:12 2019 +0200
b75b5ea
MEDIUM: htx: 1xx messages are now part of the final reponses
by Christopher Faulet
· Fri May 17 08:37:28 2019 +0200
a3f1550
MEDIUM: http/htx: Perform analysis relatively to the first block
by Christopher Faulet
· Mon May 13 15:27:23 2019 +0200
297fbb4
MINOR: htx: Replace the function http_find_stline() by http_get_stline()
by Christopher Faulet
· Mon May 13 14:41:27 2019 +0200
f90c24d
BUG/MEDIUM: proto-htx: Not forward too much data when 1xx reponses are handled
by Christopher Faulet
· Fri May 17 09:58:45 2019 +0200
08e6646
BUG/MINOR: proto-htx: Try to keep connections alive on redirect
by Christopher Faulet
· Thu May 23 16:44:59 2019 +0200
6db1699
BUG/MEDIUM: streams: Try to L7 retry before aborting the connection.
by Olivier Houchard
· Fri May 17 15:40:49 2019 +0200
ad26d8d
BUG/MEDIUM: streams: Make sur SI_FL_L7_RETRY is set before attempting a retry.
by Olivier Houchard
· Fri May 10 17:48:28 2019 +0200
2674303
MEDIUM: regex: modify regex_comp() to atomically allocate/free the my_regex struct
by Dragan Dosen
· Tue Apr 30 15:54:36 2019 +0200
223995e
BUG/MINOR: stream: also increment the retry stats counter on L7 retries
by Willy Tarreau
· Sat May 04 10:38:31 2019 +0200
e3249a9
MEDIUM: streams: Add a new keyword for retry-on, "junk-response"
by Olivier Houchard
· Fri May 03 23:01:47 2019 +0200
865d839
MEDIUM: streams: Add a way to replay failed 0rtt requests.
by Olivier Houchard
· Fri May 03 22:46:27 2019 +0200
a254a37
MEDIUM: streams: Add the ability to retry a request on L7 failure.
by Olivier Houchard
· Fri Apr 05 15:30:12 2019 +0200
1907ccc
BUG/MINOR: http: Call stream_inc_be_http_req_ctr() only one time per request
by Christopher Faulet
· Mon Apr 29 13:12:02 2019 +0200
e84289e
BUG/MEDIUM: thread/http: Add missing locks in set-map and add-acl HTTP rules
by Christopher Faulet
· Fri Apr 19 14:50:55 2019 +0200
6f7a02a
BUILD: htx: fix a used uninitialized warning on is_cookie2
by Willy Tarreau
· Mon Apr 15 21:49:49 2019 +0200
0ef372a
MAJOR: muxes/htx: Handle inplicit upgrades from h1 to h2
by Christopher Faulet
· Mon Apr 08 10:57:20 2019 +0200
Next »