index
:
libimobiledevice
master
stable-1-0-0
webinspectorproxy
work
A cross-platform protocol library to access iOS devices
ms
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2021-07-26
idevice: Remove unnecessary memcpy from internal_ssl_read()
Nikias Bassen
1
-29
/
+15
2021-07-26
idevice: Route OpenSSL reads/writes through internal_connection_*
Kabir Oberai
2
-42
/
+66
2021-07-25
idevice: Make sure to handle timeout condition for network connections too
Nikias Bassen
1
-9
/
+11
2021-06-30
README: Fix typo
Nikias Bassen
1
-1
/
+1
2021-06-22
installation_proxy: Ignore non-status messages instead of terminating loop
Simon Søndergaard
1
-6
/
+3
2021-06-02
mobilesync: Set DeviceLink version to 400 to support iOS 14b4+
Nikias Bassen
1
-1
/
+1
2021-05-25
tools/idevicecrashreport: Fix illegal filenames on Windows
zecops-team
1
-0
/
+8
2021-04-13
common: Add missing *_LIBS and *_CFLAGS to fix build
Nikias Bassen
1
-0
/
+5
2021-04-06
tools: Fix usage of LDFLAGS and LDADD.
orbea
1
-20
/
+20
2021-03-05
tools: Fix entering recovery mode on iOS 14.5+ which now requires a pairing
Nikias Bassen
1
-8
/
+20
2021-02-17
Remove redundent `select` call from idevicedebugserverproxy.c
Nisarg Jhaveri
2
-11
/
+2
2021-02-03
tools: Flip order of winsock2.h and windows.h in idevicedebugserverproxy to g...
Nikias Bassen
1
-1
/
+1
2021-02-03
tools: Fix delays in idevicedebugserverproxy when using SSL
Nikias Bassen
1
-23
/
+23
2021-02-03
tools: Fix idevicedebugserverproxy compilation on Windows
Nikias Bassen
1
-0
/
+5
2021-02-01
tools: Improve idevicedebugserverproxy with select() and less threads
Nikias Bassen
1
-135
/
+61
2021-02-01
debugserver: Return success when a receive timed out but actualy bytes have b...
Nikias Bassen
1
-1
/
+1
2021-02-01
idevice: Allow partial reads in idevice_connection_receive_timeout() and hand...
Nikias Bassen
1
-6
/
+9
2021-01-11
configure: Make sure to also search for cython3 if cython is not found
Nikias Bassen
1
-2
/
+2
2021-01-03
Fixed method visibility in mobilebackup2.pxi API
wendyisgr33n
1
-13
/
+18
2021-01-03
Fixed bytes/strings checks in lockdown.pxi for compatibility with Python2/3
wendyisgr33n
1
-3
/
+3
2021-01-03
Fixed bytes/strings check in imobiledevice.pyx for compatibility with Python2/3
wendyisgr33n
1
-1
/
+1
2021-01-03
Fixed debugserver.pxi PyString_AsString compatibility with Python3
wendyisgr33n
1
-1
/
+6
2021-01-03
Fixed AFC afc.pxi definitions for Python2/3 compatibility. Added missing publ...
wendyisgr33n
1
-12
/
+16
2020-12-30
common: Merge socket changes from libusbmuxd
Nikias Bassen
4
-49
/
+388
2020-12-13
idevicescreenshot: Remove unnecessary math functions to find a unique filename
Nikias Bassen
1
-15
/
+23
2020-12-10
ideviceprovision: Fix date output by adding MAC_EPOCH
Nikias Bassen
1
-1
/
+1
2020-12-10
cython: Fix typo in mobilesync.pxi
Nikias Bassen
1
-1
/
+1
2020-12-10
docs: Improve --quiet command line switch description in idevicesyslog man page
Nikias Bassen
1
-1
/
+1
2020-12-10
include: Fix typo in installation_proxy.h
Nikias Bassen
1
-6
/
+6
2020-12-10
README: Fix typo
Nikias Bassen
1
-1
/
+1
2020-12-10
idevicescreenshot: Choose a better filename, prevent overwriting existing files
Greg Dennis
1
-18
/
+57
2020-12-10
idevicedebug: Add --detach option to start an app and exit idevicedebug witho...
Jan Peter Stotz
1
-0
/
+16
2020-12-07
idevicebackup2: Handle DLMessagePurgeDiskSpace by sending back error code
Nikias Bassen
1
-0
/
+5
2020-11-19
idevicebackup2: Update errno to device error mapping
Nikias Bassen
1
-1
/
+14
2020-11-19
idevice: Handle -EAGAIN in case usbmuxd_send() returns it
Nikias Bassen
1
-1
/
+4
2020-09-29
idevicebackup2: Don't fail on restore when source backup doesn't have any app...
Nikias Bassen
1
-2
/
+4
2020-09-10
debugserver: Fix service startup for iOS 14b4+
Nikias Bassen
4
-3
/
+15
2020-08-10
screenshotr: Set DeviceLink version to 400 to support iOS 14b4+
Nikias Bassen
1
-1
/
+1
2020-08-07
mobilebackup2: Set DeviceLink version to 400 to support iOS 14b4+
Nikias Bassen
1
-1
/
+1
2020-08-06
idevice: Fix build with LibreSSL
Nikias Bassen
1
-1
/
+1
2020-07-30
docs: Add PROJECT_LOGO for documentation
Martin Szulecki
2
-1
/
+2
2020-07-30
docs: Add favicon for generated documentation
Martin Szulecki
2
-0
/
+1
2020-07-30
docs: Add missing CSS file for new documentation style
Martin Szulecki
1
-0
/
+1722
2020-07-30
docs: Add HTML templates for header/footer and layout config for documentation
Martin Szulecki
4
-3
/
+302
2020-07-30
docs: Hide source file section in documentation as it is not very useful
Martin Szulecki
1
-1
/
+1
2020-07-30
docs: Unfold INPUT items into multiple lines
Martin Szulecki
1
-1
/
+3
2020-07-30
docs: Add custom stylesheet for a modern responsive documentation style
Martin Szulecki
4
-2
/
+6
2020-07-30
docs: Use content of README.md as main page of documentation
Martin Szulecki
1
-2
/
+2
2020-07-30
docs: Update doxygen config file to version 1.8.16
Martin Szulecki
1
-180
/
+333
2020-06-19
idevicesyslog: Print device UDID with connect/disconnect message
Nikias Bassen
1
-2
/
+2
[prev]
[next]