1. 568008d MINOR: mux-fcgi: Rely on client addresses at stream level to set default params by Christopher Faulet · 3 years, 1 month ago
  2. 6fc817a MINOR: http-fetch: Rely on addresses at stream level in HTTP sample fetches by Christopher Faulet · 3 years, 1 month ago
  3. 8a104ba MINOR: http-ana: Rely on addresses at stream level to set xff and xot headers by Christopher Faulet · 3 years, 1 month ago
  4. c269f66 MINOR: session: Rely on client source address at session level to log error by Christopher Faulet · 3 years, 1 month ago
  5. f9c4d8d MINOR: log: Rely on client addresses at the appropriate level to log messages by Christopher Faulet · 3 years, 1 month ago
  6. c9c8e1c MINOR: frontend: Rely on client src and dst addresses at stream level by Christopher Faulet · 3 years, 1 month ago
  7. 859ff84 MINOR: stream-int: Add src and dst addresses to the stream-interface by Christopher Faulet · 3 years, 1 month ago
  8. f46e1ea MINOR: session: Add src and dst addresses to the session by Christopher Faulet · 3 years, 1 month ago
  9. cc6fc26 MINOR: connection: Add function to get src/dst without updating the connection by Christopher Faulet · 3 years, 1 month ago
  10. e6465b3 CLEANUP: lua: Use a const address to retrieve info about a connection by Christopher Faulet · 3 years, 1 month ago
  11. 99163b7 CLEANUP: tools: Use const address for get_net_port() and get_host_port() by Christopher Faulet · 3 years, 1 month ago
  12. 4bfce39 CLEANUP: connection: No longer export make_proxy_line_v1/v2 functions by Christopher Faulet · 3 years, 1 month ago
  13. 0af4bd7 BUG/MEDIUM: lua: fix invalid return types in hlua_http_msg_get_body by vishnu · 3 years, 1 month ago
  14. 24a58fb CLEANUP: lua: Remove any ambiguities about lua txn execution context flags by Christopher Faulet · 3 years, 1 month ago
  15. 6137a9e MINOR: httpclient/lua: return an error when it can't generate the request by William Lallemand · 3 years, 1 month ago
  16. dc2cc90 MINOR: httpclient/lua: support more HTTP methods by William Lallemand · 3 years, 1 month ago
  17. dec25c3 MINOR: httpclient: support payload within a buffer by William Lallemand · 3 years, 1 month ago
  18. b4d0cd0 [RELEASE] Released version 2.5-dev11 by Willy Tarreau · 3 years, 1 month ago
  19. 8e358af MINOR: connection: remove unneeded memset 0 for idle conns by Amaury Denoyelle · 3 years, 1 month ago
  20. 926712a MINOR: backend: improve perf with tcp proxies skipping idle conns by Amaury Denoyelle · 3 years, 1 month ago
  21. aee4fdb BUG/MINOR: backend: fix improper insert in avail tree for always reuse by Amaury Denoyelle · 3 years, 1 month ago
  22. 1252b6f MINOR: backend: add traces for idle connections reuse by Amaury Denoyelle · 3 years, 1 month ago
  23. 28c5b3c BUILD: fix compilation on NetBSD by Amaury Denoyelle · 3 years, 1 month ago
  24. 1de51eb MINOR: memprof: add one pointer size to the size of allocations by Willy Tarreau · 3 years, 1 month ago
  25. 8cce4d7 MINOR: memprof: report the delta between alloc and free on realloc() by Willy Tarreau · 3 years, 1 month ago
  26. a5efdff BUG/MEDIUM: lua: fix memory leaks with realloc() on non-glibc systems by Willy Tarreau · 3 years, 1 month ago
  27. 46be7e9 MINOR: quic: Increase the size of handshake RX UDP datagrams by Frédéric Lécaille · 3 years, 1 month ago
  28. dbb0bb5 CLEANUP: resolvers: get rid of single-iteration loop in resolv_get_ip_from_response() by Willy Tarreau · 3 years, 1 month ago
  29. 0b22247 MINOR: mux-h2: perform a full cycle shutdown+drain on close by Willy Tarreau · 3 years, 1 month ago
  30. 20b622e MINOR: connection: add a new CO_FL_WANT_DRAIN flag to force drain on close by Willy Tarreau · 3 years, 1 month ago
  31. e6dc7a0 BUG/MINOR: mux-h2: do not prevent from sending a final GOAWAY frame by Willy Tarreau · 3 years, 1 month ago
  32. 3193eb9 BUG/MINOR: task: do not set TASK_F_USR1 for no reason by Willy Tarreau · 3 years, 1 month ago
  33. dde1b44 OPTIM: dns: use an atomic check for the list membership by Willy Tarreau · 3 years, 1 month ago
  34. c79f014 MINOR: list: add new macro LIST_INLIST_ATOMIC() by Willy Tarreau · 3 years, 1 month ago
  35. 9628c42 OPTIM: resolvers: move the eb32 node before the data in the answer_item by Willy Tarreau · 3 years, 1 month ago
  36. dd362b7 BUG/MAJOR: buf: fix varint API post- vs pre- increment by Willy Tarreau · 3 years, 1 month ago
  37. dcb696c MEDIUM: resolvers: hash the records before inserting them into the tree by Willy Tarreau · 3 years, 1 month ago
  38. 7893ae1 MEDIUM: resolvers: replace the answer_list with a (flat) tree by Willy Tarreau · 3 years, 1 month ago
  39. a89c191 BUG/MEDIUM: checks: fix the starting thread for external checks by Willy Tarreau · 3 years, 1 month ago
  40. 6878f80 MEDIUM: resolvers: remove the last occurrences of the "safe" argument by Willy Tarreau · 3 years, 1 month ago
  41. f766ec6 MEDIUM: resolvers: use a kill list to preserve the list consistency by Willy Tarreau · 3 years, 1 month ago
  42. aae7320 CLEANUP: resolvers: replace all LIST_DELETE with LIST_DEL_INIT by Willy Tarreau · 3 years, 1 month ago
  43. 239675e CLEANUP: resolvers: simplify resolv_link_resolution() regarding requesters by Willy Tarreau · 3 years, 1 month ago
  44. 48664c0 CLEANUP: always initialize the answer_list by Willy Tarreau · 3 years, 1 month ago
  45. 25e0109 BUG/MEDIUM: resolvers: always check a valid item in query_list by Willy Tarreau · 3 years, 1 month ago
  46. 10c1a8c BUILD: resolvers: avoid a possible warning on null-deref by Willy Tarreau · 3 years, 1 month ago
  47. 2acc160 CLEANUP: resolvers: do not export resolv_purge_resolution_answer_records() by Willy Tarreau · 3 years, 1 month ago
  48. 2a67aa0 BUG/MAJOR: resolvers: add other missing references during resolution removal by Willy Tarreau · 3 years, 1 month ago
  49. 62e467c DEBUG: dns: add a few more BUG_ON at sensitive places by Willy Tarreau · 3 years, 1 month ago
  50. b56a878 CLEANUP: dns: always detach the appctx from the dns session on release by Willy Tarreau · 3 years, 1 month ago
  51. 7045590 BUG/MAJOR: dns: attempt to lock globaly for msg waiter list instead of use barrier by Emeric Brun · 3 years, 1 month ago
  52. d20dc21 BUG/MAJOR: dns: tcp session can remain attached to a list after a free by Emeric Brun · 3 years, 1 month ago
  53. d16e7dd BUG/MEDIUM: tcpcheck: Properly catch early HTTP parsing errors by Christopher Faulet · 3 years, 1 month ago
  54. b175c23 DOC: management: doc about the CLI httpclient by William Lallemand · 3 years, 1 month ago
  55. 34b3a93 MINOR: httpclient/cli: access should be only done from expert mode by William Lallemand · 3 years, 1 month ago
  56. 813f913 BUG/MEDIUM: stream: Keep FLT_END analyzers if a stream detects a channel error by Christopher Faulet · 3 years, 1 month ago
  57. 8abed17 MINOR: jwt: Do not rely on enum order anymore by Remi Tricot-Le Breton · 3 years, 1 month ago
  58. 1c891bc MINOR: jwt: jwt_verify returns negative values in case of error by Remi Tricot-Le Breton · 3 years, 1 month ago
  59. 0b24d2f MINOR: jwt: Empty the certificate tree during deinit by Remi Tricot-Le Breton · 3 years, 1 month ago
  60. 75cc653 MEDIUM: resolvers: replace bogus resolv_hostname_cmp() with memcmp() by Willy Tarreau · 3 years, 2 months ago
  61. 814889c MEDIUM: resolvers: lower-case labels when converting from/to DNS names by Willy Tarreau · 3 years, 2 months ago
  62. f480768 CLEANUP: Consistently `unsigned int` for bitfields by Tim Duesterhus · 3 years, 1 month ago
  63. bd6b4be CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 3 years, 2 months ago
  64. 20d0f50 MINOR: add ::1 to predefined LOCALHOST acl by Björn Jacke · 3 years, 2 months ago
  65. 662896e CI: Clean up formatting in GitHub Action definitions by Tim Duesterhus · 3 years, 1 month ago
  66. 89c9d0a CI: Add `permissions` to GitHub Actions by Tim Duesterhus · 3 years, 1 month ago
  67. c5aa113 CLEANUP: Apply strcmp.cocci by Tim Duesterhus · 3 years, 1 month ago
  68. bce9108 DEV: coccinelle: Add strcmp.cocci by Tim Duesterhus · 3 years, 1 month ago
  69. f2b1b4d [RELEASE] Released version 2.5-dev10 by Willy Tarreau · 3 years, 1 month ago
  70. 6d19f0d CLEANUP: listeners: remove unreachable code in clone_listener() by Willy Tarreau · 3 years, 2 months ago
  71. 7c4c830 BUG/MINOR: listener: add an error check for unallocatable trash by Willy Tarreau · 3 years, 2 months ago
  72. a146289 BUG/MINOR: listener: fix incorrect return on out-of-memory by Willy Tarreau · 3 years, 2 months ago
  73. b39e47a BUG/MINOR: sample: fix backend direction flags consecutive to last fix by Willy Tarreau · 3 years, 2 months ago
  74. 697cfde BUG/MEDIUM: cpuset: fix cpuset size for FreeBSD by Amaury Denoyelle · 3 years, 2 months ago
  75. 6db9a97 BUG/MINOR: proxy: Release ACLs and TCP/HTTP rules of default proxies by Christopher Faulet · 3 years, 2 months ago
  76. 71d1892 DOC: config: Rework and uniformize how TCP/HTTP rules are documented by Christopher Faulet · 3 years, 2 months ago
  77. 6e0425b DOC: config: Add documentation about TCP/HTTP rules in defaults section by Christopher Faulet · 3 years, 2 months ago
  78. e41b497 REGTESTS: Add scripts to test support of TCP/HTTP rules in defaults sections by Christopher Faulet · 3 years, 2 months ago
  79. 7a06ffb BUG/MEDIUM: sample: Cumulate frontend and backend sample validity flags by Christopher Faulet · 3 years, 2 months ago
  80. d4150ad MEDIUM: http-ana: Eval HTTP rules defined in defaults sections by Christopher Faulet · 3 years, 2 months ago
  81. c8016d0 MEDIUM: tcp-rules: Eval TCP rules defined in defaults sections by Christopher Faulet · 3 years, 2 months ago
  82. ee08d6c MEDIUM: rules/acl: Parse TCP/HTTP rules and acls defined in defaults sections by Christopher Faulet · 3 years, 2 months ago
  83. 6ff7de5 MINOR: tcpcheck: Support 2-steps args resolution in defaults sections by Christopher Faulet · 3 years, 2 months ago
  84. 52b8a43 MINOR: config: No longer remove previous anonymous defaults section by Christopher Faulet · 3 years, 2 months ago
  85. ff55627 MINOR: config: Finish configuration for referenced default proxies by Christopher Faulet · 3 years, 2 months ago
  86. 5671780 MINOR: proxy: Add PR_FL_READY flag on fully configured and usable proxies by Christopher Faulet · 3 years, 2 months ago
  87. 27c8d20 MINOR: proxy: Be able to reference the defaults section used by a proxy by Christopher Faulet · 3 years, 2 months ago
  88. b405420 MEDIUM: proxy: Warn about ambiguous use of named defaults sections by Christopher Faulet · 3 years, 2 months ago
  89. 37a9e21 MINOR: sample/arg: Be able to resolve args found in defaults sections by Christopher Faulet · 3 years, 2 months ago
  90. dfd10ab MINOR: proxy: Introduce proxy flags to replace disabled bitfield by Christopher Faulet · 3 years, 2 months ago
  91. 647a61c BUG/MINOR: proxy: Use .disabled field as a bitfield as documented by Christopher Faulet · 3 years, 2 months ago
  92. 2468c21 DOC: config: Move 'tcp-response content' at the right place by Christopher Faulet · 3 years, 2 months ago
  93. a5aa082 BUG/MINOR: sample: Fix 'fix_tag_value' sample when waiting for more data by Christopher Faulet · 3 years, 2 months ago
  94. 597909f BUG/MINOR: http-ana: Don't eval front after-response rules if stopped on back by Christopher Faulet · 3 years, 2 months ago
  95. e20e026 BUG/MEDIUM: sample/jwt: fix another instance of base64 error detection by Willy Tarreau · 3 years, 2 months ago
  96. 0eba94e DOC: jwt: fix a typo in the jwt_verify() keyword description by Willy Tarreau · 3 years, 2 months ago
  97. ce16db4 BUG/MINOR: jwt: use CRYPTO_memcmp() to compare HMACs by Willy Tarreau · 3 years, 2 months ago
  98. 468c000 BUG/MEDIUM: jwt: fix base64 decoding error detection by Willy Tarreau · 3 years, 2 months ago
  99. 7b232f1 BUG/MEDIUM: resolvers: fix truncated TLD consecutive to the API fix by Willy Tarreau · 3 years, 2 months ago
  100. cc8fd4c MINOR: resolvers: merge address and target into a union "data" by Willy Tarreau · 3 years, 2 months ago