1. e1405e5 BUG/MINOR: spoe: Don't compare engine name and SPOE scope when both are NULL by Christopher Faulet · 7 years ago
  2. d2ff56d MEDIUM: cfgparse: post section callback by William Lallemand · 7 years ago
  3. 06d80a9 REORG: channel: finally rename the last bi_* / bo_* functions by Willy Tarreau · 7 years ago
  4. ccbc3fd BUG/MINOR: spoe: Don't rely on SPOE ctx in debug message when its creation failed by Christopher Faulet · 7 years ago
  5. 0bf6fa5 MEDIUM: session: count the frontend's connections at a single place by Willy Tarreau · 7 years ago
  6. 6f5e4b9 MEDIUM: session: take care of incrementing/decrementing jobs by Willy Tarreau · 7 years ago
  7. 87787ac MEDIUM: stream: make stream_new() allocate its own task by Willy Tarreau · 7 years ago
  8. 6ca71a9 BUG/MINOR: Wrong type used as argument for spoe_decode_buffer(). by Frédéric Lécaille · 7 years ago
  9. f1d33db CLEANUP: task: remove all initializations to TICK_ETERNITY after task_new() by Willy Tarreau · 7 years ago
  10. 5f77fef MINOR: task/stream: tasks related to a stream must be init by the caller. by Emeric Brun · 7 years ago
  11. 6ab2bae REORG: spoe: move spoe_encode_varint / spoe_decode_varint from spoe to common by Thierry FOURNIER · 7 years ago
  12. 2eca6b5 MINOR: spoe: Add "max-frame-size" statement in spoe-agent section by Christopher Faulet · 7 years ago
  13. cecd852 MINOR: spoe: Add "send-frag-payload" option in spoe-agent section by Christopher Faulet · 7 years ago
  14. ecc537a MINOR: spoe: Rely on alertif_too_many_arg during configuration parsing by Christopher Faulet · 7 years ago
  15. 305c607 MINOR: spoe: Add "pipelining" and "async" options in spoe-agent section by Christopher Faulet · 7 years ago
  16. 6a2940c MINOR: spoe: Add support of negation for options in SPOE configuration file by Christopher Faulet · 7 years ago
  17. f032c3e MINOR: spoe: Improve implementation of the payload fragmentation by Christopher Faulet · 7 years ago
  18. 4ff3e57 REORG: spoe: Move low-level encoding/decoding functions in dedicated header file by Christopher Faulet · 7 years ago
  19. 1f40b91 REORG: spoe: Move struct and enum definitions in dedicated header file by Christopher Faulet · 7 years ago
  20. 8eda93f MINOR: spoe: Handle NOTIFY frames cancellation using ABORT bit in ACK frames by Christopher Faulet · 7 years ago
  21. 8ef7525 MAJOR: spoe: refactor the filter to clean up the code by Christopher Faulet · 7 years ago
  22. f51f5fa MAJOR: spoe: Add support of payload fragmentation in NOTIFY frames by Christopher Faulet · 7 years ago
  23. 7aa0b2b MINOR: spoe: Use the min of all known max_frame_size to encode messages by Christopher Faulet · 7 years ago
  24. 4596fb7 MEDIUM: spoe: Be sure to wakeup the good entity waiting for a buffer by Christopher Faulet · 7 years ago
  25. a21b064 MINOR: spoe: Check the scope of sample fetches used in SPOE messages by Christopher Faulet · 7 years ago
  26. 72bcc47 MINOR: spoe: Send a log message when an error occurred during event processing by Christopher Faulet · 7 years ago
  27. b067b06 MINOR: spoe: Add status code in error variable instead of hardcoded value by Christopher Faulet · 7 years ago
  28. 42bfa46 MINOR: spoe: Remove SPOE details from the appctx structure by Christopher Faulet · 7 years ago
  29. a1cda02 MAJOR: spoe: Add support of pipelined and asynchronous exchanges with agents by Christopher Faulet · 8 years ago
  30. b0b4238 BUG/MINOR: spoe: Fix parsing of arguments in spoe-message section by Christopher Faulet · 7 years ago
  31. 3b386a3 BUG/MINOR: spoe: Fix soft stop handler using a specific id for spoe filters by Christopher Faulet · 7 years ago
  32. 5820a36 MEDIUM: spoe: don't create a dummy listener for outgoing connections by Willy Tarreau · 8 years ago
  33. a73e59b BUG/MAJOR: Fix how the list of entities waiting for a buffer is handled by Christopher Faulet · 8 years ago
  34. b5cff60 BUG: spoe: Fix parsing of SPOE actions in ACK frames by Christopher Faulet · 8 years ago
  35. 985532d MINOR: spoe: Add "option set-on-error" statement by Christopher Faulet · 8 years ago
  36. 4802672 MINOR: spoe: Add "maxconnrate" and "maxerrrate" statements by Christopher Faulet · 8 years ago
  37. ea62c2a MINOR: spoe: Add 'option continue-on-error' statement in spoe-agent section by Christopher Faulet · 8 years ago
  38. 03a3449 MINOR: spoe: Remove useless 'timeout ack' option by Christopher Faulet · 8 years ago
  39. f7a3092 MINOR: spoe: Add 'timeout processing' option to limit time to process an event by Christopher Faulet · 8 years ago
  40. ba7bc16 MINOR: spoe/checks: Add support for SPOP health checks by Christopher Faulet · 8 years ago
  41. f7e4e7e MAJOR: spoe: Add an experimental Stream Processing Offload Engine by Christopher Faulet · 8 years ago