1. 843b7cb MEDIUM: chunks: make the chunk struct's fields match the buffer struct by Willy Tarreau · 6 years ago
  2. 8e2d943 MINOR: dns: new DNS options to allow/prevent IP address duplication by Baptiste Assmann · 6 years ago
  3. 84221b4 MINOR: dns: fix wrong score computation in dns_get_ip_from_response by Baptiste Assmann · 6 years ago
  4. 741e00a CLEANUP: dns: inacurate comment about prefered IP score by Baptiste Assmann · 6 years ago
  5. e56fffd CLEANUP: dns: remove obsolete macro DNS_MAX_IP_REC by Baptiste Assmann · 6 years ago
  6. 9f6af33 MINOR: tasks: Change the task API so that the callback takes 3 arguments. by Olivier Houchard · 6 years ago
  7. f3d9e60 BUG/MEDIUM: dns: Delay the attempt to run a DNS resolution on check failure. by Olivier Houchard · 6 years ago
  8. abbf607 MEDIUM: cli: Add payload support by Aurélien Nephtali · 6 years ago
  9. 210eb25 CLEANUP: dns: remove duplicate code in src/dns.c by Ilya Shipitsin · 6 years ago
  10. 1fa7d2a BUG/MINOR: dns: don't downgrade DNS accepted payload size automatically by Baptiste Assmann · 6 years ago
  11. a9786b6 MINOR: fd: pass the iocb and owner to fd_insert() by Willy Tarreau · 6 years ago
  12. 2ec2db9 MINOR: dns: Handle SRV record weight correctly. by Olivier Houchard · 6 years ago
  13. bafbe01 CLEANUP: pools: rename all pool functions and pointers to remove this "2" by Willy Tarreau · 7 years ago
  14. fbc74e8 MINOR/CLEANUP: proxy: rename "proxy" to "proxies_list" by Olivier Houchard · 7 years ago
  15. 767a84b CLEANUP: log: Rename Alert/Warning in ha_alert/ha_warning by Christopher Faulet · 7 years ago
  16. 2a944ee BUILD: threads: Rename SPIN/RWLOCK macros using HA_ prefix by Christopher Faulet · 7 years ago
  17. 2838107 BUG/MINOR: dns: Don't lock the server lock in snr_check_ip_callback(). by Olivier Houchard · 7 years ago
  18. 55dcdf4 BUG/MINOR: dns: Don't try to get the server lock if it's already held. by Olivier Houchard · 7 years ago
  19. 5ec8457 BUG/MAJOR: threads/dns: add missing unlock on allocation failure path by Willy Tarreau · 7 years ago
  20. e9fd6b5 BUG/MINOR: dns: fix missing lock protection on server. by Emeric Brun · 7 years ago
  21. d16bfe6 BUG/MINOR: dns: Fix SRV records with the new thread code. by Olivier Houchard · 7 years ago
  22. b2812a6 MEDIUM: thread/dns: Make DNS thread-safe by Christopher Faulet · 7 years ago
  23. c60def8 MAJOR: threads/task: handle multithread on task scheduler by Emeric Brun · 7 years ago
  24. 36716a7 MEDIUM: threads/fd: Initialize the process mask during the call to fd_insert by Christopher Faulet · 7 years ago
  25. 67957bd MAJOR: dns: Refactor the DNS code by Christopher Faulet · 7 years ago
  26. ff88efb BUG/MINOR: dns: Fix CLI keyword declaration by Christopher Faulet · 7 years ago
  27. 06d80a9 REORG: channel: finally rename the last bi_* / bo_* functions by Willy Tarreau · 7 years ago
  28. d5370e1 MINOR: net_helper: add functions to read from vectors by Willy Tarreau · 7 years ago
  29. c3680ec MINOR: add severity information to cli feedback messages by Andjelko Iharos · 7 years ago
  30. 576c5aa MINOR: fd: Set owner and iocb field before inserting a new fd in the fdtab by Christopher Faulet · 7 years ago
  31. f5f7130 BUG/MINOR: dns: wrong resolution interval lead to 100% CPU by Baptiste Assmann · 7 years ago
  32. 8d11236 CLEANUP: dns: remove duplicated code in dns_validate_dns_response() by Baptiste Assmann · 7 years ago
  33. 60e9c26 CLEANUP: dns: remove duplicated code in dns_resolve_recv() by Baptiste Assmann · 7 years ago
  34. e2d03d2 MINOR: dns: make SRV record processing more verbose by Baptiste Assmann · 7 years ago
  35. e70bc05 MINOR: dns: automatic reduction of DNS accpeted payload size by Baptiste Assmann · 7 years ago
  36. 9d8dbbc MINOR: dns: Maximum DNS udp payload set to 8192 by Baptiste Assmann · 7 years ago
  37. 747359e BUG/MINOR: dns: server set by SRV records stay in "no resolution" status by Baptiste Assmann · 7 years ago
  38. 2af08fe MINOR: dns: enabled edns0 extension and make accpeted payload size tunable by Baptiste Assmann · 7 years ago
  39. 7d2a126 MINOR: dns: ability to use a SRV resolution for multiple backends by Baptiste Assmann · 7 years ago
  40. a644aa8 MINOR: dns: make debugging function dump_dns_config() compatible with SRV records by Baptiste Assmann · 7 years ago
  41. 63a2811 MINOR: dns: update dns response buffer reading pointer due to SRV record by Baptiste Assmann · 7 years ago
  42. ddc8ce6 MINOR: dns: update record dname matching for SRV query types by Baptiste Assmann · 7 years ago
  43. 251abb9 MINOR: dns: Update analysis of TRUNCATED response for SRV records by Baptiste Assmann · 7 years ago
  44. 8da5f98 MINOR: dns: Handle SRV records. by Olivier Houchard · 7 years ago
  45. a8c6db8 MINOR: dns: Cache previous DNS answers. by Olivier Houchard · 7 years ago
  46. f1d33db CLEANUP: task: remove all initializations to TICK_ETERNITY after task_new() by Willy Tarreau · 7 years ago
  47. cc9b94a BUG/MINOR: warning: ‘need_resend’ may be used uninitialized by William Lallemand · 7 years ago
  48. 201c07f MAJOR/REORG: dns: DNS resolution task and requester queues by Baptiste Assmann · 7 years ago
  49. 8ea0bcc MINOR: dns: introduce roundrobin into the internal cache (WIP) by Baptiste Assmann · 7 years ago
  50. 69fce67 MINOR: dns: make 'ancount' field to match the number of saved records by Baptiste Assmann · 7 years ago
  51. fa4a663 MINOR: dns: implement a LRU cache for DNS resolutions by Baptiste Assmann · 7 years ago
  52. 729c901 MAJOR: dns: save a copy of the DNS response in struct resolution by Baptiste Assmann · 7 years ago
  53. fb7091e MINOR: dns: new snr_check_ip_callback function by Baptiste Assmann · 7 years ago
  54. 4274637 REORG: dns: dns_option structure, storage of hostname_dn by Baptiste Assmann · 7 years ago
  55. 81ed1a0 MINOR: dns: functions to manage memory for a DNS resolution structure by Baptiste Assmann · 7 years ago
  56. 6492053 BUG/MAJOR: dns: Broken kqueue events handling (BSD systems). by Frédéric Lécaille · 7 years ago
  57. 5e5bc9f BUG/MINOR: dns: Wrong address family used when creating IPv6 sockets. by Frédéric Lécaille · 7 years ago
  58. fc72590 MINOR: dns: improve DNS response parsing to use as many available records as possible by Baptiste · 8 years ago
  59. 5cd1b92 MINOR: dns: give ability to dns_init_resolvers() to close a socket when requested by Baptiste Assmann · 7 years ago
  60. 777b560 MINOR: appctx/cli: remove the "dns" entry from the appctx union by Willy Tarreau · 8 years ago
  61. 3067bfa BUG/MEDIUM: cli: fix "show stat resolvers" and "show tls-keys" by Willy Tarreau · 8 years ago
  62. 30e5e18 CLEANUP: cli: remove assignments to st0 and st2 in keyword parsers by Willy Tarreau · 8 years ago
  63. 3b6e547 CLEANUP: cli: rename STAT_CLI_* to CLI_ST_* by Willy Tarreau · 8 years ago
  64. 69e9644 REORG: cli: move show stat resolvers to dns.c by William Lallemand · 8 years ago
  65. c3d8cd4 BUG/MEDIUM: dns: don't randomly crash on out-of-memory by Willy Tarreau · 8 years ago
  66. 3cf7f98 MINOR: dns: proper domain name validation when receiving DNS response by Baptiste Assmann · 8 years ago
  67. c1ce5f3 MEDIUM: dns: new DNS response parser by Baptiste Assmann · 8 years ago
  68. bcbd491 CLEANUP/MINOR dns: comment do not follow up code update by Baptiste Assmann · 8 years ago
  69. 5457eb4 CLEANUP: dns: Removing usless variable & assignation by Erwan Velu · 9 years ago
  70. 8ab7942 BUG/MINOR: Fix endiness issue in DNS header creation code by Nenad Merdanovic · 8 years ago
  71. eec1d38 BUG/MEDIUM: dns: fix alignment issues in the DNS response parser by Willy Tarreau · 8 years ago
  72. 9b7125c BUG/MEDIUM: dns: fix alignment issue when building DNS queries by Vincent Bernat · 8 years ago
  73. 6f79aca BUG/MINOR: DNS: resolution structure change by Baptiste Assmann · 8 years ago
  74. 060e573 BUG/MINOR: dns: trigger a DNS query type change on resolution timeout by Baptiste Assmann · 8 years ago
  75. 382824c BUG/MINOR: dns: inapropriate way out after a resolution timeout by Baptiste Assmann · 8 years ago
  76. 02779b6 CLEANUP: uniformize last argument of malloc/calloc by Vincent Bernat · 8 years ago
  77. 3c2f2f2 CLEANUP: remove unneeded casts by Vincent Bernat · 8 years ago
  78. ac88cfe MEDIUM: dns: add a "resolve-net" option which allow to prefer an ip in a network by Thierry Fournier · 8 years ago
  79. ada3484 MEDIUM: dns: extract options by Thierry Fournier · 8 years ago
  80. b1af23e MINOR: fix the return type for dns_response_get_query_id() function by Thiago Farina · 8 years ago
  81. e4c4b7d BUG/MINOR: dns: unable to parse CNAMEs response by Baptiste Assmann · 9 years ago
  82. e6a4a32 MEDIUM: dns: Don't use the ANY query type by Andrew Hayworth · 9 years ago
  83. 5d681ba BUG/MINOR: dns: parsing error of some DNS response by Baptiste Assmann · 9 years ago
  84. 8c62c47 BUG: dns: can't connect UDP socket on FreeBSD by Baptiste Assmann · 9 years ago
  85. f778bb4 BUG/MINOR: DNS request retry counter used for retry only by Baptiste Assmann · 9 years ago
  86. 0453a1d MINOR: dns: new flag to report that no IP can be found in a DNS response packet by Baptiste Assmann · 9 years ago
  87. 96972bc MINOR: dns: no expected DNS record type found by Baptiste Assmann · 9 years ago
  88. 3440f0d MEDIUM: dns: handling of truncated response by Baptiste Assmann · 9 years ago
  89. 0df5d96 MINOR: dns: New DNS response analysis code: DNS_RESP_TRUNCATED by Baptiste Assmann · 9 years ago
  90. 01daef3 MINOR: dns: coding style update by Baptiste Assmann · 9 years ago
  91. 2359ff1 BUG/MEDIUM: DNS resolution response parsing broken by Baptiste Assmann · 9 years ago
  92. 37bb372 MINOR: DNS counters: increment valid counter by Baptiste Assmann · 9 years ago
  93. d69d6f3 BUG/MAJOR: dns: fix the length of the string to be copied by Willy Tarreau · 9 years ago
  94. 2100b49 CLEANUP/MINOR: dns: dns_str_to_dn_label() only needs a const char by Willy Tarreau · 9 years ago
  95. 325137d MEDIUM: dns: implement a DNS resolver by Baptiste Assmann · 9 years ago