Gitiles
Code Review
Sign In
git01.mediatek.com
/
haproxy
/
f51bac2ba83a27a75ef6bab58bfde6489b999c49
f51bac2
BUG/MINOR: threads: Update labels array because of changes in lock_label enum
by Christopher Faulet
· Tue Jan 30 11:04:29 2018 +0100
a9786b6
MINOR: fd: pass the iocb and owner to fd_insert()
by Willy Tarreau
· Thu Jan 25 07:22:13 2018 +0100
fc6eea4
MEDIUM: poll: don't use the old FD state anymore
by Willy Tarreau
· Thu Jan 25 17:11:33 2018 +0100
56dd12a
MEDIUM: select: don't use the old FD state anymore
by Willy Tarreau
· Thu Jan 25 17:09:33 2018 +0100
82b37d7
MEDIUM: fd: use atomic ops for hap_fd_{clr,set} and remove poll_lock
by Willy Tarreau
· Thu Jan 25 16:59:09 2018 +0100
d51a507
MEDIUM: select: make use of hap_fd_* functions
by Willy Tarreau
· Thu Jan 25 16:48:46 2018 +0100
322e6c7
MINOR: fd: move the hap_fd_{clr,set,isset} functions to fd.h
by Willy Tarreau
· Thu Jan 25 16:37:04 2018 +0100
745c60e
CLEANUP: fd: remove the unused "new" field
by Willy Tarreau
· Sat Jan 20 23:59:40 2018 +0100
2d3c2db
MINOR: poll: more accurately compute the new maxfd in the loop
by Willy Tarreau
· Mon Jan 29 15:56:24 2018 +0100
f2b5c99
CLEANUP: fd/threads: remove the now unused fdtab_lock
by Willy Tarreau
· Mon Jan 29 15:24:37 2018 +0100
173d995
MEDIUM: polling: start to move maxfd computation to the pollers
by Willy Tarreau
· Fri Jan 26 21:48:23 2018 +0100
c5532ac
MINOR: fd: don't report maxfd in alert messages
by Willy Tarreau
· Mon Jan 29 15:06:04 2018 +0100
ce036bc
MINOR: polling: make epoll and kqueue not depend on maxfd anymore
by Willy Tarreau
· Mon Jan 29 14:58:02 2018 +0100
ccea35c
BUG/MINOR: cli: use global.maxsock and not maxfd to list all FDs
by Willy Tarreau
· Mon Jan 29 15:17:05 2018 +0100
a41d531
MINOR: config: Enable tracking of up to MAX_SESS_STKCTR stick counters.
by Frédéric Lécaille
· Mon Jan 29 12:05:07 2018 +0100
1478aa7
MEDIUM: sample: Add IPv6 support to the ipmask converter
by Tim Duesterhus
· Thu Jan 25 16:24:51 2018 +0100
b814da6
MINOR: config: Add support for ARGT_MSK6
by Tim Duesterhus
· Thu Jan 25 16:24:50 2018 +0100
4718517
MINOR: standard: Add str2mask6 function
by Tim Duesterhus
· Thu Jan 25 16:24:49 2018 +0100
8575f72
CLEANUP: standard: Use len2mask4 in str2mask
by Tim Duesterhus
· Thu Jan 25 16:24:48 2018 +0100
92bb034
CLEANUP: Fix typo in ARGT_MSK6 comment
by Tim Duesterhus
· Thu Jan 25 16:24:47 2018 +0100
bf5ce02
BUG/MINOR: sample: Fix output type of c_ipv62ip
by Tim Duesterhus
· Thu Jan 25 16:24:46 2018 +0100
ec6b0a2
CLEANUP: sample: Fix outdated comment about sample casts functions
by Tim Duesterhus
· Thu Jan 25 16:24:45 2018 +0100
c555ee0
CLEANUP: sample: Fix comment encoding of sample.c
by Tim Duesterhus
· Thu Jan 25 16:24:44 2018 +0100
727c89b
BUILD: kqueue/threads: Add test on MAX_THREADS to avoid warnings when complied without threads
by Christopher Faulet
· Thu Jan 25 16:40:35 2018 +0100
3e805ed
BUILD: epoll/threads: Add test on MAX_THREADS to avoid warnings when complied without threads
by Christopher Faulet
· Thu Jan 25 16:18:09 2018 +0100
da18b9d
MINOR: threads: Use __decl_hathreads instead of #ifdef/#endif
by Christopher Faulet
· Thu Jan 25 16:10:16 2018 +0100
13b007d
BUG/MINOR: kqueue/threads: Don't forget to close kqueue_fd[tid] on each thread
by Christopher Faulet
· Thu Jan 25 16:32:18 2018 +0100
23d86d1
BUG/MEDIUM: checks: Don't try to release undefined conn_stream when a check is freed
by Christopher Faulet
· Thu Jan 25 11:36:35 2018 +0100
8d01fd6
BUG/MEDIUM: threads/server: Fix deadlock in srv_set_stopping/srv_set_admin_flag
by Christopher Faulet
· Wed Jan 24 21:49:41 2018 +0100
c20d737
BUG/MINOR: threads: always set an owner to the thread_sync pipe
by Willy Tarreau
· Thu Jan 25 07:28:37 2018 +0100
0048dd0
MINOR: threads: Fix build when we're not compiling with threads.
by Olivier Houchard
· Wed Jan 24 15:41:04 2018 +0100
46ec48b
BUG/MINOR: mworker: only write to pidfile if it exists
by Willy Tarreau
· Tue Jan 23 19:20:19 2018 +0100
1605c7a
BUG/MEDIUM: threads/mworker: fix a race on startup
by Willy Tarreau
· Tue Jan 23 19:01:49 2018 +0100
7a2364d
BUG/MEDIUM: kqueue/threads: use one kqueue_fd per thread
by Willy Tarreau
· Fri Jan 19 08:56:14 2018 +0100
d9e7e36
BUG/MEDIUM: epoll/threads: use one epoll_fd per thread
by Willy Tarreau
· Thu Jan 18 19:16:02 2018 +0100
c9c8378
MINOR: fd: add a bitmask to indicate that an FD is known by the poller
by Willy Tarreau
· Wed Jan 17 18:44:46 2018 +0100
ebc78d7
BUG/MEDIUM: fd: maintain a per-thread update mask
by Willy Tarreau
· Sat Jan 20 23:53:50 2018 +0100
32467fe
BUG/MEDIUM: threads/polling: Use fd_cache_mask instead of fd_cache_num
by Christopher Faulet
· Mon Jan 15 12:16:34 2018 +0100
69553fe
MINOR: threads/fd: Use a bitfield to know if there are FDs for a thread in the FD cache
by Christopher Faulet
· Mon Jan 15 11:57:03 2018 +0100
d80cb4e
MINOR: global: add some global activity counters to help debugging
by Willy Tarreau
· Sat Jan 20 19:30:13 2018 +0100
421f02e
MINOR: threads: add a MAX_THREADS define instead of LONGBITS
by Willy Tarreau
· Sat Jan 20 18:19:22 2018 +0100
f4571a0
MINOR: global/threads: move cpu_map at the end of the global struct
by Willy Tarreau
· Sat Jan 20 18:12:15 2018 +0100
e9bad0a
MINOR: servers: Don't report duplicate dyncookies for disabled servers.
by Olivier Houchard
· Wed Jan 17 17:39:34 2018 +0100
5548291
BUG/MEDIUM: peers: fix expire date wasn't updated if entry is modified remotely.
by Emeric Brun
· Mon Jan 22 15:10:08 2018 +0100
a792a0a
MINOR: sample: add date_us sample
by Etienne Carriere
· Wed Jan 17 13:43:24 2018 +0100
cc35923
BUG/MINOR: poll: too large size allocation for FD events
by Willy Tarreau
· Wed Jan 17 15:48:53 2018 +0100
260bf5c
CONTRIB: debug: fix a few flags definitions
by Willy Tarreau
· Mon Jan 15 18:59:16 2018 +0100
4a326cb
DOC: clarify the scope of ssl_fc_is_resumed
by Jérôme Magnin
· Mon Jan 15 14:01:17 2018 +0100
333694d
MINOR: spoe: Don't queue a SPOE context if nothing is sent
by Christopher Faulet
· Fri Jan 12 10:45:47 2018 +0100
336d3ef
MINOR: spoe: add register-var-names directive in spoe-agent configuration
by Christopher Faulet
· Fri Dec 22 10:00:55 2017 +0100
d651ba1
BUG/MEDIUM: stream: properly handle client aborts during redispatch
by Willy Tarreau
· Fri Jan 12 10:42:12 2018 +0100
ec5e845
BUILD/MINOR: ancient gcc versions atomic fix
by David Carlier
· Thu Jan 11 14:20:43 2018 +0000
1a69af6
MINOR: hathreads: add support for gcc < 4.7
by Willy Tarreau
· Thu Jan 04 18:49:31 2018 +0100
29f690c
BUG/MEDIUM: mworker: execvp failure depending on argv[0]
by William Lallemand
· Tue Jan 09 23:12:27 2018 +0100
2ec2db9
MINOR: dns: Handle SRV record weight correctly.
by Olivier Houchard
· Mon Jan 08 16:28:57 2018 +0100
119a5f1
BUG/MINOR: lua: Fix return value of Socket.settimeout
by Tim Duesterhus
· Sat Jan 06 19:16:25 2018 +0100
6edab86
BUG/MEDIUM: lua: Fix IPv6 with separate port support for Socket.connect
by Tim Duesterhus
· Sat Jan 06 19:04:45 2018 +0100
b33754c
DOC: lua: Fix typos in comments of hlua_socket_receive
by Tim Duesterhus
· Thu Jan 04 19:32:14 2018 +0100
c6e377e
BUG/MINOR: lua: Fix default value for pattern in Socket.receive
by Tim Duesterhus
· Thu Jan 04 19:32:13 2018 +0100
99b90af
BUG/MEDIUM: ssl: cache doesn't release shctx blocks
by William Lallemand
· Wed Jan 03 19:15:51 2018 +0100
e2a3496
CLEANUP: rbtree: remove
by Olivier Houchard
· Thu Jan 04 17:59:02 2018 +0100
5d4cafb
BUILD: ssl: silence a warning when building without NPN nor ALPN support
by Willy Tarreau
· Thu Jan 04 18:55:19 2018 +0100
4a28da1
BUG/MEDIUM: h2: properly handle the END_STREAM flag on empty DATA frames
by Willy Tarreau
· Thu Jan 04 14:41:00 2018 +0100
8ec1406
MEDIUM: h2: prepare a graceful shutdown when the frontend is stopped
by Willy Tarreau
· Sat Dec 30 18:08:13 2017 +0100
4576424
CONTRIB: hpack: add an hpack decoder
by Willy Tarreau
· Sat Dec 30 13:18:25 2017 +0100
c775f83
DEBUG: hpack: add more traces to the hpack decoder
by Willy Tarreau
· Sat Dec 30 13:17:37 2017 +0100
4f03436
DEBUG: hpack: make hpack_dht_dump() expose the output file
by Willy Tarreau
· Sat Dec 30 17:08:46 2017 +0100
3083276
MINOR: h2: add a function to report pseudo-header names
by Willy Tarreau
· Sat Dec 30 14:39:09 2017 +0100
bb39b49
BUG/MAJOR: hpack: don't return direct references to the dynamic headers table
by Willy Tarreau
· Sat Dec 30 16:56:28 2017 +0100
ff47b3f
BUG/MEDIUM: http: don't automatically forward request close
by Willy Tarreau
· Fri Dec 29 16:30:31 2017 +0100
e134041
MINOR: don't close stdio anymore
by William Lallemand
· Thu Dec 28 16:09:36 2017 +0100
149a81a
BUG/MEDIUM: mworker: don't close stdio several time
by PiBa-NL
· Mon Dec 25 21:03:31 2017 +0100
d790143
BUG/MEDIUM: h2: ensure we always know the stream before sending a reset
by Willy Tarreau
· Fri Dec 29 11:34:40 2017 +0100
e9ed281
DOC/MINOR: configuration: typo, formatting fixes
by Davor Ocelic
· Mon Dec 25 17:49:28 2017 +0100
ab83750
BUG/MEDIUM: h2: improve handling of frames received on closed streams
by Willy Tarreau
· Wed Dec 27 15:07:30 2017 +0100
a20a519
BUG/MEDIUM: h2: properly handle and report some stream errors
by Willy Tarreau
· Wed Dec 27 11:02:06 2017 +0100
b26881a
BUG/MEDIUM: checks: properly set servers to stopping state on 404
by Willy Tarreau
· Sat Dec 23 11:16:49 2017 +0100
a48c141
BUG/MAJOR: connection: refine the situations where we don't send shutw()
by Willy Tarreau
· Fri Dec 22 18:46:33 2017 +0100
d4569d1
BUG/MEDIUM: cache: don't cache the response on no-cache="set-cookie"
by Willy Tarreau
· Fri Dec 22 18:03:04 2017 +0100
504455c
BUG/MEDIUM: cache: respect the request cache-control header
by Willy Tarreau
· Fri Dec 22 17:47:35 2017 +0100
c9bd34c
BUG/MEDIUM: cache: replace old object on store
by Willy Tarreau
· Fri Dec 22 17:42:46 2017 +0100
7704b1e
BUG/MEDIUM: cache: do not try to retrieve host-less requests from the cache
by Willy Tarreau
· Fri Dec 22 16:32:43 2017 +0100
0ad8e0d
MINOR: http: add a function to check request's cache-control header field
by Willy Tarreau
· Fri Dec 22 15:03:36 2017 +0100
faf2909
BUG/MINOR: cache: do not force the TX_CACHEABLE flag before checking cacheability
by Willy Tarreau
· Thu Dec 21 15:59:17 2017 +0100
d3900cc
BUG/MINOR: http: properly detect max-age=0 and s-maxage=0 in responses
by Willy Tarreau
· Fri Dec 22 15:35:11 2017 +0100
12b32f2
BUG/MINOR: http: do not ignore cache-control: public
by Willy Tarreau
· Thu Dec 21 16:08:09 2017 +0100
83ece46
MINOR: http: start to compute the transaction's cacheability from the request
by Willy Tarreau
· Thu Dec 21 15:13:09 2017 +0100
c55ddce
MINOR: http: update the list of cacheable status codes as per RFC7231
by Willy Tarreau
· Thu Dec 21 11:41:38 2017 +0100
24ea0bc
MINOR: http: adjust the list of supposedly cacheable methods
by Willy Tarreau
· Thu Dec 21 11:32:55 2017 +0100
fe7456f
BUG/MEDIUM: lua: fix crash when using bogus mode in register_service()
by Eric Salama
· Thu Dec 21 14:30:07 2017 +0100
e311480
BUG/MEDIUM: checks: a server passed in maint state was not forced down.
by Emeric Brun
· Thu Dec 21 14:42:26 2017 +0100
7aa15b0
BUG/MEDIUM: stream: don't consider abortonclose on muxes which close cleanly
by Willy Tarreau
· Wed Dec 20 16:56:50 2017 +0100
984fca9
MINOR: stream-int: set flag SI_FL_CLEAN_ABRT when mux supports clean aborts
by Willy Tarreau
· Wed Dec 20 16:31:43 2017 +0100
28f1cb9
MINOR: mux: add flags to describe a mux's capabilities
by Willy Tarreau
· Wed Dec 20 16:14:44 2017 +0100
2153d3c
BUG/MINOR: h2: properly report a stream error on RST_STREAM
by Willy Tarreau
· Fri Dec 15 11:56:29 2017 +0100
8cb9993
CONTRIB: halog: Fix compiler warnings in halog.c
by Ryan O'Hara
· Fri Dec 15 10:21:39 2017 -0600
957d120
CONTRIB: iprange: Fix compiler warning in iprange.c
by Ryan O'Hara
· Fri Dec 15 10:21:29 2017 -0600
aec8989
MINOR: spoe: add force-set-var option in spoe-agent configuration
by Etienne Carriere
· Thu Dec 14 09:36:40 2017 +0000
72fa1ec
MEDIUM: netscaler: add support for standard NetScaler CIP protocol
by Bertrand Jacquin
· Tue Dec 12 01:17:23 2017 +0000
a341a2f
MEDIUM: netscaler: do not analyze original IP packet size
by Bertrand Jacquin
· Wed Dec 13 01:29:56 2017 +0000
Next »