1. a32f99f BUG/MAJOR: http: reject any empty content-length header value by Willy Tarreau · 1 year, 4 months ago
  2. 0404bf1 BUG/MAJOR: h3: reject header values containing invalid chars by Willy Tarreau · 1 year, 4 months ago
  3. 21c4ffd REORG: http: move has_forbidden_char() from h2.c to http.h by Willy Tarreau · 1 year, 4 months ago
  4. 80707f7 BUG/MAJOR: http-ana: Get a fresh trash buffer for each header value replacement by Christopher Faulet · 1 year, 4 months ago
  5. d208151 BUILD: quic: fix wrong potential NULL dereference by Amaury Denoyelle · 1 year, 4 months ago
  6. 3659534 BUG/MINOR: quic: reappend rxbuf buffer on fake dgram alloc error by Amaury Denoyelle · 1 year, 4 months ago
  7. ca90de2 BUG/MINOR: http-client: Don't forget to commit changes on HTX message by Christopher Faulet · 1 year, 4 months ago
  8. 5f01cf3 BUG/MEDIUM: quic: consume contig space on requeue datagram by Amaury Denoyelle · 1 year, 4 months ago
  9. 331a3b9 BUG/MEDIUM: bwlim: Reset analyse expiration date when then channel analyse ends by Christopher Faulet · 1 year, 4 months ago
  10. 3809fe9 BUG/MEDIUM: h3: Be sure to handle fin bit on the last DATA frame by Christopher Faulet · 1 year, 4 months ago
  11. aafbc3a BUG/MINOR: chunk: fix chunk_appendf() to not write a zero if buffer is full by Dragan Dosen · 1 year, 4 months ago
  12. 1489419 DOC: configuration: describe Td in Timing events by William Lallemand · 1 year, 4 months ago
  13. 87230d3 BUG/MEDIUM: h3: Properly report a C-L header was found to the HTX start-line by Christopher Faulet · 1 year, 4 months ago
  14. 5feb35d BUG/MINOR: ssl: OCSP callback only registered for first SSL_CTX by Remi Tricot-Le Breton · 1 year, 4 months ago
  15. 31e801c MINOR: quic: Useless call to SSL_CTX_set_quic_method() by Frédéric Lécaille · 1 year, 6 months ago
  16. aada881 MINOR: quic: Make ->set_encryption_secrets() be callable two times by Frédéric Lécaille · 1 year, 6 months ago
  17. 6844af6 BUG/MEDIUM: listener: Acquire proxy's lock in relax_listener() if necessary by Christopher Faulet · 1 year, 4 months ago
  18. 7b79f7c BUG/MINOR: server-state: Avoid warning on 'file not found' by Marcos de Oliveira · 1 year, 4 months ago
  19. 4820c6e BUG/MINOR: server-state: Ignore empty files by Marcos de Oliveira · 1 year, 4 months ago
  20. 0e7f9da BUG/MINOR: quic: Missing parentheses around PTO probe variable. by Frédéric Lécaille · 1 year, 4 months ago
  21. 521d99f BUG/MINOR: server: Don't warn on server resolution failure with init-addr none by Christopher Faulet · 1 year, 4 months ago
  22. adb7e4a BUG/MINOR: init: set process' affinity even in foreground by Willy Tarreau · 1 year, 4 months ago
  23. eded6c1 BUG/MINOR: cpuset: remove the bogus "proc" from the cpu_map struct by Willy Tarreau · 1 year, 4 months ago
  24. 6f88350 BUG/MINOR: config: do not detect NUMA topology when cpu-map is configured by Willy Tarreau · 1 year, 4 months ago
  25. b8ee931 MINOR: cpuset: add cpu_map_configured() to know if a cpu-map was found by Willy Tarreau · 1 year, 4 months ago
  26. a3ba46a BUG/MINOR: h1-htx: Return the right reason for 302 FCGI responses by Christopher Faulet · 1 year, 4 months ago
  27. 64d7afb BUG/MINOR: hlua: add check for lua_newstate by firexinghe · 1 year, 5 months ago
  28. 2b6d45e BUILD: quic: fix warning during compilation using gcc-6.5 by Emeric Brun · 1 year, 4 months ago
  29. ac63c8e CI: explicitely highlight VTest result section if there's something by Ilya Shipitsin · 1 year, 5 months ago
  30. 0c6410f CI: add naming convention documentation by Ilya Shipitsin · 1 year, 5 months ago
  31. 7bddacb BUG/MINOR: http: Return the right reason for 302 by Christopher Faulet · 1 year, 4 months ago
  32. ca6bf91 BUG/MINOR: sample: Fix wrong overflow detection in add/sub conveters by Christopher Faulet · 1 year, 4 months ago
  33. 18b63f4 DOC: config: Fix fc_src description to state the source address is returned by Christopher Faulet · 1 year, 4 months ago
  34. 202edb5 BUG/MEDIUM: hlua_fcn/queue: bad pop_wait sequencing by Aurelien DARRAGON · 1 year, 5 months ago
  35. bcdf07e BUG/MINOR: hlua: hlua_yieldk ctx argument should support pointers by Aurelien DARRAGON · 1 year, 5 months ago
  36. e0190c6 CLEANUP: quic: remove useless parameter 'key' from quic_packet_encrypt by Emeric Brun · 1 year, 5 months ago
  37. 7875f12 BUG/MEDIUM: quic: timestamp shared in token was using internal time clock by Emeric Brun · 1 year, 5 months ago
  38. 0ae0d74 BUG/MEDIUM: quic: missing check of dcid for init pkt including a token by Emeric Brun · 1 year, 5 months ago
  39. e397d86 BUG/MINOR: quic: retry token remove one useless intermediate expand by Emeric Brun · 1 year, 5 months ago
  40. 28f430c BUG/MEDIUM: quic: token IV was not computed using a strong secret by Emeric Brun · 1 year, 5 months ago
  41. 3e83b09 BUG/MINOR: config: Remove final '\n' in error messages by Thierry Fournier · 1 year, 6 months ago
  42. 4163036 BUG/MINOR: hlua_fcn/queue: use atomic load to fetch queue size by Aurelien DARRAGON · 1 year, 5 months ago
  43. cb8c4c2 EXAMPLES: maintain haproxy 2.8 retrocompatibility for lua mailers script by Aurelien DARRAGON · 1 year, 5 months ago
  44. 9da1f95 BUG/MINOR: sink/log: properly deinit srv in sink_new_from_logsrv() by Aurelien DARRAGON · 1 year, 5 months ago
  45. 2b8f7ab MINOR: hlua_fcn/mailers: handle timeout mail from mailers section by Aurelien DARRAGON · 1 year, 5 months ago
  46. 9a55efb BUG/MINOR: server: set rid default value in new_server() by Aurelien DARRAGON · 1 year, 5 months ago
  47. 727e396 BUG/MINOR: sink: fix errors handling in cfg_post_parse_ring() by Aurelien DARRAGON · 1 year, 5 months ago
  48. 6a366ea BUG/MINOR: sink: invalid sft free in sink_deinit() by Aurelien DARRAGON · 1 year, 5 months ago
  49. 791433e BUG/MINOR: log: free errmsg on error in cfg_parse_log_forward() by Aurelien DARRAGON · 1 year, 5 months ago
  50. 2a9dfb8 BUG/MINOR: log: fix multiple error paths in cfg_parse_log_forward() by Aurelien DARRAGON · 1 year, 5 months ago
  51. 53f080d BUG/MINOR: log: fix missing name error message in cfg_parse_log_forward() by Aurelien DARRAGON · 1 year, 5 months ago
  52. 7d4e87b BUG/MEDIUM: log: improper use of logsrv->maxlen for buffer targets by Aurelien DARRAGON · 1 year, 5 months ago
  53. 5bab37e MINOR: sink/api: pass explicit maxlen parameter to sink_write() by Aurelien DARRAGON · 1 year, 5 months ago
  54. a021134 BUG/MINOR: log: LF upsets maxlen for UDP targets by Aurelien DARRAGON · 1 year, 5 months ago
  55. 79504b9 BUG/MINOR: ring: maxlen warning reported as alert by Aurelien DARRAGON · 1 year, 5 months ago
  56. cad9ce5 BUG/MINOR: ring: size warning incorrectly reported as fatal error by Aurelien DARRAGON · 1 year, 5 months ago
  57. cc683cb BUG/MINOR: sink: missing sft free in sink_deinit() by Aurelien DARRAGON · 1 year, 5 months ago
  58. 4ecef9e BUG/MINOR: http_ext: unhandled ERR_ABORT in proxy_http_parse_7239() by Aurelien DARRAGON · 1 year, 5 months ago
  59. aff4ac2 BUG/MEDIUM: sink: invalid server list in sink_new_from_logsrv() by Aurelien DARRAGON · 1 year, 5 months ago
  60. 02f4724 BUG/MINOR: cache: A 'max-age=0' cache-control directive can be overriden by a s-maxage by Remi Tricot-Le Breton · 1 year, 5 months ago
  61. 35d5b5f BUG/MINOR: tcp_sample: bc_{dst,src} return IP not INT by Aurelien DARRAGON · 1 year, 6 months ago
  62. 44f9bf5 DOC: ssl: Add ocsp-update troubleshooting clues and emphasize on crt-list only aspect by Remi Tricot-Le Breton · 1 year, 5 months ago
  63. 5c24f90 DOC: ssl: Fix typo in 'ocsp-update' option by Remi Tricot-Le Breton · 1 year, 5 months ago
  64. a90123a [RELEASE] Released version 2.8.1 by Christopher Faulet · 1 year, 5 months ago
  65. d939a2e CLEANUP: quic: Remove server specific about Initial packet number space by Frédéric Lécaille · 1 year, 5 months ago
  66. 13ed7c9 MINOR: quic: Reduce the maximum length of TLS secrets by Frédéric Lécaille · 1 year, 5 months ago
  67. 0960b52 MINOR: quic: Move packet number space related functions by Frédéric Lécaille · 1 year, 6 months ago
  68. ac73baa MINOR: quic: Move QUIC encryption level structure definition by Frédéric Lécaille · 1 year, 6 months ago
  69. 2058f53 BUILD: debug: avoid a build warning related to epoll_wait() in debug code by Willy Tarreau · 1 year, 5 months ago
  70. 6fbf6d4 MINOR: compression/slz: add support for a pure flush of pending bytes by Willy Tarreau · 1 year, 5 months ago
  71. 3ffe11e IMPORT: slz: implement a synchronous flush() operation by Willy Tarreau · 1 year, 5 months ago
  72. 7619aa6 BUG/MINOR: quic: Wrong endianess for version field in Retry token by Frédéric Lécaille · 1 year, 5 months ago
  73. 966e468 BUG/MINOR: quic: Wrong Retry paquet version field endianess by Frédéric Lécaille · 1 year, 5 months ago
  74. 2b22054 BUG/MINOR: quic: Missing random bits in Retry packet header by Frédéric Lécaille · 1 year, 5 months ago
  75. c6c5125 BUG/MINOR: config: fix stick table duplicate name check by Patrick Hemmer · 1 year, 5 months ago
  76. a47f5cd BUG/MEDIUM: quic: error checking buffer large enought to receive the retry tag by Emeric Brun · 1 year, 5 months ago
  77. 8a58658 BUG/MINOR: quic: Prevent deadlock with CID tree lock by Frédéric Lécaille · 1 year, 5 months ago
  78. 8ee9a50 BUG/MINOR: mworker: leak of a socketpair during startup failure by William Lallemand · 1 year, 5 months ago
  79. ddeba27 BUG/MINOR: http_ext: fix if-none regression in forwardfor option by Aurelien DARRAGON · 1 year, 5 months ago
  80. e3ebe0e DOC: Attempt to fix dconv parsing error for tune.h2.fe.initial-window-size by Tim Duesterhus · 1 year, 6 months ago
  81. 725d547 REGTESTS: h1_host_normalization : Add a barrier to not mix up log messages by Christopher Faulet · 1 year, 5 months ago
  82. bf7493e DOC: Add tune.h2.max-frame-size option to table of contents by Tim Duesterhus · 1 year, 6 months ago
  83. 3ca274b DOC: Add tune.h2.be.* and tune.h2.fe.* options to table of contents by Tim Duesterhus · 1 year, 6 months ago
  84. 01505ae BUG/MINOR: quic: ticks comparison without ticks API use by Frédéric Lécaille · 1 year, 5 months ago
  85. 67bddbf BUG/MEDIUM: mworker: increase maxsock with each new worker by William Lallemand · 1 year, 5 months ago
  86. fd212a7 BUG/MINOR: quic: Possible endless loop in quic_lstnr_dghdlr() by Frédéric Lécaille · 1 year, 5 months ago
  87. 557d30a BUG/MINOR: quic: Possible crash in quic_conn_prx_cntrs_update() by Frédéric Lécaille · 1 year, 6 months ago
  88. e111b72 BUG/MINOR: quic: Missing initialization (packet number space probing) by Frédéric Lécaille · 1 year, 6 months ago
  89. d4a3892 BUG/MINOR: namespace: missing free in netns_sig_stop() by Aurelien DARRAGON · 1 year, 6 months ago
  90. 60d185d BUG/MINOR: server: inherit from netns in srv_settings_cpy() by Aurelien DARRAGON · 1 year, 6 months ago
  91. 8f8e3fa BUG/MINOR: quic: Address inversion in "show quic full" by Frédéric Lécaille · 1 year, 6 months ago
  92. b546193 BUG/MINOR: quic: Wrong encryption level flags checking by Frédéric Lécaille · 1 year, 6 months ago
  93. 4e23248 BUG/MINOR: ssl: log message non thread safe in SSL Hanshake failure by William Lallemand · 1 year, 6 months ago
  94. fcc0a05 REG-TESTS: stickiness: Delay haproxys start to properly resolv variables by Christopher Faulet · 1 year, 6 months ago
  95. af27ada BUG/MINOR: peers: Improve detection of config errors in peers sections by Christopher Faulet · 1 year, 6 months ago
  96. c9e8a32 BUG/MEDIUM: hlua: Use front SC to detect EOI in HTTP applets' receive functions by Christopher Faulet · 1 year, 6 months ago
  97. 899b547 BUG/MINOR: proxy/server: free default-server on deinit by Aurelien DARRAGON · 1 year, 6 months ago
  98. 12d6b9a BUG/MINOR: proxy: add missing interface bind free in free_proxy by Aurelien DARRAGON · 1 year, 6 months ago
  99. 4c6adb0 BUG/MINOR: cfgparse-tcp: leak when re-declaring interface from bind line by Aurelien DARRAGON · 1 year, 6 months ago
  100. 06d8aad DOC: config: fix rfc7239 converter examples (again) by Aurelien DARRAGON · 1 year, 6 months ago