1. 00c79d0 Merge tag 'v1.5.19' into dev by Natalie Chen · 2 years, 9 months ago temp
  2. dbd795e support ^(?:/p/|/a/|/) git url by natalie · 2 years, 9 months ago
  3. 10f5f10 show longer email subject by CP Cheng · 4 years, 9 months ago
  4. 8213c56 fix uppercase/lowercase issue by natalie · 4 years, 9 months ago
  5. 26479dd fix segmentation fault by natalie.chen · 5 years ago
  6. 21014c4 check for null pointer by natalie.chen · 6 years ago
  7. 0453c5a Merge "extracting project name from uri" into dev by Natalie Chen · 6 years ago
  8. 4fcfe81 extracting project name from uri by natalie.chen · 6 years ago
  9. b734599 show longer haproxy alert message in email subject by cp.cheng · 7 years ago
  10. cbc89e2 BUG/MINOR: systemd: potential zombie processes by William Lallemand · 7 years ago
  11. 1ad1c0b BUG/MINOR: backend: nbsrv() should return 0 if backend is disabled by Marcin Deranek · 7 years ago
  12. a491c65 BUG/MEDIUM: ssl: properly reset the reused_sess during a forced handshake by Willy Tarreau · 7 years ago
  13. 24f88dc BUG/MINOR: http: don't send an extra CRLF after a Set-Cookie in a redirect by Matthieu Guegan · 7 years ago
  14. 8f554b5 BUG/MEDIUM: proxy: return "none" and "unknown" for unknown LB algos by Willy Tarreau · 8 years ago
  15. 147c1b0 BUG/MINOR: cli: dequeue from the proxy when changing a maxconn by Willy Tarreau · 8 years ago
  16. 6a444d0 BUG/MINOR: cli: fix pointer size when reporting data/transport layer name by Willy Tarreau · 8 years ago
  17. 4dac86e BUG/MINOR: cli: properly decrement ref count on tables during failed dumps by Willy Tarreau · 8 years ago
  18. 08104d2 BUG/MEDIUM: stick-table: fix regression caused by recent fix for out-of-memory by Willy Tarreau · 8 years ago
  19. 7f3f29e BUG/MEDIUM: connection: check the control layer before stopping polling by Willy Tarreau · 8 years ago
  20. 496ef86 BUG/MINOR: stick-table: handle out-of-memory condition gracefully by Vincent Bernat · 8 years ago
  21. 424ab79 BUG/MEDIUM: systemd-wrapper: return correct exit codes by Willy Tarreau · 8 years ago
  22. 5c542ff BUG/MEDIUM: peers: fix use after free in peer_session_create() by Willy Tarreau · 8 years ago
  23. 3759a41 BUILD: poll: remove unused hap_fd_isset() which causes a warning with clang by Willy Tarreau · 8 years ago
  24. 838191d BUG/MEDIUM: systemd: let the wrapper know that haproxy has completed or failed by Willy Tarreau · 8 years ago
  25. d019fe2 MINOR: systemd: report it when execve() fails by Willy Tarreau · 8 years ago
  26. 81a0e09 BUG/MINOR: systemd: check return value of calloc() by Willy Tarreau · 8 years ago
  27. c2bdae6 BUG/MINOR: systemd: always restore signals before execve() by Willy Tarreau · 8 years ago
  28. c4b7c1c BUILD/CLEANUP: systemd: avoid a warning due to mixed code and declaration by Cyril Bonté · 9 years ago
  29. 9e43e2e BUG/MINOR: systemd: make the wrapper return a non-null status code on error by Willy Tarreau · 8 years ago
  30. e72f43d BUG/MINOR: ssl: prevent multiple entries for the same certificate by Thierry FOURNIER / OZON.IO · 8 years ago
  31. 5a00bf7 BUG/MINOR: ssl: Check malloc return code by Thierry FOURNIER / OZON.IO · 8 years ago
  32. 57333bd MINOR: show Running on zlib version by Lukas Tribus · 8 years ago
  33. 080ef16 MINOR: show Built with PCRE version by Lukas Tribus · 8 years ago
  34. 388ed78 BUG/MINOR: displayed PCRE version is running release by Lukas Tribus · 8 years ago
  35. 3dac86e MINOR: cli: allow the semi-colon to be escaped on the CLI by Chad Lavoie · 8 years ago
  36. 7eb7c08 BUG/MINOR: payload: fix SSLv2 version parser by Willy Tarreau · 8 years ago
  37. 83b4058 BUG/MAJOR: stream: properly mark the server address as unset on connect retry by Willy Tarreau · 8 years ago
  38. 5a5b1f2 BUG/MAJOR: stick-counters: possible crash when using sc_trackers with wrong table by Willy Tarreau · 8 years ago
  39. eb743c2 modify email alert subject by cp.cheng · 8 years ago
  40. ff85390 BUG/MAJOR: compression: initialize avail_in/next_in even during flush by Willy Tarreau · 8 years ago
  41. 7c3cc28 BUG/MEDIUM: stream-int: completely detach connection on connect error by Willy Tarreau · 8 years ago
  42. b320ad4 add new parameter to support original uri and git-uri LB algorithm by natalie.chen · 8 years ago
  43. 920d05f Revert "BUG/MINOR: ssl: fix potential memory leak in ssl_sock_load_dh_params()" by Willy Tarreau · 8 years ago
  44. 1ab2322 BUG/MINOR: init: ensure that FD limit is raised to the max allowed by Willy Tarreau · 8 years ago
  45. 29901e5 BUG/MINOR: init: always ensure that global.rlimit_nofile matches actual limits by Willy Tarreau · 8 years ago
  46. b3d91b8 BUG/MINOR: http: url32+src should check cli_conn before using it by Dragan Dosen · 8 years ago
  47. 9410d75 BUG/MINOR: http: url32+src should use the big endian version of url32 by Dragan Dosen · 8 years ago
  48. 971cb62 BUG/MINOR: ssl: fix potential memory leak in ssl_sock_load_dh_params() by Roberto Guimaraes · 8 years ago
  49. cba3bd6 BUG/MINOR: http: add-header: header name copied twice by Thierry Fournier · 8 years ago
  50. 294c8d2 BUG/MEDIUM: sticktables: segfault in some configuration error cases by Thierry Fournier · 8 years ago
  51. fab4152 CLEANUP: connection: fix double negation on memcmp() by David CARLIER · 8 years ago
  52. a72d390 BUG/MAJOR: fix listening IP address storage for frontends by Vincent Bernat · 8 years ago
  53. c4cdeb7 MINOR: stats: fix typo in help messages by Cyril Bonté · 8 years ago
  54. 7460212 BUG/MEDIUM: channel: fix inconsistent handling of 4GB-1 transfers by Willy Tarreau · 8 years ago
  55. 09ae6c9 BUG/MEDIUM: stream: ensure the SI_FL_DONT_WAKE flag is properly cleared by Willy Tarreau · 8 years ago
  56. c72d85b BUG/MEDIUM: http: fix risk of CPU spikes with pipelined requests from dead client by Willy Tarreau · 8 years ago
  57. b17547c MEDIUM: unblock signals on startup. by Willy Tarreau · 8 years ago
  58. c6d173f BUG/MINOR: fix maxaccept computation according to the frontend process range by Cyril Bonté · 8 years ago
  59. 6f4bf1e BUG/MINOR: listener: stop unbound listeners on startup by Willy Tarreau · 8 years ago
  60. 434bc8d BUG/MEDIUM: fix maxaccept computation on per-process listeners by Willy Tarreau · 8 years ago
  61. 0aa1e33 CLEANUP: fix inconsistency between fd->iocb, proto->accept and accept() by Willy Tarreau · 8 years ago
  62. 068c344 [RELEASE] Released version 1.5.17 by Willy Tarreau · 8 years ago
  63. c89b09b BUG/MINOR : allow to log cookie for tarpit and denied request by Bertrand Paquet · 8 years ago
  64. bb65643 BUG/MAJOR: Fix crash in http_get_fhdr with exactly MAX_HDR_HISTORY headers by Nenad Merdanovic · 8 years ago
  65. d357edf BUG/MINOR: conf: "listener id" expects integer, but its not checked by Thierry Fournier · 8 years ago
  66. 517cdce BUG/MINOR: log: Don't use strftime() which can clobber timezone if chrooted by Benoit GARNIER · 8 years ago
  67. a561404 [RELEASE] Released version 1.5.16 by Willy Tarreau · 8 years ago
  68. 5237ace BUG/MINOR: log: GMT offset not updated when entering/leaving DST by Benoit GARNIER · 8 years ago
  69. 2b9b25b CLEANUP: http: fix a build warning introduced by a recent fix by Willy Tarreau · 8 years ago
  70. e524c71 BUG/MINOR: pattern: Avoid memory leak on out-of-memory condition by Andreas Seltenreich · 8 years ago
  71. 171d9a5 BUG/MINOR: standard: Avoid free of non-allocated pointer by Andreas Seltenreich · 8 years ago
  72. d5760be MINOR: cfgparse: warn when gid parameter is not a number by Baptiste Assmann · 8 years ago
  73. 2b42993 MINOR: cfgparse: warn when uid parameter is not a number by Baptiste Assmann · 8 years ago
  74. 6ae30f8 BUG/MINOR: tcpcheck: fix incorrect list usage resulting in failure to load certain configs by Willy Tarreau · 8 years ago
  75. 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
  76. 41c115e CLEANUP: map: Avoid memory leak in out-of-memory condition. by Andreas Seltenreich · 8 years ago
  77. cae8e4e CLEANUP: pattern: Ignore unknown samples in pat_match_ip(). by Andreas Seltenreich · 8 years ago
  78. a96d28b CLEANUP: stats: Avoid computation with uninitialized bits. by Andreas Seltenreich · 8 years ago
  79. a24f95d MINOR: systemd: ensure a reload doesn't mask a stop by Willy Tarreau · 8 years ago
  80. 081753c BUG/MINOR: systemd: propagate the correct signal to haproxy by Willy Tarreau · 8 years ago
  81. 60278b9 BUG/MINOR: systemd: report the correct signal in debug message output by Willy Tarreau · 8 years ago
  82. 1e7893c BUG/MINOR: systemd: ensure we don't miss signals by Willy Tarreau · 8 years ago
  83. ce0162e BUG/MEDIUM: chunks: always reject negative-length chunks by Willy Tarreau · 8 years ago
  84. be80167 BUG/MINOR: http: Be sure to process all the data received from a server by Christopher Faulet · 9 years ago
  85. 32e4f25 BUG/MEDIUM: stats: stats bind-process doesn't propagate the process mask correctly by Cyril Bonté · 8 years ago
  86. 8760ef0 BUG/MEDIUM: ssl: fix off-by-one in NPN list allocation by Willy Tarreau · 8 years ago
  87. 9344dd0 BUG/MEDIUM: ssl: fix off-by-one in ALPN list allocation by Marcoen Hirschberg · 8 years ago
  88. c2f2f80 MINOR: stats: send content-length with the redirect to allow keep-alive by Willy Tarreau · 8 years ago
  89. bccd8b6 BUG/CLEANUP: CLI: report the proper field states in "show sess" by Willy Tarreau · 8 years ago
  90. bb48be1 MINOR: unix: don't mention free ports on EAGAIN by Lukas Tribus · 8 years ago
  91. 8db2a60 BUG/MINOR: stream: don't force retries if the server is DOWN by Willy Tarreau · 8 years ago
  92. f980b36 BUG/MEDIUM: sample: http_date() doesn't provide the right day of the week by Cyril Bonté · 8 years ago
  93. 85a1c18 BUG/MEDIUM: config: Adding validation to stick-table expire value. by Ben Cabot · 8 years ago
  94. 079bd01 fix bug by natalie.chen · 8 years ago release
  95. 21fab69 CLEANUP: haproxy: using _GNU_SOURCE instead of __USE_GNU macro. by David Carlier · 8 years ago
  96. a320fd1 BUG/MEDIUM: peers: old stick table updates could be repushed. by Emeric Brun · 8 years ago
  97. 96a1b4a BUG/MEDIUM: peers: table entries learned from a remote are pushed to others after a random delay. by Emeric Brun · 8 years ago
  98. 0f836e1 BUG/MEDIUM: sample: urlp can't match an empty value by Cyril Bonté · 9 years ago
  99. 07ccb48 BUG/MEDIUM: cli: changing compression rate-limiting must require admin level by Willy Tarreau · 9 years ago
  100. 9154bc9 BUG/MEDIUM: stream: fix half-closed timeout handling by Willy Tarreau · 9 years ago