1. e5f72b8 DEV: tcploop: add support for POLLRDHUP when supported by Willy Tarreau · 2 years ago
  2. 45c2779 DEV: tcploop: centralize the polling code into wait_for_fd() by Willy Tarreau · 2 years ago
  3. 2afa425 DEV: poll: add support for epoll by Willy Tarreau · 2 years ago
  4. f9607f8 REORG: activity/cli: move the "show activity" handler to activity.c by Willy Tarreau · 2 years ago
  5. 04b5b26 MINOR: activity: report uptime in "show activity" by Willy Tarreau · 2 years ago
  6. f386a2d DOC: config: clarify the -m dir and -m dom pattern matching methods by Willy Tarreau · 2 years ago
  7. 8be893d BUILD: halog: fix missing double-quote at end of help line by Willy Tarreau · 2 years ago
  8. 0b4a622 DOC: config: clarify the fact that "retries" is not just for connections by Willy Tarreau · 2 years ago
  9. 4f4fea4 DOC: config: explain how default matching method for ACL works by Willy Tarreau · 2 years ago
  10. 7fe0c62 DOC: config: mention that a single monitor-uri rule is supported by Willy Tarreau · 2 years ago
  11. d26fb57 DOC: config: clarify the fact that SNI should not be used in HTTP scenarios by Willy Tarreau · 2 years ago
  12. 286199c DOC: halog: explain how to use -ac and -ad in the help message by Willy Tarreau · 2 years ago
  13. b143d11 DOC: config: refer to section about quoting in the "add_item" converter by Willy Tarreau · 2 years ago
  14. 44fce8b DOC: config: provide some configuration hints for "http-reuse" by Willy Tarreau · 2 years ago
  15. 0a2d632 BUG/MINOR: ssl: shut the ca-file errors emitted during httpclient init by William Lallemand · 2 years ago
  16. 3992f55 MINOR: ssl: forgotten newline in error messages on ca-file by William Lallemand · 2 years ago
  17. 0279df9 [RELEASE] Released version 2.7-dev10 by Willy Tarreau · 2 years ago
  18. 9875f02 BUG/MEDIUM: quic: fix datagram dropping on queueing failed by Amaury Denoyelle · 2 years ago
  19. 6c72fa3 CLEANUP: qpack: properly use the QPACK macros not HPACK ones in debug code by Willy Tarreau · 2 years ago
  20. f87bb23 CLEANUP: qpack: fix format string in debugging code (int signedness) by Willy Tarreau · 2 years ago
  21. d05aa38 CLEANUP: peers: fix format string for status messages (int signedness) by Willy Tarreau · 2 years ago
  22. a7dc251 MINOR: auth: silence null dereference warning in check_user() by Aurelien DARRAGON · 2 years ago
  23. 95f40c6 MINOR: sample: make the rand() sample fetch function use the statistical_prng by Willy Tarreau · 2 years ago
  24. 3cbf09e MEDIUM: ssl: add minimal WolfSSL support with OpenSSL compatibility mode by Uriah Pollock · 2 years ago
  25. 79320cb BUILD: quic: use openssl-compat.h instead of openssl/ssl.h by Uriah Pollock · 2 years ago
  26. 33a6870 BUILD: quic: silence two invalid build warnings at -O1 with gcc-6.5 by Willy Tarreau · 2 years ago
  27. d2ff5dc BUILD: makefile: minor reordering of objects by build time by Willy Tarreau · 2 years ago
  28. 946d370 BUILD: flags: really restrict the cases where flags are exposed by Willy Tarreau · 2 years ago
  29. 08093cc CLEANUP: tools: do not needlessly include xxhash nor cli from tools.h by Willy Tarreau · 2 years ago
  30. 07a3d53 BUILD: quic: global.h is needed in cfgparse-quic by Willy Tarreau · 2 years ago
  31. 4d46638 BUILD: compiler: include compiler's definitions before ours by Willy Tarreau · 2 years ago
  32. a472858 BUILD: stick-tables: fix build breakage in xxhash on older compilers by Willy Tarreau · 2 years ago
  33. fd766dd DOC: configuration.txt: fix typo in table_idle signature by Aurelien DARRAGON · 2 years ago
  34. d1b5730 MINOR: mux-h1: Avoid useless call to h1_send() if no error is sent by Christopher Faulet · 2 years ago
  35. a1a76ce MINOR: mux-h1: Remove H1C_F_WAIT_NEXT_REQ in functions handling errors by Christopher Faulet · 2 years ago
  36. 2274244 BUG/MINOR: mux-h1: Fix handling of 408-Request-Time-Out by Christopher Faulet · 2 years ago
  37. 4427ea7 BUG/MEDIUM: mux-h1: Remove H1C_F_WAIT_NEXT_REQ flag on a next request by Christopher Faulet · 2 years ago
  38. 881cce9 BUILD: ssl-sock: Silent error about NULL deref in ssl_sock_bind_verifycbk() by Christopher Faulet · 2 years ago
  39. ed36968 DOC: configuration.txt: add default_value for table_idle signature by Aurelien DARRAGON · 2 years ago
  40. 92c2de1 BUILD: http-htx: Silent build error about a possible NULL start-line by Christopher Faulet · 2 years ago
  41. a462ee0 BUG/MEDIUM: mux-h1: Subscribe for reads on error on sending path by Christopher Faulet · 2 years ago
  42. f75cc54 BUG/MEDIUM: mux-h1: Don't release H1C on timeout if there is a SC attached by Christopher Faulet · 2 years ago
  43. 84cdbe4 BUG/MINOR: http-htx: Don't consider an URI as normalized after a set-uri action by Christopher Faulet · 2 years ago
  44. 1c52121 REG-TESTS: http: Add more tests about authority/host matching by Christopher Faulet · 2 years ago
  45. e16ffb0 BUG/MINOR: h1: Replace authority validation to conform RFC3986 by Christopher Faulet · 2 years ago
  46. e5dfe11 BUG/MINOR: http-htx: Normalized absolute URIs with an empty port by Christopher Faulet · 2 years ago
  47. 99ade9e MINOR: http: Considere empty ports as valid default ports by Christopher Faulet · 2 years ago
  48. 75348c2 MINOR: h1: Consider empty port as invalid in authority for CONNECT by Christopher Faulet · 2 years ago
  49. e3177af CLEANUP: tools: extra check in utoa_pad by Aurelien DARRAGON · 2 years ago
  50. ac1ca5c CLEANUP: arg: remove extra check in make_arg_list arg escaping by Aurelien DARRAGON · 2 years ago
  51. ab9efc2 BUG/MINOR: log: fix parse_log_message rfc5424 size check by Aurelien DARRAGON · 2 years ago
  52. 9dce88b BUG/MINOR: cfgparse-listen: fix ebpt_next_dup pointer dereference on proxy "from" inheritance by Aurelien DARRAGON · 2 years ago
  53. 7078fb1 DOC: quic: add note on performance issue with listener contention by Amaury Denoyelle · 2 years ago
  54. 5ec79f1 BUILD: sched: fix build with DEBUG_THREAD with the previous commit by Willy Tarreau · 2 years ago
  55. fc50b9d BUG/MAJOR: sched: protect task during removal from wait queue by Willy Tarreau · 2 years ago
  56. 469fa47 BUILD: listener: fix build warning on global_listener_rwlock without threads by Willy Tarreau · 2 years ago
  57. c21a187 MINOR: server/idle: make the next_takeover index per-tgroup by Willy Tarreau · 2 years ago
  58. 9dc231a BUG/MINOR: server/idle: at least use atomic stores when updating max_used_conns by Willy Tarreau · 2 years ago
  59. fdecaf6 BUG/MINOR: resolvers: do not run the timeout task when there's no resolution by Willy Tarreau · 2 years ago
  60. 28ea31c MINOR: global: generate random cluster.secret if not defined by Amaury Denoyelle · 2 years ago
  61. 996ca7d MINOR: quic: report error if force-retry without cluster-secret by Amaury Denoyelle · 2 years ago
  62. 936c135 DOC: configuration: fix quic prefix typo by Amaury Denoyelle · 2 years ago
  63. 7583c36 MINOR: cli/pools: add pool name filtering capability to "show pools" by Willy Tarreau · 2 years ago
  64. 2fba08f MINOR: cli/pools: add sorting capabilities to "show pools" by Willy Tarreau · 2 years ago
  65. 224adf2 MINOR: cli/pools: store "show pools" results into a temporary array by Willy Tarreau · 2 years ago
  66. ace3da8 CLEANUP: quic: replace "choosen" with "chosen" all over the code by Ilya Shipitsin · 2 years, 1 month ago
  67. 74b5f7b BUG/MAJOR: quic: Crash after discarding packet number spaces by Frédéric Lécaille · 2 years ago
  68. c860150 MINOR: cli: print parsed command when not found by Abhijeet Rastogi · 2 years ago
  69. 814645f BUG/MAJOR: quic: Crash upon retransmission of dgrams with several packets by Frédéric Lécaille · 2 years ago
  70. d9b7174 MEDIUM: tcp-act: add parameter rst-ttl to silent-drop by Mathias Weiersmueller · 2 years ago
  71. a0abec8 [RELEASE] Released version 2.7-dev9 by Willy Tarreau · 2 years ago
  72. 2f668f0 MINOR: quic: complete traces/debug for handshake by Amaury Denoyelle · 2 years ago
  73. bc174b2 BUG/MEDIUM: quic: fix memleak for out-of-order crypto data by Amaury Denoyelle · 2 years ago
  74. ff95f2d BUG/MEDIUM: quic: fix unsuccessful handshakes on ncb_advance error by Amaury Denoyelle · 2 years ago
  75. 7f0295f MINOR: ncbuf: complete doc for ncb_advance() by Amaury Denoyelle · 2 years ago
  76. 4cfdcbb BUILD: peers: Remove unused variables by Christopher Faulet · 2 years ago
  77. 5534334 MEDIUM: thread: Restric nbthread/thread-group(s) to very first global sections by Christopher Faulet · 2 years ago
  78. 037e3f8 MINOR: cfgparse: Always check the section position by Christopher Faulet · 2 years ago
  79. 0909f62 BUG/MEDIUM: peers: messages about unkown tables not correctly ignored by Emeric Brun · 2 years ago
  80. cdad1c3 BUILD: Makefile: enable USE_SHM_OPEN by default on freebsd by William Lallemand · 2 years ago
  81. b60a77b BUG/MINOR: ssl: don't initialize the keylog callback when not required by William Lallemand · 2 years ago
  82. dfefebc BUG/MEDIUM: raw-sock: Don't report connection error if something was received by Christopher Faulet · 2 years ago
  83. 5ad2b64 BUG/MINOR: http_ana/txn: don't re-initialize txn and req var lists by Aurelien DARRAGON · 2 years ago
  84. ce7928d CLEANUP: mux-h1: Don't test h1c in h1_shutw_conn() by Christopher Faulet · 2 years ago
  85. 831d613 DOC: internal: commit notes about polling states and flags on connect() by Willy Tarreau · 2 years ago
  86. c89f665 DOC: internal: commit notes about polling states and flags by Willy Tarreau · 5 years ago
  87. e6ef4cd BUG/MINOR: mux-h1: Fix error handling when H1S allocation failed on client side by Christopher Faulet · 2 years ago
  88. ddfb50e CLEANUP: listener: Remove useless task_queue from manage_global_listener_queue by Christopher Faulet · 2 years ago
  89. 13e86d9 BUG/MEDIUM: listener: Fix race condition when updating the global mngmt task by Christopher Faulet · 2 years ago
  90. b6c31b3 DOC: lua-api: Remove warning about the lua filters by Christopher Faulet · 2 years ago
  91. 62138aa MINOR: mux-h1: Rely on a H1S flag to know a WS key was found or not by Christopher Faulet · 2 years, 1 month ago
  92. 7f6aa56 MINOR: sconn: Set SE_FL_ERROR only when there is no more data to read by Christopher Faulet · 2 years, 1 month ago
  93. ab79b32 MEDIUM: mux-fcgi: Introduce flags to deal with connection read/write errors by Christopher Faulet · 2 years, 1 month ago
  94. 68ee784 CLEANUP: mux-h2: Remove unused fields in h2c structures by Christopher Faulet · 2 years, 1 month ago
  95. ff7925d MEDIUM: mux-h2: Introduce flags to deal with connection read/write errors by Christopher Faulet · 2 years, 1 month ago
  96. b65af26 MEDIUM: mux-pt: Don't always set a final error on SE on the sending path by Christopher Faulet · 2 years, 2 months ago
  97. 31da34d MEDIUM: mux-h1: Don't report a final error whe a message is aborted by Christopher Faulet · 2 years, 2 months ago
  98. b3de5e5 CLEANUP: mux-h1: Reorder H1 connection flags to avoid holes by Christopher Faulet · 2 years, 2 months ago
  99. fc473a6 MEDIUM: mux-h1: Rely on the H1C to deal with shutdown for reads by Christopher Faulet · 2 years, 2 months ago
  100. bef8900 MINOR: mux-h1: Add flag on H1 stream to deal with internal errors by Christopher Faulet · 2 years, 2 months ago