1. 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
  2. 96fd926 BUG/MAJOR: http: fix buffer overflow on loguri buffer. by Emeric Brun · Wed Jul 05 13:33:16 2017 +0200
  3. 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
  4. 201c07f MAJOR/REORG: dns: DNS resolution task and requester queues by Baptiste Assmann · Mon May 22 15:17:15 2017 +0200
  5. 4274637 REORG: dns: dns_option structure, storage of hostname_dn by Baptiste Assmann · Wed May 03 12:12:02 2017 +0200
  6. 23e9e93 MINOR: log: Add logurilen tunable. by Stéphane Cottin · Thu May 18 08:58:41 2017 +0200
  7. 69f9b3b MEDIUM: mworker: exit-on-failure option by William Lallemand · Thu Jun 01 17:38:54 2017 +0200
  8. 095ba4c MEDIUM: mworker: replace systemd mode by master worker mode by William Lallemand · Thu Jun 01 17:38:50 2017 +0200
  9. 7f80eb2 MEDIUM: proxy: zombify proxies only when the expose-fd socket is bound by William Lallemand · Fri May 26 18:19:55 2017 +0200
  10. 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
  11. 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
  12. 1fc0516 MINOR: proxy: Don't close FDs if not our proxy. by Olivier Houchard · Thu Apr 06 01:05:05 2017 +0200
  13. 1822e8c BUG/MINOR: config: missing goto out after parsing an incorrect ACL character by Willy Tarreau · Wed Apr 12 18:54:00 2017 +0200
  14. 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
  15. 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
  16. a5938f7 CLEANUP: config: Typo in comment. by Olivier Houchard · Wed Mar 15 15:12:06 2017 +0100
  17. 4e69404 MINOR: server: Add dynamic session cookies. by Olivier Houchard · Tue Mar 14 20:01:29 2017 +0100
  18. 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
  19. 8ef7525 MAJOR: spoe: refactor the filter to clean up the code by Christopher Faulet · Mon Feb 20 22:56:03 2017 +0100
  20. 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
  21. 3f78357 OPTIM/MINOR: config: Optimize fullconn automatic computation loading configuration by Emeric Brun · Thu Jan 12 11:21:28 2017 +0100
  22. 48ef4c9 MINOR: tools: make str2sa_range() return the port in a separate argument by Willy Tarreau · Fri Jan 06 18:32:38 2017 +0100
  23. 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
  24. 0184ea7 BUG/MAJOR: channel: Fix the definition order of channel analyzers by Christopher Faulet · Thu Jan 05 14:06:34 2017 +0100
  25. 17d4538 MINOR: ssl_sock: implement and use prepare_srv()/destroy_srv() by Willy Tarreau · Thu Dec 22 21:16:08 2016 +0100
  26. a261e9b CLEANUP: connection: remove all direct references to raw_sock and ssl_sock by Willy Tarreau · Thu Dec 22 20:44:00 2016 +0100
  27. 795cdab MINOR: ssl_sock: implement ssl_sock_destroy_bind_conf() by Willy Tarreau · Thu Dec 22 17:30:54 2016 +0100
  28. 55d3791 MEDIUM: ssl_sock: implement ssl_sock_prepare_bind_conf() by Willy Tarreau · Wed Dec 21 23:38:39 2016 +0100
  29. 0320934 MEDIUM: ssl: remote the proxy argument from most functions by Willy Tarreau · Thu Dec 22 17:08:28 2016 +0100
  30. c95bad5 MEDIUM: move listener->frontend to bind_conf->frontend by Willy Tarreau · Thu Dec 22 00:13:31 2016 +0100
  31. 71a8c7c MINOR: listener: move the transport layer pointer to the bind_conf by Willy Tarreau · Wed Dec 21 22:04:54 2016 +0100
  32. 94ff03a BUG/MEDIUM: ssl: avoid double free when releasing bind_confs by Willy Tarreau · Thu Dec 22 17:57:46 2016 +0100
  33. 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
  34. 14e36a1 MEDIUM: cfgparse: move ssl-dh-param-file parsing to ssl_sock by Willy Tarreau · Wed Dec 21 23:28:13 2016 +0100
  35. 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
  36. 0bea58d MEDIUM: cfgparse: move maxsslconn parsing to ssl_sock by Willy Tarreau · Wed Dec 21 23:17:25 2016 +0100
  37. 9ceda38 MEDIUM: cfgparse: move all tune.ssl.* keywords to ssl_sock by Willy Tarreau · Wed Dec 21 23:13:03 2016 +0100
  38. 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
  39. ece9b07 MINOR: cfgparse: add two new functions to check arguments count by Willy Tarreau · Wed Dec 21 22:41:44 2016 +0100
  40. 3971310 REORG: tcp-rules: move tcp rules processing to their own file by Willy Tarreau · Fri Nov 25 15:49:32 2016 +0100
  41. d39ad44 CLEANUP: cfgparse: cascade the warnif_misplaced_* rules by Willy Tarreau · Fri Nov 25 15:16:12 2016 +0100
  42. ae9bea0 CLEANUP: counters: move from 3 types to 2 types by Willy Tarreau · Fri Nov 25 14:44:52 2016 +0100
  43. 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
  44. 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
  45. 5948b01 BUG/MINOR: conf: calloc untested by Thierry FOURNIER / OZON.IO · Thu Nov 24 23:58:32 2016 +0100
  46. 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
  47. 6fe0e1b CLEANUP: log-format: remove unused arguments by Thierry FOURNIER / OZON.IO · Tue Nov 22 22:33:24 2016 +0100
  48. 9ed6203 REORG: cli: split dumpstats.h in stats.h and cli.h by William Lallemand · Mon Nov 21 17:49:11 2016 +0100
  49. ba7bc16 MINOR: spoe/checks: Add support for SPOP health checks by Christopher Faulet · Mon Nov 07 21:07:38 2016 +0100
  50. 79bdef3 MINOR: cfgparse: Parse scope lines and save the last one parsed by Christopher Faulet · Fri Nov 04 22:36:15 2016 +0100
  51. 7110b40 MINOR: cfgparse: Add functions to backup and restore registered sections by Christopher Faulet · Wed Oct 26 11:09:44 2016 +0200
  52. 898566e CLEANUP: remove last references to 'ruleset' section by Christopher Faulet · Wed Oct 26 11:06:28 2016 +0200
  53. 987e16d MINOR: dns: implement extra 'hold' timers. by Baptiste Assmann · Wed Nov 02 22:23:31 2016 +0100
  54. 757478e BUG/MEDIUM: servers: properly propagate the maintenance states during startup by Willy Tarreau · Thu Nov 03 19:22:19 2016 +0100
  55. 71c432e CLEANUP: cfgparse: Very minor spelling correction by Ian Miell · Tue Aug 18 19:32:08 2015 +0100
  56. b1f48e3 MINOR: backend: add hash-balance-factor option for hash-type consistent by Andrew Rodland · Tue Oct 25 12:49:05 2016 -0400
  57. 620408f MEDIUM: tcp: add registration and processing of TCP L5 rules by Willy Tarreau · Fri Oct 21 16:37:51 2016 +0200
  58. 7d9736f CLEANUP: tcp rules: mention everywhere that tcp-conn rules are L4 by Willy Tarreau · Fri Oct 21 16:34:21 2016 +0200
  59. a0bcbdc MEDIUM: make SO_REUSEPORT configurable by Lukas Tribus · Mon Sep 12 21:42:20 2016 +0000
  60. 70d6045 MINOR: cfgparse: few memory leaks fixes. by David Carlier · Mon Aug 22 23:27:42 2016 +0100
  61. e4edc6b MEDIUM: http: implement http-response track-sc* directive by Ruoshan Huang · Thu Jul 14 15:07:45 2016 +0800
  62. 831962e CLEANUP: fixed some usages of realloc leading to memory leak by Hubert Verstraete · Tue Jun 28 22:44:26 2016 +0200
  63. 7bba4cc BUG/MEDIUM: fix risk of segfault with "show tls-keys" by William Lallemand · Fri May 20 17:28:07 2016 +0200
  64. 659fbf0 BUG/MEDIUM: config: fix multiple declaration of section parsers by Willy Tarreau · Thu May 26 17:55:28 2016 +0200
  65. 6e46ff1 BUG/MINOR: fix listening IP address storage for frontends (cont) by Vincent Bernat · Thu May 19 11:29:43 2016 +0200
  66. 6e61589 BUG/MAJOR: fix listening IP address storage for frontends by Vincent Bernat · Wed May 18 16:17:44 2016 +0200
  67. 5e4261b CLEANUP: config: detect double registration of a config section by Willy Tarreau · Tue May 17 16:16:09 2016 +0200
  68. 4920d70 BUG/MINOR: fix maxaccept computation according to the frontend process range by Cyril Bonté · Fri Apr 15 07:58:43 2016 +0200
  69. 7c0ffd2 BUG/MEDIUM: fix maxaccept computation on per-process listeners by Willy Tarreau · Thu Apr 14 11:47:38 2016 +0200
  70. 97880bb BUG/MINOR: cfgparse: couple of small memory leaks. by David Carlier · Fri Apr 08 10:35:26 2016 +0100
  71. 02779b6 CLEANUP: uniformize last argument of malloc/calloc by Vincent Bernat · Sun Apr 03 13:48:43 2016 +0200
  72. 3c2f2f2 CLEANUP: remove unneeded casts by Vincent Bernat · Sun Apr 03 13:48:42 2016 +0200
  73. 776e518 MINOR: cfgparse: warn when gid parameter is not a number by Baptiste Assmann · Fri Mar 11 17:21:15 2016 +0100
  74. 79fee6a MINOR: cfgparse: warn when uid parameter is not a number by Baptiste Assmann · Fri Mar 11 17:10:04 2016 +0100
  75. 0618195 BUG/MEDIUM: stats: stats bind-process doesn't propagate the process mask correctly by Cyril Bonté · Wed Feb 24 00:14:54 2016 +0100
  76. 235fcfc MINOR: mailers: make it possible to configure the connection timeout by Pieter Baauw · Sat Feb 13 15:33:40 2016 +0100
  77. 7a91a0e MEDIUM: cfgparse: reject incorrect 'timeout retry' keyword spelling in resolvers by Pieter Baauw · Sat Feb 13 15:51:58 2016 +0100
  78. 1d54972 MEDIUM: config: allow to manipulate environment variables in the global section by Willy Tarreau · Tue Feb 16 12:41:57 2016 +0100
  79. 443ea1a MINOR: filters: Extract proxy stuff from the struct filter by Christopher Faulet · Thu Feb 04 13:40:26 2016 +0100
  80. 309c641 MEDIUM: filters: Replace filter_http_headers callback by an analyzer by Christopher Faulet · Wed Dec 02 09:57:32 2015 +0100
  81. 3d97c90 REORG: filters: Prepare creation of the HTTP compression filter by Christopher Faulet · Wed Dec 09 14:59:38 2015 +0100
  82. d7c9196 MAJOR: filters: Add filters support by Christopher Faulet · Thu Apr 30 11:48:27 2015 +0200
  83. 3b90f0a BUG/MEDIUM: config: Adding validation to stick-table expire value. by Ben Cabot · Wed Jan 20 09:44:39 2016 +0000
  84. 7f43fa9 BUG/MEDIUM: dns: no DNS resolution happens if no ports provided to the nameserver by Baptiste Assmann · Thu Jan 21 00:59:46 2016 +0100
  85. b22fc30 MINOR: config: make tune.recv_enough configurable by Willy Tarreau · Mon Dec 14 12:04:35 2015 +0100
  86. e22bfd6 BUG/MINOR: checks: email-alert causes a segfault when an unknown mailers section is configured by Cyril Bonté · Fri Dec 04 03:07:07 2015 +0100
  87. 7e08470 BUG/MEDIUM: checks: email-alert not working when declared in defaults by Cyril Bonté · Fri Dec 04 03:07:06 2015 +0100
  88. e954493 BUG/MINOR: http rule: http capture 'id' rule points to a non existing id by Baptiste Assmann · Tue Nov 03 23:31:35 2015 +0100
  89. a315c55 BUG/MINOR: dns: check for duplicate nameserver id in a resolvers section was missing by Baptiste Assmann · Mon Nov 02 22:55:49 2015 +0100
  90. 49795eb BUG: config: external-check command validation is checking for incorrect arguments. by Ben Cabot · Wed Sep 16 12:07:51 2015 +0100
  91. 43885c7 BUG/MEDIUM: logs: segfault writing to log from Lua by Dragan Dosen · Thu Oct 01 13:18:13 2015 +0200
  92. c8cfa7b MEDIUM: logs: have global.log_send_hostname not contain the trailing space by Dragan Dosen · Mon Sep 28 13:28:21 2015 +0200
  93. 0b85ece MEDIUM: logs: add a new RFC5424 log-format for the structured-data by Dragan Dosen · Fri Sep 25 19:17:44 2015 +0200
  94. 1322d09 MEDIUM: logs: add support for RFC5424 header format per logger by Dragan Dosen · Tue Sep 22 16:05:32 2015 +0200
  95. 68d2e3a MEDIUM: logs: remove the hostname, tag and pid part from the logheader by Dragan Dosen · Sat Sep 19 22:35:44 2015 +0200
  96. 59cee97 MEDIUM: log: use a separate buffer for the header and for the message by Dragan Dosen · Sat Sep 19 22:09:02 2015 +0200
  97. 845efb5 MINOR: cfgparse: New function cfg_unregister_sections() by David Carlier · Fri Sep 25 11:49:18 2015 +0100
  98. 2709784 MEDIUM: config: set tune.maxrewrite to 1024 by default by Willy Tarreau · Mon Sep 28 13:53:23 2015 +0200
  99. 9b69454 BUG/MINOR: config: check that tune.bufsize is always positive by Willy Tarreau · Mon Sep 28 13:49:53 2015 +0200
  100. bb3c09a CLEANUP: config: make the errorloc/errorfile messages less confusing by Willy Tarreau · Sun Sep 27 15:13:30 2015 +0200