Age | Commit message (Expand) | Author | Files | Lines |
2024-01-31 | Move LIBIMOBILEDEVICE_API to public headers | Nikias Bassen | 1 | -1/+1 |
2023-10-07 | automake: Reorder CFLAGS to fix build issues and use correct SSL library flag... | Nikias Bassen | 1 | -12/+6 |
2023-07-05 | Silence (v)asprintf related compiler warnings | Nikias Bassen | 1 | -2/+2 |
2023-07-05 | Updated OpenSSL-specific code to use OpenSSL 3.0+ API | Nikias Bassen | 1 | -6/+19 |
2023-04-21 | Updated to use latest libplist API changes | Nikias Bassen | 1 | -1/+1 |
2022-04-22 | [clang-tidy] add parentheses to macros | Rosen Penev | 1 | -1/+1 |
2022-03-29 | common: Make sure ETIMEDOUT is defined | Nikias Bassen | 1 | -0/+4 |
2021-09-01 | Remove common code in favor of new libimobiledevice-glue | Nikias Bassen | 8 | -2052/+3 |
2021-07-29 | common: Return proper error codes from userpref_read_pair_record | Nikias Bassen | 2 | -18/+24 |
2021-07-27 | Add support for MbedTLS | Nikias Bassen | 2 | -41/+279 |
2021-04-13 | common: Add missing *_LIBS and *_CFLAGS to fix build | Nikias Bassen | 1 | -0/+5 |
2021-02-17 | Remove redundent `select` call from idevicedebugserverproxy.c | Nisarg Jhaveri | 1 | -2/+0 |
2020-12-30 | common: Merge socket changes from libusbmuxd | Nikias Bassen | 2 | -47/+386 |
2020-12-10 | ideviceprovision: Fix date output by adding MAC_EPOCH | Nikias Bassen | 1 | -1/+1 |
2020-06-08 | Unfold automake variables into multiple lines for maintainability | Martin Szulecki | 1 | -8/+21 |
2020-06-08 | socket: Fix IPv6 scope id lookup logic to handle another network device problem | Martin Szulecki | 1 | -2/+12 |
2020-06-06 | socket: Improve IPv6 scope id detection to fix network devices on OSX | Martin Szulecki | 1 | -6/+24 |
2020-06-06 | socket: Use common IPv6 scope values and correct loopback scope to link-local | Martin Szulecki | 1 | -4/+4 |
2020-06-06 | common: Fix socket_connect_addr() not connecting using IPv6 in some cases | Martin Szulecki | 1 | -0/+107 |
2020-05-18 | common: Update socket.c/.h from libusbmuxd | Nikias Bassen | 2 | -22/+218 |
2020-02-20 | Update debug.c to consistently output to stderr | Greg Dennis | 1 | -5/+2 |
2020-01-05 | Define ETIMEDOUT if required | Nikias Bassen | 1 | -0/+3 |
2019-11-13 | debugserver: Improved memory handling in debugserver_client_send_command() an... | Nikias Bassen | 2 | -2/+53 |
2019-06-22 | Make sure to not use deprecated API when compiling with OpenSSL >= 1.1 | Rosen Penev | 1 | -6/+12 |
2019-06-13 | socket: Return -ETIMEDOUT when select() in socket_read_fd() reached the timeout | Nikias Bassen | 1 | -0/+4 |
2019-06-11 | common: Update thread.c/.h to match the one from libusbmuxd | Nikias Bassen | 2 | -14/+67 |
2019-05-21 | common: Update socket.c to match the one from libusbmuxd | Nikias Bassen | 2 | -60/+165 |
2018-10-01 | tools: Remove length check on device UDID arguments to support newer devices | Nikias Bassen | 1 | -29/+24 |
2018-09-29 | lockdown: Pass along usbmux device id when saving pair records | Nikias Bassen | 2 | -3/+4 |
2018-04-27 | userpref: [GnuTLS] Use valid serial for >= 3.6.0 | Bastien Nocera | 1 | -3/+3 |
2018-04-27 | userpref: [GnuTLS] Fix 3.6.0 SHA1 compatibility | Bastien Nocera | 1 | -3/+3 |
2016-11-04 | userpref: [GnuTLS] Fix pairing record generation and improve error handling | Nikias Bassen | 1 | -40/+45 |
2016-07-27 | userpref: Remove obsoleted function userpref_has_pair_record() | Jay Freeman (saurik) | 1 | -29/+0 |
2016-04-01 | idevicebackup: fix some timestamps that are relative to the Mac epoch instead... | BALATON Zoltan | 1 | -0/+2 |
2015-12-29 | common: [security fix] Make sure sockets only listen locally | Joshua Hill | 1 | -2/+2 |
2015-10-09 | common: Add missing gnutls/openssl CFLAGS to Makefile.am | Nikias Bassen | 1 | -1/+1 |
2015-01-28 | Remove trailing whitespace errors from all files | Martin Szulecki | 7 | -21/+21 |
2015-01-13 | thread: Introduce thread_new and thread_free to cover handle leaks on WIN32 | Martin Szulecki | 2 | -5/+13 |
2015-01-12 | common: Convert int16_t macro error types of userpref module into enum | Martin Szulecki | 1 | -10/+10 |
2014-12-08 | Replace () with (void) in libinternalcommon and tools for consistency | Martin Szulecki | 2 | -2/+2 |
2014-10-27 | debug: Fix linking failure on OS X by keeping debug level symbol internal | Martin Szulecki | 2 | -3/+12 |
2014-10-26 | debug: Fix symbol locality for linker so debug messages are printed again | Martin Szulecki | 1 | -16/+3 |
2014-10-26 | common: Remove obsolete symbol hiding macros from userpref module | Martin Szulecki | 1 | -14/+6 |
2014-10-26 | Supress printing very long plists in debug output | BALATON Zoltan | 1 | -1/+7 |
2014-10-22 | common: Move size format helper to utils and use it in idevicebackup tools | Martin Szulecki | 2 | -0/+23 |
2014-10-22 | common: Move string_toupper() helper to utils and use it in idevicebackup tools | Martin Szulecki | 2 | -0/+11 |
2014-10-22 | common: Share idevicebackup helper string_build_path() from utils | Martin Szulecki | 2 | -0/+30 |
2014-10-22 | common: Change stpcpy() signature code style slightly | Martin Szulecki | 2 | -2/+2 |
2014-10-03 | common: Fix distcheck target | Martin Szulecki | 2 | -2/+2 |
2014-10-03 | Avoid exporting non-public symbols | Martin Szulecki | 3 | -14/+7 |