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
path:
root
/
dev
/
lckdclient.c
Age
Commit message (
Collapse
)
Author
Files
Lines
2012-03-19
Removed glib stuff from dev/lckdclient and idevicebackup/idevicebackup2
Nikias Bassen
1
-10
/
+54
2010-01-29
Global renames due to project rename to libimobiledevice
Nikias Bassen
1
-9
/
+9
2010-01-13
lockdown/tools/python: use correct type for port parameter
Nikias Bassen
1
-1
/
+1
2010-01-12
Allow lockdown client creation without performing full handshake
Martin Szulecki
1
-1
/
+1
The lockdown constructor was doing more than needed. Pairing and session negotiation is now handled by lockdownd_client_new_with_handshake().
2010-01-08
Allow set the label of a lockdown request, usually set to the program name
Martin Szulecki
1
-1
/
+1
2009-09-12
Update tools to use new API
Martin Szulecki
1
-1
/
+1
2009-07-25
Follow glib style and rename iphone_free_device to iphone_device_free
Martin Szulecki
1
-2
/
+2
2009-07-25
Update lockdown API and introduce new error codes
Martin Szulecki
1
-5
/
+10
2009-07-24
Use iphone_device_get_uuid() not lockdown, for less overhead where possible
Martin Szulecki
1
-6
/
+7
2009-07-24
Rename iphone_set_debug() to iphone_set_debug_level() and code using it
Martin Szulecki
1
-1
/
+1
2009-07-10
Use new plist_copy instead of serialization workaround in lockdownd_et_value()
Martin Szulecki
1
-3
/
+4
2009-07-07
Cleanup lockdown request API and fix docs, tools, bindings and exports
Martin Szulecki
1
-11
/
+18
2008-11-25
fix some warnings and indent
Jonathan Beck
1
-0
/
+1
2008-10-30
move dev specific tools to dev/ subdir.
Jonathan Beck
1
-0
/
+100
update autoconf files accordingly