1. 4a3768b BUG/MINOR: debug: properly use long long instead of long for the thread ID by Willy Tarreau · Fri May 01 12:26:03 2020 +0200
  2. ab12d19 MINOR: threads: export the POSIX thread ID in panic dumps by Willy Tarreau · Fri May 01 11:28:49 2020 +0200
  3. 7589309 MINOR: wdt: Move the definitions of WDTSIG and DEBUGSIG into types/signal.h. by Olivier Houchard · Wed Mar 18 13:07:19 2020 +0100
  4. d29e830 MINOR: haproxy: export main to ease access from debugger by Willy Tarreau · Tue Mar 03 15:25:10 2020 +0100
  5. bce97b4 BUG/MEDIUM: debug: make the debug_handler check for the thread in threads_to_dump by Willy Tarreau · Tue Mar 03 08:31:34 2020 +0100
  6. d4f00f7 MINOR: debug: report the task handler's pointer relative to main by Willy Tarreau · Tue Mar 03 07:04:42 2020 +0100
  7. 4856b36 MEDIUM: debug: make the thread dump code show Lua backtraces by Willy Tarreau · Wed Aug 21 14:16:02 2019 +0200
  8. 3a76168 MINOR: debug: indicate the applet name when the task is task_run_applet() by Willy Tarreau · Wed Aug 21 14:12:19 2019 +0200
  9. 445b2b7 MINOR: wdt: also consider that waiting in the thread dumper is normal by Willy Tarreau · Wed Jul 31 19:20:39 2019 +0200
  10. da767ea BUG/MINOR: debug: fix a small race in the thread dumping code by Willy Tarreau · Wed Jul 31 19:15:45 2019 +0200
  11. dda1155 BUILD: Silence gcc warning about unused return value by Tim Duesterhus · Wed Jun 12 20:47:30 2019 +0200
  12. cfbb3e6 MEDIUM: tasks: Get rid of active_tasks_mask. by Olivier Houchard · Wed May 29 19:22:43 2019 +0200
  13. e6a02fa MINOR: threads: add a "stuck" flag to the thread_info struct by Willy Tarreau · Wed May 22 07:06:44 2019 +0200
  14. 578ea8b MINOR: debug: dump streams when an applet, iocb or stream is known by Willy Tarreau · Wed May 22 09:43:09 2019 +0200
  15. fade80d CLEANUP: debug: make use of ha_tkill() and remove ifdefs by Willy Tarreau · Wed May 22 08:46:59 2019 +0200
  16. 8b35ba5 CLEANUP: debug: always report harmless/want_rdv even without threads by Willy Tarreau · Wed May 22 08:52:58 2019 +0200
  17. ddd8533 MINOR: debug: switch to SIGURG for thread dumps by Willy Tarreau · Wed May 22 06:28:54 2019 +0200
  18. 9c8800a MINOR: debug: report each thread's cpu usage in "show thread" by Willy Tarreau · Mon May 20 20:52:20 2019 +0200
  19. a9f9fc9 MINOR: debug: make ha_panic() report threads starting at 1 by Willy Tarreau · Mon May 20 17:45:35 2019 +0200
  20. 3710105 MINOR: tools: provide a may_access() function and make dump_hex() use it by Willy Tarreau · Mon May 20 16:48:20 2019 +0200
  21. 6bdf3e9 MINOR: debug/cli: add some debugging commands for developers by Willy Tarreau · Mon May 20 14:25:05 2019 +0200
  22. 56131ca MINOR: debug: implement ha_panic() by Willy Tarreau · Mon May 20 13:48:29 2019 +0200
  23. 522cfbc MINOR: init/threads: make the global threads an array of structs by Willy Tarreau · Fri May 03 10:16:39 2019 +0200
  24. c7091d8 MEDIUM: debug/threads: implement an advanced thread dump system by Willy Tarreau · Fri May 17 10:08:49 2019 +0200
  25. 20db911 BUG/MINOR: debug: don't check the call date on tasklets by Willy Tarreau · Fri May 17 14:14:35 2019 +0200
  26. 5cf64dd MINOR: debug: make ha_thread_dump() and ha_task_dump() take a buffer by Willy Tarreau · Fri May 17 10:36:08 2019 +0200
  27. 14a1ab7 BUG/MINOR: debug: make ha_task_dump() actually dump the requested task by Willy Tarreau · Fri May 17 10:34:25 2019 +0200
  28. 231ec39 BUG/MINOR: debug: make ha_task_dump() always check the task before dumping it by Willy Tarreau · Fri May 17 10:39:47 2019 +0200
  29. 4e2b646 MINOR: cli/debug: add a thread dump function by Willy Tarreau · Thu May 16 17:44:30 2019 +0200