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