Gitiles
Code Review
Sign In
git01.mediatek.com
/
haproxy
/
88698d966da5c88d5806b517b65b0c4e1b6b8c14
/
include
88698d9
MEDIUM: connections: Add a way to control the number of idling connections.
by Olivier Houchard
· Tue Apr 16 19:07:22 2019 +0200
7c49d2e
MINOR: fd: Add a counter of used fds.
by Olivier Houchard
· Tue Apr 16 18:37:05 2019 +0200
e179d0e
MEDIUM: connections: Provide a xprt_ctx for each xprt method.
by Olivier Houchard
· Thu Mar 21 18:27:17 2019 +0100
7b5fd1e
MEDIUM: connections: Move some fields from struct connection to ssl_sock_ctx.
by Olivier Houchard
· Thu Feb 28 18:10:45 2019 +0100
3f795f7
MEDIUM: tasks: Merge task_delete() and task_free() into task_destroy().
by Olivier Houchard
· Wed Apr 17 22:51:06 2019 +0200
8c12e2f
MINOR: task/thread: factor out a wake-up condition
by Willy Tarreau
· Wed Apr 17 20:52:51 2019 +0200
a70bfaa
BUG/MAJOR: task: make sure never to delete a queued task
by Willy Tarreau
· Wed Apr 17 21:58:23 2019 +0200
4a1be0c
MEDIUM: tasks: No longer use rq.node.leaf_p as a lock.
by Olivier Houchard
· Wed Apr 17 19:13:07 2019 +0200
5c964f7
MINOR: tasks: Don't consider we can wake task with tasklet_wakeup().
by Olivier Houchard
· Wed Apr 17 19:11:58 2019 +0200
b038007
BUG/MEDIUM: tasks: Make sure we set TASK_QUEUED before adding a task to the rq.
by Willy Tarreau
· Wed Apr 17 11:47:18 2019 +0200
5ec8bcb
BUG/MINOR: http_fetch/htx: Allow permissive sample prefetch for the HTX
by Christopher Faulet
· Wed Apr 17 12:04:12 2019 +0200
89dc499
BUG/MAJOR: http_fetch: Get the channel depending on the keyword used
by Christopher Faulet
· Wed Apr 17 12:02:59 2019 +0200
3a4d1be
BUG/MEDIUM: htx: Don't return the start-line if the HTX message is empty
by Christopher Faulet
· Wed Apr 17 15:08:42 2019 +0200
636848a
MINOR: init: add a "set-dumpable" global directive to enable core dumps
by Willy Tarreau
· Mon Apr 15 19:38:50 2019 +0200
8f7069a
CLEANUP: mworker: remove the type field in mworker_proc
by William Lallemand
· Fri Apr 12 16:09:23 2019 +0200
bd3de3e
MEDIUM: mworker-prog: implements 'option start-on-reload'
by William Lallemand
· Fri Apr 12 16:09:22 2019 +0200
4528611
MEDIUM: mworker: store the leaving state of a process
by William Lallemand
· Fri Apr 12 16:09:21 2019 +0200
9df86f9
BUG/MAJOR: lb/threads: fix insufficient locking on round-robin LB
by Willy Tarreau
· Tue Apr 16 11:21:14 2019 +0200
95679dc
MINOR: peers: Add a new command to the CLI for peers.
by Frédéric Lécaille
· Mon Apr 15 10:25:27 2019 +0200
8de1df9
BUILD: do not specify "const" on functions returning structs or scalars
by Willy Tarreau
· Mon Apr 15 21:27:18 2019 +0200
0e492e2
BUILD: address a few cases of "static <type> inline foo()"
by Willy Tarreau
· Mon Apr 15 21:25:03 2019 +0200
3212a2c
BUG/MEDIUM: Threads: Only use the gcc >= 4.7 builtins when using gcc >= 4.7.
by Olivier Houchard
· Mon Apr 15 21:14:25 2019 +0200
e5eef1f
MINOR: connections: Remove the SUB_CALL_UNSUBSCRIBE flag.
by Olivier Houchard
· Mon Apr 15 19:24:04 2019 +0200
8ef7065
BUG/MINOR: ssl: Fix 48 byte TLS ticket key rotation
by Nenad Merdanovic
· Sun Apr 14 16:06:46 2019 +0200
24f382f
CLEANUP: task: do not export rq_next anymore
by Willy Tarreau
· Fri Apr 12 16:10:55 2019 +0200
0ef372a
MAJOR: muxes/htx: Handle inplicit upgrades from h1 to h2
by Christopher Faulet
· Mon Apr 08 10:57:20 2019 +0200
c0016d8
MEDIUM: connection: Add conn_upgrade_mux_fe() to handle mux upgrades
by Christopher Faulet
· Mon Apr 08 10:42:41 2019 +0200
73c1207
MINOR: muxes: Pass the context of the mux to destroy() instead of the connection
by Christopher Faulet
· Mon Apr 08 11:23:22 2019 +0200
51f73eb
MEDIUM: muxes: Add an optional input buffer during mux initialization
by Christopher Faulet
· Mon Apr 08 11:22:47 2019 +0200
209829f
MINOR: http: update the macro IS_HTX_STRM() to check the stream flag SF_HTX
by Christopher Faulet
· Wed Apr 03 10:08:59 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
9f38f5a
MINOR: muxes: Add a flag to specify a multiplexer uses the HTX
by Christopher Faulet
· Wed Apr 03 09:53:32 2019 +0200
a51ebb7
MEDIUM: h1: Add an option to sanitize connection headers during parsing
by Christopher Faulet
· Fri Mar 29 15:03:13 2019 +0100
03b9d8b
MINOR: proto_htx: Don't adjust transaction mode anymore in HTX analyzers
by Christopher Faulet
· Tue Mar 26 22:02:00 2019 +0100
64a9c05
MINOR: cli/listener: report the number of accepts on "show activity"
by Willy Tarreau
· Fri Apr 12 15:27:17 2019 +0200
526dc95
MINOR: initcall: Don't forget to define the __start/stop_init_##stg symbols.
by Olivier Houchard
· Wed Apr 10 16:21:32 2019 +0200
f192d68
BUG/MINOR: htx: Preserve empty HTX messages with an unprocessed parsing error
by Christopher Faulet
· Mon Apr 01 11:33:17 2019 +0200
9a1ee7a
MEDIUM: mworker-prog: implement program for master-worker
by William Lallemand
· Mon Apr 01 11:30:02 2019 +0200
7175e68
MINOR: cli: export cli_parse_default() definition in cli.h
by William Lallemand
· Mon Apr 01 11:30:00 2019 +0200
3f12887
MINOR: mworker: don't use children variable anymore
by William Lallemand
· Mon Apr 01 11:29:59 2019 +0200
9001ce8
REORG: mworker: move mworker_cleanlisteners to mworker.c
by William Lallemand
· Mon Apr 01 11:29:57 2019 +0200
e25473c
REORG: mworker: move signal handlers and related functions
by William Lallemand
· Mon Apr 01 11:29:56 2019 +0200
3fa724d
REORG: mworker: move IPC functions to mworker.c
by William Lallemand
· Mon Apr 01 11:29:55 2019 +0200
3cd95d2
REORG: mworker: move signals functions to mworker.c
by William Lallemand
· Mon Apr 01 11:29:54 2019 +0200
48dfbbd
REORG: mworker: move serializing functions to mworker.c
by William Lallemand
· Mon Apr 01 11:29:53 2019 +0200
a1bd1fa
BUILD: use inttypes.h instead of stdint.h
by Willy Tarreau
· Fri Mar 29 17:26:33 2019 +0100
7b5654f
BUILD: re-implement an initcall variant without using executable sections
by Willy Tarreau
· Fri Mar 29 21:30:17 2019 +0100
9d22e56
MINOR: tools: add an unsetenv() implementation
by Willy Tarreau
· Fri Mar 29 18:49:09 2019 +0100
72d9f33
BUILD: chunk: properly declare pool_head_trash as extern
by Willy Tarreau
· Fri Mar 29 18:13:36 2019 +0100
e01d11a
BUILD: http: properly mark some struct as extern
by Willy Tarreau
· Fri Mar 29 17:52:50 2019 +0100
a33d39a
CLEANUP: task: only perform a LIST_DEL() when the list is not empty
by Willy Tarreau
· Mon Mar 25 18:10:53 2019 +0100
e73256f
BUG/MEDIUM: task/h2: add an idempotent task removal fucntion
by Willy Tarreau
· Mon Mar 25 18:02:54 2019 +0100
87a8f35
CLEANUP: muxes/stream-int: Remove flags CS_FL_READ_NULL and SI_FL_READ_NULL
by Christopher Faulet
· Fri Mar 22 14:51:36 2019 +0100
297d3e2
MINOR: channel: Report EOI on the input channel if it was reached in the mux
by Christopher Faulet
· Fri Mar 22 14:16:14 2019 +0100
5311a92
MINOR: connection: and new flag to mark end of input (EOI)
by Christopher Faulet
· Fri Mar 22 14:05:52 2019 +0100
0f22299
CLEANUP: cache: don't export http_cache_applet anymore
by Willy Tarreau
· Tue Mar 19 09:57:55 2019 +0100
3a78aa6
BUG/MINOR: stats: Fully consume large requests in the stats applet
by Christopher Faulet
· Wed Feb 27 16:19:48 2019 +0100
679bba1
MINOR: init: report the list of optionally available services
by Willy Tarreau
· Tue Mar 19 08:08:10 2019 +0100
203b2b0
MINOR: muxes: Report the Last read with a dedicated flag
by Christopher Faulet
· Fri Mar 08 09:23:46 2019 +0100
2b9b678
MINOR: stats: Move stuff about the stats status codes in stats files
by Christopher Faulet
· Wed Feb 27 16:42:58 2019 +0100
3c2ecf7
MINOR: stats: Add the status code STAT_STATUS_IVAL to handle invalid requests
by Christopher Faulet
· Wed Feb 27 16:41:27 2019 +0100
1d7f37a
BUG/MAJOR: tasks: Use the TASK_GLOBAL flag to know if we're in the global rq.
by Olivier Houchard
· Thu Mar 14 16:14:04 2019 +0100
237985b
MEDIUM: connections: Use _HA_ATOMIC_*
by Olivier Houchard
· Wed Mar 13 18:52:21 2019 +0100
9f8d821
MEDIUM: list: Use _HA_ATOMIC_*
by Olivier Houchard
· Wed Mar 13 18:50:33 2019 +0100
17fbb4e
MEDIUM: list: Remove useless barriers.
by Olivier Houchard
· Wed Mar 13 17:13:04 2019 +0100
b0cef35
BUG/MEDIUM: list: fix incorrect pointer unlocking in LIST_DEL_LOCKED()
by Willy Tarreau
· Wed Mar 13 14:03:28 2019 +0100
df23c0c
MINOR: config: continue to rely on DEFAULT_MAXCONN to set the minimum maxconn
by Willy Tarreau
· Wed Mar 13 10:10:49 2019 +0100
ca783d4
MINOR: config: remove obsolete use of DEFAULT_MAXCONN at various places
by Willy Tarreau
· Wed Mar 13 10:03:07 2019 +0100
2087276
MEDIUM: memory: Use the new _HA_ATOMIC_* macros.
by Olivier Houchard
· Fri Mar 08 18:53:35 2019 +0100
4c283285
MEDIUM: task: Use the new _HA_ATOMIC_* macros.
by Olivier Houchard
· Fri Mar 08 18:48:47 2019 +0100
aa4d71a
MEDIUM: server: Use the new _HA_ATOMIC_* macros.
by Olivier Houchard
· Fri Mar 08 18:48:31 2019 +0100
11ecfd1
MEDIUM: proxy: Use the new _HA_ATOMIC_* macros.
by Olivier Houchard
· Fri Mar 08 18:48:16 2019 +0100
d5f9b19
MEDIUM: freq_ctr: Use the new _HA_ATOMIC_* macros.
by Olivier Houchard
· Fri Mar 08 18:47:59 2019 +0100
d360879
MEDIUM: fd: Use the new _HA_ATOMIC_* macros.
by Olivier Houchard
· Fri Mar 08 18:47:42 2019 +0100
8beb27e
MEDIUM: xref: Use the new _HA_ATOMIC_* macros.
by Olivier Houchard
· Fri Mar 08 18:47:29 2019 +0100
a273534
MEDIUM: applets: Use the new _HA_ATOMIC_* macros.
by Olivier Houchard
· Fri Mar 08 18:46:48 2019 +0100
d2b5d16
MEDIUM: various: Use __ha_barrier_atomic* when relevant.
by Olivier Houchard
· Fri Mar 08 13:47:21 2019 +0100
d0c3b88
MINOR: threads: Add macros to do atomic operation with no memory barrier.
by Olivier Houchard
· Thu Mar 07 18:55:31 2019 +0100
1135379
MEDIUM: threads: Use __ATOMIC_SEQ_CST when using the newer atomic API.
by Olivier Houchard
· Thu Mar 07 18:48:22 2019 +0100
9abcf6e
MINOR: threads: Implement __ha_barrier_atomic*.
by Olivier Houchard
· Thu Mar 07 18:45:00 2019 +0100
92fce85
MINOR: fd: Remove debugging code.
by Olivier Houchard
· Fri Mar 08 13:50:37 2019 +0100
1e56c70
OPTIM: task: limit the impact of memory barriers in taks_remove_from_task_list()
by Willy Tarreau
· Thu Mar 07 18:44:12 2019 +0100
0cf3317
MINOR: listener: move thr_idx from the bind_conf to the listener
by Willy Tarreau
· Wed Mar 06 15:26:33 2019 +0100
9f1d4e7
CLEANUP: listener: remove old thread bit mapping
by Willy Tarreau
· Tue Mar 05 19:25:26 2019 +0100
d87a67f
MINOR: tools: implement my_flsl()
by Willy Tarreau
· Tue Mar 05 12:04:55 2019 +0100
fc630bd
MINOR: listener: improve incoming traffic distribution
by Willy Tarreau
· Mon Mar 04 19:57:34 2019 +0100
b238b12
MINOR: task: use LIST_DEL_INIT() to remove a task from the queue
by Willy Tarreau
· Wed Mar 06 19:34:25 2019 +0100
c5bd311
MINOR: lists: add a LIST_DEL_INIT() macro
by Willy Tarreau
· Wed Mar 06 19:32:11 2019 +0100
5f33f85
MINOR: sample: Extract some protocol buffers specific code.
by Frédéric Lécaille
· Wed Mar 06 08:03:44 2019 +0100
756d97f
MINOR: sample: Rework gRPC converter code.
by Frédéric Lécaille
· Mon Mar 04 19:03:48 2019 +0100
7c93e88
MINOR: sample: Code factorization "ungrpc" converter.
by Frédéric Lécaille
· Mon Mar 04 07:33:41 2019 +0100
967de20
BUG/MEDIUM: list: fix again LIST_ADDQ_LOCKED
by Willy Tarreau
· Mon Mar 04 11:19:49 2019 +0100
bf69640
MINOR: global: keep a copy of the initial rlim_fd_cur and rlim_fd_max values
by Willy Tarreau
· Fri Mar 01 10:09:28 2019 +0100
645635d
MINOR: peers: Add a message for heartbeat.
by Frédéric Lécaille
· Mon Feb 11 17:49:39 2019 +0100
c8d5b95
MEDIUM: config: don't enforce a low frontend maxconn value anymore
by Willy Tarreau
· Wed Feb 27 17:25:52 2019 +0100
e2711c7
MINOR: listener: introduce listener_backlog() to report the backlog value
by Willy Tarreau
· Wed Feb 27 15:39:41 2019 +0100
4ef6801
BUG/MEDIUM: list: correct fix for LIST_POP_LOCKED's removal of last element
by Willy Tarreau
· Thu Feb 28 16:51:28 2019 +0100
01abd02
BUG/MEDIUM: listener: use a self-locked list for the dequeue lists
by Willy Tarreau
· Thu Feb 28 10:27:18 2019 +0100
c912f94
MINOR: server: remove a few unneeded LIST_INIT calls after LIST_DEL_LOCKED
by Willy Tarreau
· Thu Feb 28 16:06:56 2019 +0100
4c747e8
MINOR: list: make the delete and pop operations idempotent
by Willy Tarreau
· Thu Feb 28 15:05:53 2019 +0100
Next »