1. e8ade38 MINOR: spoe: Add max-waiting-frames directive in spoe-agent configuration by Christopher Faulet · Thu Jan 25 15:32:22 2018 +0100
  2. b077cdc MEDIUM: spoe: Use an ebtree to manage idle applets by Christopher Faulet · Wed Jan 24 16:37:57 2018 +0100
  3. 8f82b20 MINOR: spoe: Count the number of frames waiting for an ack for each applet by Christopher Faulet · Wed Jan 24 16:23:03 2018 +0100
  4. 6f9ea4f MINOR: spoe: Replace sending_rate by a frequency counter by Christopher Faulet · Wed Jan 24 16:13:48 2018 +0100
  5. fce747b MINOR: spoe: Always link a SPOE context with the applet processing it by Christopher Faulet · Wed Jan 24 15:59:32 2018 +0100
  6. 4209779 MINOR: spoe: Remove check on min_applets number when a SPOE context is queued by Christopher Faulet · Wed Jan 24 15:49:45 2018 +0100
  7. 9cdca97 BUG/MEDIUM: spoe: Allow producer to read and to forward shutdown on request side by Christopher Faulet · Thu Feb 01 08:45:45 2018 +0100
  8. d5216d4 BUG/MEDIUM: spoe: Always try to receive or send the frame to detect shutdowns by Christopher Faulet · Thu Feb 01 08:45:22 2018 +0100
  9. 333694d MINOR: spoe: Don't queue a SPOE context if nothing is sent by Christopher Faulet · Fri Jan 12 10:45:47 2018 +0100
  10. 336d3ef MINOR: spoe: add register-var-names directive in spoe-agent configuration by Christopher Faulet · Fri Dec 22 10:00:55 2017 +0100
  11. aec8989 MINOR: spoe: add force-set-var option in spoe-agent configuration by Etienne Carriere · Thu Dec 14 09:36:40 2017 +0000
  12. bafbe01 CLEANUP: pools: rename all pool functions and pointers to remove this "2" by Willy Tarreau · Fri Nov 24 17:34:44 2017 +0100
  13. fbc74e8 MINOR/CLEANUP: proxy: rename "proxy" to "proxies_list" by Olivier Houchard · Fri Nov 24 16:54:05 2017 +0100
  14. 767a84b CLEANUP: log: Rename Alert/Warning in ha_alert/ha_warning by Christopher Faulet · Fri Nov 24 16:50:31 2017 +0100
  15. 600d37e BUG/MINOR: spoe: check buffer size before acquiring or releasing it by Christopher Faulet · Fri Nov 10 11:54:58 2017 +0100
  16. 2a944ee BUILD: threads: Rename SPIN/RWLOCK macros using HA_ prefix by Christopher Faulet · Tue Nov 07 10:42:54 2017 +0100
  17. 5f4a47b CLEANUP: threads: replace the last few 1UL<<tid with tid_bit by Willy Tarreau · Tue Oct 31 15:59:32 2017 +0100
  18. 24289f2 MEDIUM: thread/spoe: Make the SPOE thread-safe by Christopher Faulet · Mon Sep 25 14:48:02 2017 +0200
  19. a1dd243 MAJOR: threads/buffer: Make buffer wait queue thread safe by Emeric Brun · Wed Jun 21 15:42:52 2017 +0200
  20. 1138fd0 MAJOR: threads/applet: Handle multithreading for applets by Emeric Brun · Mon Jun 19 12:38:55 2017 +0200
  21. c60def8 MAJOR: threads/task: handle multithread on task scheduler by Emeric Brun · Wed Sep 27 14:59:38 2017 +0200
  22. 344c4ab MEDIUM: spoe/rules: Process "send-spoe-group" action by Christopher Faulet · Fri Sep 22 10:20:13 2017 +0200
  23. 58d0368 MINOR: spoe: Add a generic function to encode a list of SPOE message by Christopher Faulet · Thu Sep 21 16:57:24 2017 +0200
  24. c718b82 MINOR: spoe: Add a type to qualify the message list during encoding by Christopher Faulet · Thu Sep 21 16:50:56 2017 +0200
  25. 10e3767 MINOR: spoe: Move message encoding in its own function by Christopher Faulet · Thu Sep 21 16:38:22 2017 +0200
  26. 76c09ef MEDIUM: spoe/rules: Add "send-spoe-group" action for tcp/http rules by Christopher Faulet · Thu Sep 21 11:03:52 2017 +0200
  27. 11610f3 MEDIUM: spoe: Parse new "spoe-group" section in SPOE config file by Christopher Faulet · Thu Sep 21 10:23:10 2017 +0200
  28. 7ee8667 MINOR: spoe: Check uniqness of SPOE engine names during config parsing by Christopher Faulet · Tue Sep 19 11:08:28 2017 +0200
  29. 57583e4 MEDIUM: spoe: Add support of ACLS to enable or disable sending of SPOE messages by Christopher Faulet · Mon Sep 04 15:41:09 2017 +0200
  30. e1405e5 BUG/MINOR: spoe: Don't compare engine name and SPOE scope when both are NULL by Christopher Faulet · Tue Sep 19 10:35:35 2017 +0200
  31. d2ff56d MEDIUM: cfgparse: post section callback by William Lallemand · Mon Oct 16 11:06:50 2017 +0200
  32. 06d80a9 REORG: channel: finally rename the last bi_* / bo_* functions by Willy Tarreau · Thu Oct 19 14:32:15 2017 +0200
  33. ccbc3fd BUG/MINOR: spoe: Don't rely on SPOE ctx in debug message when its creation failed by Christopher Faulet · Fri Sep 15 11:51:18 2017 +0200
  34. 0bf6fa5 MEDIUM: session: count the frontend's connections at a single place by Willy Tarreau · Fri Sep 15 10:25:14 2017 +0200
  35. 6f5e4b9 MEDIUM: session: take care of incrementing/decrementing jobs by Willy Tarreau · Fri Sep 15 09:07:56 2017 +0200
  36. 87787ac MEDIUM: stream: make stream_new() allocate its own task by Willy Tarreau · Mon Aug 28 16:22:54 2017 +0200
  37. 6ca71a9 BUG/MINOR: Wrong type used as argument for spoe_decode_buffer(). by Frédéric Lécaille · Tue Aug 22 10:33:14 2017 +0200
  38. f1d33db CLEANUP: task: remove all initializations to TICK_ETERNITY after task_new() by Willy Tarreau · Mon Jul 24 17:55:20 2017 +0200
  39. 5f77fef MINOR: task/stream: tasks related to a stream must be init by the caller. by Emeric Brun · Mon May 29 15:26:51 2017 +0200
  40. 6ab2bae REORG: spoe: move spoe_encode_varint / spoe_decode_varint from spoe to common by Thierry FOURNIER · Wed Apr 19 11:49:44 2017 +0200
  41. 2eca6b5 MINOR: spoe: Add "max-frame-size" statement in spoe-agent section by Christopher Faulet · Mon Feb 27 09:40:34 2017 +0100
  42. cecd852 MINOR: spoe: Add "send-frag-payload" option in spoe-agent section by Christopher Faulet · Fri Feb 24 22:11:21 2017 +0100
  43. ecc537a MINOR: spoe: Rely on alertif_too_many_arg during configuration parsing by Christopher Faulet · Thu Feb 23 22:52:39 2017 +0100
  44. 305c607 MINOR: spoe: Add "pipelining" and "async" options in spoe-agent section by Christopher Faulet · Thu Feb 23 16:17:53 2017 +0100
  45. 6a2940c MINOR: spoe: Add support of negation for options in SPOE configuration file by Christopher Faulet · Thu Feb 23 15:06:26 2017 +0100
  46. f032c3e MINOR: spoe: Improve implementation of the payload fragmentation by Christopher Faulet · Fri Feb 17 15:18:35 2017 +0100
  47. 4ff3e57 REORG: spoe: Move low-level encoding/decoding functions in dedicated header file by Christopher Faulet · Fri Feb 24 14:31:11 2017 +0100
  48. 1f40b91 REORG: spoe: Move struct and enum definitions in dedicated header file by Christopher Faulet · Fri Feb 17 09:32:19 2017 +0100
  49. 8eda93f MINOR: spoe: Handle NOTIFY frames cancellation using ABORT bit in ACK frames by Christopher Faulet · Thu Feb 09 09:44:33 2017 +0100
  50. 8ef7525 MAJOR: spoe: refactor the filter to clean up the code by Christopher Faulet · Mon Feb 20 22:56:03 2017 +0100
  51. f51f5fa MAJOR: spoe: Add support of payload fragmentation in NOTIFY frames by Christopher Faulet · Thu Jan 19 10:01:12 2017 +0100
  52. 7aa0b2b MINOR: spoe: Use the min of all known max_frame_size to encode messages by Christopher Faulet · Fri Jan 13 11:30:50 2017 +0100
  53. 4596fb7 MEDIUM: spoe: Be sure to wakeup the good entity waiting for a buffer by Christopher Faulet · Wed Jan 11 14:05:19 2017 +0100
  54. a21b064 MINOR: spoe: Check the scope of sample fetches used in SPOE messages by Christopher Faulet · Mon Jan 09 16:56:23 2017 +0100
  55. 72bcc47 MINOR: spoe: Send a log message when an error occurred during event processing by Christopher Faulet · Wed Jan 04 16:39:41 2017 +0100
  56. b067b06 MINOR: spoe: Add status code in error variable instead of hardcoded value by Christopher Faulet · Wed Jan 04 16:39:11 2017 +0100
  57. 42bfa46 MINOR: spoe: Remove SPOE details from the appctx structure by Christopher Faulet · Wed Jan 04 14:14:19 2017 +0100
  58. a1cda02 MAJOR: spoe: Add support of pipelined and asynchronous exchanges with agents by Christopher Faulet · Wed Dec 21 08:58:06 2016 +0100
  59. b0b4238 BUG/MINOR: spoe: Fix parsing of arguments in spoe-message section by Christopher Faulet · Thu Feb 23 22:41:09 2017 +0100
  60. 3b386a3 BUG/MINOR: spoe: Fix soft stop handler using a specific id for spoe filters by Christopher Faulet · Thu Feb 23 10:17:15 2017 +0100
  61. 5820a36 MEDIUM: spoe: don't create a dummy listener for outgoing connections by Willy Tarreau · Thu Dec 22 15:59:02 2016 +0100
  62. a73e59b BUG/MAJOR: Fix how the list of entities waiting for a buffer is handled by Christopher Faulet · Fri Dec 09 17:30:18 2016 +0100
  63. b5cff60 BUG: spoe: Fix parsing of SPOE actions in ACK frames by Christopher Faulet · Thu Nov 24 14:53:22 2016 +0100
  64. 985532d MINOR: spoe: Add "option set-on-error" statement by Christopher Faulet · Wed Nov 16 15:36:19 2016 +0100
  65. 4802672 MINOR: spoe: Add "maxconnrate" and "maxerrrate" statements by Christopher Faulet · Wed Nov 16 15:01:12 2016 +0100
  66. ea62c2a MINOR: spoe: Add 'option continue-on-error' statement in spoe-agent section by Christopher Faulet · Mon Nov 14 10:54:21 2016 +0100
  67. 03a3449 MINOR: spoe: Remove useless 'timeout ack' option by Christopher Faulet · Sat Nov 19 16:47:56 2016 +0100
  68. f7a3092 MINOR: spoe: Add 'timeout processing' option to limit time to process an event by Christopher Faulet · Thu Nov 10 15:04:51 2016 +0100
  69. ba7bc16 MINOR: spoe/checks: Add support for SPOP health checks by Christopher Faulet · Mon Nov 07 21:07:38 2016 +0100
  70. f7e4e7e MAJOR: spoe: Add an experimental Stream Processing Offload Engine by Christopher Faulet · Thu Oct 27 22:29:49 2016 +0200