1. 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
  2. 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
  3. 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
  4. 908628c MEDIUM: tree-wide: Use CS util functions instead of SI ones by Christopher Faulet · Fri Mar 25 16:43:49 2022 +0100
  5. 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
  6. 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
  7. 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
  8. 9388204 MAJOR: conn-stream: Invert conn-stream endpoint and its context by Christopher Faulet · Wed Jan 19 14:56:50 2022 +0100
  9. 2479e5f MEDIUM: applet: Set the appctx owner during allocation by Christopher Faulet · Wed Jan 19 14:50:11 2022 +0100
  10. cda94ac MAJOR: stream/conn_stream: Move the stream-interface into the conn-stream by Christopher Faulet · Thu Dec 23 17:28:17 2021 +0100
  11. 8f8f35b MINOR: dns: Always access the stream-int via the conn-stream by Christopher Faulet · Thu Dec 23 13:40:42 2021 +0100
  12. 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
  13. 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
  14. 13a35e5 MAJOR: conn_stream/stream-int: move the appctx to the conn-stream by Christopher Faulet · Mon Dec 20 15:34:16 2021 +0100
  15. 16f16af MINOR: stream: Use backend stream-interface dst address instead of target_addr by Christopher Faulet · Wed Oct 27 09:34:56 2021 +0200
  16. dde1b44 OPTIM: dns: use an atomic check for the list membership by Willy Tarreau · Thu Oct 21 14:33:38 2021 +0200
  17. 62e467c DEBUG: dns: add a few more BUG_ON at sensitive places by Willy Tarreau · Wed Oct 20 11:02:13 2021 +0200
  18. b56a878 CLEANUP: dns: always detach the appctx from the dns session on release by Willy Tarreau · Wed Oct 20 14:38:43 2021 +0200
  19. 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
  20. 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
  21. beeabf5 MINOR: task: provide 3 task_new_* wrappers to simplify the API by Willy Tarreau · Fri Oct 01 18:23:30 2021 +0200
  22. e612446 MINOR: applet: remove the thread mask from appctx_new() by Willy Tarreau · Mon Sep 13 10:07:38 2021 +0200
  23. c3fe968 CLEANUP: dns: Remove a forgotten debug message by Christopher Faulet · Wed Jun 23 12:21:43 2021 +0200
  24. 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
  25. 9f9e9fc BUILD: dns: include tools.h in dns.c by Willy Tarreau · Sat May 08 13:09:46 2021 +0200
  26. 2b71810 CLEANUP: lists/tree-wide: rename some list operations to avoid some confusion by Willy Tarreau · Wed Apr 21 07:32:39 2021 +0200
  27. 4781b15 CLEANUP: atomic/tree-wide: replace single increments/decrements with inc/dec by Willy Tarreau · Tue Apr 06 13:53:36 2021 +0200
  28. 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
  29. 144f84a MEDIUM: task: extend the state field to 32 bits by Willy Tarreau · Tue Mar 02 16:09:26 2021 +0100
  30. 1e711be CLEANUP: dns: Remove useless test on ns->dgram in dns_connect_nameserver() by Christopher Faulet · Thu Mar 04 16:58:35 2021 +0100
  31. 1a1b674 CLEANUP: dns: Use DISGUISE() on a never-failing ring_attach() call by Christopher Faulet · Thu Mar 04 16:53:27 2021 +0100
  32. 92c696e CLEANUP: Use ist2(const void*, size_t) whenever possible by Tim Duesterhus · Sun Feb 28 16:11:36 2021 +0100
  33. 0de36ad CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · Sat Feb 20 00:23:36 2021 +0500
  34. 61cfdf4 CLEANUP: tree-wide: replace free(x);x=NULL with ha_free(&x) by Willy Tarreau · Sat Feb 20 10:46:51 2021 +0100
  35. e3e648c BUILD: dns: avoid a build warning when threads are disabled (dss unused) by Willy Tarreau · Wed Feb 24 17:38:46 2021 +0100
  36. 2672215 BUG/MEDIUM: dns: fix multiple double close on fd in dns.c by Emeric Brun · Mon Feb 15 15:20:19 2021 +0100
  37. 0e40fda BUG/MINOR: dns: fix ring attach control on dns_session_new by Emeric Brun · Mon Feb 15 15:13:31 2021 +0100
  38. 743afee BUG/MINOR: dns: missing test writing in output channel in session handler by Emeric Brun · Mon Feb 15 14:12:06 2021 +0100
  39. 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
  40. 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
  41. fd647d5 MEDIUM: dns: adds code to support pipelined DNS requests over TCP. by Emeric Brun · Fri Feb 12 20:03:38 2021 +0100
  42. c943799 MEDIUM: resolvers/dns: split dns.c into dns.c and resolvers.c by Emeric Brun · Fri Feb 12 19:42:55 2021 +0100
  43. d26a623 MEDIUM: resolvers: split resolving and dns message exchange layers. by Emeric Brun · Mon Jan 04 13:32:20 2021 +0100
  44. d3b4495 MINOR: resolvers: rework dns stats prototype because specific to resolvers by Emeric Brun · Wed Jan 06 16:01:02 2021 +0100
  45. 6a2006a MINOR: resolvers: replace nameserver's resolver ref by generic parent pointer by Emeric Brun · Mon Jan 04 13:18:55 2021 +0100
  46. 8a55193 MEDIUM: resolvers: move resolvers section parsing from cfgparse.c to dns.c by Emeric Brun · Tue Nov 24 17:24:34 2020 +0100
  47. d30e9a1 MINOR: resolvers: rework prototype suffixes to split resolving and dns. by Emeric Brun · Wed Dec 23 18:49:16 2020 +0100
  48. 456de77 MINOR: resolvers: renames resolvers DNS_UPD_* returncodes to RSLV_UPD_* by Emeric Brun · Wed Dec 23 18:17:31 2020 +0100
  49. 30c766e MINOR: resolvers: renames resolvers DNS_RESP_* errcodes RSLV_RESP_* by Emeric Brun · Wed Dec 23 18:12:31 2020 +0100
  50. 21fbeed MINOR: resolvers: renames some dns prefixed types using resolv prefix. by Emeric Brun · Wed Dec 23 18:01:04 2020 +0100
  51. 08622d3 MINOR: resolvers: renames some resolvers specific types to not use dns prefix by Emeric Brun · Wed Dec 23 17:41:43 2020 +0100
  52. 750fe79 MINOR: resolvers: renames type dns_resolvers to resolvers. by Emeric Brun · Wed Dec 23 16:51:12 2020 +0100
  53. 85914e9 MINOR: resolvers: renames some resolvers internal types and removes dns prefix by Emeric Brun · Wed Dec 23 16:38:06 2020 +0100
  54. 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
  55. 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
  56. 6554742 BUG/MINOR: dns: SRV records ignores duplicated AR records (v2) by Baptiste Assmann · Fri Jan 15 17:01:24 2021 +0100
  57. a1eea3b Revert "BUG/MINOR: dns: SRV records ignores duplicated AR records" by Christopher Faulet · Tue Jan 12 10:27:26 2021 +0100
  58. e5ff141 CLEANUP: Compare the return value of `XXXcmp()` functions with zero by Tim Duesterhus · Sat Jan 02 22:31:53 2021 +0100
  59. 949a7f6 BUG/MINOR: dns: SRV records ignores duplicated AR records by Baptiste Assmann · Wed Nov 25 08:17:59 2020 +0100
  60. fbd0bc9 MINOR: dns/stats: integrate dns counters in stats by Amaury Denoyelle · Mon Oct 05 11:49:46 2020 +0200
  61. 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
  62. 5a89175 BUG/MEDIUM: dns: Don't store additional records in a linked-list by Christopher Faulet · Tue Sep 08 10:06:01 2020 +0200
  63. 87138c3 BUG/MAJOR: dns: disabled servers through SRV records never recover by Baptiste Assmann · Tue Aug 04 10:57:21 2020 +0200
  64. cde8303 CLEANUP: dns: typo in reported error message by Baptiste Assmann · Tue Aug 04 10:54:14 2020 +0200
  65. 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
  66. 4002f8d BUG/MAJOR: dns: don't treat Authority records as an error by Jerome Magnin · Sun Jul 26 12:13:12 2020 +0200
  67. 963f701 CLEANUP: dns: remove 45 "return" statements from dns_validate_dns_response() by Willy Tarreau · Wed Jul 22 17:00:45 2020 +0200
  68. 010ab35 BUG/MEDIUM: dns: Release answer items when a DNS resolution is freed by Christopher Faulet · Wed Jul 22 15:55:49 2020 +0200
  69. 5098a08 BUG/MAJOR: dns: Make the do-resolve action thread-safe by Christopher Faulet · Wed Jul 22 11:46:32 2020 +0200
  70. 46a030c CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · Sun Jul 05 16:36:08 2020 +0500
  71. f278eec BUILD: tree-wide: cast arguments to tolower/toupper to unsigned char by Willy Tarreau · Sun Jul 05 21:46:32 2020 +0200
  72. 7c18b54 REORG: dgram: rename proto_udp to dgram by Willy Tarreau · Thu Jun 11 09:23:02 2020 +0200
  73. b255105 CLEANUP: include: tree-wide alphabetical sort of include files by Willy Tarreau · Tue Jun 09 09:07:15 2020 +0200
  74. 6be7849 REORG: include: move cfgparse.h to haproxy/cfgparse.h by Willy Tarreau · Fri Jun 05 00:00:29 2020 +0200
  75. 1e56f92 REORG: include: move server.h to haproxy/server{,-t}.h by Willy Tarreau · Thu Jun 04 23:20:13 2020 +0200
  76. a264d96 REORG: include: move proxy.h to haproxy/proxy{,-t}.h by Willy Tarreau · Thu Jun 04 22:29:18 2020 +0200
  77. aeed4a8 REORG: include: move log.h to haproxy/log{,-t}.h by Willy Tarreau · Thu Jun 04 22:01:04 2020 +0200
  78. c2b1ff0 REORG: include: move http_ana.h to haproxy/http_ana{,-t}.h by Willy Tarreau · Thu Jun 04 21:21:03 2020 +0200
  79. f1d32c4 REORG: include: move channel.h to haproxy/channel{,-t}.h by Willy Tarreau · Thu Jun 04 21:07:02 2020 +0200
  80. 5e539c9 REORG: include: move stream_interface.h to haproxy/stream_interface{,-t}.h by Willy Tarreau · Thu Jun 04 20:45:39 2020 +0200
  81. 83487a8 REORG: include: move cli.h to haproxy/cli{,-t}.h by Willy Tarreau · Thu Jun 04 20:19:54 2020 +0200
  82. 2eec9b5 REORG: include: move stats.h to haproxy/stats{,-t}.h by Willy Tarreau · Thu Jun 04 19:58:55 2020 +0200
  83. 3f0f82e REORG: move applet.h to haproxy/applet{,-t}.h by Willy Tarreau · Thu Jun 04 19:42:41 2020 +0200
  84. 4aa573d REORG: include: move checks.h to haproxy/check{,-t}.h by Willy Tarreau · Thu Jun 04 18:21:56 2020 +0200
  85. 8b550af REORG: include: move tcp_rules.h to haproxy/tcp_rules.h by Willy Tarreau · Thu Jun 04 17:42:48 2020 +0200
  86. cea0e1b REORG: include: move task.h to haproxy/task{,-t}.h by Willy Tarreau · Thu Jun 04 17:25:40 2020 +0200
  87. f268ee8 REORG: include: split global.h into haproxy/global{,-t}.h by Willy Tarreau · Thu Jun 04 17:05:57 2020 +0200
  88. a171892 REORG: include: move vars.h to haproxy/vars{,-t}.h by Willy Tarreau · Thu Jun 04 16:25:31 2020 +0200
  89. e6ce10b REORG: include: move sample.h to haproxy/sample{,-t}.h by Willy Tarreau · Thu Jun 04 15:33:47 2020 +0200
  90. c761f84 REORG: include: move http_rules.h to haproxy/http_rules.h by Willy Tarreau · Thu Jun 04 11:40:28 2020 +0200
  91. eb92deb REORG: include: move dns.h to haproxy/dns{,-t}.h by Willy Tarreau · Thu Jun 04 10:53:16 2020 +0200
  92. 122eba9 REORG: include: move action.h to haproxy/action{,-t}.h by Willy Tarreau · Thu Jun 04 10:15:32 2020 +0200
  93. 832ce65 REORG: include: move proto_udp.h to haproxy/proto_udp{,-t}.h by Willy Tarreau · Thu Jun 04 08:36:05 2020 +0200
  94. 0f6ffd6 REORG: include: move fd.h to haproxy/fd{,-t}.h by Willy Tarreau · Wed Jun 03 19:33:00 2020 +0200
  95. c2f7c58 REORG: include: move common/ticks.h to haproxy/ticks.h by Willy Tarreau · Tue Jun 02 18:15:32 2020 +0200
  96. 6131d6a REORG: include: move common/net_helper.h to haproxy/net_helper.h by Willy Tarreau · Tue Jun 02 16:48:09 2020 +0200
  97. 92b4f13 REORG: include: move time.h from common/ to haproxy/ by Willy Tarreau · Mon Jun 01 11:05:15 2020 +0200
  98. 8d36697 REORG: include: move base64.h, errors.h and hash.h from common to to haproxy/ by Willy Tarreau · Wed May 27 16:10:29 2020 +0200
  99. 4c7e4b7 REORG: include: update all files to use haproxy/api.h or api-t.h if needed by Willy Tarreau · Wed May 27 12:58:42 2020 +0200
  100. b17b884 BUG/MEDIUM: dns: Consider the fact that dns answers are case-insensitive by Olivier Houchard · Wed Apr 01 18:30:27 2020 +0200