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