1. 59153fe MINOR: tasks: make run_tasks_from_lists() scan the queues itself by Willy Tarreau · Wed Jun 24 10:17:29 2020 +0200
  2. b255105 CLEANUP: include: tree-wide alphabetical sort of include files by Willy Tarreau · Tue Jun 09 09:07:15 2020 +0200
  3. aeed4a8 REORG: include: move log.h to haproxy/log{,-t}.h by Willy Tarreau · Thu Jun 04 22:01:04 2020 +0200
  4. 5e539c9 REORG: include: move stream_interface.h to haproxy/stream_interface{,-t}.h by Willy Tarreau · Thu Jun 04 20:45:39 2020 +0200
  5. 83487a8 REORG: include: move cli.h to haproxy/cli{,-t}.h by Willy Tarreau · Thu Jun 04 20:19:54 2020 +0200
  6. 3727a8a REORG: include: move signal.h to haproxy/signal{,-t}.h by Willy Tarreau · Thu Jun 04 17:37:26 2020 +0200
  7. cea0e1b REORG: include: move task.h to haproxy/task{,-t}.h by Willy Tarreau · Thu Jun 04 17:25:40 2020 +0200
  8. f268ee8 REORG: include: split global.h into haproxy/global{,-t}.h by Willy Tarreau · Thu Jun 04 17:05:57 2020 +0200
  9. 8641605 REORG: include: move hlua.h to haproxy/hlua{,-t}.h by Willy Tarreau · Thu Jun 04 09:20:54 2020 +0200
  10. 0f6ffd6 REORG: include: move fd.h to haproxy/fd{,-t}.h by Willy Tarreau · Wed Jun 03 19:33:00 2020 +0200
  11. 48fbcae REORG: tools: split common/standard.h into haproxy/tools{,-t}.h by Willy Tarreau · Wed Jun 03 18:09:46 2020 +0200
  12. 6131d6a REORG: include: move common/net_helper.h to haproxy/net_helper.h by Willy Tarreau · Tue Jun 02 16:48:09 2020 +0200
  13. 3f567e4 REORG: include: split hathreads into haproxy/thread.h and haproxy/thread-t.h by Willy Tarreau · Thu May 28 15:29:19 2020 +0200
  14. 8dabda7 REORG: include: split buf.h into haproxy/buf-t.h and haproxy/buf.h by Willy Tarreau · Wed May 27 17:22:10 2020 +0200
  15. 2a83d60 REORG: include: move debug.h from common/ to haproxy/ by Willy Tarreau · Wed May 27 16:58:08 2020 +0200
  16. eb6f701 REORG: include: move ist.h from common/ to import/ by Willy Tarreau · Wed May 27 16:21:26 2020 +0200
  17. 4c7e4b7 REORG: include: update all files to use haproxy/api.h or api-t.h if needed by Willy Tarreau · Wed May 27 12:58:42 2020 +0200
  18. f0e5da2 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
  19. ff64d3b MINOR: threads: export the POSIX thread ID in panic dumps by Willy Tarreau · Fri May 01 11:28:49 2020 +0200
  20. de01ea9 MINOR: wdt: Move the definitions of WDTSIG and DEBUGSIG into types/signal.h. by Olivier Houchard · Wed Mar 18 13:07:19 2020 +0100
  21. 2e8ab6b MINOR: use DISGUISE() everywhere we deliberately want to ignore a result by Willy Tarreau · Sat Mar 14 11:03:20 2020 +0100
  22. 6cbe62b MINOR: debug: add CLI command "debug dev write" to write an arbitrary size by Willy Tarreau · Thu Mar 05 17:16:24 2020 +0100
  23. a91b794 MINOR: debug: dump the whole trace if we can't spot the starting point by Willy Tarreau · Wed Mar 04 07:39:32 2020 +0100
  24. 13faf16 MINOR: debug: improve backtrace() on aarch64 and possibly other systems by Willy Tarreau · Wed Mar 04 07:44:06 2020 +0100
  25. cdd8074 MINOR: debug: report the number of entries in the backtrace by Willy Tarreau · Wed Mar 04 07:38:23 2020 +0100
  26. 0214b45 MINOR: debug: call backtrace() once upon startup by Willy Tarreau · Wed Mar 04 06:01:40 2020 +0100
  27. f5b4e06 MEDIUM: debug: add support for dumping backtraces of stuck threads by Willy Tarreau · Tue Mar 03 15:40:23 2020 +0100
  28. 2e89b09 MINOR: debug: use resolve_sym_name() to dump task handlers by Willy Tarreau · Tue Mar 03 17:13:02 2020 +0100
  29. 1827845 MINOR: haproxy: export main to ease access from debugger by Willy Tarreau · Tue Mar 03 15:25:10 2020 +0100
  30. 82aafc4 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
  31. 516853f MINOR: debug: report the task handler's pointer relative to main by Willy Tarreau · Tue Mar 03 07:04:42 2020 +0100
  32. a62917b MEDIUM: tasks: implement 3 different tasklet classes with their own queues by Willy Tarreau · Thu Jan 30 18:37:28 2020 +0100
  33. 368bff4 MINOR: debug: replace popen() with pipe+fork() in "debug dev exec" by Willy Tarreau · Fri Dec 06 17:18:28 2019 +0100
  34. b2fee04 BUG/MEDIUM: debug: address a possible null pointer dereference in "debug dev stream" by Willy Tarreau · Fri Oct 25 10:06:55 2019 +0200
  35. 9b01370 MINOR: stats/debug: maintain a counter of debug commands issued by Willy Tarreau · Thu Oct 24 18:18:02 2019 +0200
  36. b24ab22 MINOR: debug: make most debug CLI commands accessible in expert mode by Willy Tarreau · Thu Oct 24 18:03:39 2019 +0200
  37. 2b5520d MINOR: cli/debug: validate addresses using may_access() in "debug dev stream" by Willy Tarreau · Thu Oct 24 18:28:23 2019 +0200
  38. 68680bb MINOR: debug: add a new "debug dev stream" command by Willy Tarreau · Wed Oct 23 17:23:25 2019 +0200
  39. a92c5ce BUILD/MEDIUM: threads: rename thread_info struct to ha_thread_info by David Carlier · Fri Sep 13 05:03:12 2019 +0100
  40. 0691046 MEDIUM: task: Split the tasklet list into two lists. by Olivier Houchard · Fri Oct 11 16:35:01 2019 +0200
  41. d022e9c MINOR: task: introduce a thread-local "sched" variable for local scheduler stuff by Willy Tarreau · Tue Sep 24 08:25:15 2019 +0200
  42. ff1e9f3 MEDIUM: tasklets: Make the tasklet list a struct mt_list. by Olivier Houchard · Fri Sep 20 17:18:35 2019 +0200
  43. 78a7cb6 MEDIUM: debug: make the thread dump code show Lua backtraces by Willy Tarreau · Wed Aug 21 14:16:02 2019 +0200
  44. a512b02 MINOR: debug: indicate the applet name when the task is task_run_applet() by Willy Tarreau · Wed Aug 21 14:12:19 2019 +0200
  45. 9d00869 CLEANUP: cli: replace all occurrences of manual handling of return messages by Willy Tarreau · Fri Aug 09 11:21:01 2019 +0200
  46. a37cb18 MINOR: wdt: also consider that waiting in the thread dumper is normal by Willy Tarreau · Wed Jul 31 19:20:39 2019 +0200
  47. c077362 BUG/MINOR: debug: fix a small race in the thread dumping code by Willy Tarreau · Wed Jul 31 19:15:45 2019 +0200
  48. 305d5ab MAJOR: fd: Get rid of the fd cache. by Olivier Houchard · Wed Jul 24 18:07:06 2019 +0200
  49. dda1155 BUILD: Silence gcc warning about unused return value by Tim Duesterhus · Wed Jun 12 20:47:30 2019 +0200
  50. cfbb3e6 MEDIUM: tasks: Get rid of active_tasks_mask. by Olivier Houchard · Wed May 29 19:22:43 2019 +0200
  51. e6a02fa MINOR: threads: add a "stuck" flag to the thread_info struct by Willy Tarreau · Wed May 22 07:06:44 2019 +0200
  52. 578ea8b MINOR: debug: dump streams when an applet, iocb or stream is known by Willy Tarreau · Wed May 22 09:43:09 2019 +0200
  53. fade80d CLEANUP: debug: make use of ha_tkill() and remove ifdefs by Willy Tarreau · Wed May 22 08:46:59 2019 +0200
  54. 8b35ba5 CLEANUP: debug: always report harmless/want_rdv even without threads by Willy Tarreau · Wed May 22 08:52:58 2019 +0200
  55. ddd8533 MINOR: debug: switch to SIGURG for thread dumps by Willy Tarreau · Wed May 22 06:28:54 2019 +0200
  56. 9c8800a MINOR: debug: report each thread's cpu usage in "show thread" by Willy Tarreau · Mon May 20 20:52:20 2019 +0200
  57. a9f9fc9 MINOR: debug: make ha_panic() report threads starting at 1 by Willy Tarreau · Mon May 20 17:45:35 2019 +0200
  58. 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
  59. 6bdf3e9 MINOR: debug/cli: add some debugging commands for developers by Willy Tarreau · Mon May 20 14:25:05 2019 +0200
  60. 56131ca MINOR: debug: implement ha_panic() by Willy Tarreau · Mon May 20 13:48:29 2019 +0200
  61. 522cfbc MINOR: init/threads: make the global threads an array of structs by Willy Tarreau · Fri May 03 10:16:39 2019 +0200
  62. c7091d8 MEDIUM: debug/threads: implement an advanced thread dump system by Willy Tarreau · Fri May 17 10:08:49 2019 +0200
  63. 20db911 BUG/MINOR: debug: don't check the call date on tasklets by Willy Tarreau · Fri May 17 14:14:35 2019 +0200
  64. 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
  65. 14a1ab7 BUG/MINOR: debug: make ha_task_dump() actually dump the requested task by Willy Tarreau · Fri May 17 10:34:25 2019 +0200
  66. 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
  67. 4e2b646 MINOR: cli/debug: add a thread dump function by Willy Tarreau · Thu May 16 17:44:30 2019 +0200