Gitiles
Code Review
Sign In
git01.mediatek.com
/
haproxy
/
bb0efcdd293de33607a6eba075971b49857375e2
/
include
/
types
da29fe2
MEDIUM: server: server-state global file stored in a tree
by Baptiste Assmann
· 5 years ago
86e6b6e
MEDIUM: Make '(cli|con|srv)timeout' directive fatal
by Tim Duesterhus
· 5 years ago
dac168b
MEDIUM: Make 'redispatch' directive fatal
by Tim Duesterhus
· 5 years ago
7b7c47f
MEDIUM: Make 'block' directive fatal
by Tim Duesterhus
· 5 years ago
3c39a7d
CLEANUP: connection: rename the wait_event.task field to .tasklet
by Willy Tarreau
· 5 years ago
1dc6963
MINOR: mworker: add the HAProxy version in "show proc"
by William Lallemand
· 5 years ago
b65717f
MINOR: peers: Optimization for dictionary cache lookup.
by Frédéric Lécaille
· 5 years ago
99de1d0
MINOR: dict: Store the length of the dictionary entries.
by Frédéric Lécaille
· 5 years ago
6c39198
MINOR peers: data structure simplifications for server names dictionary cache.
by Frédéric Lécaille
· 5 years ago
4f283fa
MEDIUM: stream-int: introduce a new state SI_ST_RDY
by Willy Tarreau
· 5 years ago
bedcd69
MINOR: stream-int: use bit fields to match multiple stream-int states at once
by Willy Tarreau
· 5 years ago
03abf2d
MEDIUM: connections: Remove CONN_FL_SOCK*
by Olivier Houchard
· 5 years ago
fe50bfb
MEDIUM: connections: Introduce a handshake pseudo-XPRT.
by Olivier Houchard
· 5 years ago
2e05548
MINOR: connections: Add a new xprt method, add_xprt().
by Olivier Houchard
· 5 years ago
5149b59
MINOR: connections: Add a new xprt method, remove_xprt.
by Olivier Houchard
· 5 years ago
ea8dd94
MEDIUM: ssl: Handle subscribe by itself.
by Olivier Houchard
· 5 years ago
8f3c256
MEDIUM: cache/htx: Always store info about HTX blocks in the cache
by Christopher Faulet
· 5 years ago
8d78fa7
MINOR: peers: Make peers protocol support new "server_name" data type.
by Frédéric Lécaille
· 5 years ago
7da7129
MINOR: server: Add a dictionary for server names.
by Frédéric Lécaille
· 5 years ago
84d6046
MINOR: proxy: Add a "server by name" tree to proxy.
by Frédéric Lécaille
· 5 years ago
5ad57ea
MINOR: stick-table: Add "server_name" new data type.
by Frédéric Lécaille
· 5 years ago
74167b2
MINOR: peers: Add a LRU cache implementation for dictionaries.
by Frédéric Lécaille
· 5 years ago
4a3fef8
MINOR: dict: Add dictionary new data structure.
by Frédéric Lécaille
· 5 years ago
1673bbd
CLEANUP: peers: Remove tabs characters.
by Frédéric Lécaille
· 5 years ago
7bb39d7
CLEANUP: connection: remove the now unused CS_FL_REOS flag
by Willy Tarreau
· 5 years ago
7067b3a
BUG/MINOR: deinit/threads: make hard-stop-after perform a clean exit
by Willy Tarreau
· 5 years ago
2a54bb7
MEDIUM: connection: Upstream SOCKS4 proxy support
by Alexander Liu
· 5 years ago
250031e
MEDIUM: sessions: Introduce session flags.
by Olivier Houchard
· 5 years ago
a8b2ce0
MINOR: activity: report the number of failed pool/buffer allocations
by Willy Tarreau
· 5 years ago
2ae84e4
MEDIUM: poller: separate the wait time from the wake events
by Willy Tarreau
· 5 years ago
9b04d22
MINOR: connection: Remove the unused flag CO_RFL_KEEP_RSV
by Christopher Faulet
· 5 years ago
d6a7850
MINOR: cli/activity: add 3 general purpose counters in development mode
by Willy Tarreau
· 5 years ago
394c9b4
MINOR: cli/activity: remove "fd_del" and "fd_skip" from show activity
by Willy Tarreau
· 5 years ago
7cf0e45
MINOR: raw_sock: report global traffic statistics
by Willy Tarreau
· 5 years ago
96d5195
MEDIUM: config: deprecate the antique req* and rsp* commands
by Willy Tarreau
· 5 years ago
d1f56c9
BUG/MEDIUM: dns: make the port numbers unsigned
by Willy Tarreau
· 5 years ago
082b628
BUG/MEDIUM: init/threads: provide per-thread alloc/free function callbacks
by Willy Tarreau
· 5 years ago
0ba4f48
MAJOR: polling: add event ports support (Solaris)
by Emmanuel Hocdet
· 6 years ago
5a6e224
REORG: threads: move the struct thread_info from global.h to hathreads.h
by Willy Tarreau
· 5 years ago
91e6df0
MINOR: threads: add each thread's clockid into the global thread_info
by Willy Tarreau
· 6 years ago
522cfbc
MINOR: init/threads: make the global threads an array of structs
by Willy Tarreau
· 6 years ago
10c6c16
MEDIUM: Make 'option forceclose' actually warn
by Tim Duesterhus
· 5 years ago
8bdb5c9
CLEANUP: connection: remove the handle field from the wait_event struct
by Willy Tarreau
· 5 years ago
602bf7d
MEDIUM: streams: Add a new http action, disable-l7-retry.
by Olivier Houchard
· 5 years ago
c125cef
CLEANUP: ssl: make inclusion of openssl headers safe
by Willy Tarreau
· 5 years ago
8d164dc
CLEANUP: ssl: never include openssl/*.h outside of openssl-compat.h anymore
by Willy Tarreau
· 5 years ago
5599456
REORG: ssl: move openssl-compat from proto to common
by Willy Tarreau
· 5 years ago
9a1ab08
CLEANUP: ssl-sock: use HA_OPENSSL_VERSION_NUMBER instead of OPENSSL_VERSION_NUMBER
by Willy Tarreau
· 5 years ago
92e38e2
BUG/MEDIUM: servers: Don't use the same srv flag for cookie-set and TFO.
by Olivier Houchard
· 5 years ago
2674303
MEDIUM: regex: modify regex_comp() to atomically allocate/free the my_regex struct
by Dragan Dosen
· 6 years ago
c02766a
MINOR: stick-table: Add prefixes to stick-table names.
by Frédéric Lécaille
· 6 years ago
015e4d7
MINOR: stick-tables: Add peers process binding computing.
by Frédéric Lécaille
· 6 years ago
1b8e68e
MEDIUM: stick-table: Stop handling stick-tables as proxies.
by Frédéric Lécaille
· 6 years ago
f92da38
BUILD/MINOR: stick-table: Compilation fix.
by Frédéric Lécaille
· 6 years ago
d456aa4
MINOR: config: Extract the code of "stick-table" line parsing.
by Frédéric Lécaille
· 6 years ago
034c88c
MEDIUM: tcp: add the "tfo" option to support TCP fastopen on the server
by Willy Tarreau
· 8 years ago
fdcb007
MEDIUM: proto: Change the prototype of the connect() method.
by Olivier Houchard
· 6 years ago
e3249a9
MEDIUM: streams: Add a new keyword for retry-on, "junk-response"
by Olivier Houchard
· 6 years ago
865d839
MEDIUM: streams: Add a way to replay failed 0rtt requests.
by Olivier Houchard
· 6 years ago
a254a37
MEDIUM: streams: Add the ability to retry a request on L7 failure.
by Olivier Houchard
· 6 years ago
c40efc1
MINOR: init/threads: make the threads array global
by Willy Tarreau
· 6 years ago
81492c9
MINOR: threads: flatten the per-thread cpu-map
by Willy Tarreau
· 6 years ago
102854c
BUG/MEDIUM: listener: Fix how unlimited number of consecutive accepts is handled
by Christopher Faulet
· 6 years ago
07425de
BUG/MEDIUM: port_range: Make the ring buffer lock-free.
by Olivier Houchard
· 6 years ago
bc13bec
MINOR: activity: report context switch counts instead of rates
by Willy Tarreau
· 6 years ago
9634e86
CLEANUP: task: move the task_per_thread definition to task.h
by Willy Tarreau
· 6 years ago
d803e47
MINOR: log: Enable the log sampling and load-balancing feature.
by Frédéric Lécaille
· 6 years ago
d95ea28
MINOR: log: Add "sample" new keyword to "log" lines.
by Frédéric Lécaille
· 6 years ago
f7f5428
BUG/MEDIUM: spoe: arg len encoded in previous frag frame but len changed
by Kevin Zhu
· 6 years ago
22d63a2
MINOR: applet: measure and report an appctx's call rate in "show sess"
by Willy Tarreau
· 6 years ago
2e9c1d2
MINOR: stream: measure and report a stream's call rate in "show sess"
by Willy Tarreau
· 6 years ago
0212fad
MINOR: tasks/activity: report the context switch and task wakeup rates
by Willy Tarreau
· 6 years ago
333939c
MINOR: action: new '(http-request|tcp-request content) do-resolve' action
by Baptiste Assmann
· 6 years ago
0b9ce82
MINOR: obj_type: new object type for struct stream
by Baptiste Assmann
· 7 years ago
dfd35fd
MINOR: dns: dns_requester structures are now in a memory pool
by Baptiste Assmann
· 6 years ago
88698d9
MEDIUM: connections: Add a way to control the number of idling connections.
by Olivier Houchard
· 6 years ago
e179d0e
MEDIUM: connections: Provide a xprt_ctx for each xprt method.
by Olivier Houchard
· 6 years ago
7b5fd1e
MEDIUM: connections: Move some fields from struct connection to ssl_sock_ctx.
by Olivier Houchard
· 6 years ago
636848a
MINOR: init: add a "set-dumpable" global directive to enable core dumps
by Willy Tarreau
· 6 years ago
8f7069a
CLEANUP: mworker: remove the type field in mworker_proc
by William Lallemand
· 6 years ago
bd3de3e
MEDIUM: mworker-prog: implements 'option start-on-reload'
by William Lallemand
· 6 years ago
4528611
MEDIUM: mworker: store the leaving state of a process
by William Lallemand
· 6 years ago
95679dc
MINOR: peers: Add a new command to the CLI for peers.
by Frédéric Lécaille
· 6 years ago
e5eef1f
MINOR: connections: Remove the SUB_CALL_UNSUBSCRIBE flag.
by Olivier Houchard
· 6 years ago
8ef7065
BUG/MINOR: ssl: Fix 48 byte TLS ticket key rotation
by Nenad Merdanovic
· 6 years ago
73c1207
MINOR: muxes: Pass the context of the mux to destroy() instead of the connection
by Christopher Faulet
· 6 years ago
51f73eb
MEDIUM: muxes: Add an optional input buffer during mux initialization
by Christopher Faulet
· 6 years ago
0e160ff
MINOR: stream: Set a flag when the stream uses the HTX
by Christopher Faulet
· 6 years ago
9f38f5a
MINOR: muxes: Add a flag to specify a multiplexer uses the HTX
by Christopher Faulet
· 6 years ago
64a9c05
MINOR: cli/listener: report the number of accepts on "show activity"
by Willy Tarreau
· 6 years ago
9a1ee7a
MEDIUM: mworker-prog: implement program for master-worker
by William Lallemand
· 6 years ago
e25473c
REORG: mworker: move signal handlers and related functions
by William Lallemand
· 6 years ago
87a8f35
CLEANUP: muxes/stream-int: Remove flags CS_FL_READ_NULL and SI_FL_READ_NULL
by Christopher Faulet
· 6 years ago
297d3e2
MINOR: channel: Report EOI on the input channel if it was reached in the mux
by Christopher Faulet
· 6 years ago
5311a92
MINOR: connection: and new flag to mark end of input (EOI)
by Christopher Faulet
· 6 years ago
0f22299
CLEANUP: cache: don't export http_cache_applet anymore
by Willy Tarreau
· 6 years ago
3a78aa6
BUG/MINOR: stats: Fully consume large requests in the stats applet
by Christopher Faulet
· 6 years ago
203b2b0
MINOR: muxes: Report the Last read with a dedicated flag
by Christopher Faulet
· 6 years ago
2b9b678
MINOR: stats: Move stuff about the stats status codes in stats files
by Christopher Faulet
· 6 years ago
3c2ecf7
MINOR: stats: Add the status code STAT_STATUS_IVAL to handle invalid requests
by Christopher Faulet
· 6 years ago
Next »