- 3ccb14d MINOR: thread: get rid of MAX_THREADS_MASK by Willy Tarreau · Tue Jun 14 11:18:40 2022 +0200
- c12b321 CLEANUP: applet: rename appctx_cs() to appctx_sc() by Willy Tarreau · Fri May 27 11:08:15 2022 +0200
- d7950ad CLEANUP: dns: rename all occurrences of stconn "cs" to "sc" by Willy Tarreau · Fri May 27 10:33:42 2022 +0200
- cb086c6 REORG: stconn: rename conn_stream.{c,h} to stconn.{c,h} by Willy Tarreau · Fri May 27 09:47:12 2022 +0200
- 5edca2f REORG: rename cs_utils.h to sc_strm.h by Willy Tarreau · Fri May 27 09:25:10 2022 +0200
- 74568cf CLEANUP: stconn: rename final state manipulation functions from cs_* to sc_* by Willy Tarreau · Fri May 27 09:03:30 2022 +0200
- f61dd19 CLEANUP: stconn: rename cs_{shut,chk}* to sc_* by Willy Tarreau · Fri May 27 09:00:19 2022 +0200
- 90e8b45 CLEANUP: stconn: rename cs_cant_get() to se_need_more_data() by Willy Tarreau · Wed May 25 18:21:43 2022 +0200
- 4164eb9 MINOR: stconn: start to rename cs_rx_endp_{more,done}() to se_have_{no_,}more_data() by Willy Tarreau · Wed May 25 15:42:03 2022 +0200
- 99615ed CLEANUP: stconn: rename cs_rx_room_{blk,rdy} to sc_{need,have}_room() by Willy Tarreau · Wed May 25 07:29:36 2022 +0200
- b23edc8 MINOR: stconn: rename SE_FL_RXBLK_CONN to SE_FL_APPLET_NEED_CONN by Willy Tarreau · Tue May 24 16:49:03 2022 +0200
- 40a9c32 CLEANUP: stconn: rename cs_{i,o}{b,c} to sc_{i,o}{b,c} by Willy Tarreau · Wed May 18 15:55:18 2022 +0200
- d0a06d5 CLEANUP: applet: use applet_put*() everywhere possible by Willy Tarreau · Wed May 18 15:07:19 2022 +0200
- 026e8fb CLEANUP: stconn: tree-wide rename stconn states CS_ST/SB_* to SC_ST/SB_* by Willy Tarreau · Tue May 17 19:47:17 2022 +0200
- cb04166 CLEANUP: stconn: tree-wide rename stream connector flags CS_FL_* to SC_FL_* by Willy Tarreau · Tue May 17 19:44:42 2022 +0200
- 7cb9e6c CLEANUP: stream: rename "csf" and "csb" to "scf" and "scb" by Willy Tarreau · Tue May 17 19:40:40 2022 +0200
- 4596fe2 CLEANUP: conn_stream: tree-wide rename to stconn (stream connector) by Willy Tarreau · Tue May 17 19:07:51 2022 +0200
- 6095d57 MINOR: applet: Add API to start applet on a thread subset by Christopher Faulet · Mon May 16 17:09:48 2022 +0200
- 9223851 MEDIUM: dns: Refactor dns appctx creation by Christopher Faulet · Thu May 12 15:24:46 2022 +0200
- 92202da MINOR: applet: Let the frontend appctx release the session by Christopher Faulet · Wed May 11 12:22:10 2022 +0200
- 6796a06 CLEANUP: conn_stream: merge cs_new_from_{mux,applet} into cs_new_from_endp() by Willy Tarreau · Wed May 11 16:11:24 2022 +0200
- 0698c80 CLEANUP: applet: remove the unneeded appctx->owner by Willy Tarreau · Wed May 11 14:09:57 2022 +0200
- 314e6ec BUG/MAJOR: dns: multi-thread concurrency issue on UDP socket by Emeric Brun · Tue May 10 11:35:48 2022 +0200
- 0d626a5 CLEANUP: dns: stop abusing the sink forwarder's context by Willy Tarreau · Wed May 04 20:41:19 2022 +0200
- 03bd395 MEDIUM: stream: remove the confusing SF_ADDR_SET flag by Willy Tarreau · Mon May 02 16:36:47 2022 +0200
- 3824743 CLEANUP: tree-wide: use fd_set_nonblock() and fd_set_cloexec() by Willy Tarreau · Tue Apr 26 10:24:14 2022 +0200
- acef5e2 MINOR: tree-wide: always consider EWOULDBLOCK in addition to EAGAIN by Willy Tarreau · Mon Apr 25 20:32:15 2022 +0200
- 6b0a0fb CLEANUP: tree-wide: Remove any ref to stream-interfaces by Christopher Faulet · Mon Apr 04 11:29:28 2022 +0200
- a0bdec3 MEDIUM: stream-int/conn-stream: Move blocking flags from SI to CS by Christopher Faulet · Mon Apr 04 07:51:21 2022 +0200
- da098e6 MINOR: stream-int/conn-stream: Move si_shut* and si_chk* in conn-stream scope by Christopher Faulet · Thu Mar 31 17:44:45 2022 +0200
- 62e7574 MEDIUM: stream-int/conn-stream: Move stream-interface state in the conn-stream by Christopher Faulet · Thu Mar 31 09:16:34 2022 +0200
- 8abe712 MINOR: stream-int: Remove SI_FL_NOLINGER/NOHALF to rely on CS flags instead by Christopher Faulet · Wed Mar 30 15:10:18 2022 +0200
- 8da67aa MEDIUM: stream-int/conn-stream: Move src/dst addresses in the conn-stream by Christopher Faulet · Tue Mar 29 17:53:09 2022 +0200
- 908628c MEDIUM: tree-wide: Use CS util functions instead of SI ones by Christopher Faulet · Fri Mar 25 16:43:49 2022 +0100
- 9ec2f4d MAJOR: conn-stream: Share endpoint struct between the CS and the mux/applet by Christopher Faulet · Wed Mar 23 15:15:29 2022 +0100
- a9e8b39 MEDIUM: conn-stream: Pre-allocate endpoint to create CS from muxes and applets by Christopher Faulet · Wed Mar 23 11:01:09 2022 +0100
- b669d68 MEDIUM: conn-stream: Be able to pass endpoint to create a conn-stream by Christopher Faulet · Tue Mar 22 18:37:19 2022 +0100
- 9388204 MAJOR: conn-stream: Invert conn-stream endpoint and its context by Christopher Faulet · Wed Jan 19 14:56:50 2022 +0100
- 2479e5f MEDIUM: applet: Set the appctx owner during allocation by Christopher Faulet · Wed Jan 19 14:50:11 2022 +0100
- cda94ac MAJOR: stream/conn_stream: Move the stream-interface into the conn-stream by Christopher Faulet · Thu Dec 23 17:28:17 2021 +0100
- 8f8f35b MINOR: dns: Always access the stream-int via the conn-stream by Christopher Faulet · Thu Dec 23 13:40:42 2021 +0100
- f835dea MEDIUM: conn_stream: Add a pointer to the app object into the conn-stream by Christopher Faulet · Tue Dec 21 14:35:17 2021 +0100
- 86e1c33 MEDIUM: applet: Set the conn-stream as appctx owner instead of the stream-int by Christopher Faulet · Mon Dec 20 17:09:39 2021 +0100
- 13a35e5 MAJOR: conn_stream/stream-int: move the appctx to the conn-stream by Christopher Faulet · Mon Dec 20 15:34:16 2021 +0100
- 16f16af MINOR: stream: Use backend stream-interface dst address instead of target_addr by Christopher Faulet · Wed Oct 27 09:34:56 2021 +0200
- dde1b44 OPTIM: dns: use an atomic check for the list membership by Willy Tarreau · Thu Oct 21 14:33:38 2021 +0200
- 62e467c DEBUG: dns: add a few more BUG_ON at sensitive places by Willy Tarreau · Wed Oct 20 11:02:13 2021 +0200
- b56a878 CLEANUP: dns: always detach the appctx from the dns session on release by Willy Tarreau · Wed Oct 20 14:38:43 2021 +0200
- 7045590 BUG/MAJOR: dns: attempt to lock globaly for msg waiter list instead of use barrier by Emeric Brun · Wed Oct 20 10:49:53 2021 +0200
- d20dc21 BUG/MAJOR: dns: tcp session can remain attached to a list after a free by Emeric Brun · Tue Oct 19 15:40:10 2021 +0200
- beeabf5 MINOR: task: provide 3 task_new_* wrappers to simplify the API by Willy Tarreau · Fri Oct 01 18:23:30 2021 +0200
- e612446 MINOR: applet: remove the thread mask from appctx_new() by Willy Tarreau · Mon Sep 13 10:07:38 2021 +0200
- c3fe968 CLEANUP: dns: Remove a forgotten debug message by Christopher Faulet · Wed Jun 23 12:21:43 2021 +0200
- 714f345 DOC: fix a few remainig cases of "Haproxy" and "HAproxy" in doc and comments by Willy Tarreau · Sun May 09 06:47:26 2021 +0200
- 9f9e9fc BUILD: dns: include tools.h in dns.c by Willy Tarreau · Sat May 08 13:09:46 2021 +0200
- 2b71810 CLEANUP: lists/tree-wide: rename some list operations to avoid some confusion by Willy Tarreau · Wed Apr 21 07:32:39 2021 +0200
- 4781b15 CLEANUP: atomic/tree-wide: replace single increments/decrements with inc/dec by Willy Tarreau · Tue Apr 06 13:53:36 2021 +0200
- f509065 MEDIUM: fd: merge fdtab[].ev and state for FD_EV_* and FD_POLL_* into state by Willy Tarreau · Tue Apr 06 17:23:40 2021 +0200
- 144f84a MEDIUM: task: extend the state field to 32 bits by Willy Tarreau · Tue Mar 02 16:09:26 2021 +0100
- 1e711be CLEANUP: dns: Remove useless test on ns->dgram in dns_connect_nameserver() by Christopher Faulet · Thu Mar 04 16:58:35 2021 +0100
- 1a1b674 CLEANUP: dns: Use DISGUISE() on a never-failing ring_attach() call by Christopher Faulet · Thu Mar 04 16:53:27 2021 +0100
- 92c696e CLEANUP: Use ist2(const void*, size_t) whenever possible by Tim Duesterhus · Sun Feb 28 16:11:36 2021 +0100
- 0de36ad CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · Sat Feb 20 00:23:36 2021 +0500
- 61cfdf4 CLEANUP: tree-wide: replace free(x);x=NULL with ha_free(&x) by Willy Tarreau · Sat Feb 20 10:46:51 2021 +0100
- e3e648c BUILD: dns: avoid a build warning when threads are disabled (dss unused) by Willy Tarreau · Wed Feb 24 17:38:46 2021 +0100
- 2672215 BUG/MEDIUM: dns: fix multiple double close on fd in dns.c by Emeric Brun · Mon Feb 15 15:20:19 2021 +0100
- 0e40fda BUG/MINOR: dns: fix ring attach control on dns_session_new by Emeric Brun · Mon Feb 15 15:13:31 2021 +0100
- 743afee BUG/MINOR: dns: missing test writing in output channel in session handler by Emeric Brun · Mon Feb 15 14:12:06 2021 +0100
- 526b792 BUG/MINOR: dns: dns_connect_server must return -1 unsupported nameserver's type by Emeric Brun · Mon Feb 15 14:28:27 2021 +0100
- 538bb04 BUG/MINOR: dns: add test on result getting value from buffer into ring. by Emeric Brun · Mon Feb 15 13:58:06 2021 +0100
- fd647d5 MEDIUM: dns: adds code to support pipelined DNS requests over TCP. by Emeric Brun · Fri Feb 12 20:03:38 2021 +0100
- c943799 MEDIUM: resolvers/dns: split dns.c into dns.c and resolvers.c by Emeric Brun · Fri Feb 12 19:42:55 2021 +0100
- d26a623 MEDIUM: resolvers: split resolving and dns message exchange layers. by Emeric Brun · Mon Jan 04 13:32:20 2021 +0100
- d3b4495 MINOR: resolvers: rework dns stats prototype because specific to resolvers by Emeric Brun · Wed Jan 06 16:01:02 2021 +0100
- 6a2006a MINOR: resolvers: replace nameserver's resolver ref by generic parent pointer by Emeric Brun · Mon Jan 04 13:18:55 2021 +0100
- 8a55193 MEDIUM: resolvers: move resolvers section parsing from cfgparse.c to dns.c by Emeric Brun · Tue Nov 24 17:24:34 2020 +0100
- d30e9a1 MINOR: resolvers: rework prototype suffixes to split resolving and dns. by Emeric Brun · Wed Dec 23 18:49:16 2020 +0100
- 456de77 MINOR: resolvers: renames resolvers DNS_UPD_* returncodes to RSLV_UPD_* by Emeric Brun · Wed Dec 23 18:17:31 2020 +0100
- 30c766e MINOR: resolvers: renames resolvers DNS_RESP_* errcodes RSLV_RESP_* by Emeric Brun · Wed Dec 23 18:12:31 2020 +0100
- 21fbeed MINOR: resolvers: renames some dns prefixed types using resolv prefix. by Emeric Brun · Wed Dec 23 18:01:04 2020 +0100
- 08622d3 MINOR: resolvers: renames some resolvers specific types to not use dns prefix by Emeric Brun · Wed Dec 23 17:41:43 2020 +0100
- 750fe79 MINOR: resolvers: renames type dns_resolvers to resolvers. by Emeric Brun · Wed Dec 23 16:51:12 2020 +0100
- 85914e9 MINOR: resolvers: renames some resolvers internal types and removes dns prefix by Emeric Brun · Wed Dec 23 16:38:06 2020 +0100
- 50c870e BUG/MINOR: dns: add missing sent counter and parent id to dns counters. by Emeric Brun · Mon Jan 04 10:40:46 2021 +0100
- 21ca3df MINOR: dns: Don't set the check port during a server dns resolution by Christopher Faulet · Thu Feb 04 10:39:56 2021 +0100
- 6554742 BUG/MINOR: dns: SRV records ignores duplicated AR records (v2) by Baptiste Assmann · Fri Jan 15 17:01:24 2021 +0100
- a1eea3b Revert "BUG/MINOR: dns: SRV records ignores duplicated AR records" by Christopher Faulet · Tue Jan 12 10:27:26 2021 +0100
- e5ff141 CLEANUP: Compare the return value of `XXXcmp()` functions with zero by Tim Duesterhus · Sat Jan 02 22:31:53 2021 +0100
- 949a7f6 BUG/MINOR: dns: SRV records ignores duplicated AR records by Baptiste Assmann · Wed Nov 25 08:17:59 2020 +0100
- fbd0bc9 MINOR: dns/stats: integrate dns counters in stats by Amaury Denoyelle · Mon Oct 05 11:49:46 2020 +0200
- d6c6b5f BUG/MEDIUM: dns: Be sure to renew IP address for already known servers by Christopher Faulet · Tue Sep 08 10:27:24 2020 +0200
- 5a89175 BUG/MEDIUM: dns: Don't store additional records in a linked-list by Christopher Faulet · Tue Sep 08 10:06:01 2020 +0200
- 87138c3 BUG/MAJOR: dns: disabled servers through SRV records never recover by Baptiste Assmann · Tue Aug 04 10:57:21 2020 +0200
- cde8303 CLEANUP: dns: typo in reported error message by Baptiste Assmann · Tue Aug 04 10:54:14 2020 +0200
- 385101e BUG/MEDIUM: dns: Don't yield in do-resolve action on a final evaluation by Christopher Faulet · Tue Jul 28 10:21:54 2020 +0200
- 4002f8d BUG/MAJOR: dns: don't treat Authority records as an error by Jerome Magnin · Sun Jul 26 12:13:12 2020 +0200
- 963f701 CLEANUP: dns: remove 45 "return" statements from dns_validate_dns_response() by Willy Tarreau · Wed Jul 22 17:00:45 2020 +0200
- 010ab35 BUG/MEDIUM: dns: Release answer items when a DNS resolution is freed by Christopher Faulet · Wed Jul 22 15:55:49 2020 +0200
- 5098a08 BUG/MAJOR: dns: Make the do-resolve action thread-safe by Christopher Faulet · Wed Jul 22 11:46:32 2020 +0200
- 46a030c CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · Sun Jul 05 16:36:08 2020 +0500