1. 0e50e1b MINOR: quic: Add the packet type to quic_tx_packet struct by Frédéric Lécaille · 3 years, 4 months ago
  2. 522c65c MINOR: quic: Store post handshake frame in ->pktns.tx.frms MT_LIST by Frédéric Lécaille · 3 years, 4 months ago
  3. 546186b MINOR: quic: Add the QUIC connection state to traces by Frédéric Lécaille · 3 years, 4 months ago
  4. f5821dc MINOR: quic: Add a mask for TX frame builders and their authorized packet types by Frédéric Lécaille · 3 years, 4 months ago
  5. 0ad0458 MINOR: quic: Replace quic_tx_frm struct by quic_frame struct by Frédéric Lécaille · 3 years, 4 months ago
  6. c88df07 MINOR: quic: Make ->tx.frms quic_pktns struct member be thread safe by Frédéric Lécaille · 3 years, 4 months ago
  7. 120ea6f MINOR: quic: Make qc_treat_rx_pkts() be thread safe. by Frédéric Lécaille · 3 years, 4 months ago
  8. 98cdeb2 MINOR: quic: Rename ->rx.rwlock of quic_enc_level struct to ->rx.pkts_rwlock by Frédéric Lécaille · 3 years, 4 months ago
  9. 9054d1b MINOR: quic: Missing encryption level rx.crypto member initialization and lock. by Frédéric Lécaille · 3 years, 4 months ago
  10. 01abc46 MINOR: quic: Unitialized mux context upon Client Hello message receipt. by Frédéric Lécaille · 3 years, 4 months ago
  11. 0eb60c5 MINOR: quic: Add TX packets at the very last time to their tree. by Frédéric Lécaille · 3 years, 4 months ago
  12. c8d3f87 MINOR: quic: Remove old TX buffer implementation by Frédéric Lécaille · 3 years, 5 months ago
  13. 98ad56a MINOR: quic_tls: Make use of the QUIC V1 salt. by Frédéric Lécaille · 3 years, 5 months ago
  14. c5b0c93 MINOR: quic: Make use of TX ring buffers to send QUIC packets by Frédéric Lécaille · 3 years, 5 months ago
  15. 6b19764 MINOR: quic: Initialize pointers to TX ring buffer list by Frédéric Lécaille · 3 years, 5 months ago
  16. 48f8e19 MINOR: proto_quic: Allocate TX ring buffers for listeners by Frédéric Lécaille · 3 years, 5 months ago
  17. ed9119f BUG/MINOR: quic: Too much reduced computed space to build handshake packets by Frédéric Lécaille · 3 years, 5 months ago
  18. 82d1daa MINOR: quic: Add the QUIC v1 initial salt. by Frédéric Lécaille · 3 years, 5 months ago
  19. 4b1fddc MINOR: quic: Prefer x25519 as ECDH preferred parametes. by Frédéric Lécaille · 3 years, 5 months ago
  20. c6bc185 MINOR: quic: Add a ring buffer implementation for QUIC by Frédéric Lécaille · 3 years, 5 months ago
  21. f3d078d MINOR: quic: Make qc_lstnr_pkt_rcv() be thread safe. by Frédéric Lécaille · 3 years, 6 months ago
  22. 01ab661 MINOR: quic: Move conn_prepare() to ->accept_conn() callback by Frédéric Lécaille · 3 years, 6 months ago
  23. 6de7287 MINOR: quic: Connection allocations rework by Frédéric Lécaille · 3 years, 6 months ago
  24. 7fd5978 MINOR: quic: Do not wakeup the xprt task on ACK receipt by Frédéric Lécaille · 3 years, 6 months ago
  25. 2e7ffc9 MINOR: quic: Add useful traces for I/O dgram handler by Frédéric Lécaille · 3 years, 6 months ago
  26. a11d0e2 MINOR: quic: Replace the RX unprotected packet list by a thread safety one. by Frédéric Lécaille · 3 years, 6 months ago
  27. c28aba2 MINOR: quic: Replace the RX list of packet by a thread safety one. by Frédéric Lécaille · 3 years, 6 months ago
  28. 1eaec33 MINOR: quic: Replace quic_conn_ctx struct by ssl_sock_ctx struct by Frédéric Lécaille · 3 years, 6 months ago
  29. a5fe49f MINOR: quic: Move the connection state by Frédéric Lécaille · 3 years, 6 months ago
  30. 9fccace MINOR: quic: Add a lock for RX packets by Frédéric Lécaille · 3 years, 6 months ago
  31. 654c691 MINOR: quic: Do not stop the packet parsing too early in qc_treat_rx_packets() by Frédéric Lécaille · 3 years, 6 months ago
  32. 6fe21b0 BUG/MINOR: quic: Wrong RX packet reference counter usage by Frédéric Lécaille · 3 years, 6 months ago
  33. c4b93ea CLEAUNUP: quic: Usage of a useless variable in qc_treat_rx_pkts() by Frédéric Lécaille · 3 years, 6 months ago
  34. 8ba4276 BUG/MINOR: quic: Missing cases treatement when updating ACK ranges by Frédéric Lécaille · 3 years, 6 months ago
  35. c825eba MINOR: quic: Remove a useless variable in quic_update_ack_ranges_list() by Frédéric Lécaille · 3 years, 6 months ago
  36. d3f4dd8 MINOR: quic: Useless test in quic_update_ack_ranges_list() by Frédéric Lécaille · 3 years, 6 months ago
  37. 9ef64cd MINOR: quic: quic_update_ack_ranges_list() code factorization by Frédéric Lécaille · 3 years, 6 months ago
  38. baea284 BUG/MINOR: quic: Wrong memory free in quic_update_ack_ranges_list() by Frédéric Lécaille · 3 years, 6 months ago
  39. 1a5e88c MINOR: quic: Remove header protection also for Initial packets by Frédéric Lécaille · 3 years, 6 months ago
  40. 497fa78 MINOR: quic: Derive the initial secrets asap by Frédéric Lécaille · 3 years, 6 months ago
  41. d24c2ec MINOR: quic: Remove header protection for conn with context by Frédéric Lécaille · 3 years, 6 months ago
  42. 3d77fa7 MINOR: quic: QUIC conn initialization from I/O handler by Frédéric Lécaille · 3 years, 6 months ago
  43. 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
  44. ecb5872 MINOR: quic: Initialize the session before starting the xprt. by Frédéric Lécaille · 3 years, 6 months ago
  45. 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
  46. 785c9c9 MINOR: quic: Replace max_packet_size by max_udp_payload size. by Frédéric Lécaille · 3 years, 6 months ago
  47. 0faf807 MINOR: quic: Update the streams transport parameters. by Frédéric Lécaille · 3 years, 8 months ago
  48. e8139f3 BUG/MINOR: quic: Wrong ->accept() error handling by Frédéric Lécaille · 3 years, 9 months ago
  49. 422a39c MINOR: quic: Add callbacks for (un)scribing to QUIC xprt. by Frédéric Lécaille · 3 years, 9 months ago
  50. fbe3b77 MINOR: quic: Disable the action of ->rcv_buf() xprt callback by Frédéric Lécaille · 3 years, 9 months ago
  51. 27faba7 MINOR: quic_sock: Finalize the QUIC connections. by Frédéric Lécaille · 3 years, 9 months ago
  52. b4672fb MINOR: qpack: Add QPACK compression. by Frédéric Lécaille · 3 years, 9 months ago
  53. ccac11f MINOR: h3: Add HTTP/3 definitions. by Frédéric Lécaille · 3 years, 9 months ago
  54. dfbae76 MINOR: mux_quic: Add QUIC mux layer. by Frédéric Lécaille · 3 years, 9 months ago
  55. 5aa4143 MINOR: quic: Move transport parmaters to anynomous struct. by Frédéric Lécaille · 3 years, 10 months ago
  56. 577fe48 BUG/MINOR: quic: Possible NULL pointer dereferencing when dumping streams. by Frédéric Lécaille · 3 years, 11 months ago
  57. 6f97b4e BUG/MEDIUM: leastconn: fix rare possibility of divide by zero by Willy Tarreau · 3 years, 2 months ago
  58. c8cac04 MEDIUM: listener: deprecate "process" in favor of "thread" on bind lines by Willy Tarreau · 3 years, 2 months ago
  59. cd8a6f2 MINOR: server: enable slowstart for dynamic server by Amaury Denoyelle · 3 years, 2 months ago
  60. 29d1ac1 REORG: server: move slowstart init outside of checks by Amaury Denoyelle · 3 years, 2 months ago
  61. 725f8d2 MINOR: server: enable more check related keywords for dynamic servers by Amaury Denoyelle · 3 years, 2 months ago
  62. 79b90e8 MINOR: server: enable more keywords for ssl checks for dynamic servers by Amaury Denoyelle · 3 years, 2 months ago
  63. b621552 BUG/MINOR: server: alloc dynamic srv ssl ctx if proxy uses ssl chk rule by Amaury Denoyelle · 3 years, 2 months ago
  64. 0f456d5 BUG/MINOR: server: allow 'enable health' only if check configured by Amaury Denoyelle · 3 years, 2 months ago
  65. 4f06526 CLEANUP: Remove unreachable `break` from parse_time_err() by Tim Duesterhus · 3 years, 2 months ago
  66. 75e2f8d CLEANUP: Include check.h in flt_spoe.c by Tim Duesterhus · 3 years, 2 months ago
  67. 79a3478 MINOR: httpclient: add the EOH when no headers where provided by William Lallemand · 3 years, 2 months ago
  68. a8018eb BUG/MINOR: flt-trace: fix an infinite loop when random-parsing is set by Dragan Dosen · 3 years, 2 months ago
  69. ec4a875 CLEANUP: Apply xalloc_size.cocci by Tim Duesterhus · 3 years, 2 months ago
  70. 1655424 CLEANUP: Apply bug_on.cocci by Tim Duesterhus · 3 years, 2 months ago
  71. b113b5c CLEANUP: Apply ist.cocci by Tim Duesterhus · 3 years, 2 months ago
  72. e612446 MINOR: applet: remove the thread mask from appctx_new() by Willy Tarreau · 3 years, 3 months ago
  73. 87063a7 BUILD: fd: remove unused variable totlen in fd_write_frag_line() by Willy Tarreau · 3 years, 2 months ago
  74. b5d1141 BUILD: proto_uxst: do not set unused flag by Willy Tarreau · 3 years, 2 months ago
  75. 0ce77ac BUILD: sockpair: do not set unused flag by Willy Tarreau · 3 years, 2 months ago
  76. f2dda52 BUG/MINOR: cli/payload: do not search for args inside payload by Willy Tarreau · 3 years, 2 months ago
  77. 4837293 BUG/MINOR: connection: prevent null deref on mux cleanup task allocation by Amaury Denoyelle · 3 years, 2 months ago
  78. 8a0e5f8 BUG/MINOR: tcpcheck: Improve LDAP response parsing to fix LDAP check by Christopher Faulet · 3 years, 2 months ago
  79. c2afb86 MINOR: pools: use mallinfo2() when available instead of mallinfo() by Willy Tarreau · 3 years, 2 months ago
  80. ab7389d BUG/MAJOR: mux-h1: Don't eval input data if an error was reported by Christopher Faulet · 3 years, 2 months ago
  81. 51324b8 CLEANUP: acl: Remove unused variable when releasing an acl expression by Christopher Faulet · 3 years, 3 months ago
  82. 845b560 MINOR: pools: report it when malloc_trim() is enabled by Willy Tarreau · 3 years, 2 months ago
  83. 157e393 MINOR: pools: automatically disable malloc_trim() with external allocators by Willy Tarreau · 3 years, 2 months ago
  84. ea3323f CLEANUP: pools: factor all malloc_trim() calls into trim_all_pools() by Willy Tarreau · 3 years, 2 months ago
  85. c5d0fc9 BUILD: sample: fix format warning on 32-bit archs in sample_conv_be2dec_check() by Willy Tarreau · 3 years, 2 months ago
  86. 2281738 BUG/MEDIUM lua: Add missing call to RESET_SAFE_LJMP in hlua_filter_new() by Tim Duesterhus · 3 years, 3 months ago
  87. d5fc8fc CLEANUP: Add haproxy/xxhash.h to avoid modifying import/xxhash.h by Tim Duesterhus · 3 years, 3 months ago
  88. 949b6ca BUG/MINOR: filters: Set right FLT_END analyser depending on channel by Christopher Faulet · 3 years, 3 months ago
  89. 2d56500 BUG/MEDIUM: http-ana: Reset channels analysers when returning an error by Christopher Faulet · 3 years, 3 months ago
  90. 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
  91. 0fa8007 CLEANUP: mux-h1: Remove condition rejecting upgrade requests with payload by Christopher Faulet · 3 years, 3 months ago
  92. 52a5ec2 BUG/MEDIUM: mux-h1: Remove "Upgrade:" header for requests with payload by Christopher Faulet · 3 years, 3 months ago
  93. 55f8a83 OPTIM: vars: do not keep variables usage stats if no limit is set by Willy Tarreau · 3 years, 3 months ago
  94. 3b78f2a OPTIM: vars: remove internal bookkeeping for vars_global_size by Willy Tarreau · 3 years, 3 months ago
  95. dc72fbb MINOR: vars: centralize the lock/unlock into static inlines by Willy Tarreau · 3 years, 3 months ago
  96. 3f120d2 CLEANUP: vars: remove the now unused var_names array by Willy Tarreau · 3 years, 3 months ago
  97. 3a4bedc MEDIUM: vars: replace the global name index with a hash by Willy Tarreau · 3 years, 3 months ago
  98. 2c897d9 MINOR: vars: preset a random seed to hash variables names by Willy Tarreau · 3 years, 3 months ago
  99. df8eeb1 MEDIUM: vars: pre-create parsed SCOPE_PROC variables as permanent ones by Willy Tarreau · 3 years, 3 months ago
  100. c1c88f4 MEDIUM: vars: make var_clear() only reset VF_PERMANENT variables by Willy Tarreau · 3 years, 3 months ago