Gitiles
Code Review
Sign In
git01.mediatek.com
/
haproxy
/
2dd7c35052ea7577ca1341724633b5d029fe87fc
/
include
« Previous
ae6f125
MINOR: sample: add us/ms support to date/http_date
by Damien Claisse
· 5 years ago
beea2a4
CLEANUP: ssl/cli: remove leftovers of bundle/certs (it < 2)
by William Lallemand
· 5 years ago
bc6ca7c
MINOR: ssl/cli: rework 'set ssl cert' as 'set/commit'
by William Lallemand
· 5 years ago
0fec3ab
MINOR: init: always fail when setrlimit fails
by William Dauchy
· 5 years ago
6e8e2ec
BUG/MEDIUM: stream_interface: Only use SI_ST_RDY when the mux is ready.
by Olivier Houchard
· 5 years ago
9b8e11e
MINOR: mux: Add a new method to get informations about a mux.
by Olivier Houchard
· 5 years ago
2254b8e
Revert "MINOR: istbuf: add b_fromist() to make a buffer from an ist"
by Willy Tarreau
· 5 years ago
20020ae
MINOR: chunk: add chunk_istcat() to concatenate an ist after a chunk
by Willy Tarreau
· 5 years ago
9b01370
MINOR: stats/debug: maintain a counter of debug commands issued
by Willy Tarreau
· 5 years ago
abb9f9b
MINOR: cli: add an expert mode to hide dangerous commands
by Willy Tarreau
· 5 years ago
86bfe14
REORG: move CLI access level definitions to cli.h
by Willy Tarreau
· 5 years ago
705e088
BUG/MINOR: ssl: fix build of X509_chain_up_ref() w/ libreSSL
by William Lallemand
· 5 years ago
89f5807
BUG/MINOR: ssl: fix build with openssl < 1.1.0
by William Lallemand
· 5 years ago
8f840d7
MEDIUM: cli/ssl: handle the creation of SSL_CTX in an IO handler
by William Lallemand
· 5 years ago
403bfbb
BUG/MEDIUM: pattern: make the pattern LRU cache thread-local and lockless
by Willy Tarreau
· 5 years ago
8cdc167
BUG/MEDIUM: task: make tasklets either local or shared but not both at once
by Willy Tarreau
· 5 years ago
891b5ef
BUG/MEDIUM: tasklet: properly compute the sleeping threads mask in tasklet_wakeup()
by Willy Tarreau
· 5 years ago
2068ec4
BUG/MEDIUM: lists: Handle 1-element-lists in MT_LIST_BEHEAD().
by Olivier Houchard
· 5 years ago
9e46496
MINOR: istbuf: add b_fromist() to make a buffer from an ist
by Willy Tarreau
· 5 years ago
a92c5ce
BUILD/MEDIUM: threads: rename thread_info struct to ha_thread_info
by David Carlier
· 5 years ago
0651181
MINOR: htx: Add a flag on HTX to known when a response was generated by HAProxy
by Christopher Faulet
· 5 years ago
abefa34
MINOR: version: make the version strings variables, not constants
by Willy Tarreau
· 5 years ago
53a899b
CLEANUP: h1-htx: Move htx-to-h1 formatting functions from htx.c to h1_htx.c
by Christopher Faulet
· 5 years ago
48fa033
BUG/MINOR: chunk: Fix tests on the chunk size in functions copying data
by Christopher Faulet
· 5 years ago
e0c51ae
BUG/MINOR: ssl: fix build without SSL
by William Lallemand
· 5 years ago
246c024
MINOR: ssl: load the ocsp in/from the ckch
by William Lallemand
· 5 years ago
a17f411
MINOR: ssl: load the sctl in/from the ckch
by William Lallemand
· 5 years ago
150bfa8
MEDIUM: ssl/cli: 'set ssl cert' updates a certificate from the CLI
by William Lallemand
· 5 years ago
1d29c74
MEDIUM: ssl: split ssl_sock_add_cert_sni()
by William Lallemand
· 5 years ago
9117de9
MEDIUM: ssl: introduce the ckch instance structure
by William Lallemand
· 5 years ago
222a7c6
MINOR: ssl: initialize explicitly the sni_ctx trees
by William Lallemand
· 5 years ago
f6adbe9
REORG: ssl: move structures to ssl_sock.h
by William Lallemand
· 5 years ago
804ef24
MINOR: lists: Fix alignement of \ when relevant.
by Olivier Houchard
· 5 years ago
74715da
MINOR: lists: Try to use local variables instead of macro arguments.
by Olivier Houchard
· 5 years ago
0691046
MEDIUM: task: Split the tasklet list into two lists.
by Olivier Houchard
· 5 years ago
d7f2bbc
MINOR: list: add new macro MT_LIST_BEHEAD
by Willy Tarreau
· 5 years ago
c32a0e5
MINOR: lists: add new macro LIST_SPLICE_END_DETACHED
by Willy Tarreau
· 5 years ago
eaa5537
MINOR: stats: prepare to add a description with each stat/info field
by Willy Tarreau
· 5 years ago
2f39738
MINOR: stats: support the "desc" output format modifier for info and stat
by Willy Tarreau
· 5 years ago
ab02b3f
MINOR: stats: get rid of the STAT_SHOWADMIN flag
by Willy Tarreau
· 5 years ago
708c416
MINOR: stats: replace the ST_* uri_auth flags with STAT_*
by Willy Tarreau
· 5 years ago
ee4f5f8
MINOR: stats: get rid of the ST_CONVDONE flag
by Willy Tarreau
· 5 years ago
16fdc55
MINOR: http: Add a function to get the authority into a URI
by Christopher Faulet
· 5 years ago
9a67c29
MINOR: htx: Add 2 flags on the start-line to have more info about the uri
by Christopher Faulet
· 5 years ago
c5a3eb4
MINOR: fcgi: Add function to get the string representation of a record type
by Christopher Faulet
· 5 years ago
27aa65e
MINOR: htx: Adapt htx_dump() to be used from traces
by Christopher Faulet
· 5 years ago
af54263
MINOR: h1-htx: Update h1_copy_msg_data() to ease the traces in the mux-h1
by Christopher Faulet
· 5 years ago
2aaeee3
BUG/MEDIUM: fd: HUP is an error only when write is active
by Willy Tarreau
· 5 years ago
07626ea
CLEANUP: proxy: Remove `proxy_tbl_by_name`
by Tim Duesterhus
· 5 years ago
88a0db2
MINOR: stats: Add the support of float fields in stats
by Christopher Faulet
· 5 years ago
d72665b
CLEANUP: http-ana: Remove the unused function http_send_name_header()
by Christopher Faulet
· 5 years ago
b1bb1af
MINOR: spoe: Support the async mode with several threads
by Christopher Faulet
· 5 years ago
93acfa2
MINOR: time: add timeofday_as_iso_us() to return instant time as ISO
by Willy Tarreau
· 5 years ago
bba1a26
BUG/MEDIUM: tasklets: Make sure we're waking the target thread if it sleeps.
by Olivier Houchard
· 5 years ago
d022e9c
MINOR: task: introduce a thread-local "sched" variable for local scheduler stuff
by Willy Tarreau
· 5 years ago
d66d756
MINOR: task: split the tasklet vs task code in process_runnable_tasks()
by Willy Tarreau
· 5 years ago
2bd65a7
OPTIM: listeners: use tasklets for the multi-queue rings
by Willy Tarreau
· 5 years ago
ff1e9f3
MEDIUM: tasklets: Make the tasklet list a struct mt_list.
by Olivier Houchard
· 5 years ago
0cd6a97
MINOR: mt_lists: Give MT_LIST_ADD, MT_LIST_ADDQ and MT_LIST_DEL a return value.
by Olivier Houchard
· 5 years ago
cb22ad4
MINOR: mt_lists: Do nothing in MT_LIST_ADD/MT_LIST_ADDQ if already in list.
by Olivier Houchard
· 5 years ago
9570ecf
MEDIUM: servers: Use LIST_DEL_INIT() instead of LIST_DEL().
by Olivier Houchard
· 5 years ago
5e9b92c
MINOR: mt_lists: Add new macroes.
by Olivier Houchard
· 5 years ago
859dc80
MEDIUM: list: Separate "locked" list from regular list.
by Olivier Houchard
· 5 years ago
78fbb9f
MEDIUM: fcgi-app: Add FCGI application and filter
by Christopher Faulet
· 5 years ago
63bbf28
MINOR: fcgi: Add code related to FCGI protocol
by Christopher Faulet
· 5 years ago
4f0f88a
MEDIUM: mux-h1/h1-htx: move HTX convertion of H1 messages in dedicated file
by Christopher Faulet
· 5 years ago
341fac1
MINOR: http: Add function to parse value of the header Status
by Christopher Faulet
· 5 years ago
5c6fefc
MINOR: log: Provide a function to emit a log for an application
by Christopher Faulet
· 5 years ago
130cf21
MINOR: istbuf: Add the function b_isteqi()
by Christopher Faulet
· 5 years ago
c169296
MINOR: config: Support per-proxy and per-server post-check functions callbacks
by Christopher Faulet
· 5 years ago
3ea5cbe
MINOR: config: Support per-proxy and per-server deinit functions callbacks
by Christopher Faulet
· 5 years ago
e3d2a87
MINOR: http-ana: Remove err_state field from http_msg
by Christopher Faulet
· 5 years ago
505adfc
MINOR: htx: Add a flag on HTX message to report processing errors
by Christopher Faulet
· 5 years ago
6338a08
MINOR: stats: Add JSON export from the stats page
by Christopher Faulet
· 5 years ago
f21d17b
MINOR: stats: report the number of idle connections for each server
by Willy Tarreau
· 5 years ago
4cae3bf
BUG/MEDIUM: connection: don't keep more idle connections than ever needed
by Willy Tarreau
· 5 years ago
6b30898
MEDIUM: fd: do not use the FD_POLL_* flags in the pollers anymore
by Willy Tarreau
· 5 years ago
77abb43
MINOR: fd: add two flags ERR and SHUT to describe FD states
by Willy Tarreau
· 5 years ago
8f2825f
MINOR: fd: add two new calls fd_cond_{recv,send}()
by Willy Tarreau
· 5 years ago
4ac9d06
MEDIUM: fd: mark the FD as ready when it's inserted
by Willy Tarreau
· 5 years ago
dbe3060
MINOR: fd: make updt_fd_polling() a normal function
by Willy Tarreau
· 5 years ago
f8ecc7f
MEDIUM: fd: simplify the fd_*_{recv,send} functions using BTS/BTR
by Willy Tarreau
· 5 years ago
5bee3e2
MEDIUM: fd: remove the FD_EV_POLLED status bit
by Willy Tarreau
· 5 years ago
c046d16
MEDIUM: log: add support for logging to a ring buffer
by Willy Tarreau
· 5 years ago
f3dc30f
MINOR: log: add a target type instead of hacking the address family
by Willy Tarreau
· 5 years ago
d660990
MINOR: fd: add a new "initialized" bit in the fdtab struct
by Willy Tarreau
· 5 years ago
76913d3
CLEANUP: fd: remove leftovers of the fdcache
by Willy Tarreau
· 5 years ago
1d181e4
MEDIUM: ring: implement a wait mode for watchers
by Willy Tarreau
· 5 years ago
300decc
MINOR: cli: extend the CLI context with a list and two offsets
by Willy Tarreau
· 5 years ago
370a694
MINOR: trace: change the detail_level to per-source verbosity
by Willy Tarreau
· 5 years ago
09fb0df
MINOR: trace: prepend the function name for developer level traces
by Willy Tarreau
· 5 years ago
2ea549b
MINOR: trace: change the "payload" level to "data" and move it
by Willy Tarreau
· 5 years ago
be5a288
MINOR: trace: replace struct trace_lockon_args with struct name_desc
by Willy Tarreau
· 5 years ago
fb4ba91
MINOR: tools: add a generic struct "name_desc" for name-description pairs
by Willy Tarreau
· 5 years ago
7185b78
MINOR: connection: add the fc_pp_authority fetch -- authority TLV, from PROXYv2
by Geoff Simmons
· 5 years ago
c326ecc
MINOR: trace: change the TRACE() calling convention to put the args and cb last
by Willy Tarreau
· 5 years ago
3da0026
MINOR: trace: support a default callback for the source
by Willy Tarreau
· 5 years ago
8f24023
MINOR: sink: now report the number of dropped events on output
by Willy Tarreau
· 5 years ago
4ed23ca
MINOR: sink: add support for ring buffers
by Willy Tarreau
· 5 years ago
072931c
MINOR: ring: add a generic CLI io_handler to dump a ring buffer
by Willy Tarreau
· 5 years ago
Next »