Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
Returning 0 bytes sent upon error causes an infinite loop within the calling gnutls code. Returning -1 as an error code allows gnutls to properly detect and recover. | |||||
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 | |
This change requires gnutls >= 2.2.0 for the latter to be available. With deprecation starts with gnutls 2.12.0. | |||||
2010-11-27 | Make sure uuid argument of idevice_get_uuid() is set | Martin Szulecki | 1 | -1/+1 | |
2010-11-27 | Fix iOS 4.2 GnuTLS issue by passing a certificate in the handshake | Nikias Bassen | 1 | -2/+48 | |
2010-05-27 | Silence 64bit compiler warnings using proper casts | Nikias Bassen | 1 | -8/+8 | |
2010-03-24 | Remove unused and fix some includes | Nikias Bassen | 1 | -1/+0 | |
2010-03-16 | Complete documentation of public interface and fix a lot of bogus comments | Martin Szulecki | 1 | -5/+12 | |
This change unifies the documentation comment syntax, fixes a few bad documentation comments and completes documentation where it was missing. | |||||
2010-03-16 | Rename the *_int to *_private for better semantic and fix public typedefs | Martin Szulecki | 1 | -3/+3 | |
This changes the typedef logic slightly for the public headers in order for doxygen to correctly pickup and enable the client struct documentation. | |||||
2010-01-29 | Global renames due to project rename to libimobiledevice | Nikias Bassen | 1 | -0/+618 | |