1. 7b3d38a MEDIUM: tree-wide: Change sc API to specify required free space to progress by Christopher Faulet · Fri May 05 11:28:45 2023 +0200
  2. 1307cd4 CLEANUP: Stop checking the pointer before calling `ring_free()` by Tim Duesterhus · Sat Apr 22 17:47:35 2023 +0200
  3. fe83f58 CLEANUP: Stop checking the pointer before calling `task_free()` by Tim Duesterhus · Sat Apr 22 17:47:34 2023 +0200
  4. c18e244 CLEANUP: Stop checking the pointer before calling `pool_free()` by Tim Duesterhus · Sat Apr 22 17:47:33 2023 +0200
  5. e0f4717 BUG/MEDIUM: dns: Kill idle DNS sessions during stopping stage by Christopher Faulet · Tue Apr 11 07:44:34 2023 +0200
  6. 26769b0 MEDIUM: dns: Use the sedesc to report and detect end of processing by Christopher Faulet · Fri Mar 31 10:48:03 2023 +0200
  7. 4d3283f MINOR: dns: Remove the test on the opposite SC state to send requests by Christopher Faulet · Fri Mar 31 10:42:22 2023 +0200
  8. 9a790f6 MINOR: stconn/channel: Move CF_READ_DONTWAIT into the SC and rename it by Christopher Faulet · Thu Mar 16 14:40:03 2023 +0100
  9. 28975e1 BUG/MEDIUM: dns: Properly handle error when a response consumed by Christopher Faulet · Thu Mar 30 15:49:30 2023 +0200
  10. bce0c0c BUG/MINOR: dns: fix ring offset calculation in dns_resolve_send() by Aurelien DARRAGON · Tue Mar 07 18:01:34 2023 +0100
  11. 5a43db2 BUG/MINOR: dns: fix ring offset calculation on first read by Aurelien DARRAGON · Tue Mar 07 17:45:02 2023 +0100
  12. 737d10f BUG/MEDIUM: dns: ensure ring offset is properly reajusted to head by Amaury Denoyelle · Tue Mar 07 11:18:27 2023 +0100
  13. d9c7188 MEDIUM: ring: make the offset relative to the head/tail instead of absolute by Willy Tarreau · Wed Feb 22 14:50:14 2023 +0100
  14. 15315d6 CLEANUP: stconn: Remove old read and write expiration dates by Christopher Faulet · Mon Feb 20 08:23:51 2023 +0100
  15. b08c525 MINOR: stconn: Always report READ/WRITE event on shutr/shutw by Christopher Faulet · Mon Feb 20 07:55:19 2023 +0100
  16. 2ca4cc1 MINOR: applet/stconn: Add a SE flag to specify an endpoint does not expect data by Christopher Faulet · Wed Feb 22 14:22:56 2023 +0100
  17. 5aaacfb MEDIUM: stconn: Replace read and write timeouts by a unique I/O timeout by Christopher Faulet · Wed Feb 15 08:13:33 2023 +0100
  18. f8413cb MEDIUM: channel/stconn: Move rex/wex timer from the channel to the sedesc by Christopher Faulet · Tue Feb 07 16:06:14 2023 +0100
  19. ed7e66f MINOR: channel/stconn: Move rto/wto from the channel to the stconn by Christopher Faulet · Tue Feb 07 11:09:15 2023 +0100
  20. da89e9b MINOR: channel/applets: Stop to test CF_WRITE_ERROR flag if CF_SHUTW is enough by Christopher Faulet · Wed Jan 04 14:11:10 2023 +0100
  21. 6e1bbc4 REORG: channel: Rename CF_READ_NULL to CF_READ_EVENT by Christopher Faulet · Mon Dec 12 08:08:15 2022 +0100
  22. 14a60d4 BUG/MEDIUM: dns: Properly initialize new DNS session by Christopher Faulet · Wed Aug 03 10:30:06 2022 +0200
  23. 27a3245 MEDIUM: fd: make fd_insert() take local thread masks by Willy Tarreau · Thu Jul 07 08:29:00 2022 +0200
  24. 9464bb1 MEDIUM: fd: add the tgid to the fd and pass it to fd_insert() by Willy Tarreau · Tue Jul 05 05:16:13 2022 +0200
  25. 3ccb14d MINOR: thread: get rid of MAX_THREADS_MASK by Willy Tarreau · Tue Jun 14 11:18:40 2022 +0200
  26. c12b321 CLEANUP: applet: rename appctx_cs() to appctx_sc() by Willy Tarreau · Fri May 27 11:08:15 2022 +0200
  27. d7950ad CLEANUP: dns: rename all occurrences of stconn "cs" to "sc" by Willy Tarreau · Fri May 27 10:33:42 2022 +0200
  28. cb086c6 REORG: stconn: rename conn_stream.{c,h} to stconn.{c,h} by Willy Tarreau · Fri May 27 09:47:12 2022 +0200
  29. 5edca2f REORG: rename cs_utils.h to sc_strm.h by Willy Tarreau · Fri May 27 09:25:10 2022 +0200
  30. 74568cf CLEANUP: stconn: rename final state manipulation functions from cs_* to sc_* by Willy Tarreau · Fri May 27 09:03:30 2022 +0200
  31. f61dd19 CLEANUP: stconn: rename cs_{shut,chk}* to sc_* by Willy Tarreau · Fri May 27 09:00:19 2022 +0200
  32. 90e8b45 CLEANUP: stconn: rename cs_cant_get() to se_need_more_data() by Willy Tarreau · Wed May 25 18:21:43 2022 +0200
  33. 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
  34. 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
  35. 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
  36. 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
  37. d0a06d5 CLEANUP: applet: use applet_put*() everywhere possible by Willy Tarreau · Wed May 18 15:07:19 2022 +0200
  38. 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
  39. 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
  40. 7cb9e6c CLEANUP: stream: rename "csf" and "csb" to "scf" and "scb" by Willy Tarreau · Tue May 17 19:40:40 2022 +0200
  41. 4596fe2 CLEANUP: conn_stream: tree-wide rename to stconn (stream connector) by Willy Tarreau · Tue May 17 19:07:51 2022 +0200
  42. 6095d57 MINOR: applet: Add API to start applet on a thread subset by Christopher Faulet · Mon May 16 17:09:48 2022 +0200
  43. 9223851 MEDIUM: dns: Refactor dns appctx creation by Christopher Faulet · Thu May 12 15:24:46 2022 +0200
  44. 92202da MINOR: applet: Let the frontend appctx release the session by Christopher Faulet · Wed May 11 12:22:10 2022 +0200
  45. 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
  46. 0698c80 CLEANUP: applet: remove the unneeded appctx->owner by Willy Tarreau · Wed May 11 14:09:57 2022 +0200
  47. 314e6ec BUG/MAJOR: dns: multi-thread concurrency issue on UDP socket by Emeric Brun · Tue May 10 11:35:48 2022 +0200
  48. 0d626a5 CLEANUP: dns: stop abusing the sink forwarder's context by Willy Tarreau · Wed May 04 20:41:19 2022 +0200
  49. 03bd395 MEDIUM: stream: remove the confusing SF_ADDR_SET flag by Willy Tarreau · Mon May 02 16:36:47 2022 +0200
  50. 3824743 CLEANUP: tree-wide: use fd_set_nonblock() and fd_set_cloexec() by Willy Tarreau · Tue Apr 26 10:24:14 2022 +0200
  51. acef5e2 MINOR: tree-wide: always consider EWOULDBLOCK in addition to EAGAIN by Willy Tarreau · Mon Apr 25 20:32:15 2022 +0200
  52. 6b0a0fb CLEANUP: tree-wide: Remove any ref to stream-interfaces by Christopher Faulet · Mon Apr 04 11:29:28 2022 +0200
  53. a0bdec3 MEDIUM: stream-int/conn-stream: Move blocking flags from SI to CS by Christopher Faulet · Mon Apr 04 07:51:21 2022 +0200
  54. 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
  55. 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
  56. 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
  57. 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
  58. 908628c MEDIUM: tree-wide: Use CS util functions instead of SI ones by Christopher Faulet · Fri Mar 25 16:43:49 2022 +0100
  59. 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
  60. 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
  61. 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
  62. 9388204 MAJOR: conn-stream: Invert conn-stream endpoint and its context by Christopher Faulet · Wed Jan 19 14:56:50 2022 +0100
  63. 2479e5f MEDIUM: applet: Set the appctx owner during allocation by Christopher Faulet · Wed Jan 19 14:50:11 2022 +0100
  64. cda94ac MAJOR: stream/conn_stream: Move the stream-interface into the conn-stream by Christopher Faulet · Thu Dec 23 17:28:17 2021 +0100
  65. 8f8f35b MINOR: dns: Always access the stream-int via the conn-stream by Christopher Faulet · Thu Dec 23 13:40:42 2021 +0100
  66. 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
  67. 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
  68. 13a35e5 MAJOR: conn_stream/stream-int: move the appctx to the conn-stream by Christopher Faulet · Mon Dec 20 15:34:16 2021 +0100
  69. 16f16af MINOR: stream: Use backend stream-interface dst address instead of target_addr by Christopher Faulet · Wed Oct 27 09:34:56 2021 +0200
  70. dde1b44 OPTIM: dns: use an atomic check for the list membership by Willy Tarreau · Thu Oct 21 14:33:38 2021 +0200
  71. 62e467c DEBUG: dns: add a few more BUG_ON at sensitive places by Willy Tarreau · Wed Oct 20 11:02:13 2021 +0200
  72. b56a878 CLEANUP: dns: always detach the appctx from the dns session on release by Willy Tarreau · Wed Oct 20 14:38:43 2021 +0200
  73. 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
  74. 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
  75. beeabf5 MINOR: task: provide 3 task_new_* wrappers to simplify the API by Willy Tarreau · Fri Oct 01 18:23:30 2021 +0200
  76. e612446 MINOR: applet: remove the thread mask from appctx_new() by Willy Tarreau · Mon Sep 13 10:07:38 2021 +0200
  77. c3fe968 CLEANUP: dns: Remove a forgotten debug message by Christopher Faulet · Wed Jun 23 12:21:43 2021 +0200
  78. 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
  79. 9f9e9fc BUILD: dns: include tools.h in dns.c by Willy Tarreau · Sat May 08 13:09:46 2021 +0200
  80. 2b71810 CLEANUP: lists/tree-wide: rename some list operations to avoid some confusion by Willy Tarreau · Wed Apr 21 07:32:39 2021 +0200
  81. 4781b15 CLEANUP: atomic/tree-wide: replace single increments/decrements with inc/dec by Willy Tarreau · Tue Apr 06 13:53:36 2021 +0200
  82. 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
  83. 144f84a MEDIUM: task: extend the state field to 32 bits by Willy Tarreau · Tue Mar 02 16:09:26 2021 +0100
  84. 1e711be CLEANUP: dns: Remove useless test on ns->dgram in dns_connect_nameserver() by Christopher Faulet · Thu Mar 04 16:58:35 2021 +0100
  85. 1a1b674 CLEANUP: dns: Use DISGUISE() on a never-failing ring_attach() call by Christopher Faulet · Thu Mar 04 16:53:27 2021 +0100
  86. 92c696e CLEANUP: Use ist2(const void*, size_t) whenever possible by Tim Duesterhus · Sun Feb 28 16:11:36 2021 +0100
  87. 0de36ad CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · Sat Feb 20 00:23:36 2021 +0500
  88. 61cfdf4 CLEANUP: tree-wide: replace free(x);x=NULL with ha_free(&x) by Willy Tarreau · Sat Feb 20 10:46:51 2021 +0100
  89. e3e648c BUILD: dns: avoid a build warning when threads are disabled (dss unused) by Willy Tarreau · Wed Feb 24 17:38:46 2021 +0100
  90. 2672215 BUG/MEDIUM: dns: fix multiple double close on fd in dns.c by Emeric Brun · Mon Feb 15 15:20:19 2021 +0100
  91. 0e40fda BUG/MINOR: dns: fix ring attach control on dns_session_new by Emeric Brun · Mon Feb 15 15:13:31 2021 +0100
  92. 743afee BUG/MINOR: dns: missing test writing in output channel in session handler by Emeric Brun · Mon Feb 15 14:12:06 2021 +0100
  93. 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
  94. 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
  95. fd647d5 MEDIUM: dns: adds code to support pipelined DNS requests over TCP. by Emeric Brun · Fri Feb 12 20:03:38 2021 +0100
  96. c943799 MEDIUM: resolvers/dns: split dns.c into dns.c and resolvers.c by Emeric Brun · Fri Feb 12 19:42:55 2021 +0100
  97. d26a623 MEDIUM: resolvers: split resolving and dns message exchange layers. by Emeric Brun · Mon Jan 04 13:32:20 2021 +0100
  98. d3b4495 MINOR: resolvers: rework dns stats prototype because specific to resolvers by Emeric Brun · Wed Jan 06 16:01:02 2021 +0100
  99. 6a2006a MINOR: resolvers: replace nameserver's resolver ref by generic parent pointer by Emeric Brun · Mon Jan 04 13:18:55 2021 +0100
  100. 8a55193 MEDIUM: resolvers: move resolvers section parsing from cfgparse.c to dns.c by Emeric Brun · Tue Nov 24 17:24:34 2020 +0100