Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
Can also be used with `-f` to only remove matching files.
|
|
|
|
|
|
|
|
Thanks @neheb for pointing this out.
|
|
|
|
|
|
|
|
|
|
Signed-off-by: tomriddly <tomriddly@qq.com>
|
|
Signed-off-by: tomriddly <tomriddly@qq.com>
|
|
allow recursive
Signed-off-by: tomriddly <tomriddly@qq.com>
|
|
Signed-off-by: tomriddly <tomriddly@qq.com>
|
|
Signed-off-by: tomriddly <tomriddly@qq.com>
|
|
Thanks to @Fidetro for reporting the issue.
|
|
|
|
|
|
|
|
|
|
|
|
clang16 flags the missing header
Fixes
../../git/tools/idevicedevmodectl.c:363:2: error: call to undeclared function 'usleep'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
flags across Makefiles
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Thanks @EmilienCourt for pointing this out!
|
|
libimobiledevice-glue
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
capture direction for better decoding in wireshark.
|
|
|
|
|