1. b17b884 BUG/MEDIUM: dns: Consider the fact that dns answers are case-insensitive by Olivier Houchard · Wed Apr 01 18:30:27 2020 +0200
  2. 37950c8 BUG/MEDIUM: dns: improper parsing of aditional records by Baptiste Assmann · Wed Feb 19 01:08:51 2020 +0100
  3. 17ab79f CLEANUP: remove obsolete comments by Baptiste Assmann · Wed Feb 19 00:53:26 2020 +0100
  4. 81725b8 BUG/MINOR: dns: ignore trailing dot by Lukas Tribus · Thu Feb 27 15:47:24 2020 +0100
  5. e3b57bf MINOR: sample: make sample_parse_expr() able to return an end pointer by Willy Tarreau · Fri Feb 14 16:50:14 2020 +0100
  6. 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
  7. a416843 MINOR: dns: Dynamically allocate dns options to reduce the act_rule size by Christopher Faulet · Fri Jan 24 18:08:42 2020 +0100
  8. aecd5dc BUG/MINOR: dns: allow 63 char in hostname by William Dauchy · Sun Jan 26 19:52:34 2020 +0100
  9. 13a9232 MEDIUM: dns: use Additional records from SRV responses by Baptiste Assmann · Fri Jun 07 09:40:55 2019 +0200
  10. 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
  11. fcac33d BUG/MINOR: dns: Make dns_query_id_seed unsigned by Tim Duesterhus · Sat Jan 18 02:04:12 2020 +0100
  12. 0eae632 MEDIUM: dns: implement synchronous send by Willy Tarreau · Fri Dec 20 11:18:54 2019 +0100
  13. 1c75995 BUG/MAJOR: dns: add minimalist error processing on the Rx path by Willy Tarreau · Tue Dec 10 18:38:09 2019 +0100
  14. be8a387 CLEANUP: dns: resolution can never be null by William Dauchy · Wed Nov 27 23:32:41 2019 +0100
  15. f871691 MEDIUM: dns: Add resolve-opts "ignore-weight" by Daniel Corbett · Sun Nov 17 09:48:56 2019 -0500
  16. f50e1ac BUG: dns: timeout resolve not applied for valid resolutions by Baptiste Assmann · Thu Nov 07 11:02:18 2019 +0100
  17. 7264dfe BUG/MINOR: action: do-resolve now use cached response by Baptiste Assmann · Wed Oct 30 16:06:53 2019 +0100
  18. 25e6fc2 BUG/MINOR: dns: allow srv record weight set to 0 by Baptiste Assmann · Mon Oct 21 15:13:48 2019 +0200
  19. 4c52e4b BUG/MINOR: action: do-resolve does not yield on requests with body by Baptiste Assmann · Tue Oct 01 15:32:40 2019 +0200
  20. 9d00869 CLEANUP: cli: replace all occurrences of manual handling of return messages by Willy Tarreau · Fri Aug 09 11:21:01 2019 +0200
  21. fc9cfe4 REORG: proto_htx: Move HTX analyzers & co to http_ana.{c,h} files by Christopher Faulet · Tue Jul 16 14:54:53 2019 +0200
  22. 45726fd BUG/MINOR: dns: remove irrelevant dependency on a client connection by Willy Tarreau · Wed Jul 17 10:38:45 2019 +0200
  23. 333939c MINOR: action: new '(http-request|tcp-request content) do-resolve' action by Baptiste Assmann · Mon Jan 21 08:34:50 2019 +0100
  24. db4c852 MINOR: dns: move callback affection in dns_link_resolution() by Baptiste Assmann · Tue Jan 30 08:08:04 2018 +0100
  25. dfd35fd MINOR: dns: dns_requester structures are now in a memory pool by Baptiste Assmann · Mon Jan 21 08:18:09 2019 +0100
  26. 3f795f7 MEDIUM: tasks: Merge task_delete() and task_free() into task_destroy(). by Olivier Houchard · Wed Apr 17 22:51:06 2019 +0200
  27. 2fa66c3 BUG/MEDIUM: dns: overflowed dns name start position causing invalid dns error by Nikhil Agrawal · Thu Dec 20 10:50:59 2018 +0530
  28. 8d4e7dc BUG/MEDIUM: dns: Don't prevent reading the last byte of the payload in dns_validate_response() by Jérôme Magnin · Thu Dec 20 16:47:31 2018 +0100
  29. efbbdf7 BUG: dns: Prevent out-of-bounds read in dns_validate_dns_response() by Remi Gacogne · Wed Dec 05 17:56:29 2018 +0100
  30. 2d19fbc BUG: dns: Prevent out-of-bounds read in dns_read_name() by Remi Gacogne · Wed Dec 05 17:55:10 2018 +0100
  31. 58df5ae BUG: dns: Prevent stack-exhaustion via recursion loop in dns_read_name by Remi Gacogne · Wed Dec 05 17:52:54 2018 +0100
  32. 2455ceb MEDIUM: memory: use pool_destroy_all() to destroy all pools on deinit() by Willy Tarreau · Mon Nov 26 15:57:34 2018 +0100
  33. 8ceae72 MEDIUM: init: use initcall for all fixed size pool creations by Willy Tarreau · Mon Nov 26 11:58:30 2018 +0100
  34. e655251 MINOR: initcall: use initcalls for section parsers by Willy Tarreau · Mon Nov 26 11:33:13 2018 +0100
  35. 172f5ce MINOR: initcall: use initcalls for most post_{check,deinit} and per_thread* by Willy Tarreau · Mon Nov 26 11:21:50 2018 +0100
  36. 0108d90 MEDIUM: init: convert all trivial registration calls to initcalls by Willy Tarreau · Sun Nov 25 19:14:37 2018 +0100
  37. 42cf639 CLEANUP: Fix typos in the dns subsystem by Joseph Herlant · Thu Nov 15 10:33:28 2018 -0800
  38. db39843 MINOR: stream-int: replace si_cant_put() with si_rx_room_{blk,rdy}() by Willy Tarreau · Thu Nov 15 11:08:52 2018 +0100
  39. d0f5bbc MINOR: stream-int: rename SI_FL_WAIT_ROOM to SI_FL_RXBLK_ROOM by Willy Tarreau · Wed Nov 14 11:10:26 2018 +0100
  40. 433c16f BUILD: dns: fix null-deref build warning at -Wextra by Willy Tarreau · Thu Sep 20 11:15:27 2018 +0200
  41. 044fd5b BUG/MINOR: dns: check and link servers' resolvers right after config parsing by Baptiste Assmann · Fri Aug 10 10:56:38 2018 +0200
  42. f6ee9dc BUG/MEDIUM: dns: don't store dns_build_query() result in the trash's length by Willy Tarreau · Wed Aug 22 04:52:02 2018 +0200
  43. 843b7cb MEDIUM: chunks: make the chunk struct's fields match the buffer struct by Willy Tarreau · Fri Jul 13 10:54:26 2018 +0200
  44. 8e2d943 MINOR: dns: new DNS options to allow/prevent IP address duplication by Baptiste Assmann · Fri Jun 22 15:04:43 2018 +0200
  45. 84221b4 MINOR: dns: fix wrong score computation in dns_get_ip_from_response by Baptiste Assmann · Fri Jun 22 13:03:50 2018 +0200
  46. 741e00a CLEANUP: dns: inacurate comment about prefered IP score by Baptiste Assmann · Fri Jun 22 12:51:51 2018 +0200
  47. e56fffd CLEANUP: dns: remove obsolete macro DNS_MAX_IP_REC by Baptiste Assmann · Thu Jun 21 11:45:58 2018 +0200
  48. 9f6af33 MINOR: tasks: Change the task API so that the callback takes 3 arguments. by Olivier Houchard · Fri May 25 14:04:04 2018 +0200
  49. f3d9e60 BUG/MEDIUM: dns: Delay the attempt to run a DNS resolution on check failure. by Olivier Houchard · Tue May 22 18:40:07 2018 +0200
  50. abbf607 MEDIUM: cli: Add payload support by Aurélien Nephtali · Wed Apr 18 13:26:46 2018 +0200
  51. 210eb25 CLEANUP: dns: remove duplicate code in src/dns.c by Ilya Shipitsin · Thu Mar 15 16:38:38 2018 +0500
  52. 1fa7d2a BUG/MINOR: dns: don't downgrade DNS accepted payload size automatically by Baptiste Assmann · Thu Mar 01 22:26:57 2018 +0100
  53. a9786b6 MINOR: fd: pass the iocb and owner to fd_insert() by Willy Tarreau · Thu Jan 25 07:22:13 2018 +0100
  54. 2ec2db9 MINOR: dns: Handle SRV record weight correctly. by Olivier Houchard · Mon Jan 08 16:28:57 2018 +0100
  55. bafbe01 CLEANUP: pools: rename all pool functions and pointers to remove this "2" by Willy Tarreau · Fri Nov 24 17:34:44 2017 +0100
  56. fbc74e8 MINOR/CLEANUP: proxy: rename "proxy" to "proxies_list" by Olivier Houchard · Fri Nov 24 16:54:05 2017 +0100
  57. 767a84b CLEANUP: log: Rename Alert/Warning in ha_alert/ha_warning by Christopher Faulet · Fri Nov 24 16:50:31 2017 +0100
  58. 2a944ee BUILD: threads: Rename SPIN/RWLOCK macros using HA_ prefix by Christopher Faulet · Tue Nov 07 10:42:54 2017 +0100
  59. 2838107 BUG/MINOR: dns: Don't lock the server lock in snr_check_ip_callback(). by Olivier Houchard · Mon Nov 06 17:30:28 2017 +0100
  60. 55dcdf4 BUG/MINOR: dns: Don't try to get the server lock if it's already held. by Olivier Houchard · Mon Nov 06 15:15:04 2017 +0100
  61. 5ec8457 BUG/MAJOR: threads/dns: add missing unlock on allocation failure path by Willy Tarreau · Sun Nov 05 10:35:57 2017 +0100
  62. e9fd6b5 BUG/MINOR: dns: fix missing lock protection on server. by Emeric Brun · Thu Nov 02 17:20:39 2017 +0100
  63. d16bfe6 BUG/MINOR: dns: Fix SRV records with the new thread code. by Olivier Houchard · Tue Oct 31 15:21:19 2017 +0100
  64. b2812a6 MEDIUM: thread/dns: Make DNS thread-safe by Christopher Faulet · Wed Oct 04 16:17:58 2017 +0200
  65. c60def8 MAJOR: threads/task: handle multithread on task scheduler by Emeric Brun · Wed Sep 27 14:59:38 2017 +0200
  66. 36716a7 MEDIUM: threads/fd: Initialize the process mask during the call to fd_insert by Christopher Faulet · Tue May 30 11:07:16 2017 +0200
  67. 67957bd MAJOR: dns: Refactor the DNS code by Christopher Faulet · Wed Sep 27 11:00:59 2017 +0200
  68. ff88efb BUG/MINOR: dns: Fix CLI keyword declaration by Christopher Faulet · Tue Oct 03 16:00:57 2017 +0200
  69. 06d80a9 REORG: channel: finally rename the last bi_* / bo_* functions by Willy Tarreau · Thu Oct 19 14:32:15 2017 +0200
  70. d5370e1 MINOR: net_helper: add functions to read from vectors by Willy Tarreau · Tue Sep 19 14:59:52 2017 +0200
  71. c3680ec MINOR: add severity information to cli feedback messages by Andjelko Iharos · Thu Jul 20 16:49:14 2017 +0200
  72. 576c5aa MINOR: fd: Set owner and iocb field before inserting a new fd in the fdtab by Christopher Faulet · Tue Sep 05 09:51:57 2017 +0200
  73. f5f7130 BUG/MINOR: dns: wrong resolution interval lead to 100% CPU by Baptiste Assmann · Mon Aug 21 13:21:48 2017 +0200
  74. 8d11236 CLEANUP: dns: remove duplicated code in dns_validate_dns_response() by Baptiste Assmann · Mon Aug 21 16:11:32 2017 +0200
  75. 60e9c26 CLEANUP: dns: remove duplicated code in dns_resolve_recv() by Baptiste Assmann · Mon Aug 21 16:09:59 2017 +0200
  76. e2d03d2 MINOR: dns: make SRV record processing more verbose by Baptiste Assmann · Fri Aug 18 23:36:07 2017 +0200
  77. e70bc05 MINOR: dns: automatic reduction of DNS accpeted payload size by Baptiste Assmann · Mon Aug 21 16:51:09 2017 +0200
  78. 9d8dbbc MINOR: dns: Maximum DNS udp payload set to 8192 by Baptiste Assmann · Fri Aug 18 23:35:08 2017 +0200
  79. 747359e BUG/MINOR: dns: server set by SRV records stay in "no resolution" status by Baptiste Assmann · Mon Aug 14 10:37:46 2017 +0200
  80. 2af08fe MINOR: dns: enabled edns0 extension and make accpeted payload size tunable by Baptiste Assmann · Mon Aug 14 00:13:01 2017 +0200
  81. 7d2a126 MINOR: dns: ability to use a SRV resolution for multiple backends by Baptiste Assmann · Mon Aug 14 16:38:29 2017 +0200
  82. a644aa8 MINOR: dns: make debugging function dump_dns_config() compatible with SRV records by Baptiste Assmann · Sat Aug 12 11:16:55 2017 +0200
  83. 63a2811 MINOR: dns: update dns response buffer reading pointer due to SRV record by Baptiste Assmann · Fri Aug 11 10:37:20 2017 +0200
  84. ddc8ce6 MINOR: dns: update record dname matching for SRV query types by Baptiste Assmann · Fri Aug 11 10:31:22 2017 +0200
  85. 251abb9 MINOR: dns: Update analysis of TRUNCATED response for SRV records by Baptiste Assmann · Fri Aug 11 09:58:27 2017 +0200
  86. 8da5f98 MINOR: dns: Handle SRV records. by Olivier Houchard · Fri Aug 04 18:35:36 2017 +0200
  87. a8c6db8 MINOR: dns: Cache previous DNS answers. by Olivier Houchard · Thu Jul 06 18:46:47 2017 +0200
  88. f1d33db CLEANUP: task: remove all initializations to TICK_ETERNITY after task_new() by Willy Tarreau · Mon Jul 24 17:55:20 2017 +0200
  89. cc9b94a BUG/MINOR: warning: ‘need_resend’ may be used uninitialized by William Lallemand · Thu Jun 08 19:30:39 2017 +0200
  90. 201c07f MAJOR/REORG: dns: DNS resolution task and requester queues by Baptiste Assmann · Mon May 22 15:17:15 2017 +0200
  91. 8ea0bcc MINOR: dns: introduce roundrobin into the internal cache (WIP) by Baptiste Assmann · Thu May 04 08:24:11 2017 +0200
  92. 69fce67 MINOR: dns: make 'ancount' field to match the number of saved records by Baptiste Assmann · Thu May 04 08:37:45 2017 +0200
  93. fa4a663 MINOR: dns: implement a LRU cache for DNS resolutions by Baptiste Assmann · Thu May 04 09:05:00 2017 +0200
  94. 729c901 MAJOR: dns: save a copy of the DNS response in struct resolution by Baptiste Assmann · Mon May 22 15:13:10 2017 +0200
  95. fb7091e MINOR: dns: new snr_check_ip_callback function by Baptiste Assmann · Wed May 03 15:43:12 2017 +0200
  96. 4274637 REORG: dns: dns_option structure, storage of hostname_dn by Baptiste Assmann · Wed May 03 12:12:02 2017 +0200
  97. 81ed1a0 MINOR: dns: functions to manage memory for a DNS resolution structure by Baptiste Assmann · Wed May 03 10:11:44 2017 +0200
  98. 6492053 BUG/MAJOR: dns: Broken kqueue events handling (BSD systems). by Frédéric Lécaille · Fri May 12 09:57:15 2017 +0200
  99. 5e5bc9f BUG/MINOR: dns: Wrong address family used when creating IPv6 sockets. by Frédéric Lécaille · Tue Apr 11 08:46:37 2017 +0200
  100. fc72590 MINOR: dns: improve DNS response parsing to use as many available records as possible by Baptiste · Mon Dec 26 23:21:08 2016 +0100