Use _fr_fault_log by default
[freeradius.git] / src / lib / debug.c
2014-06-25 Arran Cudbard-BellUse _fr_fault_log by default
2014-06-25 Arran Cudbard-BellOnly register fr_fault signal handlers if we're not...
2014-06-25 Arran Cudbard-BellOnly register signal handlers if we have a PANIC_ACTION set
2014-06-24 Arran Cudbard-BellMove exit functions to debug.c
2014-06-23 Arran Cudbard-BellIncrease cbuff size
2014-06-23 Arran Cudbard-BellTypo
2014-06-23 Arran Cudbard-BellMultiple fixes for circular buffer based backtraces
2014-06-20 Arran Cudbard-BellAlloc connections pools in the NULL ctx
2014-06-20 Arran Cudbard-BellDisable NULL context tracking
2014-06-18 Arran Cudbard-BellTalloc don't export this macro
2014-06-18 Arran Cudbard-BellOnly set M_PERTURB if TALLOC_FREE_FILL is unset
2014-06-18 Arran Cudbard-BellError out on NULL pointers before doing talloc_get_type...
2014-06-18 Arran Cudbard-BellOnly print Talloc chunk lineage if the ctx is not null
2014-06-18 Arran Cudbard-BellHave a suspicion that enabling null context tracking...
2014-06-18 Arran Cudbard-BellFix/Enhance fr_log_talloc_report
2014-06-17 Arran Cudbard-BellMore tweaks for CONSISTENCY CHECK readability
2014-06-17 Arran Cudbard-BellTypo
2014-06-17 Arran Cudbard-BellMake CONSISTENCY CHECK messages clearer, add checks...
2014-06-17 Arran Cudbard-BellAdd newlines to CONSISTENCY CHECK errors
2014-06-17 Arran Cudbard-BellPrint file and line number in VERIFY_* messages
2014-06-17 Arran Cudbard-BellDon't use fr_perror in the verify functions (outputs...
2014-06-17 Arran Cudbard-BellNot sure if talloc_get_name() is legal
2014-06-16 Arran Cudbard-BellGah, double negatives
2014-06-16 Arran Cudbard-BellFix for backtrace deadlock and GLIBC
2014-05-29 Arran Cudbard-BellAdd macro for FR_FAULT_LOG
2014-05-16 Arran Cudbard-BellTurn on M_CHECK_ACTION too
2014-05-16 Arran Cudbard-BellAdd fr_panic_on_free which calls fr_fault when a chunk...
2014-05-16 Arran Cudbard-BellMake backtraces slightly cleaner
2014-05-15 Arran Cudbard-Bell...and pull in malloc.h
2014-05-15 Arran Cudbard-BellScribble over alloced and freed memory on platforms...
2014-05-10 Arran Cudbard-BellDisable null tracking on exit else valgrind complains
2014-05-08 Arran Cudbard-BellWhitespace
2014-05-06 Arran Cudbard-BellMerge pull request #625 from leprechau/v3.0.x
2014-05-06 Alan T. DeKokClose the FD if we can't fdopen it. Found by codesonar
2014-05-04 Arran Cudbard-BellAvoid allocing *ANY* memory for backtraces.
2014-05-03 Arran Cudbard-BellDon't alloc any memory inside in fr_fault or functions...
2014-05-03 Network RADIUSLinux is crazy
2014-05-03 Arran Cudbard-BellDoxygen
2014-05-03 Arran Cudbard-BellQuiet gcc
2014-05-03 Arran Cudbard-BellHack to temporarily enable dumpable flag, call panic_ac...
2014-05-02 Arran Cudbard-BellIt's ok for length to be <= octets buffer
2014-05-02 Arran Cudbard-BellExit after asserting in fr_verify_vp
2014-05-02 Arran Cudbard-BellIf there's no action set we should still need to check...
2014-05-02 Alan T. DeKokIt's OK for the buffer to be too big.
2014-05-02 Arran Cudbard-Bellturn VERIFY_VP into a function, the macro was getting...
2014-05-02 Arran Cudbard-BellSwap out all __attribute__ markers with CC_HINT() this...
2014-05-02 Arran Cudbard-BellTypo
2014-05-02 Arran Cudbard-BellExpose fr_verify_list as VERIFY_LIST
2014-05-02 Arran Cudbard-BellFix uses of fr_perror so we don't get double colons...
2014-04-26 Arran Cudbard-BellCID #1206501 - Check dup was ok in fr_log_talloc_report
2014-04-25 Arran Cudbard-BellConsolidate all the talloc logging functions in debug.c
2014-04-25 Arran Cudbard-BellUnused goto
2014-04-25 Arran Cudbard-BellWe can log the mini backtrace to an fd now
2014-04-25 Arran Cudbard-BellAllow setting a log fd for all debug functions, this...
2014-04-25 Arran Cudbard-BellFix fr_log_talloc_report
2014-04-25 Arran Cudbard-BellDoxygen
2014-04-25 Arran Cudbard-Bellkill -SIGUSR2 <radiusd> now prints talloc memory report...
2014-04-14 Arran Cudbard-BellFix warning on Linux with GDB
2014-04-09 Arran Cudbard-BellExtra paranoia. Check panic_action both on startup...
2014-04-07 Arran Cudbard-BellMove sysresource.h include
2014-04-07 Arran Cudbard-BellTypo
2014-04-07 Arran Cudbard-BellMove fr_set_dumpable code into debug.c, it's useful...
2014-04-07 Arran Cudbard-BellIf we can figure out which binary is being used for...
2014-04-07 Arran Cudbard-BellFormatting
2014-04-06 Arran Cudbard-BellAdd special handlers for SIGUSR1 and SIGUSR2
2014-04-06 Arran Cudbard-BellMake soft asserts less soft in debug builds
2014-04-05 Arran Cudbard-BellMove comment
2014-04-04 Arran Cudbard-BellRestore stderr/stdout before calling panic_action ...
2014-04-04 Arran Cudbard-BellDon't need to print the talloc message twice
2014-04-04 Arran Cudbard-BellUse custom callback for talloc aborts to make panic_act...
2014-04-03 Arran Cudbard-BellMake execinfo check smarter, so it requires the headers...
2014-02-20 Arran Cudbard-BellCall fr_fault directly in rad_assert
2014-01-27 Arran Cudbard-BellSearch for multiple substitutions in panic strings
2014-01-26 Arran Cudbard-BellMinor panic_action fixes
2014-01-26 Arran Cudbard-BellTypo
2014-01-26 Arran Cudbard-BellAdd panic action support to radiusd and unittest
2014-01-26 Arran Cudbard-BellMinor fixes to debug functions
2014-01-26 Arran Cudbard-BellBackport debug functions