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