1. 88bc800 BUILD: tree-wide: avoid warnings caused by redundant checks of obj_types by Willy Tarreau · 3 years ago
  2. 90ac605 MINOR: stream/mux: implement websocket stream flag by Amaury Denoyelle · 3 years, 1 month ago
  3. e8f3596 MINOR: stream: Improve dump of bogus streams by Christopher Faulet · 3 years, 1 month ago
  4. 16f16af MINOR: stream: Use backend stream-interface dst address instead of target_addr by Christopher Faulet · 3 years, 1 month ago
  5. 859ff84 MINOR: stream-int: Add src and dst addresses to the stream-interface by Christopher Faulet · 3 years, 1 month ago
  6. 6878f80 MEDIUM: resolvers: remove the last occurrences of the "safe" argument by Willy Tarreau · 3 years, 1 month ago
  7. 813f913 BUG/MEDIUM: stream: Keep FLT_END analyzers if a stream detects a channel error by Christopher Faulet · 3 years, 1 month ago
  8. dfd10ab MINOR: proxy: Introduce proxy flags to replace disabled bitfield by Christopher Faulet · 3 years, 2 months ago
  9. 8c67ece CLEANUP: stream: Properly indent current_rule line in "show sess all" by Christopher Faulet · 3 years, 2 months ago
  10. d4762b8 MINOR: stream: report the current filter in "show sess all" when known by Christopher Faulet · 3 years, 2 months ago
  11. 1274e10 MINOR: stream: report the current rule in "show sess all" when known by Willy Tarreau · 3 years, 2 months ago
  12. b4e3476 REORG: thread/sched: move the last dynamic thread_info to thread_ctx by Willy Tarreau · 3 years, 2 months ago
  13. beeabf5 MINOR: task: provide 3 task_new_* wrappers to simplify the API by Willy Tarreau · 3 years, 2 months ago
  14. b113b5c CLEANUP: Apply ist.cocci by Tim Duesterhus · 3 years, 2 months ago
  15. b7bfcb3 MINOR: vars: rename vars_init() to vars_init_head() by Willy Tarreau · 3 years, 3 months ago
  16. 03fb1b2 MINOR: filters/lua: Release filters before the lua context by Christopher Faulet · 4 years, 9 months ago
  17. 6fcd2d3 BUG/MINOR: stream: Don't release a stream if FLT_END is still registered by Christopher Faulet · 5 years ago
  18. 4c6986a CLEANUP: applet: remove unused thread_mask by Willy Tarreau · 3 years, 5 months ago
  19. 0e3457b MINOR: stick-table: make skttable_data_cast to use only std types by Emeric Brun · 3 years, 5 months ago
  20. 1da374a MINOR: http-act/tcp-act: Add "set-nice" for tcp content rules by Christopher Faulet · 3 years, 5 months ago
  21. 551a641 MINOR: http-act/tcp-act: Add "set-log-level" for tcp content rules by Christopher Faulet · 3 years, 5 months ago
  22. 9ab7829 MEDIUM: queue: simplify again the process_srv_queue() API (v2) by Willy Tarreau · 3 years, 5 months ago
  23. ccd85a3 Revert "MEDIUM: queue: simplify again the process_srv_queue() API" by Willy Tarreau · 3 years, 5 months ago
  24. c83e45e MEDIUM: queue: simplify again the process_srv_queue() API by Willy Tarreau · 3 years, 5 months ago
  25. 5941ef0 MINOR: lb/api: remove the locked argument from take_conn/drop_conn by Willy Tarreau · 3 years, 5 months ago
  26. 0274286 BUG/MAJOR: server: fix deadlock when changing maxconn via agent-check by Amaury Denoyelle · 3 years, 5 months ago
  27. 9f5382e Revert "MEDIUM: http-ana: Deal with L7 retries in HTTP analysers" by Christopher Faulet · 3 years, 6 months ago
  28. b205bfd CLEANUP: cli/tree-wide: properly re-align the CLI commands' help messages by Willy Tarreau · 3 years, 7 months ago
  29. 2b71810 CLEANUP: lists/tree-wide: rename some list operations to avoid some confusion by Willy Tarreau · 3 years, 7 months ago
  30. fa1258f MINOR: freq_ctr: unify freq_ctr and freq_ctr_period into freq_ctr by Willy Tarreau · 3 years, 8 months ago
  31. 4781b15 CLEANUP: atomic/tree-wide: replace single increments/decrements with inc/dec by Willy Tarreau · 3 years, 8 months ago
  32. 1851572 CLEANUP: atomic: add a fetch-and-xxx variant for common operations by Willy Tarreau · 3 years, 8 months ago
  33. 3b6446f MINOR: config/proxy: Don't warn for HTTP rules in TCP if 'switch-mode http' set by Christopher Faulet · 3 years, 9 months ago
  34. ae863c6 MEDIUM: Add tcp-request switch-mode action to perform HTTP upgrade by Christopher Faulet · 3 years, 9 months ago
  35. 6c1fd98 MINOR: stream: Handle stream HTTP upgrade in a dedicated function by Christopher Faulet · 3 years, 9 months ago
  36. 75f619a MINOR: http-ana: Simplify creation/destruction of HTTP transactions by Christopher Faulet · 3 years, 9 months ago
  37. c2ac5e4 MINOR: filters/http-ana: Decide to filter HTTP headers in HTTP analysers by Christopher Faulet · 3 years, 9 months ago
  38. 1bb6afa MINOR: stream: Use stream type instead of proxy mode when appropriate by Christopher Faulet · 3 years, 9 months ago
  39. 57e4a1b MINOR: stream: Be sure to set HTTP analysers when creating an HTX stream by Christopher Faulet · 3 years, 9 months ago
  40. f0d7eb2 MINOR: stream: Don't trigger errors on destructive HTTP upgrades by Christopher Faulet · 3 years, 8 months ago
  41. d68d4f1 MEDIUM: dynbuf: remove last usages of b_alloc_margin() by Willy Tarreau · 3 years, 8 months ago
  42. 0efc099 BUG/MEDIUM: resolvers: Don't release resolution from a requester callbacks by Christopher Faulet · 3 years, 9 months ago
  43. e89fae3 CLEANUP: stream: rename a few remaining occurrences of "stream *sess" by Willy Tarreau · 3 years, 9 months ago
  44. 144f84a MEDIUM: task: extend the state field to 32 bits by Willy Tarreau · 3 years, 9 months ago
  45. 2f67e54 MINOR: stream: use ABORT_NOW() and not abort() in stream_dump_and_crash() by Willy Tarreau · 3 years, 9 months ago
  46. 61cfdf4 CLEANUP: tree-wide: replace free(x);x=NULL with ha_free(&x) by Willy Tarreau · 3 years, 9 months ago
  47. 49de685 MEDIUM: streams: do not use the streams lock anymore by Willy Tarreau · 3 years, 9 months ago
  48. a698eb6 MINOR: streams: use one list per stream instead of a global one by Willy Tarreau · 3 years, 9 months ago
  49. 5d533e2 MINOR: cli/streams: make "show sess" dump all streams till the new epoch by Willy Tarreau · 3 years, 9 months ago
  50. b981318 MINOR: stream: add an "epoch" to figure which streams appeared when by Willy Tarreau · 3 years, 9 months ago
  51. 3f5dd29 BUG/MEDIUM: cli/shutdown sessions: make it thread-safe by Willy Tarreau · 3 years, 9 months ago
  52. 4d77bbf MINOR: dynbuf: pass offer_buffers() the number of buffers instead of a threshold by Willy Tarreau · 3 years, 9 months ago
  53. 90f366b MINOR: dynbuf: use regular lists instead of mt_lists for buffer_wait by Willy Tarreau · 3 years, 9 months ago
  54. e8e5091 MINOR: dynbuf: make the buffer wait queue per thread by Willy Tarreau · 3 years, 9 months ago
  55. 59b0fec MINOR: lb/api: let callers of take_conn/drop_conn tell if they have the lock by Willy Tarreau · 3 years, 9 months ago
  56. 751153e OPTIM: server: switch the actconn list to an mt-list by Willy Tarreau · 3 years, 9 months ago
  57. c943799 MEDIUM: resolvers/dns: split dns.c into dns.c and resolvers.c by Emeric Brun · 3 years, 10 months ago
  58. d30e9a1 MINOR: resolvers: rework prototype suffixes to split resolving and dns. by Emeric Brun · 4 years ago
  59. 21fbeed MINOR: resolvers: renames some dns prefixed types using resolv prefix. by Emeric Brun · 4 years ago
  60. 08622d3 MINOR: resolvers: renames some resolvers specific types to not use dns prefix by Emeric Brun · 4 years ago
  61. 750fe79 MINOR: resolvers: renames type dns_resolvers to resolvers. by Emeric Brun · 4 years ago
  62. 5b82cc5 MEDIUM: http-ana: Deal with L7 retries in HTTP analysers by Christopher Faulet · 4 years, 2 months ago
  63. 4ef84c9 MINOR: stream: Add a function to validate TCP to H1 upgrades by Christopher Faulet · 3 years, 10 months ago
  64. 341064e BUG/MINOR: stream: Don't update counters when TCP to H2 upgrades are performed by Christopher Faulet · 3 years, 10 months ago
  65. aabde71 MINOR: reg-tests: add a way to add service dependency by William Dauchy · 3 years, 11 months ago
  66. b8888ab CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 3 years, 11 months ago
  67. 92149f9 MEDIUM: stick-tables: Add srvkey option to stick-table by Thayne McCombs · 4 years ago
  68. f7719a2 MINOR: stream: add timeout sample fetches by Amaury Denoyelle · 4 years ago
  69. 12bada5 MINOR: stream: add sample fetches by Amaury Denoyelle · 4 years ago
  70. fb50443 MEDIUM: stream: support a dynamic tunnel timeout by Amaury Denoyelle · 4 years ago
  71. 90d3d88 MEDIUM: stream: support a dynamic server timeout by Amaury Denoyelle · 4 years ago
  72. b715078 MINOR: stream: prepare the hot refresh of timeouts by Amaury Denoyelle · 4 years ago
  73. c43fca0 BUG/MINOR: stream: Don't use input buffer after the ownership xfer by Christopher Faulet · 4 years ago
  74. 16df178 BUG/MEDIUM: stream: Xfer the input buffer to a fully created stream by Christopher Faulet · 4 years ago
  75. 8460063 MINOR: stick-tables: Add functions to update some values of a tracked counter by Christopher Faulet · 4 years, 2 months ago
  76. 26256f8 MINOR: stream: Pass an optional input buffer when a stream is created by Christopher Faulet · 4 years, 2 months ago
  77. 15e525f MINOR: stream: Don't retrieve anymore timing info from the mux csinfo by Christopher Faulet · 4 years, 2 months ago
  78. 7a6c513 MINOR: stream: Always get idle duration from the session by Christopher Faulet · 4 years, 2 months ago
  79. 87e5399 MINOR: actions: add a function returning a service pointer from its name by Thierry Fournier · 4 years ago
  80. 26a52af BUG/MEDIUM: lb: Always lock the server when calling server_{take,drop}_conn by Christopher Faulet · 4 years, 1 month ago
  81. c3914d4 MEDIUM: proxy: replace proxy->state with proxy->disabled by Willy Tarreau · 4 years, 2 months ago
  82. b743661 REORG: listener: move the listener's proto to the receiver by Willy Tarreau · 4 years, 3 months ago
  83. 2747fbb MEDIUM: tcp-rules: Use a dedicated expiration date for tcp ruleset by Christopher Faulet · 4 years, 4 months ago
  84. 5098a08 BUG/MAJOR: dns: Make the do-resolve action thread-safe by Christopher Faulet · 4 years, 4 months ago
  85. 8689127 MINOR: buffer: use MT_LIST_ADDQ() for buffer_wait lists additions by Willy Tarreau · 4 years, 5 months ago
  86. de4db17 MINOR: lists: rename some MT_LIST operations to clarify them by Willy Tarreau · 4 years, 5 months ago
  87. c6e7a1b MINOR: cli: make "show sess" stop at the last known session by Willy Tarreau · 4 years, 5 months ago
  88. 7af4fa9 MINOR: activity: rename the "stream" field to "stream_calls" by Willy Tarreau · 4 years, 5 months ago
  89. b255105 CLEANUP: include: tree-wide alphabetical sort of include files by Willy Tarreau · 4 years, 6 months ago
  90. 6be7849 REORG: include: move cfgparse.h to haproxy/cfgparse.h by Willy Tarreau · 4 years, 6 months ago
  91. dfd3de8 REORG: include: move stream.h to haproxy/stream{,-t}.h by Willy Tarreau · 4 years, 6 months ago
  92. 1e56f92 REORG: include: move server.h to haproxy/server{,-t}.h by Willy Tarreau · 4 years, 6 months ago
  93. a55c454 REORG: include: move queue.h to haproxy/queue{,-t}.h by Willy Tarreau · 4 years, 6 months ago
  94. 4980160 REORG: include: move backend.h to haproxy/backend{,-t}.h by Willy Tarreau · 4 years, 6 months ago
  95. a264d96 REORG: include: move proxy.h to haproxy/proxy{,-t}.h by Willy Tarreau · 4 years, 6 months ago
  96. aeed4a8 REORG: include: move log.h to haproxy/log{,-t}.h by Willy Tarreau · 4 years, 6 months ago
  97. c7babd8 REORG: include: move filters.h to haproxy/filters{,-t}.h by Willy Tarreau · 4 years, 6 months ago
  98. c2b1ff0 REORG: include: move http_ana.h to haproxy/http_ana{,-t}.h by Willy Tarreau · 4 years, 6 months ago
  99. f1d32c4 REORG: include: move channel.h to haproxy/channel{,-t}.h by Willy Tarreau · 4 years, 6 months ago
  100. 5e539c9 REORG: include: move stream_interface.h to haproxy/stream_interface{,-t}.h by Willy Tarreau · 4 years, 6 months ago