1. 856aabc CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 4 years, 3 months ago
  2. a17e662 MEDIUM: stream: Make the `unique_id` member of `struct stream` a `struct ist` by Tim Duesterhus · 4 years, 4 months ago
  3. 4c18f94 BUG/MEDIUM: proxy: Make sure to destroy the stream on upgrade from TCP to H2 by Olivier Houchard · 5 years ago
  4. 9042060 MINOR: stream: add a new target_addr entry in the stream structure by Willy Tarreau · 5 years ago
  5. fc9cfe4 REORG: proto_htx: Move HTX analyzers & co to http_ana.{c,h} files by Christopher Faulet · 5 years ago
  6. 2e9c1d2 MINOR: stream: measure and report a stream's call rate in "show sess" by Willy Tarreau · 5 years ago
  7. 333939c MINOR: action: new '(http-request|tcp-request content) do-resolve' action by Baptiste Assmann · 5 years ago
  8. 0b9ce82 MINOR: obj_type: new object type for struct stream by Baptiste Assmann · 6 years ago
  9. 0e160ff MINOR: stream: Set a flag when the stream uses the HTX by Christopher Faulet · 5 years ago
  10. b7ea141 MEDIUM: cli: handle CLI level from the master CLI by William Lallemand · 6 years ago
  11. dc12c2e CLEANUP: cli: use dedicated define instead of appctx ones by William Lallemand · 6 years ago
  12. 0007d0a CLEANUP: stream: remove SF_TUNNEL, SF_INITIALIZED, SF_CONN_TAR by Willy Tarreau · 6 years ago
  13. 459e18e MINOR: cli: use pcli_flags for prompt activation by William Lallemand · 6 years ago
  14. ebf6180 MEDIUM: cli: handle payload in CLI proxy by William Lallemand · 6 years ago
  15. 5b80fa2 MINOR: cli: parse prompt command in the CLI proxy by William Lallemand · 6 years ago
  16. cf62f7e MEDIUM: cli: implement 'mode cli' proxy analyzers by William Lallemand · 6 years ago
  17. 268a707 MEDIUM: add set-priority-class and set-priority-offset by Patrick Hemmer · 6 years ago
  18. ffe5e8c MINOR: stream: rename {srv,prx}_queue_size to *_queue_pos by Patrick Hemmer · 6 years ago
  19. 5cd4bbd BUG/MAJOR: threads/queue: Fix thread-safety issues on the queues management by Christopher Faulet · 6 years ago
  20. bf08beb MINOR: session: remove the list of streams from struct session by Willy Tarreau · 7 years ago
  21. 2bfd358 MINOR: stream: link the stream to its session by Willy Tarreau · 7 years ago
  22. 2c8b54e MEDIUM: lua: remove Lua struct from session, and allocate it with memory pools by Thierry FOURNIER · 8 years ago
  23. a73e59b BUG/MAJOR: Fix how the list of entities waiting for a buffer is handled by Christopher Faulet · 8 years ago
  24. 9d810ca BUG/MEDIUM: stream: Save unprocessed events for a stream by Christopher Faulet · 8 years ago
  25. 95db2bc MAJOR: check: find out which port to use for health check at run time by Baptiste Assmann · 8 years ago
  26. 4cac359 MEDIUM: log: Decompose %Tq in %Th %Ti %TR by Thierry FOURNIER / OZON.IO · 8 years ago
  27. fcf035c MINOR: filters: Add stream_filters structure to hide filters info by Christopher Faulet · 9 years ago
  28. 3e34429 MEDIUM: filters: Use macros to call filters callbacks to speed-up processing by Christopher Faulet · 9 years ago
  29. 92d3638 MAJOR: filters/http: Rewrite the HTTP compression as a filter by Christopher Faulet · 9 years ago
  30. d7c9196 MAJOR: filters: Add filters support by Christopher Faulet · 9 years ago
  31. 25f4e3e CLEANUP: vars: remove unused struct by Thierry FOURNIER · 9 years ago
  32. 4834bc7 MEDIUM: vars: adds support of variables by Thierry FOURNIER · 9 years ago
  33. 152b81e BUG/MAJOR: tcp/http: fix current_rule assignment when restarting over a ruleset by Willy Tarreau · 9 years ago
  34. b2bf833 MINOR: session: add stick counters to the struct session by Willy Tarreau · 9 years ago
  35. 1f52bb2 CLEANUP: stream: don't set ->target to the incoming connection anymore by Willy Tarreau · 9 years ago
  36. eee5b51 MAJOR: http: move http_txn out of struct stream by Willy Tarreau · 9 years ago
  37. cb7dd01 MEDIUM: http: move header captures from http_txn to struct stream by Willy Tarreau · 9 years ago
  38. e36cbcb MEDIUM: stream: move the frontend's pointer to the session by Willy Tarreau · 9 years ago
  39. fb0afa7 MEDIUM: stream: move the listener's pointer to the session by Willy Tarreau · 9 years ago
  40. b1ec8c4 MINOR: session: start to reintroduce struct session by Willy Tarreau · 9 years ago
  41. e7dff02 REORG/MEDIUM: stream: rename stream flags from SN_* to SF_* by Willy Tarreau · 9 years ago
  42. 87b0966 REORG/MAJOR: session: rename the "session" entity to "stream" by Willy Tarreau · 9 years ago