Gitiles
Code Review
Sign In
git01.mediatek.com
/
haproxy
/
e872f75fc453baba9cb07b0383096ab6fcb8fb76
/
src
/
ring.c
6e3fc48
CLEANUP: ring/cli: use a locally-defined context instead of using ctx.cli
by Willy Tarreau
· Thu May 05 15:29:43 2022 +0200
cba8838
CLEANUP: ring: pass the ring watch flags to ring_attach_cli(), not in ctx.cli
by Willy Tarreau
· Thu May 05 15:18:57 2022 +0200
6b0a0fb
CLEANUP: tree-wide: Remove any ref to stream-interfaces
by Christopher Faulet
· Mon Apr 04 11:29:28 2022 +0200
a0bdec3
MEDIUM: stream-int/conn-stream: Move blocking flags from SI to CS
by Christopher Faulet
· Mon Apr 04 07:51:21 2022 +0200
908628c
MEDIUM: tree-wide: Use CS util functions instead of SI ones
by Christopher Faulet
· Fri Mar 25 16:43:49 2022 +0100
86e1c33
MEDIUM: applet: Set the conn-stream as appctx owner instead of the stream-int
by Christopher Faulet
· Mon Dec 20 17:09:39 2021 +0100
2b71810
CLEANUP: lists/tree-wide: rename some list operations to avoid some confusion
by Willy Tarreau
· Wed Apr 21 07:32:39 2021 +0200
4781b15
CLEANUP: atomic/tree-wide: replace single increments/decrements with inc/dec
by Willy Tarreau
· Tue Apr 06 13:53:36 2021 +0200
e14b98c
MINOR: ring: adds new ring_init function.
by Emeric Brun
· Tue Jan 12 14:21:00 2021 +0100
477757c
CLEANUP: fix all duplicated semicolons
by William Dauchy
· Fri Aug 07 22:19:23 2020 +0200
b255105
CLEANUP: include: tree-wide alphabetical sort of include files
by Willy Tarreau
· Tue Jun 09 09:07:15 2020 +0200
5e539c9
REORG: include: move stream_interface.h to haproxy/stream_interface{,-t}.h
by Willy Tarreau
· Thu Jun 04 20:45:39 2020 +0200
83487a8
REORG: include: move cli.h to haproxy/cli{,-t}.h
by Willy Tarreau
· Thu Jun 04 20:19:54 2020 +0200
3f0f82e
REORG: move applet.h to haproxy/applet{,-t}.h
by Willy Tarreau
· Thu Jun 04 19:42:41 2020 +0200
d2ad57c
REORG: include: move ring to haproxy/ring{,-t}.h
by Willy Tarreau
· Wed Jun 03 19:43:35 2020 +0200
3f567e4
REORG: include: split hathreads into haproxy/thread.h and haproxy/thread-t.h
by Willy Tarreau
· Thu May 28 15:29:19 2020 +0200
8dabda7
REORG: include: split buf.h into haproxy/buf-t.h and haproxy/buf.h
by Willy Tarreau
· Wed May 27 17:22:10 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
dcd58af
MINOR: ring: re-work ring attach generic API.
by Emeric Brun
· Thu May 28 14:39:30 2020 +0200
928068a
MINOR: ring: make the applet code not depend on the CLI
by Willy Tarreau
· Tue May 19 19:14:42 2020 +0200
9597cbd
MINOR: applet: adopt the wait list entry from the CLI
by Willy Tarreau
· Tue May 19 17:07:30 2020 +0200
223dded
BUG/MEDIUM: ring: write-lock the ring while attaching/detaching
by Willy Tarreau
· Tue May 19 19:21:45 2020 +0200
fcf9498
MINOR: ring: make the parse function automatically set the handler/release
by Willy Tarreau
· Fri Nov 15 15:07:21 2019 +0100
3036290
BUG/MINOR: ring: b_peek_varint() returns a uint64_t, not a size_t
by Willy Tarreau
· Fri Aug 30 15:06:10 2019 +0200
1d181e4
MEDIUM: ring: implement a wait mode for watchers
by Willy Tarreau
· Fri Aug 30 11:17:01 2019 +0200
13696ff
BUG/MINOR: ring: fix the way watchers are counted
by Willy Tarreau
· Fri Aug 30 10:16:14 2019 +0200
072931c
MINOR: ring: add a generic CLI io_handler to dump a ring buffer
by Willy Tarreau
· Tue Aug 27 11:55:39 2019 +0200
be97853
MINOR: ring: add a ring_write() function
by Willy Tarreau
· Tue Aug 27 11:44:13 2019 +0200
172945f
MINOR: ring: add a new mechanism for retrieving/storing ring data in buffers
by Willy Tarreau
· Thu Aug 08 15:28:52 2019 +0200