Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-05-23 | idevicesyslog: Update to reflect color macro name change in ↵ | 1 | -12/+12 | ||
libimobiledevice-glue | |||||
2022-05-09 | Add new idevice_events_subscribe/unsubscribe API with context | 1 | -2/+3 | ||
The older API idevice_event_subscribe/unsubscribe can only be used by a single instance. With the addition of a context, is is now possible to register multiple callback functions in different threads. For backwards compatibility the old API will still be available for a while before being removed in a future release. | |||||
2022-04-30 | [clang-tidy] Do not use else after return | 1 | -10/+12 | ||
Signed-off-by: Rosen Penev <rosenp@gmail.com> | |||||
2022-04-30 | tools: Use getopt for option parsing in all tools | 1 | -29/+28 | ||
2022-04-22 | [clang-tidy] use const pointer parameter | 1 | -1/+1 | ||
Found with readability-non-const-parameter Signed-off-by: Rosen Penev <rosenp@gmail.com> | |||||
2021-09-01 | Remove common code in favor of new libimobiledevice-glue | 1 | -80/+12 | ||
2020-06-19 | idevicesyslog: Print device UDID with connect/disconnect message | 1 | -2/+2 | ||
2020-06-19 | idevicesyslog: Make sure device event callback respects the presence or ↵ | 1 | -0/+5 | ||
absence of --network option | |||||
2020-06-05 | tools: Unify --network command line switch and add it where missing | 1 | -4/+4 | ||
2020-06-05 | tools: Add --version command line switch | 1 | -2/+9 | ||
2020-06-04 | Unify usage output in all tools and add bugreport URL | 1 | -23/+28 | ||
2020-05-28 | idevicesyslog: Add some more process names to quiet filter list | 1 | -1/+1 | ||
2020-05-28 | idevicesyslog: Add command line switch --no-colors to disable colored output | 1 | -1/+7 | ||
2020-05-23 | idevicesyslog: Add more process names to quiet filter list | 1 | -1/+1 | ||
2020-05-18 | Fix whitespace error in idevicesyslog.c | 1 | -1/+1 | ||
2020-05-18 | idevicesyslog: [win32] Fix color output | 1 | -0/+42 | ||
2020-05-15 | idevicesyslog: Fix color code escape sequences printing null-byte | 1 | -1/+1 | ||
2020-04-27 | idevicesyslog: Add color support and filtering options | 1 | -7/+499 | ||
2020-04-15 | idevicesyslog: Add command line switch to exit when device disconnects | 1 | -1/+11 | ||
Also adds support for the long argument `--network` for `-n` as stated in the usage | |||||
2020-02-09 | idevicesyslog: Make sure CTRL+C works when waiting for passcode entry | 1 | -1/+1 | ||
2019-11-08 | tools: Allow idevicesyslog to connect to network devices | 1 | -44/+55 | ||
2018-10-01 | tools: Remove length check on device UDID arguments to support newer devices | 1 | -2/+2 | ||
The 40 characters length check on the device UDID made newer devices unusable with the libimobiledevice tools and was actually redundant since an invalid UDID will always fail to resolve. This commit removes the length check alltogether (but makes sure it is not an empty string ""). | |||||
2018-01-17 | idevicesyslog: Wait for passcode entry on device when required | 1 | -2/+33 | ||
After device bootup several services cannot be used until the passcode is entered on the device. This commit will detect this state and wait for the passcode to be entered. Before this change you would have to restart idevicesyslog or replug the device after entering the passcode to make the logging work again. | |||||
2015-10-06 | tools: Use PACKAGE_URL define for homepage project links in usage output | 1 | -1/+5 | ||
2015-01-28 | Remove trailing whitespace errors from all files | 1 | -5/+5 | ||
2015-01-27 | tools: Add link to project homepage on usage output | 1 | -0/+1 | ||
2015-01-27 | idevicesyslog: Flush stdout whenever encountering a line break | 1 | -0/+3 | ||
2014-12-08 | Replace () with (void) in libinternalcommon and tools for consistency | 1 | -2/+2 | ||
2013-09-24 | idevicesyslog: print [disconnected] if device is removed | 1 | -0/+1 | ||
2013-05-23 | idevicesyslog: Remove obsolete include of lockdown interface | 1 | -1/+0 | ||
2013-05-23 | idevicesyslog: Switch code to new syslog_relay service interface | 1 | -49/+25 | ||
2013-03-20 | use new internal common code for thread, mutex, and socket operations | 1 | -23/+6 | ||
2013-03-20 | idevicesyslog: removed unused header include | 1 | -1/+0 | ||
2013-02-28 | idevicesyslog: use events to allow automatic reconnect to device | 1 | -31/+147 | ||
2013-02-28 | idevicesyslog: use new service API | 1 | -33/+17 | ||
2013-02-26 | Refactor port number use into service descriptor to enable SSL for services | 1 | -5/+8 | ||
This is a major change which breaks API but is required in order to support SSL communication for services as used by network connections. | |||||
2012-11-29 | tools: mass replace 'device' with 'phone' variable names | 1 | -6/+6 | ||
2012-11-29 | tools: use pointer instead of static buffer for UDID since it can start with '0' | 1 | -14/+7 | ||
2012-04-08 | idevicesyslog: fix bug causing the connection to close after timeout | 1 | -1/+1 | ||
2012-04-08 | idevicesyslog: fix reading from syslog_relay (simple socket connection) | 1 | -25/+5 | ||
2012-04-07 | Update comments of tools to use "device" instead of naming specific models | 1 | -1/+1 | ||
2012-03-22 | Mass replace UUID by UDID, which is the correct term for it | 1 | -8/+8 | ||
2012-03-19 | win32: fix idevicesyslog building | 1 | -1/+3 | ||
2012-03-19 | New file for be*/le* macros plus check for endian.h presence | 1 | -0/+1 | ||
2012-03-18 | Completely remove glib dependency. | 1 | -2/+1 | ||
2012-01-11 | idevicesyslog: use fflush to immediately write out buffer | 1 | -0/+1 | ||
2010-08-07 | idevicesyslog: terminate on receive errors (e.g. device unplugging) | 1 | -0/+5 | ||
2010-03-24 | Use glib GUINT32_TO/FROM_BE macros instead of htonl/ntohl | 1 | -2/+2 | ||
2010-01-29 | Global renames due to project rename to libimobiledevice | 1 | -0/+165 | ||