1. a41d531 MINOR: config: Enable tracking of up to MAX_SESS_STKCTR stick counters. by Frédéric Lécaille · Mon Jan 29 12:05:07 2018 +0100
  2. 421f02e MINOR: threads: add a MAX_THREADS define instead of LONGBITS by Willy Tarreau · Sat Jan 20 18:19:22 2018 +0100
  3. c578d9a MINOR: mworker: Update messages referencing exit-on-failure by Tim Duesterhus · Tue Dec 05 18:14:12 2017 +0100
  4. 721d8e0 MINOR: config: report when "monitor fail" rules are misplaced by Willy Tarreau · Fri Dec 01 18:25:08 2017 +0100
  5. 7e351ee BUILD/MINOR: haproxy: compiling config cpu parsing handling when needed by David Carlier · Fri Dec 01 09:14:02 2017 +0000
  6. 4cfede8 MAJOR: mworker: exits the master on failure by William Lallemand · Fri Nov 24 22:02:34 2017 +0100
  7. bafbe01 CLEANUP: pools: rename all pool functions and pointers to remove this "2" by Willy Tarreau · Fri Nov 24 17:34:44 2017 +0100
  8. fbc74e8 MINOR/CLEANUP: proxy: rename "proxy" to "proxies_list" by Olivier Houchard · Fri Nov 24 16:54:05 2017 +0100
  9. 767a84b CLEANUP: log: Rename Alert/Warning in ha_alert/ha_warning by Christopher Faulet · Fri Nov 24 16:50:31 2017 +0100
  10. cb6a945 MINOR: config: Add the threads support in cpu-map directive by Christopher Faulet · Wed Nov 22 16:50:41 2017 +0100
  11. 11da456 MINOR:: config: Remove thread-map directive by Christopher Faulet · Wed Nov 22 16:52:28 2017 +0100
  12. ff4121f MINOR: config: Support partial ranges in cpu-map directive by Christopher Faulet · Wed Nov 22 16:38:49 2017 +0100
  13. 26028f6 MINOR: config: Add auto-increment feature for cpu-map by Christopher Faulet · Wed Nov 22 15:01:51 2017 +0100
  14. f1f0c5f MINOR: config: Export parse_process_number and use it wherever it's applicable by Christopher Faulet · Wed Nov 22 12:06:43 2017 +0100
  15. 5ab5177 MINOR: config: Slightly change how parse_process_number works by Christopher Faulet · Wed Nov 22 11:21:58 2017 +0100
  16. 1dcb9cb MINOR: config: Support a range to specify processes in "cpu-map" parameter by Christopher Faulet · Wed Nov 22 10:24:40 2017 +0100
  17. 45a66cc MEDIUM: config: ensure that tune.bufsize is at least 16384 when using HTTP/2 by Willy Tarreau · Fri Nov 24 11:28:00 2017 +0100
  18. 75ea0a0 BUG/MEDIUM: mworker: does not close inherited FD by William Lallemand · Wed Nov 15 19:02:58 2017 +0100
  19. 2a944ee BUILD: threads: Rename SPIN/RWLOCK macros using HA_ prefix by Christopher Faulet · Tue Nov 07 10:42:54 2017 +0100
  20. 6251902 MINOR: threads: Add thread-map config parameter in the global section by Christopher Faulet · Mon Oct 16 15:49:32 2017 +0200
  21. b2812a6 MEDIUM: thread/dns: Make DNS thread-safe by Christopher Faulet · Wed Oct 04 16:17:58 2017 +0200
  22. 80527f5 MAJOR: threads/peers: Make peers thread safe by Emeric Brun · Mon Jun 19 17:46:37 2017 +0200
  23. 5b51755 MEDIUM: threads/lb: Make LB algorithms (lb_*.c) thread-safe by Christopher Faulet · Fri Jun 09 14:17:53 2017 +0200
  24. c60def8 MAJOR: threads/task: handle multithread on task scheduler by Emeric Brun · Wed Sep 27 14:59:38 2017 +0200
  25. be0faa2 MINOR: threads: Add nbthread parameter by Christopher Faulet · Tue Aug 29 15:37:10 2017 +0200
  26. 0108bb3 MEDIUM: mailers: Init alerts during conf parsing and refactor their processing by Christopher Faulet · Fri Oct 20 21:34:32 2017 +0200
  27. 67957bd MAJOR: dns: Refactor the DNS code by Christopher Faulet · Wed Sep 27 11:00:59 2017 +0200
  28. 1b421ea MINOR: acl: Pass the ACLs as an explicit parameter of build_acl_cond by Christopher Faulet · Fri Sep 22 14:38:56 2017 +0200
  29. e4e830d MINOR: action: Factorize checks on rules calling check_ptr if defined by Christopher Faulet · Mon Sep 18 14:51:41 2017 +0200
  30. 4fce0d8 MINOR: action: Use trk_idx instead of tcp/http_trk_idx by Christopher Faulet · Mon Sep 18 11:57:31 2017 +0200
  31. 48b4bb4 MEDIUM: cfgparse: post parsing registration by William Lallemand · Mon Oct 23 14:36:34 2017 +0200
  32. d2ff56d MEDIUM: cfgparse: post section callback by William Lallemand · Mon Oct 16 11:06:50 2017 +0200
  33. 0de59fd MINOR: listeners: new function create_listeners by Willy Tarreau · Fri Sep 15 08:10:44 2017 +0200
  34. 9d5be5c MINOR: protocols: register the ->add function and stop calling them directly by Willy Tarreau · Fri Sep 15 07:55:51 2017 +0200
  35. 3228238 MINOR: protocols: always pass a "port" argument to the listener creation by Willy Tarreau · Fri Sep 15 07:44:44 2017 +0200
  36. 084aa96 MINOR: logs: Realloc log buffers only after the config is parsed and checked by Christopher Faulet · Tue Aug 29 16:54:41 2017 +0200
  37. 0132d06 MINOR: logs: Use dedicated function to init/deinit log buffers by Christopher Faulet · Wed Jul 26 15:33:35 2017 +0200
  38. 3ef2639 MEDIUM: chunks: Realloc trash buffers only after the config is parsed and checked by Christopher Faulet · Tue Aug 29 16:46:57 2017 +0200
  39. 748919a MINOR: chunks: Use dedicated function to init/deinit trash buffers by Christopher Faulet · Wed Jul 26 14:59:46 2017 +0200
  40. ca36102 CLEANUP: listener: remove the unused handler field by Willy Tarreau · Mon Aug 28 16:28:47 2017 +0200
  41. 0c219be BUG/MEDIUM: dns: fix accepted_payload_size parser to avoid integer overflow by Willy Tarreau · Tue Aug 22 12:01:26 2017 +0200
  42. 9d8dbbc MINOR: dns: Maximum DNS udp payload set to 8192 by Baptiste Assmann · Fri Aug 18 23:35:08 2017 +0200
  43. 686408b MINOR: dns: default "hold obsolete" timeout set to 0 by Baptiste Assmann · Fri Aug 18 10:15:42 2017 +0200
  44. 2af08fe MINOR: dns: enabled edns0 extension and make accpeted payload size tunable by Baptiste Assmann · Mon Aug 14 00:13:01 2017 +0200
  45. 2043327 MINOR: dns: duplicate entries in resolution wait queue for SRV records by Baptiste Assmann · Sat Aug 12 09:03:06 2017 +0200
  46. 8da5f98 MINOR: dns: Handle SRV records. by Olivier Houchard · Fri Aug 04 18:35:36 2017 +0200
  47. a8c6db8 MINOR: dns: Cache previous DNS answers. by Olivier Houchard · Thu Jul 06 18:46:47 2017 +0200
  48. f1d33db CLEANUP: task: remove all initializations to TICK_ETERNITY after task_new() by Willy Tarreau · Mon Jul 24 17:55:20 2017 +0200
  49. ed2b4a6 BUG/MINOR: peers: peer synchronization issue (with several peers sections). by Frédéric Lécaille · Thu Jul 13 09:07:09 2017 +0200
  50. 96fd926 BUG/MAJOR: http: fix buffer overflow on loguri buffer. by Emeric Brun · Wed Jul 05 13:33:16 2017 +0200
  51. 50174f3 BUG/MINOR: cfgparse: Check if tune.http.maxhdr is in the range 1..32767 by Christopher Faulet · Wed Jun 21 16:31:35 2017 +0200
  52. 201c07f MAJOR/REORG: dns: DNS resolution task and requester queues by Baptiste Assmann · Mon May 22 15:17:15 2017 +0200
  53. 4274637 REORG: dns: dns_option structure, storage of hostname_dn by Baptiste Assmann · Wed May 03 12:12:02 2017 +0200
  54. 23e9e93 MINOR: log: Add logurilen tunable. by Stéphane Cottin · Thu May 18 08:58:41 2017 +0200
  55. 69f9b3b MEDIUM: mworker: exit-on-failure option by William Lallemand · Thu Jun 01 17:38:54 2017 +0200
  56. 095ba4c MEDIUM: mworker: replace systemd mode by master worker mode by William Lallemand · Thu Jun 01 17:38:50 2017 +0200
  57. 7f80eb2 MEDIUM: proxy: zombify proxies only when the expose-fd socket is bound by William Lallemand · Fri May 26 18:19:55 2017 +0200
  58. b418c12 MINOR: server: cli: Add server FQDNs to server-state file and stats socket. by Frédéric Lécaille · Wed Apr 26 11:24:02 2017 +0200
  59. b82f742 MINOR: server: Add 'server-template' new keyword supported in backend sections. by Frédéric Lécaille · Thu Apr 13 18:24:23 2017 +0200
  60. 1fc0516 MINOR: proxy: Don't close FDs if not our proxy. by Olivier Houchard · Thu Apr 06 01:05:05 2017 +0200
  61. 1822e8c BUG/MINOR: config: missing goto out after parsing an incorrect ACL character by Willy Tarreau · Wed Apr 12 18:54:00 2017 +0200
  62. ea5b0e6 MINOR: config parsing: add warning when log-format/tcplog/httplog is overriden in "defaults" sections by Guillaume de Lafond · Fri Mar 31 19:54:09 2017 +0200
  63. 2efc649 BUG/MINOR: cfgparse: loop in tracked servers lists not detected by check_config_validity(). by Frédéric Lécaille · Tue Mar 14 14:32:17 2017 +0100
  64. a5938f7 CLEANUP: config: Typo in comment. by Olivier Houchard · Wed Mar 15 15:12:06 2017 +0100
  65. 4e69404 MINOR: server: Add dynamic session cookies. by Olivier Houchard · Tue Mar 14 20:01:29 2017 +0100
  66. de7dc88 MINOR: config: warn when some HTTP rules are used in a TCP proxy by Willy Tarreau · Fri Mar 10 11:49:21 2017 +0100
  67. 8ef7525 MAJOR: spoe: refactor the filter to clean up the code by Christopher Faulet · Mon Feb 20 22:56:03 2017 +0100
  68. 4f86264 BUG/MEDIUM: config: reject anything but "if" or "unless" after a use-backend rule by Willy Tarreau · Tue Feb 28 09:34:39 2017 +0100
  69. 3f78357 OPTIM/MINOR: config: Optimize fullconn automatic computation loading configuration by Emeric Brun · Thu Jan 12 11:21:28 2017 +0100
  70. 48ef4c9 MINOR: tools: make str2sa_range() return the port in a separate argument by Willy Tarreau · Fri Jan 06 18:32:38 2017 +0100
  71. 4c18346 BUG/MINOR: config: emit a warning if http-reuse is enabled with incompatible options by Willy Tarreau · Fri Jan 06 12:21:38 2017 +0100
  72. 0184ea7 BUG/MAJOR: channel: Fix the definition order of channel analyzers by Christopher Faulet · Thu Jan 05 14:06:34 2017 +0100
  73. 17d4538 MINOR: ssl_sock: implement and use prepare_srv()/destroy_srv() by Willy Tarreau · Thu Dec 22 21:16:08 2016 +0100
  74. a261e9b CLEANUP: connection: remove all direct references to raw_sock and ssl_sock by Willy Tarreau · Thu Dec 22 20:44:00 2016 +0100
  75. 795cdab MINOR: ssl_sock: implement ssl_sock_destroy_bind_conf() by Willy Tarreau · Thu Dec 22 17:30:54 2016 +0100
  76. 55d3791 MEDIUM: ssl_sock: implement ssl_sock_prepare_bind_conf() by Willy Tarreau · Wed Dec 21 23:38:39 2016 +0100
  77. 0320934 MEDIUM: ssl: remote the proxy argument from most functions by Willy Tarreau · Thu Dec 22 17:08:28 2016 +0100
  78. c95bad5 MEDIUM: move listener->frontend to bind_conf->frontend by Willy Tarreau · Thu Dec 22 00:13:31 2016 +0100
  79. 71a8c7c MINOR: listener: move the transport layer pointer to the bind_conf by Willy Tarreau · Wed Dec 21 22:04:54 2016 +0100
  80. 94ff03a BUG/MEDIUM: ssl: avoid double free when releasing bind_confs by Willy Tarreau · Thu Dec 22 17:57:46 2016 +0100
  81. 3687803 MEDIUM: compression: move the zlib-specific stuff from global.h to compression.c by Willy Tarreau · Thu Dec 22 19:46:17 2016 +0100
  82. 14e36a1 MEDIUM: cfgparse: move ssl-dh-param-file parsing to ssl_sock by Willy Tarreau · Wed Dec 21 23:28:13 2016 +0100
  83. f22e968 MINOR: cfgparse: move parsing of ssl-default-{bind,server}-ciphers to ssl_sock by Willy Tarreau · Wed Dec 21 23:23:19 2016 +0100
  84. 0bea58d MEDIUM: cfgparse: move maxsslconn parsing to ssl_sock by Willy Tarreau · Wed Dec 21 23:17:25 2016 +0100
  85. 9ceda38 MEDIUM: cfgparse: move all tune.ssl.* keywords to ssl_sock by Willy Tarreau · Wed Dec 21 23:13:03 2016 +0100
  86. 8c3b0fd MINOR: cfgparse: move parsing of "ca-base" and "crt-base" to ssl_sock by Willy Tarreau · Wed Dec 21 22:44:46 2016 +0100
  87. ece9b07 MINOR: cfgparse: add two new functions to check arguments count by Willy Tarreau · Wed Dec 21 22:41:44 2016 +0100
  88. 3971310 REORG: tcp-rules: move tcp rules processing to their own file by Willy Tarreau · Fri Nov 25 15:49:32 2016 +0100
  89. d39ad44 CLEANUP: cfgparse: cascade the warnif_misplaced_* rules by Willy Tarreau · Fri Nov 25 15:16:12 2016 +0100
  90. ae9bea0 CLEANUP: counters: move from 3 types to 2 types by Willy Tarreau · Fri Nov 25 14:44:52 2016 +0100
  91. 8a4e442 MEDIUM: log-format: Use standard HAProxy log system to report errors by Thierry FOURNIER / OZON.IO · Wed Nov 23 00:41:28 2016 +0100
  92. 4ed1c95 MINOR: http/conf: store the use_backend configuration file and line for logs by Thierry FOURNIER / OZON.IO · Thu Nov 24 23:57:54 2016 +0100
  93. 5948b01 BUG/MINOR: conf: calloc untested by Thierry FOURNIER / OZON.IO · Thu Nov 24 23:58:32 2016 +0100
  94. 59fd511 MEDIUM: log-format/conf: take into account the parse_logformat_string() return code by Thierry FOURNIER / OZON.IO · Tue Nov 22 23:50:02 2016 +0100
  95. 6fe0e1b CLEANUP: log-format: remove unused arguments by Thierry FOURNIER / OZON.IO · Tue Nov 22 22:33:24 2016 +0100
  96. 9ed6203 REORG: cli: split dumpstats.h in stats.h and cli.h by William Lallemand · Mon Nov 21 17:49:11 2016 +0100
  97. ba7bc16 MINOR: spoe/checks: Add support for SPOP health checks by Christopher Faulet · Mon Nov 07 21:07:38 2016 +0100
  98. 79bdef3 MINOR: cfgparse: Parse scope lines and save the last one parsed by Christopher Faulet · Fri Nov 04 22:36:15 2016 +0100
  99. 7110b40 MINOR: cfgparse: Add functions to backup and restore registered sections by Christopher Faulet · Wed Oct 26 11:09:44 2016 +0200
  100. 898566e CLEANUP: remove last references to 'ruleset' section by Christopher Faulet · Wed Oct 26 11:06:28 2016 +0200