1. f278eec BUILD: tree-wide: cast arguments to tolower/toupper to unsigned char by Willy Tarreau · 4 years ago
  2. 7c18b54 REORG: dgram: rename proto_udp to dgram by Willy Tarreau · 4 years, 1 month ago
  3. b255105 CLEANUP: include: tree-wide alphabetical sort of include files by Willy Tarreau · 4 years, 1 month ago
  4. 6be7849 REORG: include: move cfgparse.h to haproxy/cfgparse.h by Willy Tarreau · 4 years, 1 month ago
  5. 1e56f92 REORG: include: move server.h to haproxy/server{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  6. a264d96 REORG: include: move proxy.h to haproxy/proxy{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  7. aeed4a8 REORG: include: move log.h to haproxy/log{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  8. c2b1ff0 REORG: include: move http_ana.h to haproxy/http_ana{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  9. f1d32c4 REORG: include: move channel.h to haproxy/channel{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  10. 5e539c9 REORG: include: move stream_interface.h to haproxy/stream_interface{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  11. 83487a8 REORG: include: move cli.h to haproxy/cli{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  12. 2eec9b5 REORG: include: move stats.h to haproxy/stats{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  13. 3f0f82e REORG: move applet.h to haproxy/applet{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  14. 4aa573d REORG: include: move checks.h to haproxy/check{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  15. 8b550af REORG: include: move tcp_rules.h to haproxy/tcp_rules.h by Willy Tarreau · 4 years, 1 month ago
  16. cea0e1b REORG: include: move task.h to haproxy/task{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  17. f268ee8 REORG: include: split global.h into haproxy/global{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  18. a171892 REORG: include: move vars.h to haproxy/vars{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  19. e6ce10b REORG: include: move sample.h to haproxy/sample{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  20. c761f84 REORG: include: move http_rules.h to haproxy/http_rules.h by Willy Tarreau · 4 years, 1 month ago
  21. eb92deb REORG: include: move dns.h to haproxy/dns{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  22. 122eba9 REORG: include: move action.h to haproxy/action{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  23. 832ce65 REORG: include: move proto_udp.h to haproxy/proto_udp{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  24. 0f6ffd6 REORG: include: move fd.h to haproxy/fd{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  25. c2f7c58 REORG: include: move common/ticks.h to haproxy/ticks.h by Willy Tarreau · 4 years, 1 month ago
  26. 6131d6a REORG: include: move common/net_helper.h to haproxy/net_helper.h by Willy Tarreau · 4 years, 1 month ago
  27. 92b4f13 REORG: include: move time.h from common/ to haproxy/ by Willy Tarreau · 4 years, 1 month ago
  28. 8d36697 REORG: include: move base64.h, errors.h and hash.h from common to to haproxy/ by Willy Tarreau · 4 years, 1 month ago
  29. 4c7e4b7 REORG: include: update all files to use haproxy/api.h or api-t.h if needed by Willy Tarreau · 4 years, 1 month ago
  30. b17b884 BUG/MEDIUM: dns: Consider the fact that dns answers are case-insensitive by Olivier Houchard · 4 years, 3 months ago
  31. 37950c8 BUG/MEDIUM: dns: improper parsing of aditional records by Baptiste Assmann · 4 years, 4 months ago
  32. 17ab79f CLEANUP: remove obsolete comments by Baptiste Assmann · 4 years, 4 months ago
  33. 81725b8 BUG/MINOR: dns: ignore trailing dot by Lukas Tribus · 4 years, 4 months ago
  34. e3b57bf MINOR: sample: make sample_parse_expr() able to return an end pointer by Willy Tarreau · 4 years, 5 months ago
  35. 3b2bb63 MINOR: dns: Add function to release memory allocated for a do-resolve rule by Christopher Faulet · 4 years, 5 months ago
  36. a416843 MINOR: dns: Dynamically allocate dns options to reduce the act_rule size by Christopher Faulet · 4 years, 5 months ago
  37. aecd5dc BUG/MINOR: dns: allow 63 char in hostname by William Dauchy · 4 years, 5 months ago
  38. 13a9232 MEDIUM: dns: use Additional records from SRV responses by Baptiste Assmann · 5 years ago
  39. 1340376 MINOR: actions: Use ACT_RET_CONT code to ignore an error from a custom action by Christopher Faulet · 4 years, 7 months ago
  40. fcac33d BUG/MINOR: dns: Make dns_query_id_seed unsigned by Tim Duesterhus · 4 years, 6 months ago
  41. 0eae632 MEDIUM: dns: implement synchronous send by Willy Tarreau · 4 years, 7 months ago
  42. 1c75995 BUG/MAJOR: dns: add minimalist error processing on the Rx path by Willy Tarreau · 4 years, 7 months ago
  43. be8a387 CLEANUP: dns: resolution can never be null by William Dauchy · 4 years, 7 months ago
  44. f871691 MEDIUM: dns: Add resolve-opts "ignore-weight" by Daniel Corbett · 4 years, 8 months ago
  45. f50e1ac BUG: dns: timeout resolve not applied for valid resolutions by Baptiste Assmann · 4 years, 8 months ago
  46. 7264dfe BUG/MINOR: action: do-resolve now use cached response by Baptiste Assmann · 4 years, 8 months ago
  47. 25e6fc2 BUG/MINOR: dns: allow srv record weight set to 0 by Baptiste Assmann · 4 years, 9 months ago
  48. 4c52e4b BUG/MINOR: action: do-resolve does not yield on requests with body by Baptiste Assmann · 4 years, 9 months ago
  49. 9d00869 CLEANUP: cli: replace all occurrences of manual handling of return messages by Willy Tarreau · 5 years ago
  50. fc9cfe4 REORG: proto_htx: Move HTX analyzers & co to http_ana.{c,h} files by Christopher Faulet · 5 years ago
  51. 45726fd BUG/MINOR: dns: remove irrelevant dependency on a client connection by Willy Tarreau · 5 years ago
  52. 333939c MINOR: action: new '(http-request|tcp-request content) do-resolve' action by Baptiste Assmann · 5 years ago
  53. db4c852 MINOR: dns: move callback affection in dns_link_resolution() by Baptiste Assmann · 6 years ago
  54. dfd35fd MINOR: dns: dns_requester structures are now in a memory pool by Baptiste Assmann · 5 years ago
  55. 3f795f7 MEDIUM: tasks: Merge task_delete() and task_free() into task_destroy(). by Olivier Houchard · 5 years ago
  56. 2fa66c3 BUG/MEDIUM: dns: overflowed dns name start position causing invalid dns error by Nikhil Agrawal · 6 years ago
  57. 8d4e7dc BUG/MEDIUM: dns: Don't prevent reading the last byte of the payload in dns_validate_response() by Jérôme Magnin · 6 years ago
  58. efbbdf7 BUG: dns: Prevent out-of-bounds read in dns_validate_dns_response() by Remi Gacogne · 6 years ago
  59. 2d19fbc BUG: dns: Prevent out-of-bounds read in dns_read_name() by Remi Gacogne · 6 years ago
  60. 58df5ae BUG: dns: Prevent stack-exhaustion via recursion loop in dns_read_name by Remi Gacogne · 6 years ago
  61. 2455ceb MEDIUM: memory: use pool_destroy_all() to destroy all pools on deinit() by Willy Tarreau · 6 years ago
  62. 8ceae72 MEDIUM: init: use initcall for all fixed size pool creations by Willy Tarreau · 6 years ago
  63. e655251 MINOR: initcall: use initcalls for section parsers by Willy Tarreau · 6 years ago
  64. 172f5ce MINOR: initcall: use initcalls for most post_{check,deinit} and per_thread* by Willy Tarreau · 6 years ago
  65. 0108d90 MEDIUM: init: convert all trivial registration calls to initcalls by Willy Tarreau · 6 years ago
  66. 42cf639 CLEANUP: Fix typos in the dns subsystem by Joseph Herlant · 6 years ago
  67. db39843 MINOR: stream-int: replace si_cant_put() with si_rx_room_{blk,rdy}() by Willy Tarreau · 6 years ago
  68. d0f5bbc MINOR: stream-int: rename SI_FL_WAIT_ROOM to SI_FL_RXBLK_ROOM by Willy Tarreau · 6 years ago
  69. 433c16f BUILD: dns: fix null-deref build warning at -Wextra by Willy Tarreau · 6 years ago
  70. 044fd5b BUG/MINOR: dns: check and link servers' resolvers right after config parsing by Baptiste Assmann · 6 years ago
  71. f6ee9dc BUG/MEDIUM: dns: don't store dns_build_query() result in the trash's length by Willy Tarreau · 6 years ago
  72. 843b7cb MEDIUM: chunks: make the chunk struct's fields match the buffer struct by Willy Tarreau · 6 years ago
  73. 8e2d943 MINOR: dns: new DNS options to allow/prevent IP address duplication by Baptiste Assmann · 6 years ago
  74. 84221b4 MINOR: dns: fix wrong score computation in dns_get_ip_from_response by Baptiste Assmann · 6 years ago
  75. 741e00a CLEANUP: dns: inacurate comment about prefered IP score by Baptiste Assmann · 6 years ago
  76. e56fffd CLEANUP: dns: remove obsolete macro DNS_MAX_IP_REC by Baptiste Assmann · 6 years ago
  77. 9f6af33 MINOR: tasks: Change the task API so that the callback takes 3 arguments. by Olivier Houchard · 6 years ago
  78. f3d9e60 BUG/MEDIUM: dns: Delay the attempt to run a DNS resolution on check failure. by Olivier Houchard · 6 years ago
  79. abbf607 MEDIUM: cli: Add payload support by Aurélien Nephtali · 6 years ago
  80. 210eb25 CLEANUP: dns: remove duplicate code in src/dns.c by Ilya Shipitsin · 6 years ago
  81. 1fa7d2a BUG/MINOR: dns: don't downgrade DNS accepted payload size automatically by Baptiste Assmann · 6 years ago
  82. a9786b6 MINOR: fd: pass the iocb and owner to fd_insert() by Willy Tarreau · 6 years ago
  83. 2ec2db9 MINOR: dns: Handle SRV record weight correctly. by Olivier Houchard · 6 years ago
  84. bafbe01 CLEANUP: pools: rename all pool functions and pointers to remove this "2" by Willy Tarreau · 7 years ago
  85. fbc74e8 MINOR/CLEANUP: proxy: rename "proxy" to "proxies_list" by Olivier Houchard · 7 years ago
  86. 767a84b CLEANUP: log: Rename Alert/Warning in ha_alert/ha_warning by Christopher Faulet · 7 years ago
  87. 2a944ee BUILD: threads: Rename SPIN/RWLOCK macros using HA_ prefix by Christopher Faulet · 7 years ago
  88. 2838107 BUG/MINOR: dns: Don't lock the server lock in snr_check_ip_callback(). by Olivier Houchard · 7 years ago
  89. 55dcdf4 BUG/MINOR: dns: Don't try to get the server lock if it's already held. by Olivier Houchard · 7 years ago
  90. 5ec8457 BUG/MAJOR: threads/dns: add missing unlock on allocation failure path by Willy Tarreau · 7 years ago
  91. e9fd6b5 BUG/MINOR: dns: fix missing lock protection on server. by Emeric Brun · 7 years ago
  92. d16bfe6 BUG/MINOR: dns: Fix SRV records with the new thread code. by Olivier Houchard · 7 years ago
  93. b2812a6 MEDIUM: thread/dns: Make DNS thread-safe by Christopher Faulet · 7 years ago
  94. c60def8 MAJOR: threads/task: handle multithread on task scheduler by Emeric Brun · 7 years ago
  95. 36716a7 MEDIUM: threads/fd: Initialize the process mask during the call to fd_insert by Christopher Faulet · 7 years ago
  96. 67957bd MAJOR: dns: Refactor the DNS code by Christopher Faulet · 7 years ago
  97. ff88efb BUG/MINOR: dns: Fix CLI keyword declaration by Christopher Faulet · 7 years ago
  98. 06d80a9 REORG: channel: finally rename the last bi_* / bo_* functions by Willy Tarreau · 7 years ago
  99. d5370e1 MINOR: net_helper: add functions to read from vectors by Willy Tarreau · 7 years ago
  100. c3680ec MINOR: add severity information to cli feedback messages by Andjelko Iharos · 7 years ago