Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-07-05 | Silence (v)asprintf related compiler warnings | 1 | -2/+2 | ||
2022-04-22 | [clang-tidy] add parentheses to macros | 1 | -1/+1 | ||
Found with bugprone-macro-parentheses Signed-off-by: Rosen Penev <rosenp@gmail.com> | |||||
2020-02-20 | Update debug.c to consistently output to stderr | 1 | -5/+2 | ||
This makes debug_print_line consistent with debug_buffer and among other things, ensures output from `idevicedebug run` can be easily divided into output from the app itself (stdout) from debug output from libimobiledevice (stderr). | |||||
2015-01-28 | Remove trailing whitespace errors from all files | 1 | -3/+3 | ||
2014-10-27 | debug: Fix linking failure on OS X by keeping debug level symbol internal | 1 | -3/+10 | ||
This change keeps the debug level symbol within the internal convenience library and makes it accessible using an internal helper. This fixes linking, prevents new exported symbols and finally allows proper control of enabling debug messages. | |||||
2014-10-26 | debug: Fix symbol locality for linker so debug messages are printed again | 1 | -16/+3 | ||
2014-10-26 | Supress printing very long plists in debug output | 1 | -1/+7 | ||
2014-10-03 | common: Fix distcheck target | 1 | -1/+1 | ||
2014-10-03 | Avoid exporting non-public symbols | 1 | -1/+2 | ||
2013-09-27 | common/debug: remove inline from debug functions to make clang happy | 1 | -4/+4 | ||
2013-07-13 | common: Fix malformed binary debug message dumping | 1 | -1/+1 | ||
2013-05-23 | Silence compiler warnings for win32 builds | 1 | -1/+1 | ||
2013-04-25 | common: Move debug and userpref code into libinternalcommon | 1 | -0/+169 | ||