1. 57333bd MINOR: show Running on zlib version by Lukas Tribus · 8 years ago
  2. 080ef16 MINOR: show Built with PCRE version by Lukas Tribus · 8 years ago
  3. 388ed78 BUG/MINOR: displayed PCRE version is running release by Lukas Tribus · 8 years ago
  4. 3dac86e MINOR: cli: allow the semi-colon to be escaped on the CLI by Chad Lavoie · 8 years ago
  5. 7eb7c08 BUG/MINOR: payload: fix SSLv2 version parser by Willy Tarreau · 8 years ago
  6. 83b4058 BUG/MAJOR: stream: properly mark the server address as unset on connect retry by Willy Tarreau · 8 years ago
  7. 5a5b1f2 BUG/MAJOR: stick-counters: possible crash when using sc_trackers with wrong table by Willy Tarreau · 8 years ago
  8. ff85390 BUG/MAJOR: compression: initialize avail_in/next_in even during flush by Willy Tarreau · 8 years ago
  9. bce9d9a DOC: minor typo fixes to improve HTML parsing by haproxy-dconv by Olivier Doucet · 8 years ago
  10. 7c3cc28 BUG/MEDIUM: stream-int: completely detach connection on connect error by Willy Tarreau · 8 years ago
  11. 920d05f Revert "BUG/MINOR: ssl: fix potential memory leak in ssl_sock_load_dh_params()" by Willy Tarreau · 8 years ago
  12. 1ab2322 BUG/MINOR: init: ensure that FD limit is raised to the max allowed by Willy Tarreau · 8 years ago
  13. 29901e5 BUG/MINOR: init: always ensure that global.rlimit_nofile matches actual limits by Willy Tarreau · 8 years ago
  14. 105302a MINOR: systemd: Perform sanity check on config before reload by Pavlos Parissis · 8 years ago
  15. d739cc8 MINOR: systemd: Use variable for config and pidfile paths by Pavlos Parissis · 8 years ago
  16. d263feb DOC: http: add documentation for url32 and url32+src by Dragan Dosen · 8 years ago
  17. b3d91b8 BUG/MINOR: http: url32+src should check cli_conn before using it by Dragan Dosen · 8 years ago
  18. 9410d75 BUG/MINOR: http: url32+src should use the big endian version of url32 by Dragan Dosen · 8 years ago
  19. 971cb62 BUG/MINOR: ssl: fix potential memory leak in ssl_sock_load_dh_params() by Roberto Guimaraes · 8 years ago
  20. cba3bd6 BUG/MINOR: http: add-header: header name copied twice by Thierry Fournier · 8 years ago
  21. 294c8d2 BUG/MEDIUM: sticktables: segfault in some configuration error cases by Thierry Fournier · 8 years ago
  22. fab4152 CLEANUP: connection: fix double negation on memcmp() by David CARLIER · 8 years ago
  23. a72d390 BUG/MAJOR: fix listening IP address storage for frontends by Vincent Bernat · 8 years ago
  24. c5cca45 [RELEASE] Released version 1.5.18 by Willy Tarreau · 8 years ago
  25. c4cdeb7 MINOR: stats: fix typo in help messages by Cyril Bonté · 8 years ago
  26. 7460212 BUG/MEDIUM: channel: fix inconsistent handling of 4GB-1 transfers by Willy Tarreau · 8 years ago
  27. 09ae6c9 BUG/MEDIUM: stream: ensure the SI_FL_DONT_WAKE flag is properly cleared by Willy Tarreau · 8 years ago
  28. 2f3eda7 BUG/MAJOR: channel: fix miscalculation of available buffer space (4th try) by Willy Tarreau · 8 years ago
  29. c72d85b BUG/MEDIUM: http: fix risk of CPU spikes with pipelined requests from dead client by Willy Tarreau · 8 years ago
  30. 9f905d9 MINOR: channel: add new function channel_congested() by Willy Tarreau · 8 years ago
  31. 467c147 BUG/MEDIUM: channel: fix miscalculation of available buffer space (3rd try) by Willy Tarreau · 8 years ago
  32. fdc90ca BUG/MEDIUM: channel: incorrect polling condition may delay event delivery by Willy Tarreau · 8 years ago
  33. c3981fc BUG/MEDIUM: channel: don't allow to overwrite the reserve until connected by Willy Tarreau · 8 years ago
  34. b17547c MEDIUM: unblock signals on startup. by Willy Tarreau · 8 years ago
  35. c6d173f BUG/MINOR: fix maxaccept computation according to the frontend process range by Cyril Bonté · 8 years ago
  36. 6f4bf1e BUG/MINOR: listener: stop unbound listeners on startup by Willy Tarreau · 8 years ago
  37. 434bc8d BUG/MEDIUM: fix maxaccept computation on per-process listeners by Willy Tarreau · 8 years ago
  38. 0aa1e33 CLEANUP: fix inconsistency between fd->iocb, proto->accept and accept() by Willy Tarreau · 8 years ago
  39. 9bd983e DOC: Clarify IPv4 address / mask notation rules by Daniel Schneller · 8 years ago
  40. 068c344 [RELEASE] Released version 1.5.17 by Willy Tarreau · 8 years ago
  41. 074115d DOC: fix discrepancy in the example for http-request redirect by Coen Rosdorff · 8 years ago
  42. dea6146 BUG/MAJOR: channel: fix miscalculation of available buffer space (2nd try) by Willy Tarreau · 8 years ago
  43. c89b09b BUG/MINOR : allow to log cookie for tarpit and denied request by Bertrand Paquet · 8 years ago
  44. ee6ec8c DOC: fix "needed" typo by Thiago Farina · 8 years ago
  45. 4f66110 DOC: typo: req.uri is now replaced by capture.req.uri by Baptiste Assmann · 9 years ago
  46. 75f8c90 DOC: typo: maxconn paragraph is wrong due to a wrong buffer size by Baptiste Assmann · 9 years ago
  47. a2fae94 DOC: typo: ACL subdir match by Baptiste Assmann · 9 years ago
  48. fd9aad0 DOC: typo on stick-store response by Baptiste Assmann · 9 years ago
  49. fdecd03 DOC: timeout client: pointers to timeout http-request by Baptiste Assmann · 9 years ago
  50. 611dfcc DOC: "addr" parameter applies to both health and agent checks by Baptiste Assmann · 9 years ago
  51. bb65643 BUG/MAJOR: Fix crash in http_get_fhdr with exactly MAX_HDR_HISTORY headers by Nenad Merdanovic · 8 years ago
  52. d357edf BUG/MINOR: conf: "listener id" expects integer, but its not checked by Thierry Fournier · 9 years ago
  53. 517cdce BUG/MINOR: log: Don't use strftime() which can clobber timezone if chrooted by Benoit GARNIER · 8 years ago
  54. a561404 [RELEASE] Released version 1.5.16 by Willy Tarreau · 9 years ago
  55. 5237ace BUG/MINOR: log: GMT offset not updated when entering/leaving DST by Benoit GARNIER · 8 years ago
  56. 2b9b25b CLEANUP: http: fix a build warning introduced by a recent fix by Willy Tarreau · 9 years ago
  57. e524c71 BUG/MINOR: pattern: Avoid memory leak on out-of-memory condition by Andreas Seltenreich · 9 years ago
  58. 171d9a5 BUG/MINOR: standard: Avoid free of non-allocated pointer by Andreas Seltenreich · 9 years ago
  59. d5760be MINOR: cfgparse: warn when gid parameter is not a number by Baptiste Assmann · 9 years ago
  60. 2b42993 MINOR: cfgparse: warn when uid parameter is not a number by Baptiste Assmann · 9 years ago
  61. 6ae30f8 BUG/MINOR: tcpcheck: fix incorrect list usage resulting in failure to load certain configs by Willy Tarreau · 9 years ago
  62. 94db44f BUG/MINOR: tcpcheck: conf parsing error when no port configured on server and last rule is a CONNECT with no port by Baptiste Assmann · 9 years ago
  63. 41c115e CLEANUP: map: Avoid memory leak in out-of-memory condition. by Andreas Seltenreich · 9 years ago
  64. cae8e4e CLEANUP: pattern: Ignore unknown samples in pat_match_ip(). by Andreas Seltenreich · 9 years ago
  65. a96d28b CLEANUP: stats: Avoid computation with uninitialized bits. by Andreas Seltenreich · 9 years ago
  66. a24f95d MINOR: systemd: ensure a reload doesn't mask a stop by Willy Tarreau · 9 years ago
  67. 081753c BUG/MINOR: systemd: propagate the correct signal to haproxy by Willy Tarreau · 9 years ago
  68. 60278b9 BUG/MINOR: systemd: report the correct signal in debug message output by Willy Tarreau · 9 years ago
  69. 1e7893c BUG/MINOR: systemd: ensure we don't miss signals by Willy Tarreau · 9 years ago
  70. ce0162e BUG/MEDIUM: chunks: always reject negative-length chunks by Willy Tarreau · 9 years ago
  71. be80167 BUG/MINOR: http: Be sure to process all the data received from a server by Christopher Faulet · 9 years ago
  72. 32e4f25 BUG/MEDIUM: stats: stats bind-process doesn't propagate the process mask correctly by Cyril Bonté · 9 years ago
  73. 8760ef0 BUG/MEDIUM: ssl: fix off-by-one in NPN list allocation by Willy Tarreau · 9 years ago
  74. 9344dd0 BUG/MEDIUM: ssl: fix off-by-one in ALPN list allocation by Marcoen Hirschberg · 9 years ago
  75. 6f93444 DOC: add server name at rate-limit sessions example by Panagiotis Panagiotopoulos · 9 years ago
  76. 3082bde DOC: remove old tunnel mode assumptions by Lukas Tribus · 9 years ago
  77. 7b2787f BUG: stream_interface: Reuse connection even if the output channel is empty by Christopher Faulet · 9 years ago
  78. c2f2f80 MINOR: stats: send content-length with the redirect to allow keep-alive by Willy Tarreau · 9 years ago
  79. bccd8b6 BUG/CLEANUP: CLI: report the proper field states in "show sess" by Willy Tarreau · 9 years ago
  80. bb48be1 MINOR: unix: don't mention free ports on EAGAIN by Lukas Tribus · 9 years ago
  81. 8db2a60 BUG/MINOR: stream: don't force retries if the server is DOWN by Willy Tarreau · 9 years ago
  82. 7610073 BUG/MEDIUM: channel: fix miscalculation of available buffer space. by Willy Tarreau · 9 years ago
  83. f980b36 BUG/MEDIUM: sample: http_date() doesn't provide the right day of the week by Cyril Bonté · 9 years ago
  84. 85a1c18 BUG/MEDIUM: config: Adding validation to stick-table expire value. by Ben Cabot · 9 years ago
  85. de50f7f MINOR: chunk: make chunk_initstr() take a const string by Willy Tarreau · 9 years ago
  86. c85bedc MINOR: chunks: add chunk_strcat() and chunk_newstr() by Willy Tarreau · 9 years ago
  87. 8dfc057 MINOR: chunks: ensure that chunk_strcpy() adds a trailing zero by Willy Tarreau · 9 years ago
  88. 966bb79 BUG/MINOR: chunk: make chunk_dup() always check and set dst->size by Willy Tarreau · 9 years ago
  89. 21fab69 CLEANUP: haproxy: using _GNU_SOURCE instead of __USE_GNU macro. by David Carlier · 9 years ago
  90. a320fd1 BUG/MEDIUM: peers: old stick table updates could be repushed. by Emeric Brun · 9 years ago
  91. 96a1b4a BUG/MEDIUM: peers: table entries learned from a remote are pushed to others after a random delay. by Emeric Brun · 9 years ago
  92. 0f836e1 BUG/MEDIUM: sample: urlp can't match an empty value by Cyril Bonté · 9 years ago
  93. 97ef6f9 BUILD: freebsd: double declaration by Thierry FOURNIER · 9 years ago
  94. 07ccb48 BUG/MEDIUM: cli: changing compression rate-limiting must require admin level by Willy Tarreau · 9 years ago
  95. 9154bc9 BUG/MEDIUM: stream: fix half-closed timeout handling by Willy Tarreau · 9 years ago
  96. 3de8e7a BUG/MEDIUM: http: don't enable auto-close on the response side by Willy Tarreau · 9 years ago
  97. e77015c MINOR: config: extend the default max hostname length to 64 and beyond by Willy Tarreau · 10 years ago
  98. c0d5613 BUG/MEDIUM: http: switch the request channel to no-delay once done. by Willy Tarreau · 9 years ago
  99. ef8a113 BUG: http: do not abort keep-alive connections on server timeout by lsenta · 9 years ago
  100. 1af6a32 BUG/MINOR: acl: don't use record layer in req_ssl_ver by Lukas Tribus · 9 years ago