1. 108a271 MINOR: xprt: add a new show_fd() helper to complete some "show fd" dumps. by Willy Tarreau · 3 years, 6 months ago
  2. 45fd103 CLEANUP: tools: make resolve_sym_name() take a const pointer by Willy Tarreau · 3 years, 6 months ago
  3. 1d66e39 MINOR: cache: Remove the `hash` part of the accept-encoding secondary key by Tim Duesterhus · 3 years, 6 months ago
  4. 31ffe9f MINOR: pattern: add the missing generation ID manipulation functions by Willy Tarreau · 3 years, 6 months ago
  5. dc2410d CLEANUP: pattern: rename pat_ref_commit() to pat_ref_commit_elt() by Willy Tarreau · 3 years, 6 months ago
  6. d4a83dd MINOR: config: Add failifnotcap() to emit an alert on proxy capabilities by Christopher Faulet · 3 years, 6 months ago
  7. 5d9b8f3 MINOR: contrib/prometheus-exporter: use fill_info for process dump by William Dauchy · 3 years, 6 months ago
  8. 8f0cc5c CLEANUP: Fix spelling errors in comments by Thayne McCombs · 3 years, 6 months ago
  9. 5a982a7 MINOR: contrib/prometheus-exporter: export build_info by William Dauchy · 3 years, 6 months ago
  10. b8888ab CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 3 years, 6 months ago
  11. 1e9a666 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 3 years, 6 months ago
  12. 242fb1b MINOR: quic: Drop packets with STREAM frames with wrong direction. by Frédéric Lécaille · 3 years, 6 months ago
  13. 6c1e36c CLEANUP: quic: Remove useless QUIC event trace definitions. by Frédéric Lécaille · 3 years, 6 months ago
  14. 164096e MINOR: qpack: Add static header table definitions for QPACK. by Frédéric Lécaille · 3 years, 6 months ago
  15. 54182ec CLEANUP: Apply the coccinelle patch for `XXXcmp()` on include/ by Tim Duesterhus · 3 years, 6 months ago
  16. 92149f9 MEDIUM: stick-tables: Add srvkey option to stick-table by Thayne McCombs · 3 years, 8 months ago
  17. ce9e7b2 MEDIUM: cache: Manage a subset of encodings in accept-encoding normalizer by Remi Tricot-Le Breton · 3 years, 6 months ago
  18. 56e46cb MINOR: http: Add helper functions to trim spaces and tabs by Remi Tricot-Le Breton · 3 years, 6 months ago
  19. 2b5c5cb MINOR: cache: Avoid storing responses whose secondary key was not correctly calculated by Remi Tricot-Le Breton · 3 years, 6 months ago
  20. f63921f MINOR: quic: Add traces for quic_packet_encrypt(). by Frédéric Lécaille · 3 years, 7 months ago
  21. 133e8a7 MINOR: quic: make a packet build fails when qc_build_frm() fails. by Frédéric Lécaille · 3 years, 7 months ago
  22. f7e0b8d MINOR: quic: Add traces for in flght ack-eliciting packet counter. by Frédéric Lécaille · 3 years, 7 months ago
  23. 04ffb66 MINOR: quic: Make usage of the congestion control window. by Frédéric Lécaille · 3 years, 7 months ago
  24. c5e72b9 MINOR: quic: Attempt to make trace more readable by Frédéric Lécaille · 3 years, 7 months ago
  25. 8090b51 MAJOR: quic: Make usage of ebtrees to store QUIC ACK ranges. by Frédéric Lécaille · 3 years, 7 months ago
  26. f46c10c MINOR: server: Add QUIC definitions to servers. by Frédéric Lécaille · 3 years, 7 months ago
  27. 884f2e9 MINOR: listener: Add QUIC info to listeners and receivers. by Frédéric Lécaille · 3 years, 7 months ago
  28. 0c4e3b0 MINOR: quic: Add definitions for QUIC protocol. by Frédéric Lécaille · 3 years, 7 months ago
  29. 901ee2f MINOR: ssl: Export definitions required by QUIC. by Frédéric Lécaille · 3 years, 7 months ago
  30. 5e3d83a MINOR: connection: Add a new xprt to connection. by Frédéric Lécaille · 3 years, 7 months ago
  31. 70da889 MINOR: quic: Redefine control layer callbacks which are QUIC specific. by Frédéric Lécaille · 3 years, 8 months ago
  32. 72f7cb1 MINOR: connection: Attach a "quic_conn" struct to "connection" struct. by Frédéric Lécaille · 3 years, 8 months ago
  33. ca42b2c MINOR: protocol: Create proto_quic QUIC protocol layer. by Frédéric Lécaille · 3 years, 8 months ago
  34. 6f7cc11 MEDIUM: xxhash: use the XXH_INLINE_ALL macro to inline all functions by Dragan Dosen · 3 years, 6 months ago
  35. 967e7e7 MEDIUM: xxhash: use the XXH3 functions to generate 64-bit hashes by Dragan Dosen · 3 years, 6 months ago
  36. de37443 IMPORT: xxhash: update to v0.8.0 that introduces stable XXH3 variant by Dragan Dosen · 3 years, 6 months ago
  37. 63ee281 MINOR: atomic: don't use ; to separate instruction on aarch64. by Olivier Houchard · 3 years, 6 months ago
  38. 4f59d38 MINOR: time: increase the minimum wakeup interval to 60s by Willy Tarreau · 3 years, 6 months ago
  39. b67e155 BUILD: hpack: hpack-tbl-t.h uses VAR_ARRAY but does not include compiler.h by Christian Ruppert · 3 years, 8 months ago
  40. f38a018 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 3 years, 7 months ago
  41. af20488 BUILD: ssl: fine guard for SSL_CTX_get0_privatekey call by Ilya Shipitsin · 3 years, 7 months ago
  42. b1f5492 BUILD: plock: remove dead code that causes a warning in gcc 11 by Willy Tarreau · 3 years, 7 months ago
  43. 7f8314c MINOR: opentracing: add ARGC_OT enum by Miroslav Zagorac · 3 years, 7 months ago
  44. 6deab79 MINOR: vars: replace static functions with global ones by Miroslav Zagorac · 3 years, 7 months ago
  45. ec60909 BUILD: SSL: fine guard for SSL_CTX_add_server_custom_ext call by Ilya Shipitsin · 3 years, 7 months ago
  46. 472125b MINOR: protocol: add a pair of check_events/ignore_events functions at the ctrl layer by Willy Tarreau · 3 years, 7 months ago
  47. 2ded48d MINOR: connection: make conn_sock_drain() use the control layer's ->drain() by Willy Tarreau · 3 years, 7 months ago
  48. 427c846 MINOR: protocol: add a ->drain() function at the connection control layer by Willy Tarreau · 3 years, 7 months ago
  49. 586f71b REORG: connection: move the socket iocb (conn_fd_handler) to sock.c by Willy Tarreau · 3 years, 7 months ago
  50. 827fee7 MINOR: connection: remove sock-specific code from conn_sock_send() by Willy Tarreau · 3 years, 7 months ago
  51. 3a9e564 CLEANUP: connection: remove the unneeded fd_stop_{recv,send} on read0/shutw by Willy Tarreau · 3 years, 7 months ago
  52. 3ec094b CLEANUP: remove the unused fd_stop_send() in conn_xprt_shutw{,_hard}() by Willy Tarreau · 3 years, 7 months ago
  53. 8d22823 MEDIUM: http_act: define set-timeout server/tunnel action by Amaury Denoyelle · 3 years, 7 months ago
  54. fb50443 MEDIUM: stream: support a dynamic tunnel timeout by Amaury Denoyelle · 3 years, 7 months ago
  55. b715078 MINOR: stream: prepare the hot refresh of timeouts by Amaury Denoyelle · 3 years, 7 months ago
  56. 5a9fc2d MINOR: action: define enum for timeout type of the set-timeout rule by Amaury Denoyelle · 3 years, 7 months ago
  57. 343d035 CLEANUP: connection: remove the unused conn_{stop,cond_update}_polling() by Willy Tarreau · 3 years, 7 months ago
  58. 6aee5b9 MINOR: connection: implement cs_drain_and_close() by Willy Tarreau · 3 years, 7 months ago
  59. 29885f0 MINOR: udp: export udp_suspend_receiver() and udp_resume_receiver() by Willy Tarreau · 3 years, 7 months ago
  60. c14e7ae MINOR: connection: use the control layer's init/close by Willy Tarreau · 3 years, 7 months ago
  61. de471c4 MINOR: protocol: add a set of ctrl_init/ctrl_close methods for setup/teardown by Willy Tarreau · 3 years, 7 months ago
  62. b366c9a CLEANUP: protocol: group protocol struct members by usage by Willy Tarreau · 3 years, 7 months ago
  63. b9b2fd7 MINOR: protocol: export protocol definitions by Willy Tarreau · 3 years, 7 months ago
  64. f9ad06c MINOR: protocol: remove the redundant ->sock_domain field by Willy Tarreau · 3 years, 7 months ago
  65. 16df178 BUG/MEDIUM: stream: Xfer the input buffer to a fully created stream by Christopher Faulet · 3 years, 7 months ago
  66. d1f250f MINOR: listener: now use a generic add_listener() function by Willy Tarreau · 3 years, 7 months ago
  67. 73bed9f MINOR: protocol: add a ->set_port() helper to address families by Willy Tarreau · 3 years, 7 months ago
  68. 6ad0606 CLEANUP: connection: Remove CS_FL_READ_PARTIAL flag by Christopher Faulet · 3 years, 9 months ago
  69. da831fa CLEANUP: http-ana: Remove TX_WAIT_NEXT_RQ unsued flag by Christopher Faulet · 3 years, 9 months ago
  70. 2afd874 CLEANUP: htx: Remove HTX_FL_UPGRADE unsued flag by Christopher Faulet · 3 years, 9 months ago
  71. 4c8ad84 MINOR: mux: Add a ctl parameter to get the exit status of the multiplexers by Christopher Faulet · 3 years, 9 months ago
  72. 7d0c19e MINOR: session: Add functions to increase http values of tracked counters by Christopher Faulet · 3 years, 9 months ago
  73. 8460063 MINOR: stick-tables: Add functions to update some values of a tracked counter by Christopher Faulet · 3 years, 9 months ago
  74. 26256f8 MINOR: stream: Pass an optional input buffer when a stream is created by Christopher Faulet · 3 years, 10 months ago
  75. afc02a4 MINOR: muxes: Remove get_cs_info callback function now useless by Christopher Faulet · 3 years, 9 months ago
  76. d517396 MINOR: session: Add the idle duration field into the session by Christopher Faulet · 3 years, 9 months ago
  77. c749259 MINOR: lua-thread: Store each function reference and init reference in array by Thierry Fournier · 3 years, 7 months ago
  78. 021d986 MINOR: lua-thread: Replace state_from by state_id by Thierry Fournier · 3 years, 7 months ago
  79. 62a22aa MINOR: lua-thread: Replace "struct hlua_function" allocation by dedicated function by Thierry Fournier · 3 years, 7 months ago
  80. 75fc029 MINOR: lua-thread: make hlua_ctx_init() get L from its caller by Thierry Fournier · 3 years, 7 months ago
  81. ad5345f MINOR: lua-thread: Replace embedded struct hlua_function by a pointer by Thierry Fournier · 3 years, 7 months ago
  82. a51a1fd MINOR: cli: add a function to look up a CLI service description by Thierry Fournier · 3 years, 7 months ago
  83. 87e5399 MINOR: actions: add a function returning a service pointer from its name by Thierry Fournier · 3 years, 7 months ago
  84. 7a71a6d MINOR: actions: Export actions lookup functions by Thierry Fournier · 3 years, 7 months ago
  85. a1f1274 MINOR: traces: add a new level "error" below the "user" level by Willy Tarreau · 3 years, 7 months ago
  86. fcdfd85 MINOR: log: Logging HTTP path only with %HPO by Maciej Zdeb · 3 years, 7 months ago
  87. 0237c4e BUG/MEDIUM: local log format regression. by Emeric Brun · 3 years, 7 months ago
  88. 4d6c594 BUG/MEDIUM: task: close a possible data race condition on a tasklet's list link by Willy Tarreau · 3 years, 7 months ago
  89. 2da4c31 MINOR: task: remove __tasklet_remove_from_tasklet_list() by Willy Tarreau · 3 years, 7 months ago
  90. a868c29 MINOR: task: remove tasklet_insert_into_tasklet_list() by Willy Tarreau · 3 years, 7 months ago
  91. 1f05324 BUG/MEDIUM: lists: Lock the element while we check if it is in a list. by Olivier Houchard · 3 years, 7 months ago
  92. 1e237d0 MINOR: plock: use an ARMv8 instruction barrier for the pause instruction by Your Name · 3 years, 7 months ago
  93. 97b7bdf REORG: tcpcheck: Move check option parsing functions based on tcp-check by Christopher Faulet · 3 years, 7 months ago
  94. bb9fb8b MINOR: config: Deprecate and ignore tune.chksize global option by Christopher Faulet · 3 years, 7 months ago
  95. b381a50 BUG/MAJOR: tcpcheck: Allocate input and output buffers from the buffer pool by Christopher Faulet · 3 years, 7 months ago
  96. 3d08236 MINOR: cache: Prepare helper functions for Vary support by Remi Tricot-Le Breton · 3 years, 8 months ago
  97. 401e6db BUG/MAJOR: filters: Always keep all offsets up to date during data filtering by Christopher Faulet · 3 years, 7 months ago
  98. 5bfe663 BUILD: SSL: do not "update" BoringSSL version equivalent anymore by Ilya Shipitsin · 3 years, 8 months ago
  99. f04a89c CLEANUP: remove unused function "ssl_sock_is_ckch_valid" by Ilya Shipitsin · 3 years, 8 months ago
  100. 2de240a MINOR: stream: Add level 7 retries on http error 401, 403 by Julien Pivotto · 3 years, 8 months ago