1. c6dac6c MEDIUM: listeners: remove the now unused ZOMBIE state by Willy Tarreau · 3 years, 9 months ago
  2. ae7bc4a MEDIUM: deinit: close all receivers/listeners before scanning proxies by Willy Tarreau · 3 years, 9 months ago
  3. b6607bf MEDIUM: listeners: make unbind_listener() converge if needed by Willy Tarreau · 3 years, 9 months ago
  4. 02b092f MEDIUM: init: stop disabled proxies after initializing fdtab by Willy Tarreau · 3 years, 9 months ago
  5. cb89e32 MEDIUM: listeners: don't bounce listeners management between queues by Willy Tarreau · 3 years, 9 months ago
  6. f015887 MEDIUM: fd: always wake up one thread when enabling a foreing FD by Willy Tarreau · 3 years, 9 months ago
  7. 2ea15a0 REGTESTS: mark abns_socket as broken by Willy Tarreau · 3 years, 9 months ago
  8. b8d148a BUG/MINOR: http-htx: Expect no body for 204/304 internal HTTP responses by Christopher Faulet · 3 years, 9 months ago
  9. 5563392 BUG/MINOR: http: Fix content-length of the default 500 error by Christopher Faulet · 3 years, 9 months ago
  10. ab87712 DOC: Fix typos in configuration.txt by Sébastien Gross · 3 years, 9 months ago
  11. aade4ed BUG/MEDIUM: mux-h2: Don't handle pending read0 too early on streams by Christopher Faulet · 3 years, 9 months ago
  12. 6670e3e BUG/MEDIUM: mux-fcgi: Don't handle pending read0 too early on streams by Christopher Faulet · 3 years, 9 months ago
  13. 08eb718 DOC: Add missing stats fields in the management doc by Pierre Cheynier · 3 years, 9 months ago
  14. 7aaadf5 CI: travis-ci: help Coverity to detect BUG_ON() as a real stop by Ilya Shipitsin · 3 years, 9 months ago
  15. 0fdfe41 BUILD: makefile: Update feature flags for NetBSD by Brad Smith · 3 years, 9 months ago
  16. 4a539f3 BUG/MINOR: makefile: fix a tiny typo in the target list by Willy Tarreau · 3 years, 9 months ago
  17. 382001b BUILD: Add a DragonFlyBSD target by Brad Smith · 3 years, 9 months ago
  18. 465dc7d DOC: fix a confusing typo on a regsub example by Willy Tarreau · 3 years, 9 months ago
  19. da46c1c DOC: re-work log forward bind statement documentation. by Emeric Brun · 3 years, 9 months ago
  20. b0c331f BUG/MINOR: proxy/log: frontend/backend and log forward names must differ by Emeric Brun · 3 years, 9 months ago
  21. cbb7bf7 MEDIUM: log: syslog TCP support on log forward section. by Emeric Brun · 3 years, 9 months ago
  22. 6d75616 MINOR: channel: new getword and getchar functions on channel. by Emeric Brun · 3 years, 9 months ago
  23. 2897644 MINOR: stats: inc req counter on listeners. by Emeric Brun · 3 years, 9 months ago
  24. c47ba59 BUG/MEDIUM: log: old processes with log foward section don't die on soft stop. by Emeric Brun · 3 years, 9 months ago
  25. a39ecbd BUG/MINOR: proxy: inc req counter on new syslog messages. by Emeric Brun · 3 years, 9 months ago
  26. 9589aa0 CLEANUP: sock-unix: Remove an unreachable goto clause by Christopher Faulet · 3 years, 9 months ago
  27. 7b06d3a MINOR: mux-h1: Don't wakeup the H1C when output buffer become available by Christopher Faulet · 3 years, 9 months ago
  28. e9da975 BUG/MINOR: mux-h1: Always set the session on frontend h1 stream by Christopher Faulet · 3 years, 9 months ago
  29. 69f2cb8 BUG/MINOR: mux-h1: Be sure to only set CO_RFL_READ_ONCE for the first read by Christopher Faulet · 3 years, 9 months ago
  30. 58feb49 CLEANUP: ssl: Release cached SSL sessions on deinit by Christopher Faulet · 3 years, 9 months ago
  31. d7c6e6a CLEANUP: cache: Fix leak of cconf->c.name during config check by Tim Duesterhus · 3 years, 10 months ago
  32. a100003 BUG/MINOR: proto_tcp: Report warning messages when listeners are bound by Christopher Faulet · 3 years, 9 months ago
  33. 3f1977c DOC: update INSTALL with supported OpenBSD / FreeBSD versions by Brad Smith · 3 years, 9 months ago
  34. e7e2b21 BUG/MINOR: peers: Inconsistency when dumping peer status codes. by Frédéric Lécaille · 3 years, 9 months ago
  35. 57dd6f1 DOC: ssl: fix typo about ocsp files by William Dauchy · 3 years, 9 months ago
  36. 27373f7 MINOR: stats: remove for loop declaration by Amaury Denoyelle · 3 years, 9 months ago
  37. fbd0bc9 MINOR: dns/stats: integrate dns counters in stats by Amaury Denoyelle · 3 years, 9 months ago
  38. 0b70a8a MINOR: stats: add config "stats show modules" by Amaury Denoyelle · 3 years, 9 months ago
  39. e3f576c MINOR: stats: display extra proxy stats on the html page by Amaury Denoyelle · 3 years, 9 months ago
  40. d3700a7 MINOR: stats: support clear counters for dynamic stats by Amaury Denoyelle · 3 years, 9 months ago
  41. ee63d4b MEDIUM: stats: integrate static proxies stats in new stats by Amaury Denoyelle · 3 years, 9 months ago
  42. 730c727 MEDIUM: stats: add abstract type to store counters by Amaury Denoyelle · 3 years, 9 months ago
  43. 58d395e MEDIUM: stats: define an API to register stat modules by Amaury Denoyelle · 3 years, 9 months ago
  44. 50660a8 MEDIUM: stats: add delimiter for static proxy stats on csv by Amaury Denoyelle · 3 years, 9 months ago
  45. 72b16e5 MINOR: stats: define additional flag px cap on domain by Amaury Denoyelle · 3 years, 9 months ago
  46. 072f97e MINOR: stats: define the concept of domain for statistics by Amaury Denoyelle · 3 years, 9 months ago
  47. f98d821 MINOR: hlua: Display debug messages on stderr only in debug mode by Christopher Faulet · 3 years, 9 months ago
  48. 98b81cb REORG: stats: extract proxies dump loop in a function by Amaury Denoyelle · 3 years, 9 months ago
  49. f34017b REORG: stats: extract proxy json dump by Amaury Denoyelle · 3 years, 9 months ago
  50. da5b6d1 MINOR: stats: hide px/sv/li fields in applet struct by Amaury Denoyelle · 3 years, 9 months ago
  51. 97323c9 MINOR: stats: add stats size as a parameter for csv/json dump by Amaury Denoyelle · 3 years, 9 months ago
  52. 3ca927e REORG: stats: export some functions by Amaury Denoyelle · 3 years, 9 months ago
  53. a53ce4c BUG/MINOR: stats: fix validity of the json schema by Amaury Denoyelle · 3 years, 9 months ago
  54. cd3de50 MINOR: counters: fix a typo in comment by Amaury Denoyelle · 3 years, 9 months ago
  55. 51f784b CLEANUP: ssl: "bundle" is not an OpenSSL wording by William Lallemand · 3 years, 9 months ago
  56. fac0f64 BUG/MEDIUM: queue: make pendconn_cond_unlink() really thread-safe by Willy Tarreau · 3 years, 9 months ago
  57. f9ff3ec DOC: ssl: new "cert bundle" behavior by William Lallemand · 3 years, 9 months ago
  58. f717727 BUG/MINOR: tcpcheck: Set socks4 and send-proxy flags before the connect call by Christopher Faulet · 3 years, 9 months ago
  59. 2079a4a MEDIUM: tcp-rules: Warn if a track-sc* content rule doesn't depend on content by Christopher Faulet · 3 years, 9 months ago
  60. 7ea509e DOC: tcp-rules: Refresh details about L7 matching for tcp-request content rules by Christopher Faulet · 3 years, 9 months ago
  61. 7cea606 BUG/MINOR: Fix several leaks of 'log_tag' in init(). by Eric Salama · 3 years, 9 months ago
  62. 1d0206e MINOR: ssl: remove uneeded check in crtlist_parse_file by William Dauchy · 3 years, 9 months ago
  63. b9f6acc MINOR: ssl: Add error if a crt-list might be truncated by Tim Duesterhus · 3 years, 9 months ago
  64. 6d07fae CLEANUP: ssl: Use structured format for error line report during crt-list parsing by Tim Duesterhus · 3 years, 9 months ago
  65. 7c503bb BUILD: makefile: Enable closefrom() support on Solaris by Brad Smith · 3 years, 9 months ago
  66. fe2cc41 BUILD: tools: fix minor build issue on isspace() by Willy Tarreau · 3 years, 9 months ago
  67. fa41cb6 MINOR: tools: support for word expansion of environment in parse_line by Amaury Denoyelle · 3 years, 9 months ago
  68. ac32b4b BUILD: makefile: add an EXTRAVERSION variable to ease local naming by Willy Tarreau · 3 years, 9 months ago
  69. 5018aac BUILD: makefile: Fix building with closefrom() support enabled by Brad Smith · 3 years, 9 months ago
  70. 82cd5c1 OPTIM: backend: skip LB when we know the backend is full by Willy Tarreau · 3 years, 9 months ago
  71. b88ae18 OPTIM: backend/random: never queue on the server, always on the backend by Willy Tarreau · 3 years, 9 months ago
  72. 9d85eb0 BUILD: makefile: Update feature flags for FreeBSD by Brad Smith · 3 years, 10 months ago
  73. 73cc545 REGTEST: make map_regm_with_backref require 1.7 by Willy Tarreau · 3 years, 9 months ago
  74. f8d46de REGTEST: make abns_socket.vtc require 1.8 by Willy Tarreau · 3 years, 9 months ago
  75. 55da2b9 REGTEST: make agent-check.vtc require 1.8 by Willy Tarreau · 3 years, 9 months ago
  76. 0f08c37 REGTEST: the iif converter test requires 2.3 by Willy Tarreau · 3 years, 9 months ago
  77. 989fe79 REGTEST: make ssl_client_samples and ssl_server_samples requiret to 2.3 by Willy Tarreau · 3 years, 9 months ago
  78. 2aa3dd2 REGTEST: fix host part in balance-uri-path-only.vtc by Willy Tarreau · 3 years, 9 months ago
  79. 20b0fed BUG/MINOR: ssl/crt-list: exit on warning out of crtlist_parse_line() by William Lallemand · 3 years, 9 months ago
  80. 2540796 DOC: crt: advise to move away from cert bundle by William Dauchy · 3 years, 9 months ago
  81. f8e795c DOC: agent-check: fix typo in "fail" word expected reply by William Dauchy · 3 years, 9 months ago
  82. 90c9d78 BUILD: makefile: Update feature flags for OpenBSD by Brad Smith · 3 years, 9 months ago
  83. 7faeea9 REGTESTS: use "command" instead of "which" for better POSIX compatibility by Ilya Shipitsin · 3 years, 9 months ago
  84. 05f0188 [RELEASE] Released version 2.3-dev5 by Christopher Faulet · 3 years, 9 months ago
  85. a6aca66 BUILD: trace: include tools.h by Miroslav Zagorac · 3 years, 9 months ago
  86. 82cd028 BUG/MINOR: listeners: properly close listener FDs by Willy Tarreau · 3 years, 9 months ago
  87. 02e1975 BUG/MEDIUM: listeners: do not pause foreign listeners by Willy Tarreau · 3 years, 9 months ago
  88. 1949090 REGTESTS: add a few load balancing tests by Willy Tarreau · 3 years, 9 months ago
  89. 57a3741 MINOR: backend: add a new "path-only" option to "balance uri" by Willy Tarreau · 3 years, 9 months ago
  90. 3d1119d MINOR: backend: make the "whole" option of balance uri take only one bit by Willy Tarreau · 3 years, 9 months ago
  91. 36b5366 BUG/MINOR: config: Fix memory leak on config parse listen by Amaury Denoyelle · 3 years, 9 months ago
  92. 1aab911 BUG/MINOR: Fix memory leaks cfg_parse_peers by Eric Salama · 3 years, 10 months ago
  93. d2414a2 BUG/MINOR: http-fetch: Don't set the sample type during the htx prefetch by Christopher Faulet · 3 years, 10 months ago
  94. 3ca2365 BUG/MEDIUM: h2: report frame bits only for handled types by Willy Tarreau · 3 years, 10 months ago
  95. bba7a4d BUG/MINOR: h2/trace: do not display "stream error" after a frame ACK by Willy Tarreau · 3 years, 10 months ago
  96. 8520d87 MINOR: h2/trace: also display the remaining frame length in traces by Willy Tarreau · 3 years, 10 months ago
  97. f2cda10 BUILD: sock_inet: include errno.h by Willy Tarreau · 3 years, 10 months ago
  98. 3cd58bf MINOR: sock_unix: report the errno string in binding errors by Willy Tarreau · 3 years, 10 months ago
  99. 36722d2 MINOR: sock_inet: report the errno string in binding errors by Willy Tarreau · 3 years, 10 months ago
  100. eb8cfe6 BUILD: sock_unix: add missing errno.h by Willy Tarreau · 3 years, 10 months ago