Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-01-29 | Global renames due to project rename to libimobiledevice | 1 | -17/+17 | ||
2010-01-22 | Rename all *_recv functions to *_receive to match underlying API | 1 | -3/+3 | ||
2010-01-22 | Rename iphone_device_recv/_send functions to use iphone_connection_* domain | 1 | -4/+4 | ||
These communication functions operate on an iphone_connection_t, thus their function name should reflect that. | |||||
2010-01-13 | Use debug_plist() to print xml plists instead of binary buffers | 1 | -2/+2 | ||
2010-01-13 | lockdown/property_list_service: use new SSL code | 1 | -94/+38 | ||
2010-01-12 | Refactor and unify internal debug system for ease of use and verbosity | 1 | -10/+10 | ||
This introduces a new debug_info macro which automatically prints the calling function, file and line number information instead of having that information passed to every old log_debug_msg call. | |||||
2010-01-12 | Rename utils to debug as it does exactly that, contain debug code | 1 | -1/+1 | ||
2010-01-12 | Move plist code into a new property_list_service | 1 | -0/+402 | ||