1. dcb0e1d MEDIUM: appctx/debug: force a crash if an appctx spins over itself forever by Willy Tarreau · 5 years ago
  2. 22d63a2 MINOR: applet: measure and report an appctx's call rate in "show sess" by Willy Tarreau · 5 years ago
  3. 8bb2ffb MINOR: stream-int: replace si_{want,stop}_put() with si_rx_endp_{more,done}() by Willy Tarreau · 6 years ago
  4. 8be7cd7 MEDIUM: stream-int: use si_rx_buff_{rdy,blk} to report buffer readiness by Willy Tarreau · 6 years ago
  5. d0f5bbc MINOR: stream-int: rename SI_FL_WAIT_ROOM to SI_FL_RXBLK_ROOM by Willy Tarreau · 6 years ago
  6. 0cd3bd6 MINOR: stream-int: rename si_applet_{want|stop|cant}_{get|put} by Willy Tarreau · 6 years ago
  7. 21028b5 MEDIUM: appctx: check for allocation attempts in buffer allocation callbacks by Willy Tarreau · 6 years ago
  8. 581abd3 MEDIUM: stream-int: replace channel_alloc_buffer() with si_alloc_ibuf() everywhere by Willy Tarreau · 6 years ago
  9. 673867c MAJOR: applets: Use tasks, instead of rolling our own scheduler. by Olivier Houchard · 6 years ago
  10. b4a4d9a MEDIUM: applets: Don't process more than 200 active applets at once by Christopher Faulet · 7 years ago
  11. 7163056 MAJOR: polling: Use active_appels_mask instead of applets_active_queue by Christopher Faulet · 7 years ago
  12. 595d7b7 MINOR: applets: Use a bitfield to track applets activity per-thread by Christopher Faulet · 7 years ago
  13. 9dcf9b6 MINOR: threads: Use __decl_hathreads to declare locks by Christopher Faulet · 7 years ago
  14. 2a944ee BUILD: threads: Rename SPIN/RWLOCK macros using HA_ prefix by Christopher Faulet · 7 years ago
  15. f65610a CLEANUP: threads: rename process_mask to thread_mask by Willy Tarreau · 7 years ago
  16. 5f4a47b CLEANUP: threads: replace the last few 1UL<<tid with tid_bit by Willy Tarreau · 7 years ago
  17. 1138fd0 MAJOR: threads/applet: Handle multithreading for applets by Emeric Brun · 7 years ago
  18. 6c57dc9 MINOR: applet: Check applets_active_queue before processing applets queue by Christopher Faulet · 7 years ago
  19. c730606 MAJOR: applet: applet scheduler rework. by Emeric Brun · 7 years ago
  20. a73e59b BUG/MAJOR: Fix how the list of entities waiting for a buffer is handled by Christopher Faulet · 8 years ago
  21. 1cbe74c MINOR: applet: Count number of (active) applets by Christopher Faulet · 8 years ago
  22. aa977ba MINOR: stream-int: rename si_applet_done() to si_applet_wake_cb() by Willy Tarreau · 9 years ago
  23. 9994238 BUG/MAJOR: applet: use a separate run queue to maintain list integrity by Willy Tarreau · 9 years ago
  24. 64bca9d MINOR: applet: rename applet_runq to applet_active_queue by Willy Tarreau · 9 years ago
  25. fe12793 MEDIUM: applet: make the applets only use si_applet_{cant|want|stop}_{get|put} by Willy Tarreau · 9 years ago
  26. d4da196 MEDIUM: applet: centralize the call to si_applet_done() in the I/O handler by Willy Tarreau · 9 years ago
  27. 3c595ac MEDIUM: applet: implement a run queue for active appctx by Willy Tarreau · 9 years ago
  28. 81f38d6 MEDIUM: applet: add basic support for an applet run queue by Willy Tarreau · 9 years ago