1. cc64100 [RELEASE] Released version 1.5.19 by Willy Tarreau · 7 years ago upstream-1.5 v1.5.19
  2. cbc89e2 BUG/MINOR: systemd: potential zombie processes by William Lallemand · 7 years ago
  3. 1ad1c0b BUG/MINOR: backend: nbsrv() should return 0 if backend is disabled by Marcin Deranek · 7 years ago
  4. a491c65 BUG/MEDIUM: ssl: properly reset the reused_sess during a forced handshake by Willy Tarreau · 7 years ago
  5. 8e17fd3 DOC: fix small typo in fe_id (backend instead of frontend) by Marcin Deranek · 7 years ago
  6. 24f88dc BUG/MINOR: http: don't send an extra CRLF after a Set-Cookie in a redirect by Matthieu Guegan · 7 years ago
  7. 8f554b5 BUG/MEDIUM: proxy: return "none" and "unknown" for unknown LB algos by Willy Tarreau · 7 years ago
  8. 147c1b0 BUG/MINOR: cli: dequeue from the proxy when changing a maxconn by Willy Tarreau · 7 years ago
  9. 6a444d0 BUG/MINOR: cli: fix pointer size when reporting data/transport layer name by Willy Tarreau · 7 years ago
  10. 4dac86e BUG/MINOR: cli: properly decrement ref count on tables during failed dumps by Willy Tarreau · 7 years ago
  11. 08104d2 BUG/MEDIUM: stick-table: fix regression caused by recent fix for out-of-memory by Willy Tarreau · 7 years ago
  12. 7f3f29e BUG/MEDIUM: connection: check the control layer before stopping polling by Willy Tarreau · 8 years ago
  13. 496ef86 BUG/MINOR: stick-table: handle out-of-memory condition gracefully by Vincent Bernat · 8 years ago
  14. 424ab79 BUG/MEDIUM: systemd-wrapper: return correct exit codes by Willy Tarreau · 8 years ago
  15. 5c542ff BUG/MEDIUM: peers: fix use after free in peer_session_create() by Willy Tarreau · 8 years ago
  16. a1c3b8d DOC: Fix typo in description of `-st` parameter in man page by Jorrit Schippers · 8 years ago
  17. 3759a41 BUILD: poll: remove unused hap_fd_isset() which causes a warning with clang by Willy Tarreau · 8 years ago
  18. 838191d BUG/MEDIUM: systemd: let the wrapper know that haproxy has completed or failed by Willy Tarreau · 8 years ago
  19. d019fe2 MINOR: systemd: report it when execve() fails by Willy Tarreau · 8 years ago
  20. 81a0e09 BUG/MINOR: systemd: check return value of calloc() by Willy Tarreau · 8 years ago
  21. c2bdae6 BUG/MINOR: systemd: always restore signals before execve() by Willy Tarreau · 8 years ago
  22. c4b7c1c BUILD/CLEANUP: systemd: avoid a warning due to mixed code and declaration by Cyril Bonté · 9 years ago
  23. 9e43e2e BUG/MINOR: systemd: make the wrapper return a non-null status code on error by Willy Tarreau · 8 years ago
  24. e72f43d BUG/MINOR: ssl: prevent multiple entries for the same certificate by Thierry FOURNIER / OZON.IO · 8 years ago
  25. 5a00bf7 BUG/MINOR: ssl: Check malloc return code by Thierry FOURNIER / OZON.IO · 8 years ago
  26. 57333bd MINOR: show Running on zlib version by Lukas Tribus · 8 years ago
  27. 080ef16 MINOR: show Built with PCRE version by Lukas Tribus · 8 years ago
  28. 388ed78 BUG/MINOR: displayed PCRE version is running release by Lukas Tribus · 8 years ago
  29. 3dac86e MINOR: cli: allow the semi-colon to be escaped on the CLI by Chad Lavoie · 8 years ago
  30. 7eb7c08 BUG/MINOR: payload: fix SSLv2 version parser by Willy Tarreau · 8 years ago
  31. 83b4058 BUG/MAJOR: stream: properly mark the server address as unset on connect retry by Willy Tarreau · 8 years ago
  32. 5a5b1f2 BUG/MAJOR: stick-counters: possible crash when using sc_trackers with wrong table by Willy Tarreau · 8 years ago
  33. ff85390 BUG/MAJOR: compression: initialize avail_in/next_in even during flush by Willy Tarreau · 8 years ago
  34. bce9d9a DOC: minor typo fixes to improve HTML parsing by haproxy-dconv by Olivier Doucet · 8 years ago
  35. 7c3cc28 BUG/MEDIUM: stream-int: completely detach connection on connect error by Willy Tarreau · 8 years ago
  36. 920d05f Revert "BUG/MINOR: ssl: fix potential memory leak in ssl_sock_load_dh_params()" by Willy Tarreau · 8 years ago
  37. 1ab2322 BUG/MINOR: init: ensure that FD limit is raised to the max allowed by Willy Tarreau · 8 years ago
  38. 29901e5 BUG/MINOR: init: always ensure that global.rlimit_nofile matches actual limits by Willy Tarreau · 8 years ago
  39. 105302a MINOR: systemd: Perform sanity check on config before reload by Pavlos Parissis · 8 years ago
  40. d739cc8 MINOR: systemd: Use variable for config and pidfile paths by Pavlos Parissis · 8 years ago
  41. d263feb DOC: http: add documentation for url32 and url32+src by Dragan Dosen · 8 years ago
  42. b3d91b8 BUG/MINOR: http: url32+src should check cli_conn before using it by Dragan Dosen · 8 years ago
  43. 9410d75 BUG/MINOR: http: url32+src should use the big endian version of url32 by Dragan Dosen · 8 years ago
  44. 971cb62 BUG/MINOR: ssl: fix potential memory leak in ssl_sock_load_dh_params() by Roberto Guimaraes · 8 years ago
  45. cba3bd6 BUG/MINOR: http: add-header: header name copied twice by Thierry Fournier · 8 years ago
  46. 294c8d2 BUG/MEDIUM: sticktables: segfault in some configuration error cases by Thierry Fournier · 8 years ago
  47. fab4152 CLEANUP: connection: fix double negation on memcmp() by David CARLIER · 8 years ago
  48. a72d390 BUG/MAJOR: fix listening IP address storage for frontends by Vincent Bernat · 8 years ago
  49. c5cca45 [RELEASE] Released version 1.5.18 by Willy Tarreau · 8 years ago
  50. c4cdeb7 MINOR: stats: fix typo in help messages by Cyril Bonté · 8 years ago
  51. 7460212 BUG/MEDIUM: channel: fix inconsistent handling of 4GB-1 transfers by Willy Tarreau · 8 years ago
  52. 09ae6c9 BUG/MEDIUM: stream: ensure the SI_FL_DONT_WAKE flag is properly cleared by Willy Tarreau · 8 years ago
  53. 2f3eda7 BUG/MAJOR: channel: fix miscalculation of available buffer space (4th try) by Willy Tarreau · 8 years ago
  54. c72d85b BUG/MEDIUM: http: fix risk of CPU spikes with pipelined requests from dead client by Willy Tarreau · 8 years ago
  55. 9f905d9 MINOR: channel: add new function channel_congested() by Willy Tarreau · 8 years ago
  56. 467c147 BUG/MEDIUM: channel: fix miscalculation of available buffer space (3rd try) by Willy Tarreau · 8 years ago
  57. fdc90ca BUG/MEDIUM: channel: incorrect polling condition may delay event delivery by Willy Tarreau · 8 years ago
  58. c3981fc BUG/MEDIUM: channel: don't allow to overwrite the reserve until connected by Willy Tarreau · 8 years ago
  59. b17547c MEDIUM: unblock signals on startup. by Willy Tarreau · 8 years ago
  60. c6d173f BUG/MINOR: fix maxaccept computation according to the frontend process range by Cyril Bonté · 8 years ago
  61. 6f4bf1e BUG/MINOR: listener: stop unbound listeners on startup by Willy Tarreau · 8 years ago
  62. 434bc8d BUG/MEDIUM: fix maxaccept computation on per-process listeners by Willy Tarreau · 8 years ago
  63. 0aa1e33 CLEANUP: fix inconsistency between fd->iocb, proto->accept and accept() by Willy Tarreau · 8 years ago
  64. 9bd983e DOC: Clarify IPv4 address / mask notation rules by Daniel Schneller · 8 years ago
  65. 068c344 [RELEASE] Released version 1.5.17 by Willy Tarreau · 8 years ago
  66. 074115d DOC: fix discrepancy in the example for http-request redirect by Coen Rosdorff · 8 years ago
  67. dea6146 BUG/MAJOR: channel: fix miscalculation of available buffer space (2nd try) by Willy Tarreau · 8 years ago
  68. c89b09b BUG/MINOR : allow to log cookie for tarpit and denied request by Bertrand Paquet · 8 years ago
  69. ee6ec8c DOC: fix "needed" typo by Thiago Farina · 8 years ago
  70. 4f66110 DOC: typo: req.uri is now replaced by capture.req.uri by Baptiste Assmann · 8 years ago
  71. 75f8c90 DOC: typo: maxconn paragraph is wrong due to a wrong buffer size by Baptiste Assmann · 8 years ago
  72. a2fae94 DOC: typo: ACL subdir match by Baptiste Assmann · 8 years ago
  73. fd9aad0 DOC: typo on stick-store response by Baptiste Assmann · 8 years ago
  74. fdecd03 DOC: timeout client: pointers to timeout http-request by Baptiste Assmann · 8 years ago
  75. 611dfcc DOC: "addr" parameter applies to both health and agent checks by Baptiste Assmann · 8 years ago
  76. bb65643 BUG/MAJOR: Fix crash in http_get_fhdr with exactly MAX_HDR_HISTORY headers by Nenad Merdanovic · 8 years ago
  77. d357edf BUG/MINOR: conf: "listener id" expects integer, but its not checked by Thierry Fournier · 8 years ago
  78. 517cdce BUG/MINOR: log: Don't use strftime() which can clobber timezone if chrooted by Benoit GARNIER · 8 years ago
  79. a561404 [RELEASE] Released version 1.5.16 by Willy Tarreau · 8 years ago
  80. 5237ace BUG/MINOR: log: GMT offset not updated when entering/leaving DST by Benoit GARNIER · 8 years ago
  81. 2b9b25b CLEANUP: http: fix a build warning introduced by a recent fix by Willy Tarreau · 8 years ago
  82. e524c71 BUG/MINOR: pattern: Avoid memory leak on out-of-memory condition by Andreas Seltenreich · 8 years ago
  83. 171d9a5 BUG/MINOR: standard: Avoid free of non-allocated pointer by Andreas Seltenreich · 8 years ago
  84. d5760be MINOR: cfgparse: warn when gid parameter is not a number by Baptiste Assmann · 8 years ago
  85. 2b42993 MINOR: cfgparse: warn when uid parameter is not a number by Baptiste Assmann · 8 years ago
  86. 6ae30f8 BUG/MINOR: tcpcheck: fix incorrect list usage resulting in failure to load certain configs by Willy Tarreau · 8 years ago
  87. 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 · 8 years ago
  88. 41c115e CLEANUP: map: Avoid memory leak in out-of-memory condition. by Andreas Seltenreich · 8 years ago
  89. cae8e4e CLEANUP: pattern: Ignore unknown samples in pat_match_ip(). by Andreas Seltenreich · 8 years ago
  90. a96d28b CLEANUP: stats: Avoid computation with uninitialized bits. by Andreas Seltenreich · 8 years ago
  91. a24f95d MINOR: systemd: ensure a reload doesn't mask a stop by Willy Tarreau · 8 years ago
  92. 081753c BUG/MINOR: systemd: propagate the correct signal to haproxy by Willy Tarreau · 8 years ago
  93. 60278b9 BUG/MINOR: systemd: report the correct signal in debug message output by Willy Tarreau · 8 years ago
  94. 1e7893c BUG/MINOR: systemd: ensure we don't miss signals by Willy Tarreau · 8 years ago
  95. ce0162e BUG/MEDIUM: chunks: always reject negative-length chunks by Willy Tarreau · 8 years ago
  96. be80167 BUG/MINOR: http: Be sure to process all the data received from a server by Christopher Faulet · 9 years ago
  97. 32e4f25 BUG/MEDIUM: stats: stats bind-process doesn't propagate the process mask correctly by Cyril Bonté · 8 years ago
  98. 8760ef0 BUG/MEDIUM: ssl: fix off-by-one in NPN list allocation by Willy Tarreau · 8 years ago
  99. 9344dd0 BUG/MEDIUM: ssl: fix off-by-one in ALPN list allocation by Marcoen Hirschberg · 8 years ago
  100. 6f93444 DOC: add server name at rate-limit sessions example by Panagiotis Panagiotopoulos · 8 years ago