1. c4b93ea CLEAUNUP: quic: Usage of a useless variable in qc_treat_rx_pkts() by Frédéric Lécaille · 3 years, 6 months ago
  2. 8ba4276 BUG/MINOR: quic: Missing cases treatement when updating ACK ranges by Frédéric Lécaille · 3 years, 6 months ago
  3. c825eba MINOR: quic: Remove a useless variable in quic_update_ack_ranges_list() by Frédéric Lécaille · 3 years, 6 months ago
  4. d3f4dd8 MINOR: quic: Useless test in quic_update_ack_ranges_list() by Frédéric Lécaille · 3 years, 6 months ago
  5. 9ef64cd MINOR: quic: quic_update_ack_ranges_list() code factorization by Frédéric Lécaille · 3 years, 6 months ago
  6. baea284 BUG/MINOR: quic: Wrong memory free in quic_update_ack_ranges_list() by Frédéric Lécaille · 3 years, 6 months ago
  7. 1a5e88c MINOR: quic: Remove header protection also for Initial packets by Frédéric Lécaille · 3 years, 6 months ago
  8. 497fa78 MINOR: quic: Derive the initial secrets asap by Frédéric Lécaille · 3 years, 6 months ago
  9. d24c2ec MINOR: quic: Remove header protection for conn with context by Frédéric Lécaille · 3 years, 6 months ago
  10. 3d77fa7 MINOR: quic: QUIC conn initialization from I/O handler by Frédéric Lécaille · 3 years, 6 months ago
  11. de935f3 BUG/MINOR: quic: Do not check the acception of a new conn from I/O handler. by Frédéric Lécaille · 3 years, 6 months ago
  12. ecb5872 MINOR: quic: Initialize the session before starting the xprt. by Frédéric Lécaille · 3 years, 6 months ago
  13. 1e1aad4 MINOR: quic: Move an SSL func call from QUIC I/O handler to the xprt init. by Frédéric Lécaille · 3 years, 6 months ago
  14. 785c9c9 MINOR: quic: Replace max_packet_size by max_udp_payload size. by Frédéric Lécaille · 3 years, 6 months ago
  15. 0faf807 MINOR: quic: Update the streams transport parameters. by Frédéric Lécaille · 3 years, 8 months ago
  16. e8139f3 BUG/MINOR: quic: Wrong ->accept() error handling by Frédéric Lécaille · 3 years, 9 months ago
  17. 422a39c MINOR: quic: Add callbacks for (un)scribing to QUIC xprt. by Frédéric Lécaille · 3 years, 9 months ago
  18. fbe3b77 MINOR: quic: Disable the action of ->rcv_buf() xprt callback by Frédéric Lécaille · 3 years, 9 months ago
  19. 27faba7 MINOR: quic_sock: Finalize the QUIC connections. by Frédéric Lécaille · 3 years, 9 months ago
  20. b4672fb MINOR: qpack: Add QPACK compression. by Frédéric Lécaille · 3 years, 9 months ago
  21. ccac11f MINOR: h3: Add HTTP/3 definitions. by Frédéric Lécaille · 3 years, 9 months ago
  22. dfbae76 MINOR: mux_quic: Add QUIC mux layer. by Frédéric Lécaille · 3 years, 9 months ago
  23. 5aa4143 MINOR: quic: Move transport parmaters to anynomous struct. by Frédéric Lécaille · 3 years, 10 months ago
  24. 577fe48 BUG/MINOR: quic: Possible NULL pointer dereferencing when dumping streams. by Frédéric Lécaille · 3 years, 11 months ago
  25. 6f97b4e BUG/MEDIUM: leastconn: fix rare possibility of divide by zero by Willy Tarreau · 3 years, 2 months ago
  26. c8cac04 MEDIUM: listener: deprecate "process" in favor of "thread" on bind lines by Willy Tarreau · 3 years, 2 months ago
  27. cd8a6f2 MINOR: server: enable slowstart for dynamic server by Amaury Denoyelle · 3 years, 2 months ago
  28. 29d1ac1 REORG: server: move slowstart init outside of checks by Amaury Denoyelle · 3 years, 2 months ago
  29. 725f8d2 MINOR: server: enable more check related keywords for dynamic servers by Amaury Denoyelle · 3 years, 2 months ago
  30. 79b90e8 MINOR: server: enable more keywords for ssl checks for dynamic servers by Amaury Denoyelle · 3 years, 2 months ago
  31. b621552 BUG/MINOR: server: alloc dynamic srv ssl ctx if proxy uses ssl chk rule by Amaury Denoyelle · 3 years, 2 months ago
  32. 0f456d5 BUG/MINOR: server: allow 'enable health' only if check configured by Amaury Denoyelle · 3 years, 2 months ago
  33. 4f06526 CLEANUP: Remove unreachable `break` from parse_time_err() by Tim Duesterhus · 3 years, 2 months ago
  34. 75e2f8d CLEANUP: Include check.h in flt_spoe.c by Tim Duesterhus · 3 years, 2 months ago
  35. 79a3478 MINOR: httpclient: add the EOH when no headers where provided by William Lallemand · 3 years, 2 months ago
  36. a8018eb BUG/MINOR: flt-trace: fix an infinite loop when random-parsing is set by Dragan Dosen · 3 years, 2 months ago
  37. ec4a875 CLEANUP: Apply xalloc_size.cocci by Tim Duesterhus · 3 years, 2 months ago
  38. 1655424 CLEANUP: Apply bug_on.cocci by Tim Duesterhus · 3 years, 2 months ago
  39. b113b5c CLEANUP: Apply ist.cocci by Tim Duesterhus · 3 years, 2 months ago
  40. e612446 MINOR: applet: remove the thread mask from appctx_new() by Willy Tarreau · 3 years, 3 months ago
  41. 87063a7 BUILD: fd: remove unused variable totlen in fd_write_frag_line() by Willy Tarreau · 3 years, 2 months ago
  42. b5d1141 BUILD: proto_uxst: do not set unused flag by Willy Tarreau · 3 years, 2 months ago
  43. 0ce77ac BUILD: sockpair: do not set unused flag by Willy Tarreau · 3 years, 2 months ago
  44. f2dda52 BUG/MINOR: cli/payload: do not search for args inside payload by Willy Tarreau · 3 years, 2 months ago
  45. 4837293 BUG/MINOR: connection: prevent null deref on mux cleanup task allocation by Amaury Denoyelle · 3 years, 2 months ago
  46. 8a0e5f8 BUG/MINOR: tcpcheck: Improve LDAP response parsing to fix LDAP check by Christopher Faulet · 3 years, 2 months ago
  47. c2afb86 MINOR: pools: use mallinfo2() when available instead of mallinfo() by Willy Tarreau · 3 years, 2 months ago
  48. ab7389d BUG/MAJOR: mux-h1: Don't eval input data if an error was reported by Christopher Faulet · 3 years, 2 months ago
  49. 51324b8 CLEANUP: acl: Remove unused variable when releasing an acl expression by Christopher Faulet · 3 years, 3 months ago
  50. 845b560 MINOR: pools: report it when malloc_trim() is enabled by Willy Tarreau · 3 years, 2 months ago
  51. 157e393 MINOR: pools: automatically disable malloc_trim() with external allocators by Willy Tarreau · 3 years, 2 months ago
  52. ea3323f CLEANUP: pools: factor all malloc_trim() calls into trim_all_pools() by Willy Tarreau · 3 years, 2 months ago
  53. c5d0fc9 BUILD: sample: fix format warning on 32-bit archs in sample_conv_be2dec_check() by Willy Tarreau · 3 years, 2 months ago
  54. 2281738 BUG/MEDIUM lua: Add missing call to RESET_SAFE_LJMP in hlua_filter_new() by Tim Duesterhus · 3 years, 3 months ago
  55. d5fc8fc CLEANUP: Add haproxy/xxhash.h to avoid modifying import/xxhash.h by Tim Duesterhus · 3 years, 3 months ago
  56. 949b6ca BUG/MINOR: filters: Set right FLT_END analyser depending on channel by Christopher Faulet · 3 years, 3 months ago
  57. 2d56500 BUG/MEDIUM: http-ana: Reset channels analysers when returning an error by Christopher Faulet · 3 years, 3 months ago
  58. 883d83e BUG/MEDIUM: stream-int: Don't block SI on a channel policy if EOI is reached by Christopher Faulet · 3 years, 3 months ago
  59. 0fa8007 CLEANUP: mux-h1: Remove condition rejecting upgrade requests with payload by Christopher Faulet · 3 years, 3 months ago
  60. 52a5ec2 BUG/MEDIUM: mux-h1: Remove "Upgrade:" header for requests with payload by Christopher Faulet · 3 years, 3 months ago
  61. 55f8a83 OPTIM: vars: do not keep variables usage stats if no limit is set by Willy Tarreau · 3 years, 3 months ago
  62. 3b78f2a OPTIM: vars: remove internal bookkeeping for vars_global_size by Willy Tarreau · 3 years, 3 months ago
  63. dc72fbb MINOR: vars: centralize the lock/unlock into static inlines by Willy Tarreau · 3 years, 3 months ago
  64. 3f120d2 CLEANUP: vars: remove the now unused var_names array by Willy Tarreau · 3 years, 3 months ago
  65. 3a4bedc MEDIUM: vars: replace the global name index with a hash by Willy Tarreau · 3 years, 3 months ago
  66. 2c897d9 MINOR: vars: preset a random seed to hash variables names by Willy Tarreau · 3 years, 3 months ago
  67. df8eeb1 MEDIUM: vars: pre-create parsed SCOPE_PROC variables as permanent ones by Willy Tarreau · 3 years, 3 months ago
  68. c1c88f4 MEDIUM: vars: make var_clear() only reset VF_PERMANENT variables by Willy Tarreau · 3 years, 3 months ago
  69. 3dc6dc3 MINOR: vars: store flags into variables and add VF_PERMANENT by Willy Tarreau · 3 years, 3 months ago
  70. 63c3066 MINOR: vars: support storing empty sample data with a variable by Willy Tarreau · 3 years, 3 months ago
  71. 4994b57 MINOR: vars: add a VF_CREATEONLY flag for creation by Willy Tarreau · 3 years, 3 months ago
  72. 7978c5c MEDIUM: vars: make the ifexist variant of set-var only apply to the proc scope by Willy Tarreau · 3 years, 3 months ago
  73. f1cb0eb REORG: vars: remerge sample_store{,_stream}() into var_set() by Willy Tarreau · 3 years, 3 months ago
  74. d378eb8 CLEANUP: vars: rename sample_clear_stream() to var_unset() by Willy Tarreau · 3 years, 3 months ago
  75. b7bfcb3 MINOR: vars: rename vars_init() to vars_init_head() by Willy Tarreau · 3 years, 3 months ago
  76. 1008071 MINOR: proxy: add a global "grace" directive to postpone soft-stop by Willy Tarreau · 3 years, 3 months ago
  77. b7308f0 Revert "BUG/MINOR: stream-int: Don't block reads in si_update_rx() if chn may receive" by Christopher Faulet · 3 years, 3 months ago
  78. 3d5f19e CLEANUP: htx: remove comments about "must be < 256 MB" by Willy Tarreau · 3 years, 3 months ago
  79. 32b51cd BUG/MINOR: config: reject configs using HTTP with bufsize >= 256 MB by Willy Tarreau · 3 years, 3 months ago
  80. 54496a6 MINOR: vars: make the vars() sample fetch function support a default value by Willy Tarreau · 3 years, 3 months ago
  81. e352b9d MINOR: vars: make vars_get_by_* support an optional default value by Willy Tarreau · 3 years, 3 months ago
  82. be7e00d CLEANUP: vars: factor out common code from vars_get_by_{desc,name} by Willy Tarreau · 3 years, 3 months ago
  83. e93bff4 MEDIUM: vars: also support format strings in CLI's "set var" command by Willy Tarreau · 3 years, 3 months ago
  84. 753d4db MINOR: vars: add a "set-var-fmt" directive to the global section by Willy Tarreau · 3 years, 3 months ago
  85. 20b7a0f MINOR: log: make log-format expressions completely usable outside of req/resp by Willy Tarreau · 3 years, 3 months ago
  86. 9c20433 CLEANUP: vars: name the temporary proxy "CFG" instead of "CLI" for global vars by Willy Tarreau · 3 years, 3 months ago
  87. c767eeb BUG/MINOR: vars: do not talk about global section in CLI errors for set-var by Willy Tarreau · 3 years, 3 months ago
  88. 1402fef BUG/MINOR: vars: truncate the variable name in error reports about scope. by Willy Tarreau · 3 years, 3 months ago
  89. c77bad2 BUG/MEDIUM: vars: run over the correct list in release_store_rules() by Willy Tarreau · 3 years, 3 months ago
  90. 9a621ae MEDIUM: vars: add a new "set-var-fmt" action by Willy Tarreau · 3 years, 3 months ago
  91. 54b96d9 BUG/MINOR: vars: properly set the argument parsing context in the expression by Willy Tarreau · 3 years, 3 months ago
  92. 57467b8 MINOR: sample: add missing ARGC_ entries by Willy Tarreau · 3 years, 3 months ago
  93. 843096d BUG/MINOR: vars: improve accuracy of the rules used to check expression validity by Willy Tarreau · 3 years, 3 months ago
  94. 2819210 BUG/MINOR: vars: fix set-var/unset-var exclusivity in the keyword parser by Willy Tarreau · 3 years, 3 months ago
  95. bc1223b MINOR: http-rules: add a new "ignore-empty" option to redirects. by Willy Tarreau · 3 years, 3 months ago
  96. 942c167 MINOR: connection: Add a connection error code sample fetch for backend side by Remi Tricot-Le Breton · 3 years, 3 months ago
  97. 163cdeb MINOR: ssl: Add new ssl_bc_hsk_err sample fetch by Remi Tricot-Le Breton · 3 years, 3 months ago
  98. 87154e3 BUG/MAJOR: queue: better protect a pendconn being picked from the proxy by Willy Tarreau · 3 years, 3 months ago
  99. fe21fe7 MINOR: log: Add new "error-log-format" option by Remi Tricot-Le Breton · 3 years, 3 months ago
  100. 3d6350e MINOR: log: Remove log-error-via-logformat option by Remi Tricot-Le Breton · 3 years, 3 months ago