.. |
51d.c
|
MAJOR: chunks: replace struct chunk with struct buffer
|
2018-07-19 16:23:43 +02:00 |
acl.c
|
MEDIUM: chunks: make the chunk struct's fields match the buffer struct
|
2018-07-19 16:23:43 +02:00 |
action.c
|
|
|
applet.c
|
MAJOR: applets: Use tasks, instead of rolling our own scheduler.
|
2018-05-26 20:03:30 +02:00 |
arg.c
|
MEDIUM: chunks: make the chunk struct's fields match the buffer struct
|
2018-07-19 16:23:43 +02:00 |
auth.c
|
MEDIUM: chunks: make the chunk struct's fields match the buffer struct
|
2018-07-19 16:23:43 +02:00 |
backend.c
|
MINOR: Add srv_conn_free sample fetch
|
2018-08-27 16:38:56 +02:00 |
base64.c
|
|
|
buffer.c
|
MAJOR: buffer: finalize buffer detachment
|
2018-07-19 16:23:43 +02:00 |
cache.c
|
MAJOR: chunks: replace struct chunk with struct buffer
|
2018-07-19 16:23:43 +02:00 |
cfgparse.c
|
MINOR: mux/server: Add 'proto' keyword to force the multiplexer's protocol
|
2018-08-08 10:42:08 +02:00 |
channel.c
|
MAJOR: buffer: finalize buffer detachment
|
2018-07-19 16:23:43 +02:00 |
checks.c
|
MINOR: connection: make the initialization more consistent
|
2018-09-06 11:45:30 +02:00 |
chunk.c
|
MINOR: chunk: remove impossible tests on negative chunk->data
|
2018-08-22 05:28:32 +02:00 |
cli.c
|
MINOR: threads: remove the previous synchronization point
|
2018-08-08 09:57:45 +02:00 |
compression.c
|
MAJOR: buffer: finalize buffer detachment
|
2018-07-19 16:23:43 +02:00 |
connection.c
|
MINOR: connection: make conn_sock_drain() work for all socket families
|
2018-08-24 14:45:46 +02:00 |
da.c
|
MAJOR: chunks: replace struct chunk with struct buffer
|
2018-07-19 16:23:43 +02:00 |
dns.c
|
BUG/MINOR: dns: check and link servers' resolvers right after config parsing
|
2018-09-06 19:41:30 +02:00 |
ev_epoll.c
|
MEDIUM: hathreads: implement a more flexible rendez-vous point
|
2018-08-02 17:51:45 +02:00 |
ev_kqueue.c
|
MEDIUM: hathreads: implement a more flexible rendez-vous point
|
2018-08-02 17:51:45 +02:00 |
ev_poll.c
|
MEDIUM: hathreads: implement a more flexible rendez-vous point
|
2018-08-02 17:51:45 +02:00 |
ev_select.c
|
MEDIUM: hathreads: implement a more flexible rendez-vous point
|
2018-08-02 17:51:45 +02:00 |
fd.c
|
MINOR: pollers: Add a way to wake a thread sleeping in the poller.
|
2018-07-26 19:09:50 +02:00 |
filters.c
|
MAJOR: chunks: replace struct chunk with struct buffer
|
2018-07-19 16:23:43 +02:00 |
flt_http_comp.c
|
MEDIUM: chunks: make the chunk struct's fields match the buffer struct
|
2018-07-19 16:23:43 +02:00 |
flt_spoe.c
|
BUG/MINOR: build: Fix compilation with debug mode enabled
|
2018-07-20 10:45:20 +02:00 |
flt_trace.c
|
MAJOR: chunks: replace struct chunk with struct buffer
|
2018-07-19 16:23:43 +02:00 |
freq_ctr.c
|
|
|
frontend.c
|
MEDIUM: chunks: make the chunk struct's fields match the buffer struct
|
2018-07-19 16:23:43 +02:00 |
h1.c
|
BUG/MINOR: h1: fix buffer shift after realignment
|
2018-09-06 10:48:15 +02:00 |
h2.c
|
|
|
haproxy.c
|
MEDIUM: mworker: never block SIG{TERM,INT} during reload
|
2018-09-11 10:21:58 +02:00 |
hash.c
|
|
|
hathreads.c
|
MINOR: threads: remove the previous synchronization point
|
2018-08-08 09:57:45 +02:00 |
hdr_idx.c
|
|
|
hlua_fcn.c
|
MAJOR: chunks: replace struct chunk with struct buffer
|
2018-07-19 16:23:43 +02:00 |
hlua.c
|
BUG/MEDIUM: hlua: Don't call RESET_SAFE_LJMP if SET_SAFE_LJMP returns 0.
|
2018-08-31 16:14:58 +02:00 |
hpack-dec.c
|
MAJOR: chunks: replace struct chunk with struct buffer
|
2018-07-19 16:23:43 +02:00 |
hpack-enc.c
|
MAJOR: chunks: replace struct chunk with struct buffer
|
2018-07-19 16:23:43 +02:00 |
hpack-huff.c
|
|
|
hpack-tbl.c
|
|
|
i386-linux-vsys.c
|
|
|
lb_chash.c
|
BUG/MEDIUM: lb/threads: always properly lock LB algorithms on maintenance operations
|
2018-08-21 19:44:53 +02:00 |
lb_fas.c
|
BUG/MEDIUM: lb/threads: always properly lock LB algorithms on maintenance operations
|
2018-08-21 19:44:53 +02:00 |
lb_fwlc.c
|
BUG/MEDIUM: lb/threads: always properly lock LB algorithms on maintenance operations
|
2018-08-21 19:44:53 +02:00 |
lb_fwrr.c
|
BUG/MEDIUM: lb/threads: always properly lock LB algorithms on maintenance operations
|
2018-08-21 19:44:53 +02:00 |
lb_map.c
|
BUG/MEDIUM: lb/threads: always properly lock LB algorithms on maintenance operations
|
2018-08-21 19:44:53 +02:00 |
listener.c
|
MINOR: mux/frontend: Add 'proto' keyword to force the mux protocol
|
2018-08-08 10:41:11 +02:00 |
log.c
|
MINOR: log: provide a function to emit a log for a session
|
2018-09-06 09:43:41 +02:00 |
lru.c
|
|
|
mailers.c
|
|
|
map.c
|
BUG/MEDIUM: map: don't store exp_replace() result in the trash's length
|
2018-08-22 05:16:33 +02:00 |
memory.c
|
MEDIUM: chunks: make the chunk struct's fields match the buffer struct
|
2018-07-19 16:23:43 +02:00 |
mux_h2.c
|
MEDIUM: h2: produce some logs on early errors that prevent streams from being created
|
2018-09-06 09:43:41 +02:00 |
mux_pt.c
|
BUG/MEDIUM: mux_pt: dereference the connection with care in mux_pt_wake()
|
2018-08-24 15:48:59 +02:00 |
namespace.c
|
MEDIUM: chunks: make the chunk struct's fields match the buffer struct
|
2018-07-19 16:23:43 +02:00 |
pattern.c
|
MAJOR: chunks: replace struct chunk with struct buffer
|
2018-07-19 16:23:43 +02:00 |
payload.c
|
MEDIUM: chunks: make the chunk struct's fields match the buffer struct
|
2018-07-19 16:23:43 +02:00 |
peers.c
|
MINOR: connection: make the initialization more consistent
|
2018-09-06 11:45:30 +02:00 |
pipe.c
|
|
|
proto_http.c
|
REORG: cli: move the "show errors" handler from http to proxy
|
2018-09-07 18:36:50 +02:00 |
proto_tcp.c
|
MINOR: connection: make conn_sock_drain() work for all socket families
|
2018-08-24 14:45:46 +02:00 |
proto_udp.c
|
|
|
proto_uxst.c
|
MINOR: connection: make conn_sock_drain() work for all socket families
|
2018-08-24 14:45:46 +02:00 |
protocol.c
|
|
|
proxy.c
|
MEDIUM: snapshot: merge the captured data after the descriptor
|
2018-09-07 20:07:17 +02:00 |
queue.c
|
BUG/MAJOR: queue/threads: make pendconn_redistribute not lock the server
|
2018-08-21 18:11:03 +02:00 |
raw_sock.c
|
MINOR: connections/mux: Add a new "subscribe" method.
|
2018-07-19 16:23:43 +02:00 |
regex.c
|
|
|
sample.c
|
MAJOR: chunks: replace struct chunk with struct buffer
|
2018-07-19 16:23:43 +02:00 |
server.c
|
BUG/MEDIUM: dns/server: fix incomatibility between SRV resolution and server state file
|
2018-09-04 17:40:22 +02:00 |
session.c
|
MINOR: connection: make the initialization more consistent
|
2018-09-06 11:45:30 +02:00 |
sha1.c
|
|
|
shctx.c
|
|
|
signal.c
|
MEDIUM: mworker: block SIGCHLD until the master is ready
|
2018-09-11 10:21:58 +02:00 |
ssl_sock.c
|
BUG/MEDIUM: ECC cert should work with TLS < v1.2 and openssl >= 1.1.1
|
2018-09-04 17:47:10 +02:00 |
standard.c
|
MINOR: tools: make date2str_log() take some consts
|
2018-09-05 16:30:11 +02:00 |
stats.c
|
BUG/MEDIUM: stats: don't ask for more data as long as we're responding
|
2018-07-24 17:13:32 +02:00 |
stick_table.c
|
MAJOR: chunks: replace struct chunk with struct buffer
|
2018-07-19 16:23:43 +02:00 |
stream_interface.c
|
BUG/MEDIUM: stream_interface: try to call si_cs_send() earlier.
|
2018-08-28 19:46:45 +02:00 |
stream.c
|
BUG/MEDIUM: session: fix reporting of handshake processing time in the logs
|
2018-09-05 16:30:23 +02:00 |
task.c
|
MINOR: tasks: Don't special-case when nbthreads == 1
|
2018-08-17 14:50:37 +02:00 |
tcp_rules.c
|
BUG/MINOR: build: Fix compilation with debug mode enabled
|
2018-07-20 10:45:20 +02:00 |
time.c
|
|
|
trace.c
|
|
|
uri_auth.c
|
|
|
vars.c
|
MEDIUM: chunks: make the chunk struct's fields match the buffer struct
|
2018-07-19 16:23:43 +02:00 |
wurfl.c
|
MAJOR: chunks: replace struct chunk with struct buffer
|
2018-07-19 16:23:43 +02:00 |
xxhash.c
|
|
|