Gitiles
Code Review
Sign In
git01.mediatek.com
/
haproxy
/
025beea507890f97419ed36887077e4a720b8a78
/
src
/
stream.c
58017ee
REORG: include: move the BUG_ON() code to haproxy/bug.h
by Willy Tarreau
· Wed May 27 16:51:33 2020 +0200
4c7e4b7
REORG: include: update all files to use haproxy/api.h or api-t.h if needed
by Willy Tarreau
· Wed May 27 12:58:42 2020 +0200
a8dbdf3
MEDIUM: stats: Enable more accurate moving average calculation for stats
by Marcin Deranek
· Fri May 15 20:02:40 2020 +0200
7dd7b90
BUG/MEDIUM: stream: Only allow L7 retries when using HTTP.
by Olivier Houchard
· Wed May 13 19:07:20 2020 +0200
c02a23f
CLEANUP: assorted typo fixes in the code and comments
by Ilya Shipitsin
· Wed May 06 00:53:22 2020 +0500
9753d61
MINOR: stream: report the list of active filters on stream crashes
by Willy Tarreau
· Fri May 01 16:57:02 2020 +0200
824186b
MEDIUM: stream: support use-server rules with dynamic names
by Jerome Magnin
· Sun Mar 29 09:37:12 2020 +0200
2e8ab6b
MINOR: use DISGUISE() everywhere we deliberately want to ignore a result
by Willy Tarreau
· Sat Mar 14 11:03:20 2020 +0100
a17e662
MEDIUM: stream: Make the `unique_id` member of `struct stream` a `struct ist`
by Tim Duesterhus
· Thu Mar 05 20:19:02 2020 +0100
127a74d
MINOR: stream: Add stream_generate_unique_id function
by Tim Duesterhus
· Fri Feb 28 15:13:33 2020 +0100
ada4c58
MEDIUM: stream-int: make sure to try to immediately validate the connection
by Willy Tarreau
· Wed Mar 04 16:42:03 2020 +0100
2104659
MEDIUM: buffer: remove the buffer_wq lock
by Willy Tarreau
· Wed Feb 26 10:39:36 2020 +0100
0f19e43
BUG/MINOR: stream: Don't incr frontend cum_req counter when stream is closed
by Christopher Faulet
· Tue Feb 18 11:51:11 2020 +0100
99ac8a1
BUG/MINOR: stream: Be sure to have a listener to increment its counters
by Christopher Faulet
· Fri Jan 24 11:45:05 2020 +0100
105ba6c
MINOR: actions: Rename the act_flag enum into act_opt
by Christopher Faulet
· Wed Dec 18 14:41:51 2019 +0100
cff0f73
MINOR: counters: Review conditions to increment counters from analysers
by Christopher Faulet
· Mon Dec 16 16:13:44 2019 +0100
3a9312a
REORG: stream/backend: move backend-specific stuff to backend.c
by Willy Tarreau
· Thu Jan 09 18:43:15 2020 +0100
bee00ad
BUG/MINOR: stream: don't mistake match rules for store-request rules
by Jerome Magnin
· Thu Jan 16 17:37:21 2020 +0100
e18f53e
BUILD/MINOR: trace: fix use of long type in a few printf format strings
by Willy Tarreau
· Wed Nov 27 15:41:31 2019 +0100
efb41f0
MINOR: counters: Add fields to store the max observed for {q,c,d,t}_time
by Christopher Faulet
· Fri Nov 08 14:53:15 2019 +0100
b927a9d
MINOR: stream: Remove the lock on the proxy to update time stats
by Christopher Faulet
· Fri Nov 08 14:45:41 2019 +0100
d9e26a7
CLEANUP: cli: use srv_shutdown_streams() instead of open-coding it
by Willy Tarreau
· Thu Nov 14 16:37:16 2019 +0100
2f44e88
BUG/MINOR: stream: init variables when the list is empty
by Jerome Magnin
· Sat Nov 09 18:00:47 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
276c1e0
BUG/MEDIUM: stream: Be sure to support splicing at the mux level to enable it
by Christopher Faulet
· Tue Nov 05 16:49:23 2019 +0100
72ba6cd
MINOR: http: Add server name header from HTTP multiplexers
by Christopher Faulet
· Tue Sep 24 16:20:05 2019 +0200
76913d3
CLEANUP: fd: remove leftovers of the fdcache
by Willy Tarreau
· Fri Aug 30 14:33:11 2019 +0200
9d00869
CLEANUP: cli: replace all occurrences of manual handling of return messages
by Willy Tarreau
· Fri Aug 09 11:21:01 2019 +0200
e0d0b40
CLEANUP: buffer: replace b_drop() with b_free()
by Willy Tarreau
· Thu Aug 08 08:06:27 2019 +0200
4c18f94
BUG/MEDIUM: proxy: Make sure to destroy the stream on upgrade from TCP to H2
by Olivier Houchard
· Wed Jul 31 18:05:26 2019 +0200
7859526
BUG/MEDIUM: streams: Don't switch the SI to SI_ST_DIS if we have data to send.
by Olivier Houchard
· Fri Jul 26 14:54:34 2019 +0200
9042060
MINOR: stream: add a new target_addr entry in the stream structure
by Willy Tarreau
· Thu Jul 18 15:09:57 2019 +0200
71e34c1
MINOR: stream: switch from conn->addr.{from,to} to conn->{src,dst}
by Willy Tarreau
· Wed Jul 17 15:07:06 2019 +0200
8dfffdb
MINOR: stream/cli: use conn_get_{src,dst} in "show sess" and "show peers" output
by Willy Tarreau
· Wed Jul 17 11:44:11 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
22dc248
CLEANUP: channel: Remove the unused flag CF_WAKE_CONNECT
by Christopher Faulet
· Tue Jul 16 14:43:08 2019 +0200
711ed6a
MAJOR: http: Remove the HTTP legacy code
by Christopher Faulet
· Tue Jul 16 14:16:10 2019 +0200
bcac786
MINOR: stream: Remove code relying on the legacy HTTP mode
by Christopher Faulet
· Wed Jul 17 10:46:50 2019 +0200
3494c63
MINOR: stream: Remove tests on the option 'http-use-htx' in stream_new()
by Christopher Faulet
· Mon Jul 15 14:58:26 2019 +0200
9a7e8ce
MINOR: stream: Rely on HTX analyzers instead of legacy HTTP ones
by Christopher Faulet
· Mon Jul 15 13:44:44 2019 +0200
192c6a2
MINOR: htx: Deduce the number of used blocks from tail and head values
by Christopher Faulet
· Tue Jun 11 16:32:24 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
3c39a7d
CLEANUP: connection: rename the wait_event.task field to .tasklet
by Willy Tarreau
· Fri Jun 14 14:42:29 2019 +0200
1ec9bb5
MEDIUM: stream: don't abusively loop back on changes on CF_SHUT*_NOW
by Willy Tarreau
· Thu Jun 06 14:45:26 2019 +0200
3c5c066
MEDIUM: stream: only loop on flags relevant to the analysers
by Willy Tarreau
· Thu Jun 06 14:32:49 2019 +0200
829bd47
MEDIUM: stream: rearrange the events to remove the loop
by Willy Tarreau
· Thu Jun 06 09:17:23 2019 +0200
d66ed88
MEDIUM: stream: re-arrange the connection setup status reporting
by Willy Tarreau
· Wed Jun 05 18:02:04 2019 +0200
4f283fa
MEDIUM: stream-int: introduce a new state SI_ST_RDY
by Willy Tarreau
· Wed Jun 05 14:34:03 2019 +0200
7ab22adb
MEDIUM: stream-int: remove dangerous interval checks for stream-int states
by Willy Tarreau
· Wed Jun 05 14:53:22 2019 +0200
19ecf71
BUG/MINOR: stream: don't emit a send-name-header in conn error or disconnect states
by Willy Tarreau
· Wed Jun 05 15:29:38 2019 +0200
03cdf55
MINOR: stream: Stickiness server lookup by name.
by Frédéric Lécaille
· Mon May 20 10:08:27 2019 +0200
a689c3d
MEDIUM: stream: make a full process_stream() loop when completing I/O on exit
by Willy Tarreau
· Mon Jun 03 17:27:52 2019 +0200
28f29c7
MINOR: htx: Store the head position instead of the wrap one
by Christopher Faulet
· Tue Apr 30 17:55:45 2019 +0200
b106ce1
MINOR: stream: remove the cpu time detection from process_stream()
by Willy Tarreau
· Wed May 22 08:57:01 2019 +0200
5484d58
MINOR: stream: introduce a stream_dump() function and use it in stream_dump_and_crash()
by Willy Tarreau
· Wed May 22 09:33:03 2019 +0200
aacc405
BUG/MEDIUM: streams: Don't switch from SI_ST_CON to SI_ST_DIS on read0.
by Olivier Houchard
· Tue May 21 17:43:50 2019 +0200
da5a63f
CLEANUP: stream: remove an obsolete debugging test
by Willy Tarreau
· Mon May 20 16:18:13 2019 +0200
0ad46fa
MINOR: stream: detach the stream from its own task on stream_free()
by Willy Tarreau
· Fri May 17 14:20:05 2019 +0200
602bf7d
MEDIUM: streams: Add a new http action, disable-l7-retry.
by Olivier Houchard
· Fri May 10 13:59:15 2019 +0200
7a3367c
BUG/MINOR: stream: Attach the read side on the response as soon as possible
by Christopher Faulet
· Thu May 09 11:46:52 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
f4bda99
BUG/MEDIUM: streams: Don't add CF_WRITE_ERROR if early data were rejected.
by Olivier Houchard
· Fri May 03 22:21:24 2019 +0200
4ad574f
MEDIUM: streams: measure processing time and abort when detecting bugs
by Willy Tarreau
· Thu Apr 25 19:48:10 2019 +0200
3d07a16
MEDIUM: stream/debug: force a crash if a stream spins over itself forever
by Willy Tarreau
· Thu Apr 25 19:15:20 2019 +0200
71c07ac
MINOR: stream/debug: make a stream dump and crash function
by Willy Tarreau
· Thu Apr 25 19:08:48 2019 +0200
22d63a2
MINOR: applet: measure and report an appctx's call rate in "show sess"
by Willy Tarreau
· Wed Apr 24 08:41:29 2019 +0200
2e9c1d2
MINOR: stream: measure and report a stream's call rate in "show sess"
by Willy Tarreau
· Wed Apr 24 08:28:31 2019 +0200
69b5a7f
CLEANUP: task: report calls as unsigned in show sess
by Willy Tarreau
· Wed Apr 24 08:21:41 2019 +0200
5e1a9d7
BUG/MEDIUM: stream: Fix the way early aborts on the client side are handled
by Christopher Faulet
· Tue Apr 23 17:34:22 2019 +0200
bed883a
BUG/MAJOR: stream: Missing DNS context initializations.
by Frédéric Lécaille
· Tue Apr 23 17:26:33 2019 +0200
333939c
MINOR: action: new '(http-request|tcp-request content) do-resolve' action
by Baptiste Assmann
· Mon Jan 21 08:34:50 2019 +0100
c54e4b0
BUG/MEDIUM: stream: Don't request a server connection if a shutw was scheduled
by Christopher Faulet
· Fri Apr 19 15:03:19 2019 +0200
3f795f7
MEDIUM: tasks: Merge task_delete() and task_free() into task_destroy().
by Olivier Houchard
· Wed Apr 17 22:51:06 2019 +0200
0e160ff
MINOR: stream: Set a flag when the stream uses the HTX
by Christopher Faulet
· Wed Apr 03 10:01:07 2019 +0200
56897e2
BUG/MEDIUM: streams: Only re-run process_stream if we're in a connected state.
by Olivier Houchard
· Wed Apr 10 13:51:37 2019 +0200
86dcad6
BUG/MEDIUM: stream: Don't clear the stream_interface flags in si_update_both.
by Olivier Houchard
· Tue Apr 09 19:17:41 2019 +0200
120f64a
BUG/MEDIUM: streams: Store prev_state before calling si_update_both().
by Olivier Houchard
· Tue Apr 09 19:14:59 2019 +0200
39cc020
BUG/MEDIUM: streams: Don't remove the SI_FL_ERR flag in si_update_both().
by Olivier Houchard
· Tue Apr 09 19:12:51 2019 +0200
769d0e9
BUG/MEDIUM: http/htx: Fix handling of the option abortonclose
by Christopher Faulet
· Fri Mar 22 14:23:18 2019 +0100
2571bc6
MINOR: http/applets: Handle all applets intercepting HTTP requests the same way
by Christopher Faulet
· Fri Mar 01 11:44:26 2019 +0100
679bba1
MINOR: init: report the list of optionally available services
by Willy Tarreau
· Tue Mar 19 08:08:10 2019 +0100
dc6111e
MEDIUM: stream: Use the new _HA_ATOMIC_* macros.
by Olivier Houchard
· Fri Mar 08 18:54:51 2019 +0100
1ef724e
BUILD/MINOR: stream: avoid a build warning with threads disabled
by Willy Tarreau
· Tue Feb 12 10:59:32 2019 +0100
09c4bab
BUG/MAJOR: stream: avoid double free on unique_id
by Willy Tarreau
· Sun Feb 10 18:49:37 2019 +0100
32211a1
BUG/MEDIUM: stream: Don't forget to free s->unique_id in stream_free().
by Olivier Houchard
· Fri Feb 01 18:10:46 2019 +0100
28e581b
BUG/MINOR: stream: don't close the front connection when facing a backend error
by Willy Tarreau
· Thu Jan 31 18:58:06 2019 +0100
f7a259d
MINOR: stream: don't wait before retrying after a failed connection reuse
by Willy Tarreau
· Wed Jan 23 16:29:53 2019 +0100
bf66bd1
MEDIUM: stream-int: always mark pending outgoing SI_ST_CON
by Willy Tarreau
· Wed Jan 23 15:15:09 2019 +0100
64f6945
BUG/MINOR: stream: take care of synchronous errors when trying to send
by Willy Tarreau
· Wed Jan 23 15:18:19 2019 +0100
7778b59
MINOR: stream/cli: report more info about the HTTP messages on "show sess all"
by Willy Tarreau
· Mon Jan 07 10:38:10 2019 +0100
adf7a15
MINOR: stream/cli: fix the location of the waiting flag in "show sess all"
by Willy Tarreau
· Mon Jan 07 10:10:07 2019 +0100
b84e67f
MINOR: stream/htx: add the HTX flags output in "show sess all"
by Willy Tarreau
· Mon Jan 07 10:01:34 2019 +0100
e6e5236
BUG/MEDIUM: cli: make "show sess" really thread-safe
by Willy Tarreau
· Fri Jan 04 17:42:57 2019 +0100
224a2d7
MINOR: stream: Add the subscription events of SIs in "show sess all" command
by Christopher Faulet
· Fri Jan 04 15:06:13 2019 +0100
b9af881
MINOR: stream/htx: Add info about the HTX structs in "show sess all" command
by Christopher Faulet
· Fri Jan 04 14:30:44 2019 +0100
14bfe9a
CLEANUP: stream-int: consistently call the si/stream_int functions
by Willy Tarreau
· Wed Dec 19 15:19:27 2018 +0100
2dba1a5
BUG/MEDIUM: stream: Forward the right amount of data before infinite forwarding
by Christopher Faulet
· Tue Dec 18 21:57:24 2018 +0100
fb3b1b0
MINOR: cli/stream: add the conn_stream in "show sess" output
by Willy Tarreau
· Tue Dec 18 14:28:24 2018 +0100
25b4015
BUG/MEDIUM: connection: Just make sure we closed the fd on connection failure.
by Olivier Houchard
· Thu Dec 13 15:40:16 2018 +0100
Next »