1. 2455ceb MEDIUM: memory: use pool_destroy_all() to destroy all pools on deinit() by Willy Tarreau · Mon Nov 26 15:57:34 2018 +0100
  2. 8ceae72 MEDIUM: init: use initcall for all fixed size pool creations by Willy Tarreau · Mon Nov 26 11:58:30 2018 +0100
  3. 0108d90 MEDIUM: init: convert all trivial registration calls to initcalls by Willy Tarreau · Sun Nov 25 19:14:37 2018 +0100
  4. f1da69d MINOR: Fix a typo in a warning message in the spoe subsystem by Joseph Herlant · Thu Nov 15 13:49:02 2018 -0800
  5. f7f6031 CLEANUP: Fix typos in the spoe subsystem by Joseph Herlant · Thu Nov 15 13:46:49 2018 -0800
  6. db39843 MINOR: stream-int: replace si_cant_put() with si_rx_room_{blk,rdy}() by Willy Tarreau · Thu Nov 15 11:08:52 2018 +0100
  7. 8bb2ffb MINOR: stream-int: replace si_{want,stop}_put() with si_rx_endp_{more,done}() by Willy Tarreau · Wed Nov 14 17:54:13 2018 +0100
  8. 0cd3bd6 MINOR: stream-int: rename si_applet_{want|stop|cant}_{get|put} by Willy Tarreau · Tue Nov 06 18:46:37 2018 +0100
  9. 61c112a REORG: http: move HTTP rules parsing to http_rules.c by Willy Tarreau · Tue Oct 02 16:43:32 2018 +0200
  10. 4507351 BUG/MINOR: build: Fix compilation with debug mode enabled by Christopher Faulet · Fri Jul 20 10:16:29 2018 +0200
  11. 83061a8 MAJOR: chunks: replace struct chunk with struct buffer by Willy Tarreau · Fri Jul 13 11:56:34 2018 +0200
  12. 843b7cb MEDIUM: chunks: make the chunk struct's fields match the buffer struct by Willy Tarreau · Fri Jul 13 10:54:26 2018 +0200
  13. c9fa048 MAJOR: buffer: finalize buffer detachment by Willy Tarreau · Tue Jul 10 17:43:27 2018 +0200
  14. 4fca5a9 MEDIUM: spoe: use the new buffer API for the SPOE buffer by Willy Tarreau · Fri Jun 15 19:37:42 2018 +0200
  15. 6381650 MAJOR: spoe: upgrade the SPOP version to 2.0 and remove the support for 1.0 by Christopher Faulet · Thu May 31 14:56:42 2018 +0200
  16. 3a47e5e BUG/MEDIUM: spoe: Return an error when the wrong ACK is received in sync mode by Christopher Faulet · Fri May 25 10:42:37 2018 +0200
  17. 673867c MAJOR: applets: Use tasks, instead of rolling our own scheduler. by Olivier Houchard · Fri May 25 16:58:52 2018 +0200
  18. 9f6af33 MINOR: tasks: Change the task API so that the callback takes 3 arguments. by Olivier Houchard · Fri May 25 14:04:04 2018 +0200
  19. 68db023 CLEANUP: spoe: Remove unused variables the agent structure by Christopher Faulet · Fri Apr 06 11:34:12 2018 +0200
  20. c4dcaff BUG/MEDIUM: spoe: Flags are not encoded in network order by Thierry FOURNIER · Fri May 18 12:25:39 2018 +0200
  21. 01a3f20 BUG/MINOR: spoe: Mistake in error message about SPOE configuration by Thierry FOURNIER · Thu May 10 16:41:26 2018 +0200
  22. 799f518 BUG/MINOR: spoe: Fix parsing of dontlog-normal option by Christopher Faulet · Thu Apr 26 11:36:34 2018 +0200
  23. ebe1399 BUG/MINOR: spoe: Fix counters update when processing is interrupted by Christopher Faulet · Thu Apr 26 11:33:44 2018 +0200
  24. caf2fec MINOR: spoe: Add counters to log info about SPOE agents by Christopher Faulet · Wed Apr 04 10:25:50 2018 +0200
  25. 3b8e349 MINOR: spoe: use agent's logger to log SPOE messages by Christopher Faulet · Mon Mar 26 17:20:58 2018 +0200
  26. 0e0f085 MINOR: spoe: Add support for option dontlog-normal in the SPOE agent section by Christopher Faulet · Mon Mar 26 17:20:36 2018 +0200
  27. 7250b8f MINOR: spoe: Add loggers dedicated to the SPOE agent by Christopher Faulet · Mon Mar 26 17:19:01 2018 +0200
  28. 36bda1c MINOR: spoe: Add options to store processing times in variables by Christopher Faulet · Thu Mar 22 09:08:20 2018 +0100
  29. b2dd1e0 MINOR: spoe: Add metrics in to know time spent in the SPOE by Christopher Faulet · Thu Mar 22 09:07:41 2018 +0100
  30. 879dca9 BUG/MINOR: spoe: Don't forget to decrement fpa when a processing is interrupted by Christopher Faulet · Fri Mar 23 11:53:24 2018 +0100
  31. b7426d1 BUG/MINOR: spoe: Register the variable to set when an error occurred by Christopher Faulet · Wed Mar 21 14:12:17 2018 +0100
  32. ac58060 BUG/MINOR: spoe: Don't release the context buffer in .check_timeouts callbaclk by Christopher Faulet · Tue Mar 20 16:09:20 2018 +0100
  33. 84c844e BUG/MINOR: spoe: Initialize variables used during conf parsing before any check by Christopher Faulet · Fri Mar 23 14:37:14 2018 +0100
  34. 7d9f1ba BUG/MEDIUM: spoe: Remove idle applets from idle list when HAProxy is stopping by Christopher Faulet · Wed Feb 28 13:33:26 2018 +0100
  35. 932bb28 CLEANUP: spoe: Remove unused label retry by Tim Duesterhus · Tue Feb 20 00:49:44 2018 +0100
  36. e8ade38 MINOR: spoe: Add max-waiting-frames directive in spoe-agent configuration by Christopher Faulet · Thu Jan 25 15:32:22 2018 +0100
  37. b077cdc MEDIUM: spoe: Use an ebtree to manage idle applets by Christopher Faulet · Wed Jan 24 16:37:57 2018 +0100
  38. 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
  39. 6f9ea4f MINOR: spoe: Replace sending_rate by a frequency counter by Christopher Faulet · Wed Jan 24 16:13:48 2018 +0100
  40. fce747b MINOR: spoe: Always link a SPOE context with the applet processing it by Christopher Faulet · Wed Jan 24 15:59:32 2018 +0100
  41. 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
  42. 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
  43. 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
  44. 333694d MINOR: spoe: Don't queue a SPOE context if nothing is sent by Christopher Faulet · Fri Jan 12 10:45:47 2018 +0100
  45. 336d3ef MINOR: spoe: add register-var-names directive in spoe-agent configuration by Christopher Faulet · Fri Dec 22 10:00:55 2017 +0100
  46. aec8989 MINOR: spoe: add force-set-var option in spoe-agent configuration by Etienne Carriere · Thu Dec 14 09:36:40 2017 +0000
  47. bafbe01 CLEANUP: pools: rename all pool functions and pointers to remove this "2" by Willy Tarreau · Fri Nov 24 17:34:44 2017 +0100
  48. fbc74e8 MINOR/CLEANUP: proxy: rename "proxy" to "proxies_list" by Olivier Houchard · Fri Nov 24 16:54:05 2017 +0100
  49. 767a84b CLEANUP: log: Rename Alert/Warning in ha_alert/ha_warning by Christopher Faulet · Fri Nov 24 16:50:31 2017 +0100
  50. 600d37e BUG/MINOR: spoe: check buffer size before acquiring or releasing it by Christopher Faulet · Fri Nov 10 11:54:58 2017 +0100
  51. 2a944ee BUILD: threads: Rename SPIN/RWLOCK macros using HA_ prefix by Christopher Faulet · Tue Nov 07 10:42:54 2017 +0100
  52. 5f4a47b CLEANUP: threads: replace the last few 1UL<<tid with tid_bit by Willy Tarreau · Tue Oct 31 15:59:32 2017 +0100
  53. 24289f2 MEDIUM: thread/spoe: Make the SPOE thread-safe by Christopher Faulet · Mon Sep 25 14:48:02 2017 +0200
  54. a1dd243 MAJOR: threads/buffer: Make buffer wait queue thread safe by Emeric Brun · Wed Jun 21 15:42:52 2017 +0200
  55. 1138fd0 MAJOR: threads/applet: Handle multithreading for applets by Emeric Brun · Mon Jun 19 12:38:55 2017 +0200
  56. c60def8 MAJOR: threads/task: handle multithread on task scheduler by Emeric Brun · Wed Sep 27 14:59:38 2017 +0200
  57. 344c4ab MEDIUM: spoe/rules: Process "send-spoe-group" action by Christopher Faulet · Fri Sep 22 10:20:13 2017 +0200
  58. 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
  59. c718b82 MINOR: spoe: Add a type to qualify the message list during encoding by Christopher Faulet · Thu Sep 21 16:50:56 2017 +0200
  60. 10e3767 MINOR: spoe: Move message encoding in its own function by Christopher Faulet · Thu Sep 21 16:38:22 2017 +0200
  61. 76c09ef MEDIUM: spoe/rules: Add "send-spoe-group" action for tcp/http rules by Christopher Faulet · Thu Sep 21 11:03:52 2017 +0200
  62. 11610f3 MEDIUM: spoe: Parse new "spoe-group" section in SPOE config file by Christopher Faulet · Thu Sep 21 10:23:10 2017 +0200
  63. 7ee8667 MINOR: spoe: Check uniqness of SPOE engine names during config parsing by Christopher Faulet · Tue Sep 19 11:08:28 2017 +0200
  64. 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
  65. 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
  66. d2ff56d MEDIUM: cfgparse: post section callback by William Lallemand · Mon Oct 16 11:06:50 2017 +0200
  67. 06d80a9 REORG: channel: finally rename the last bi_* / bo_* functions by Willy Tarreau · Thu Oct 19 14:32:15 2017 +0200
  68. 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
  69. 0bf6fa5 MEDIUM: session: count the frontend's connections at a single place by Willy Tarreau · Fri Sep 15 10:25:14 2017 +0200
  70. 6f5e4b9 MEDIUM: session: take care of incrementing/decrementing jobs by Willy Tarreau · Fri Sep 15 09:07:56 2017 +0200
  71. 87787ac MEDIUM: stream: make stream_new() allocate its own task by Willy Tarreau · Mon Aug 28 16:22:54 2017 +0200
  72. 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
  73. f1d33db CLEANUP: task: remove all initializations to TICK_ETERNITY after task_new() by Willy Tarreau · Mon Jul 24 17:55:20 2017 +0200
  74. 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
  75. 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
  76. 2eca6b5 MINOR: spoe: Add "max-frame-size" statement in spoe-agent section by Christopher Faulet · Mon Feb 27 09:40:34 2017 +0100
  77. cecd852 MINOR: spoe: Add "send-frag-payload" option in spoe-agent section by Christopher Faulet · Fri Feb 24 22:11:21 2017 +0100
  78. ecc537a MINOR: spoe: Rely on alertif_too_many_arg during configuration parsing by Christopher Faulet · Thu Feb 23 22:52:39 2017 +0100
  79. 305c607 MINOR: spoe: Add "pipelining" and "async" options in spoe-agent section by Christopher Faulet · Thu Feb 23 16:17:53 2017 +0100
  80. 6a2940c MINOR: spoe: Add support of negation for options in SPOE configuration file by Christopher Faulet · Thu Feb 23 15:06:26 2017 +0100
  81. f032c3e MINOR: spoe: Improve implementation of the payload fragmentation by Christopher Faulet · Fri Feb 17 15:18:35 2017 +0100
  82. 4ff3e57 REORG: spoe: Move low-level encoding/decoding functions in dedicated header file by Christopher Faulet · Fri Feb 24 14:31:11 2017 +0100
  83. 1f40b91 REORG: spoe: Move struct and enum definitions in dedicated header file by Christopher Faulet · Fri Feb 17 09:32:19 2017 +0100
  84. 8eda93f MINOR: spoe: Handle NOTIFY frames cancellation using ABORT bit in ACK frames by Christopher Faulet · Thu Feb 09 09:44:33 2017 +0100
  85. 8ef7525 MAJOR: spoe: refactor the filter to clean up the code by Christopher Faulet · Mon Feb 20 22:56:03 2017 +0100
  86. f51f5fa MAJOR: spoe: Add support of payload fragmentation in NOTIFY frames by Christopher Faulet · Thu Jan 19 10:01:12 2017 +0100
  87. 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
  88. 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
  89. a21b064 MINOR: spoe: Check the scope of sample fetches used in SPOE messages by Christopher Faulet · Mon Jan 09 16:56:23 2017 +0100
  90. 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
  91. b067b06 MINOR: spoe: Add status code in error variable instead of hardcoded value by Christopher Faulet · Wed Jan 04 16:39:11 2017 +0100
  92. 42bfa46 MINOR: spoe: Remove SPOE details from the appctx structure by Christopher Faulet · Wed Jan 04 14:14:19 2017 +0100
  93. a1cda02 MAJOR: spoe: Add support of pipelined and asynchronous exchanges with agents by Christopher Faulet · Wed Dec 21 08:58:06 2016 +0100
  94. b0b4238 BUG/MINOR: spoe: Fix parsing of arguments in spoe-message section by Christopher Faulet · Thu Feb 23 22:41:09 2017 +0100
  95. 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
  96. 5820a36 MEDIUM: spoe: don't create a dummy listener for outgoing connections by Willy Tarreau · Thu Dec 22 15:59:02 2016 +0100
  97. 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
  98. b5cff60 BUG: spoe: Fix parsing of SPOE actions in ACK frames by Christopher Faulet · Thu Nov 24 14:53:22 2016 +0100
  99. 985532d MINOR: spoe: Add "option set-on-error" statement by Christopher Faulet · Wed Nov 16 15:36:19 2016 +0100
  100. 4802672 MINOR: spoe: Add "maxconnrate" and "maxerrrate" statements by Christopher Faulet · Wed Nov 16 15:01:12 2016 +0100