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
/
src
/
idevice.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-08-13
lockdown: Don't explicitly validate pairing unless we're dealing with an olde...
Nikias Bassen
1
-0
/
+1
2017-04-27
gnutls: check for interrupted gnutls_handshake()
Nikos Mavrogiannopoulos
1
-3
/
+10
2017-04-26
#ifdef out code which is a no-op with OpenSSL 1.1.0
Christophe Fergeau
1
-0
/
+6
2017-04-26
Don't use ERR_remove_thread_state() with OpenSSL 1.1.0
Christophe Fergeau
1
-14
/
+16
2017-04-26
Avoid double free with OpenSSL 1.1.0
Christophe Fergeau
1
-1
/
+9
2017-04-08
Propagate lower level errors to callers instead of returning unknown
BALATON Zoltan
1
-2
/
+2
2016-08-02
idevice: Update GnuTLS code to support iOS 10
Jay Freeman (saurik)
1
-1
/
+1
2016-06-16
Fix SSL version negotiation for newer versions of OpenSSL
David Weinstein
1
-1
/
+1
2016-06-16
Revert "Fix SSL version negotiation with newer versions of OpenSSL"
Nikias Bassen
1
-1
/
+1
2016-06-15
Fix SSL version negotiation with newer versions of OpenSSL
Nikias Bassen
1
-1
/
+1
2016-04-29
Updated gnutls certificate callback to new API (backwards compatible)
Nikos Mavrogiannopoulos
1
-0
/
+13
2016-04-01
Add new function to get the underlying file descriptor of an idevice connection
BALATON Zoltan
1
-0
/
+16
2015-10-21
Fix installation_proxy when using GnuTLS instead of OpenSSL
Jay Freeman (saurik)
1
-4
/
+4
2015-10-06
Add missing "(void)" to functions to match public headers
Martin Szulecki
1
-1
/
+1
2015-01-28
Remove trailing whitespace errors from all files
Martin Szulecki
1
-5
/
+5
2015-01-27
idevice: Rename generic errorstring() into ssl_error_to_string()
Martin Szulecki
1
-2
/
+2
2014-10-27
debug: Fix linking failure on OS X by keeping debug level symbol internal
Martin Szulecki
1
-1
/
+1
2014-10-26
debug: Fix symbol locality for linker so debug messages are printed again
Martin Szulecki
1
-0
/
+6
2014-10-07
idevice: Fix compilation with OpenSSL before 1.0.0-beta1
Martin Szulecki
1
-0
/
+12
2014-10-03
Avoid exporting non-public symbols
Martin Szulecki
1
-16
/
+15
2014-10-01
idevice: Fix several memory leaks on deinitialization of OpenSSL
Martin Szulecki
1
-8
/
+16
2014-06-05
idevice: win32: Use correct signature for DllMain()
Nikias Bassen
1
-2
/
+1
2014-03-27
Moved Doxygen comments from source files to public headers.
Aaron Burghardt
1
-132
/
+0
2014-03-24
win32: Silence compiler warning about missing previous declaration of DllMain
Nikias Bassen
1
-0
/
+5
2014-03-22
Update copyright in various files
Martin Szulecki
1
-1
/
+2
2014-03-21
implement global thread safe library initialization
Nikias Bassen
1
-9
/
+80
2014-03-21
idevice: Use more common "ERROR:" syntax for error messages
Martin Szulecki
1
-2
/
+2
2014-03-21
idevice: Fix misleading warning in GnuTLS SSL handshake
Martin Szulecki
1
-2
/
+2
2014-03-21
idevice: Plug memory leak by freeing pair_record
Martin Szulecki
1
-0
/
+6
2014-03-21
idevice: Use correct import helper for keys and certs
Martin Szulecki
1
-3
/
+3
2014-03-21
Refactor pair record handling to use new usbmuxd pair record interface
Martin Szulecki
1
-13
/
+18
2014-03-13
idevice: call SSL_shutdown a second time if required
Nikias Bassen
1
-1
/
+4
2014-01-09
idevice: free ssl object when SSL handshake fails
Nikias Bassen
1
-0
/
+1
2014-01-09
idevice: don't free ssl bio after SSL_set_bio has been called
Nikias Bassen
1
-2
/
+0
2013-11-30
Fix possible memory corruption by ensuring client pointers NULL'd after free
Martin Szulecki
1
-0
/
+2
2013-11-20
idevice: properly handle partial SSL_read()s
Nikias Bassen
1
-1
/
+9
2013-11-04
Convert stray spaces to corresponding tabs
Martin Szulecki
1
-24
/
+24
2013-10-09
Remove duplicate newline from debug messages as one is added automatically
Martin Szulecki
1
-1
/
+1
2013-09-17
Fix broken build of GnuTLS and silence two compiler warnings
Martin Szulecki
1
-1
/
+1
2013-09-17
Refactor userpref logic to use plist format and implement trust dialog handling
Martin Szulecki
1
-1
/
+1
2013-09-17
idevice: Add udid attribute to idevice_connection_t for referencing devices
Martin Szulecki
1
-0
/
+6
2013-04-25
common: Move debug and userpref code into libinternalcommon
Martin Szulecki
1
-2
/
+2
2012-11-29
idevice: use 'dev' instead of 'phone' as variable name
Nikias Bassen
1
-5
/
+5
2012-04-18
idevice: fix openssl initialization and handle error to avoid crash
Nikias Bassen
1
-4
/
+11
2012-04-08
idevice: Bump libusbmuxd dependency to 1.0.8 and adopt idevice.c to API changes
Martin Szulecki
1
-4
/
+4
2012-03-22
Mass replace UUID by UDID, which is the correct term for it
Martin Szulecki
1
-13
/
+13
2012-03-19
Add OpenSSL support
Nikias Bassen
1
-1
/
+154
2012-01-12
idevice: add error checking to internal_ssl_write()
Geoff Paul
1
-1
/
+5
2011-10-19
Fix memory leak in idevice_device_list_free
Peter Hoepfner
1
-1
/
+2
2011-04-30
Remove deprecated gnutls_*_set_priority() and use gnutls_priority_set_direct()
Martin Szulecki
1
-13
/
+1
[next]