1. 02922e1 MINOR: session: export session_expire_embryonic() by Willy Tarreau · 3 years, 5 months ago
  2. fb5401f MINOR: listener: export accept_queue_process by Willy Tarreau · 3 years, 5 months ago
  3. 3fb6a7b MINOR: activity: declare a new structure to collect per-function activity by Willy Tarreau · 3 years, 5 months ago
  4. aa622b8 MINOR: activity: make profiling more manageable by Willy Tarreau · 3 years, 5 months ago
  5. 4deeb10 MINOR: tools: add print_time_short() to print a condensed duration value by Willy Tarreau · 3 years, 5 months ago
  6. 405f054 MINOR: h1: Raise the chunk size limit up to (2^52 - 1) by Christopher Faulet · 3 years, 5 months ago
  7. f9dcbee MEDIUM: h2: send connect protocol h2 settings by Amaury Denoyelle · 3 years, 7 months ago
  8. c9a0afc MEDIUM: h2: parse Extended CONNECT request to htx by Amaury Denoyelle · 3 years, 7 months ago
  9. aad333a MEDIUM: h1: add a WebSocket key on handshake if needed by Amaury Denoyelle · 3 years, 7 months ago
  10. 7416274 MEDIUM: h2: parse Extended CONNECT reponse to htx by Amaury Denoyelle · 3 years, 7 months ago
  11. c193823 MEDIUM: h1: generate WebSocket key on response if needed by Amaury Denoyelle · 3 years, 7 months ago
  12. 18ee5c3 MINOR: h1: reject websocket handshake if missing key by Amaury Denoyelle · 3 years, 7 months ago
  13. 7d247f0 MINOR: h2/mux-h2: Add flags to notify the response is known to have no body by Christopher Faulet · 3 years, 7 months ago
  14. d1ac2b9 MAJOR: htx: Remove the EOM block type and use HTX_FL_EOM instead by Christopher Faulet · 3 years, 7 months ago
  15. 789a472 MINOR: htx: Add a function to know if a block is the only one in a message by Christopher Faulet · 3 years, 7 months ago
  16. 42432f3 MINOR: htx: Rename HTX_FL_EOI flag into HTX_FL_EOM by Christopher Faulet · 3 years, 7 months ago
  17. 576c358 MINOR: htx/http-ana: Save info about Upgrade option in the Connection header by Christopher Faulet · 3 years, 6 months ago
  18. 4ef84c9 MINOR: stream: Add a function to validate TCP to H1 upgrades by Christopher Faulet · 3 years, 5 months ago
  19. 3f07c20 BUG/MEDIUM: session: only retrieve ready idle conn from session by Amaury Denoyelle · 3 years, 5 months ago
  20. 491be54 BUILD: Include stdlib.h in compiler.h if DEBUG_USE_ABORT is set by Tim Duesterhus · 3 years, 5 months ago
  21. 795bd9b CLEANUP: ssl: remove SSL_CTX function parameter by William Lallemand · 3 years, 5 months ago
  22. bb470aa MINOR: ssl: Remove client_crt member of the server's ssl context by Remi Tricot-Le Breton · 3 years, 5 months ago
  23. f3eedfe MEDIUM: ssl: Enable backend certificate hot update by Remi Tricot-Le Breton · 3 years, 5 months ago
  24. d817dc7 MEDIUM: ssl: Load client certificates in a ckch for backend servers by Remi Tricot-Le Breton · 3 years, 5 months ago
  25. 442b7f2 MINOR: ssl: Server ssl context prepare function refactoring by Remi Tricot-Le Breton · 3 years, 5 months ago
  26. 6071c2d BUG/MEDIUM: filters/htx: Fix data forwarding when payload length is unknown by Christopher Faulet · 3 years, 5 months ago
  27. 3d7f9ff MINOR: abort() on my_unreachable() when DEBUG_USE_ABORT is set. by Tim Duesterhus · 3 years, 5 months ago
  28. d3a9a49 MEDIUM: stats: allow to select one field in `stats_fill_sv_stats` by William Dauchy · 3 years, 5 months ago
  29. da3b466 MEDIUM: stats: allow to select one field in `stats_fill_be_stats` by William Dauchy · 3 years, 5 months ago
  30. 2107a0f CLEANUP: stats: improve field selection for frontend http fields by William Dauchy · 3 years, 5 months ago
  31. 1fc44d4 BUILD: ssl: guard Client Hello callbacks with HAVE_SSL_CLIENT_HELLO_CB macro instead of openssl version by Ilya Shipitsin · 3 years, 5 months ago
  32. 2bfce7e MINOR: debug: let ha_dump_backtrace() dump a bit further for some callers by Willy Tarreau · 3 years, 5 months ago
  33. 5baf4fe MEDIUM: debug: now always print a backtrace on CRASH_NOW() and friends by Willy Tarreau · 3 years, 5 months ago
  34. a8459b2 MINOR: debug: create ha_backtrace_to_stderr() to dump an instant backtrace by Willy Tarreau · 3 years, 5 months ago
  35. 123fc97 MINOR: debug: extract the backtrace dumping code to its own function by Willy Tarreau · 3 years, 5 months ago
  36. 2f1227e MINOR: debug: always export the my_backtrace function by Willy Tarreau · 3 years, 5 months ago
  37. b957745 MINOR: contrib/prometheus-exporter: use fill_fe_stats for frontend dump by William Dauchy · 3 years, 6 months ago
  38. 0ef5439 MEDIUM: stats: allow to select one field in `stats_fill_fe_stats` by William Dauchy · 3 years, 6 months ago
  39. defd156 MINOR: stats: add new start time field by William Dauchy · 3 years, 6 months ago
  40. a8766cf MINOR: stats: duplicate 3 fields in bytes in info by William Dauchy · 3 years, 6 months ago
  41. 142dd33 MINOR: muxes: Add exit status for errors about not implemented features by Christopher Faulet · 3 years, 7 months ago
  42. e095f31 MINOR: http: Add HTTP 501-not-implemented error message by Christopher Faulet · 3 years, 7 months ago
  43. 8f10042 BUG/MEDIUM: tcpcheck: Don't destroy connection in the wake callback context by Christopher Faulet · 3 years, 6 months ago
  44. 8050efe MINOR: cli: give the show_fd helpers the ability to report a suspicious entry by Willy Tarreau · 3 years, 5 months ago
  45. 108a271 MINOR: xprt: add a new show_fd() helper to complete some "show fd" dumps. by Willy Tarreau · 3 years, 5 months ago
  46. 45fd103 CLEANUP: tools: make resolve_sym_name() take a const pointer by Willy Tarreau · 3 years, 5 months ago
  47. 1d66e39 MINOR: cache: Remove the `hash` part of the accept-encoding secondary key by Tim Duesterhus · 3 years, 6 months ago
  48. 31ffe9f MINOR: pattern: add the missing generation ID manipulation functions by Willy Tarreau · 3 years, 6 months ago
  49. dc2410d CLEANUP: pattern: rename pat_ref_commit() to pat_ref_commit_elt() by Willy Tarreau · 3 years, 6 months ago
  50. d4a83dd MINOR: config: Add failifnotcap() to emit an alert on proxy capabilities by Christopher Faulet · 3 years, 6 months ago
  51. 5d9b8f3 MINOR: contrib/prometheus-exporter: use fill_info for process dump by William Dauchy · 3 years, 6 months ago
  52. 8f0cc5c CLEANUP: Fix spelling errors in comments by Thayne McCombs · 3 years, 6 months ago
  53. 5a982a7 MINOR: contrib/prometheus-exporter: export build_info by William Dauchy · 3 years, 6 months ago
  54. b8888ab CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 3 years, 6 months ago
  55. 1e9a666 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 3 years, 6 months ago
  56. 242fb1b MINOR: quic: Drop packets with STREAM frames with wrong direction. by Frédéric Lécaille · 3 years, 6 months ago
  57. 6c1e36c CLEANUP: quic: Remove useless QUIC event trace definitions. by Frédéric Lécaille · 3 years, 6 months ago
  58. 164096e MINOR: qpack: Add static header table definitions for QPACK. by Frédéric Lécaille · 3 years, 6 months ago
  59. 54182ec CLEANUP: Apply the coccinelle patch for `XXXcmp()` on include/ by Tim Duesterhus · 3 years, 6 months ago
  60. 92149f9 MEDIUM: stick-tables: Add srvkey option to stick-table by Thayne McCombs · 3 years, 7 months ago
  61. ce9e7b2 MEDIUM: cache: Manage a subset of encodings in accept-encoding normalizer by Remi Tricot-Le Breton · 3 years, 6 months ago
  62. 56e46cb MINOR: http: Add helper functions to trim spaces and tabs by Remi Tricot-Le Breton · 3 years, 6 months ago
  63. 2b5c5cb MINOR: cache: Avoid storing responses whose secondary key was not correctly calculated by Remi Tricot-Le Breton · 3 years, 6 months ago
  64. f63921f MINOR: quic: Add traces for quic_packet_encrypt(). by Frédéric Lécaille · 3 years, 7 months ago
  65. 133e8a7 MINOR: quic: make a packet build fails when qc_build_frm() fails. by Frédéric Lécaille · 3 years, 7 months ago
  66. f7e0b8d MINOR: quic: Add traces for in flght ack-eliciting packet counter. by Frédéric Lécaille · 3 years, 7 months ago
  67. 04ffb66 MINOR: quic: Make usage of the congestion control window. by Frédéric Lécaille · 3 years, 7 months ago
  68. c5e72b9 MINOR: quic: Attempt to make trace more readable by Frédéric Lécaille · 3 years, 7 months ago
  69. 8090b51 MAJOR: quic: Make usage of ebtrees to store QUIC ACK ranges. by Frédéric Lécaille · 3 years, 7 months ago
  70. f46c10c MINOR: server: Add QUIC definitions to servers. by Frédéric Lécaille · 3 years, 7 months ago
  71. 884f2e9 MINOR: listener: Add QUIC info to listeners and receivers. by Frédéric Lécaille · 3 years, 7 months ago
  72. 0c4e3b0 MINOR: quic: Add definitions for QUIC protocol. by Frédéric Lécaille · 3 years, 7 months ago
  73. 901ee2f MINOR: ssl: Export definitions required by QUIC. by Frédéric Lécaille · 3 years, 7 months ago
  74. 5e3d83a MINOR: connection: Add a new xprt to connection. by Frédéric Lécaille · 3 years, 7 months ago
  75. 70da889 MINOR: quic: Redefine control layer callbacks which are QUIC specific. by Frédéric Lécaille · 3 years, 8 months ago
  76. 72f7cb1 MINOR: connection: Attach a "quic_conn" struct to "connection" struct. by Frédéric Lécaille · 3 years, 8 months ago
  77. ca42b2c MINOR: protocol: Create proto_quic QUIC protocol layer. by Frédéric Lécaille · 3 years, 8 months ago
  78. 6f7cc11 MEDIUM: xxhash: use the XXH_INLINE_ALL macro to inline all functions by Dragan Dosen · 3 years, 6 months ago
  79. 967e7e7 MEDIUM: xxhash: use the XXH3 functions to generate 64-bit hashes by Dragan Dosen · 3 years, 6 months ago
  80. de37443 IMPORT: xxhash: update to v0.8.0 that introduces stable XXH3 variant by Dragan Dosen · 3 years, 6 months ago
  81. 63ee281 MINOR: atomic: don't use ; to separate instruction on aarch64. by Olivier Houchard · 3 years, 6 months ago
  82. 4f59d38 MINOR: time: increase the minimum wakeup interval to 60s by Willy Tarreau · 3 years, 6 months ago
  83. b67e155 BUILD: hpack: hpack-tbl-t.h uses VAR_ARRAY but does not include compiler.h by Christian Ruppert · 3 years, 8 months ago
  84. f38a018 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 3 years, 6 months ago
  85. af20488 BUILD: ssl: fine guard for SSL_CTX_get0_privatekey call by Ilya Shipitsin · 3 years, 7 months ago
  86. b1f5492 BUILD: plock: remove dead code that causes a warning in gcc 11 by Willy Tarreau · 3 years, 6 months ago
  87. 7f8314c MINOR: opentracing: add ARGC_OT enum by Miroslav Zagorac · 3 years, 7 months ago
  88. 6deab79 MINOR: vars: replace static functions with global ones by Miroslav Zagorac · 3 years, 7 months ago
  89. ec60909 BUILD: SSL: fine guard for SSL_CTX_add_server_custom_ext call by Ilya Shipitsin · 3 years, 7 months ago
  90. 472125b MINOR: protocol: add a pair of check_events/ignore_events functions at the ctrl layer by Willy Tarreau · 3 years, 7 months ago
  91. 2ded48d MINOR: connection: make conn_sock_drain() use the control layer's ->drain() by Willy Tarreau · 3 years, 7 months ago
  92. 427c846 MINOR: protocol: add a ->drain() function at the connection control layer by Willy Tarreau · 3 years, 7 months ago
  93. 586f71b REORG: connection: move the socket iocb (conn_fd_handler) to sock.c by Willy Tarreau · 3 years, 7 months ago
  94. 827fee7 MINOR: connection: remove sock-specific code from conn_sock_send() by Willy Tarreau · 3 years, 7 months ago
  95. 3a9e564 CLEANUP: connection: remove the unneeded fd_stop_{recv,send} on read0/shutw by Willy Tarreau · 3 years, 7 months ago
  96. 3ec094b CLEANUP: remove the unused fd_stop_send() in conn_xprt_shutw{,_hard}() by Willy Tarreau · 3 years, 7 months ago
  97. 8d22823 MEDIUM: http_act: define set-timeout server/tunnel action by Amaury Denoyelle · 3 years, 7 months ago
  98. fb50443 MEDIUM: stream: support a dynamic tunnel timeout by Amaury Denoyelle · 3 years, 7 months ago
  99. b715078 MINOR: stream: prepare the hot refresh of timeouts by Amaury Denoyelle · 3 years, 7 months ago
  100. 5a9fc2d MINOR: action: define enum for timeout type of the set-timeout rule by Amaury Denoyelle · 3 years, 7 months ago