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