1. b367a67 BUILD: debug: avoid a build warning related to epoll_wait() in debug code by Willy Tarreau · 12 months ago
  2. b50ae91 BUG/MINOR: debug: do not emit empty lines in thread dumps by Willy Tarreau · 1 year, 2 months ago
  3. c899f0f BUILD: debug/cli: condition test of O_ASYNC to its existence by Willy Tarreau · 2 years, 5 months ago
  4. 476252b DEBUG: cli: add a new "debug dev fd" expert command by Willy Tarreau · 2 years, 5 months ago
  5. 3785733 MINOR: debug: add ability to dump loaded shared libraries by Willy Tarreau · 2 years, 6 months ago
  6. b205bfd CLEANUP: cli/tree-wide: properly re-align the CLI commands' help messages by Willy Tarreau · 3 years, 2 months ago
  7. 48129be MINOR: debug: add a new "debug dev sym" command in expert mode by Willy Tarreau · 3 years, 2 months ago
  8. 4781b15 CLEANUP: atomic/tree-wide: replace single increments/decrements with inc/dec by Willy Tarreau · 3 years, 3 months ago
  9. cc2c4f8 BUG/MEDIUM: debug/lua: Use internal hlua function to dump the lua traceback by Christopher Faulet · 3 years, 3 months ago
  10. 83926a0 BUG/MEDIUM: debug/lua: Don't dump the lua stack if not dumpable by Christopher Faulet · 3 years, 3 months ago
  11. 144f84a MEDIUM: task: extend the state field to 32 bits by Willy Tarreau · 3 years, 4 months ago
  12. 06e69b5 REORG: tools: promote the debug PRNG to more general use as a statistical one by Willy Tarreau · 3 years, 4 months ago
  13. 1f3b141 CLEANUP: tasks: use a less confusing name for task_list_size by Willy Tarreau · 3 years, 4 months ago
  14. 9c7b808 MEDIUM: task: remove the tasks_run_queue counter and have one per thread by Willy Tarreau · 3 years, 4 months ago
  15. 2cbe2e7 BUILD: debug: fix build warning by consuming the write() result by Willy Tarreau · 3 years, 5 months ago
  16. 2bfce7e MINOR: debug: let ha_dump_backtrace() dump a bit further for some callers by Willy Tarreau · 3 years, 5 months ago
  17. 5baf4fe MEDIUM: debug: now always print a backtrace on CRASH_NOW() and friends by Willy Tarreau · 3 years, 5 months ago
  18. a8459b2 MINOR: debug: create ha_backtrace_to_stderr() to dump an instant backtrace by Willy Tarreau · 3 years, 5 months ago
  19. 123fc97 MINOR: debug: extract the backtrace dumping code to its own function by Willy Tarreau · 3 years, 5 months ago
  20. 2f1227e MINOR: debug: always export the my_backtrace function by Willy Tarreau · 3 years, 5 months ago
  21. c7ead07 CLEANUP: debug: mark the RNG's seed as unsigned by Willy Tarreau · 3 years, 6 months ago
  22. 8a069eb MINOR: debug: add a trivial PRNG for scheduler stress-tests by Willy Tarreau · 3 years, 7 months ago
  23. a5a4479 MINOR: debug: add "debug dev sched" to stress the scheduler. by Willy Tarreau · 3 years, 7 months ago
  24. fc633b6 CLEANUP: config: Return ERR_NONE from config callbacks instead of 0 by Christopher Faulet · 3 years, 8 months ago
  25. 471425f BUG/MINOR: debug: Don't dump the lua stack if it is not initialized by Christopher Faulet · 4 years ago
  26. 0c439d8 BUILD: tools: make resolve_sym_name() return a const by Willy Tarreau · 4 years ago
  27. a6026a0 MINOR: debug: add a new "debug dev memstats" command by Willy Tarreau · 4 years ago
  28. 59153fe MINOR: tasks: make run_tasks_from_lists() scan the queues itself by Willy Tarreau · 4 years ago
  29. b255105 CLEANUP: include: tree-wide alphabetical sort of include files by Willy Tarreau · 4 years, 1 month ago
  30. aeed4a8 REORG: include: move log.h to haproxy/log{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  31. 5e539c9 REORG: include: move stream_interface.h to haproxy/stream_interface{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  32. 83487a8 REORG: include: move cli.h to haproxy/cli{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  33. 3727a8a REORG: include: move signal.h to haproxy/signal{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  34. cea0e1b REORG: include: move task.h to haproxy/task{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  35. f268ee8 REORG: include: split global.h into haproxy/global{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  36. 8641605 REORG: include: move hlua.h to haproxy/hlua{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  37. 0f6ffd6 REORG: include: move fd.h to haproxy/fd{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  38. 48fbcae REORG: tools: split common/standard.h into haproxy/tools{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  39. 6131d6a REORG: include: move common/net_helper.h to haproxy/net_helper.h by Willy Tarreau · 4 years, 1 month ago
  40. 3f567e4 REORG: include: split hathreads into haproxy/thread.h and haproxy/thread-t.h by Willy Tarreau · 4 years, 1 month ago
  41. 8dabda7 REORG: include: split buf.h into haproxy/buf-t.h and haproxy/buf.h by Willy Tarreau · 4 years, 1 month ago
  42. 2a83d60 REORG: include: move debug.h from common/ to haproxy/ by Willy Tarreau · 4 years, 1 month ago
  43. eb6f701 REORG: include: move ist.h from common/ to import/ by Willy Tarreau · 4 years, 1 month ago
  44. 4c7e4b7 REORG: include: update all files to use haproxy/api.h or api-t.h if needed by Willy Tarreau · 4 years, 1 month ago
  45. f0e5da2 BUG/MINOR: debug: properly use long long instead of long for the thread ID by Willy Tarreau · 4 years, 2 months ago
  46. ff64d3b MINOR: threads: export the POSIX thread ID in panic dumps by Willy Tarreau · 4 years, 2 months ago
  47. de01ea9 MINOR: wdt: Move the definitions of WDTSIG and DEBUGSIG into types/signal.h. by Olivier Houchard · 4 years, 3 months ago
  48. 2e8ab6b MINOR: use DISGUISE() everywhere we deliberately want to ignore a result by Willy Tarreau · 4 years, 4 months ago
  49. 6cbe62b MINOR: debug: add CLI command "debug dev write" to write an arbitrary size by Willy Tarreau · 4 years, 4 months ago
  50. a91b794 MINOR: debug: dump the whole trace if we can't spot the starting point by Willy Tarreau · 4 years, 4 months ago
  51. 13faf16 MINOR: debug: improve backtrace() on aarch64 and possibly other systems by Willy Tarreau · 4 years, 4 months ago
  52. cdd8074 MINOR: debug: report the number of entries in the backtrace by Willy Tarreau · 4 years, 4 months ago
  53. 0214b45 MINOR: debug: call backtrace() once upon startup by Willy Tarreau · 4 years, 4 months ago
  54. f5b4e06 MEDIUM: debug: add support for dumping backtraces of stuck threads by Willy Tarreau · 4 years, 4 months ago
  55. 2e89b09 MINOR: debug: use resolve_sym_name() to dump task handlers by Willy Tarreau · 4 years, 4 months ago
  56. 1827845 MINOR: haproxy: export main to ease access from debugger by Willy Tarreau · 4 years, 4 months ago
  57. 82aafc4 BUG/MEDIUM: debug: make the debug_handler check for the thread in threads_to_dump by Willy Tarreau · 4 years, 4 months ago
  58. 516853f MINOR: debug: report the task handler's pointer relative to main by Willy Tarreau · 4 years, 4 months ago
  59. a62917b MEDIUM: tasks: implement 3 different tasklet classes with their own queues by Willy Tarreau · 4 years, 5 months ago
  60. 368bff4 MINOR: debug: replace popen() with pipe+fork() in "debug dev exec" by Willy Tarreau · 4 years, 7 months ago
  61. b2fee04 BUG/MEDIUM: debug: address a possible null pointer dereference in "debug dev stream" by Willy Tarreau · 4 years, 8 months ago
  62. 9b01370 MINOR: stats/debug: maintain a counter of debug commands issued by Willy Tarreau · 4 years, 8 months ago
  63. b24ab22 MINOR: debug: make most debug CLI commands accessible in expert mode by Willy Tarreau · 4 years, 8 months ago
  64. 2b5520d MINOR: cli/debug: validate addresses using may_access() in "debug dev stream" by Willy Tarreau · 4 years, 8 months ago
  65. 68680bb MINOR: debug: add a new "debug dev stream" command by Willy Tarreau · 4 years, 8 months ago
  66. a92c5ce BUILD/MEDIUM: threads: rename thread_info struct to ha_thread_info by David Carlier · 4 years, 10 months ago
  67. 0691046 MEDIUM: task: Split the tasklet list into two lists. by Olivier Houchard · 4 years, 9 months ago
  68. d022e9c MINOR: task: introduce a thread-local "sched" variable for local scheduler stuff by Willy Tarreau · 4 years, 9 months ago
  69. ff1e9f3 MEDIUM: tasklets: Make the tasklet list a struct mt_list. by Olivier Houchard · 4 years, 9 months ago
  70. 78a7cb6 MEDIUM: debug: make the thread dump code show Lua backtraces by Willy Tarreau · 4 years, 10 months ago
  71. a512b02 MINOR: debug: indicate the applet name when the task is task_run_applet() by Willy Tarreau · 4 years, 10 months ago
  72. 9d00869 CLEANUP: cli: replace all occurrences of manual handling of return messages by Willy Tarreau · 5 years ago
  73. a37cb18 MINOR: wdt: also consider that waiting in the thread dumper is normal by Willy Tarreau · 5 years ago
  74. c077362 BUG/MINOR: debug: fix a small race in the thread dumping code by Willy Tarreau · 5 years ago
  75. 305d5ab MAJOR: fd: Get rid of the fd cache. by Olivier Houchard · 5 years ago
  76. dda1155 BUILD: Silence gcc warning about unused return value by Tim Duesterhus · 5 years ago
  77. cfbb3e6 MEDIUM: tasks: Get rid of active_tasks_mask. by Olivier Houchard · 5 years ago
  78. e6a02fa MINOR: threads: add a "stuck" flag to the thread_info struct by Willy Tarreau · 5 years ago
  79. 578ea8b MINOR: debug: dump streams when an applet, iocb or stream is known by Willy Tarreau · 5 years ago
  80. fade80d CLEANUP: debug: make use of ha_tkill() and remove ifdefs by Willy Tarreau · 5 years ago
  81. 8b35ba5 CLEANUP: debug: always report harmless/want_rdv even without threads by Willy Tarreau · 5 years ago
  82. ddd8533 MINOR: debug: switch to SIGURG for thread dumps by Willy Tarreau · 5 years ago
  83. 9c8800a MINOR: debug: report each thread's cpu usage in "show thread" by Willy Tarreau · 5 years ago
  84. a9f9fc9 MINOR: debug: make ha_panic() report threads starting at 1 by Willy Tarreau · 5 years ago
  85. 3710105 MINOR: tools: provide a may_access() function and make dump_hex() use it by Willy Tarreau · 5 years ago
  86. 6bdf3e9 MINOR: debug/cli: add some debugging commands for developers by Willy Tarreau · 5 years ago
  87. 56131ca MINOR: debug: implement ha_panic() by Willy Tarreau · 5 years ago
  88. 522cfbc MINOR: init/threads: make the global threads an array of structs by Willy Tarreau · 5 years ago
  89. c7091d8 MEDIUM: debug/threads: implement an advanced thread dump system by Willy Tarreau · 5 years ago
  90. 20db911 BUG/MINOR: debug: don't check the call date on tasklets by Willy Tarreau · 5 years ago
  91. 5cf64dd MINOR: debug: make ha_thread_dump() and ha_task_dump() take a buffer by Willy Tarreau · 5 years ago
  92. 14a1ab7 BUG/MINOR: debug: make ha_task_dump() actually dump the requested task by Willy Tarreau · 5 years ago
  93. 231ec39 BUG/MINOR: debug: make ha_task_dump() always check the task before dumping it by Willy Tarreau · 5 years ago
  94. 4e2b646 MINOR: cli/debug: add a thread dump function by Willy Tarreau · 5 years ago