1. e579391 REORG: include: make list-t.h part of the base API by Willy Tarreau · 4 years, 5 months ago
  2. dfd3de8 REORG: include: move stream.h to haproxy/stream{,-t}.h by Willy Tarreau · 4 years, 5 months ago
  3. 6c58ab0 REORG: include: move spoe.h to haproxy/spoe{,-t}.h by Willy Tarreau · 4 years, 5 months ago[Renamed (98%) from include/types/spoe.h]
  4. a264d96 REORG: include: move proxy.h to haproxy/proxy{,-t}.h by Willy Tarreau · 4 years, 5 months ago
  5. aeed4a8 REORG: include: move log.h to haproxy/log{,-t}.h by Willy Tarreau · 4 years, 5 months ago
  6. c7babd8 REORG: include: move filters.h to haproxy/filters{,-t}.h by Willy Tarreau · 4 years, 5 months ago
  7. cea0e1b REORG: include: move task.h to haproxy/task{,-t}.h by Willy Tarreau · 4 years, 5 months ago
  8. e6ce10b REORG: include: move sample.h to haproxy/sample{,-t}.h by Willy Tarreau · 4 years, 5 months ago
  9. 2741c8c REORG: include: move common/buffer.h to haproxy/dynbuf{,-t}.h by Willy Tarreau · 4 years, 5 months ago
  10. 6634794 REORG: include: move freq_ctr to haproxy/ by Willy Tarreau · 4 years, 5 months ago
  11. af613e8 CLEANUP: thread: rename __decl_hathreads() to __decl_thread() by Willy Tarreau · 4 years, 5 months ago
  12. 3f567e4 REORG: include: split hathreads into haproxy/thread.h and haproxy/thread-t.h by Willy Tarreau · 4 years, 5 months ago
  13. 853b297 REORG: include: split mini-clist into haproxy/list and list-t.h by Willy Tarreau · 4 years, 5 months ago
  14. d425950 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 4 years, 7 months ago
  15. b1bb1af MINOR: spoe: Support the async mode with several threads by Christopher Faulet · 5 years ago
  16. f7f5428 BUG/MEDIUM: spoe: arg len encoded in previous frag frame but len changed by Kevin Zhu · 6 years ago
  17. c9fa048 MAJOR: buffer: finalize buffer detachment by Willy Tarreau · 6 years ago
  18. 68db023 CLEANUP: spoe: Remove unused variables the agent structure by Christopher Faulet · 7 years ago
  19. caf2fec MINOR: spoe: Add counters to log info about SPOE agents by Christopher Faulet · 7 years ago
  20. 7250b8f MINOR: spoe: Add loggers dedicated to the SPOE agent by Christopher Faulet · 7 years ago
  21. 36bda1c MINOR: spoe: Add options to store processing times in variables by Christopher Faulet · 7 years ago
  22. b2dd1e0 MINOR: spoe: Add metrics in to know time spent in the SPOE by Christopher Faulet · 7 years ago
  23. b077cdc MEDIUM: spoe: Use an ebtree to manage idle applets by Christopher Faulet · 7 years ago
  24. 8f82b20 MINOR: spoe: Count the number of frames waiting for an ack for each applet by Christopher Faulet · 7 years ago
  25. 6f9ea4f MINOR: spoe: Replace sending_rate by a frequency counter by Christopher Faulet · 7 years ago
  26. fce747b MINOR: spoe: Always link a SPOE context with the applet processing it by Christopher Faulet · 7 years ago
  27. 4209779 MINOR: spoe: Remove check on min_applets number when a SPOE context is queued by Christopher Faulet · 7 years ago
  28. 336d3ef MINOR: spoe: add register-var-names directive in spoe-agent configuration by Christopher Faulet · 7 years ago
  29. aec8989 MINOR: spoe: add force-set-var option in spoe-agent configuration by Etienne Carriere · 7 years ago
  30. 9dcf9b6 MINOR: threads: Use __decl_hathreads to declare locks by Christopher Faulet · 7 years ago
  31. 24289f2 MEDIUM: thread/spoe: Make the SPOE thread-safe by Christopher Faulet · 7 years ago
  32. 344c4ab MEDIUM: spoe/rules: Process "send-spoe-group" action by Christopher Faulet · 7 years ago
  33. c718b82 MINOR: spoe: Add a type to qualify the message list during encoding by Christopher Faulet · 7 years ago
  34. 76c09ef MEDIUM: spoe/rules: Add "send-spoe-group" action for tcp/http rules by Christopher Faulet · 7 years ago
  35. 11610f3 MEDIUM: spoe: Parse new "spoe-group" section in SPOE config file by Christopher Faulet · 7 years ago
  36. 7ee8667 MINOR: spoe: Check uniqness of SPOE engine names during config parsing by Christopher Faulet · 7 years ago
  37. 57583e4 MEDIUM: spoe: Add support of ACLS to enable or disable sending of SPOE messages by Christopher Faulet · 7 years ago
  38. cecd852 MINOR: spoe: Add "send-frag-payload" option in spoe-agent section by Christopher Faulet · 8 years ago
  39. 305c607 MINOR: spoe: Add "pipelining" and "async" options in spoe-agent section by Christopher Faulet · 8 years ago
  40. f032c3e MINOR: spoe: Improve implementation of the payload fragmentation by Christopher Faulet · 8 years ago
  41. 1f40b91 REORG: spoe: Move struct and enum definitions in dedicated header file by Christopher Faulet · 8 years ago