summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* Updated to use latest libplist API changesNikias Bassen2023-04-211-1/+1
* [clang-tidy] add parentheses to macrosRosen Penev2022-04-221-1/+1
* common: Make sure ETIMEDOUT is definedNikias Bassen2022-03-291-0/+4
* Remove common code in favor of new libimobiledevice-glueNikias Bassen2021-09-018-2052/+3
* common: Return proper error codes from userpref_read_pair_recordNikias Bassen2021-07-292-18/+24
* Add support for MbedTLSNikias Bassen2021-07-272-41/+279
* common: Add missing *_LIBS and *_CFLAGS to fix buildNikias Bassen2021-04-131-0/+5
* Remove redundent `select` call from idevicedebugserverproxy.cNisarg Jhaveri2021-02-171-2/+0
* common: Merge socket changes from libusbmuxdNikias Bassen2020-12-302-47/+386
* ideviceprovision: Fix date output by adding MAC_EPOCHNikias Bassen2020-12-101-1/+1
* Unfold automake variables into multiple lines for maintainabilityMartin Szulecki2020-06-081-8/+21
* socket: Fix IPv6 scope id lookup logic to handle another network device problemMartin Szulecki2020-06-081-2/+12
* socket: Improve IPv6 scope id detection to fix network devices on OSXprereleaseMartin Szulecki2020-06-061-6/+24
* socket: Use common IPv6 scope values and correct loopback scope to link-localMartin Szulecki2020-06-061-4/+4
* common: Fix socket_connect_addr() not connecting using IPv6 in some casesMartin Szulecki2020-06-061-0/+107
* common: Update socket.c/.h from libusbmuxdNikias Bassen2020-05-182-22/+218
* Update debug.c to consistently output to stderrGreg Dennis2020-02-201-5/+2
* Define ETIMEDOUT if requiredNikias Bassen2020-01-051-0/+3
* debugserver: Improved memory handling in debugserver_client_send_command() an...Nikias Bassen2019-11-132-2/+53
* Make sure to not use deprecated API when compiling with OpenSSL >= 1.1Rosen Penev2019-06-221-6/+12
* socket: Return -ETIMEDOUT when select() in socket_read_fd() reached the timeoutNikias Bassen2019-06-131-0/+4
* common: Update thread.c/.h to match the one from libusbmuxdNikias Bassen2019-06-112-14/+67
* common: Update socket.c to match the one from libusbmuxdNikias Bassen2019-05-212-60/+165
* tools: Remove length check on device UDID arguments to support newer devicesNikias Bassen2018-10-011-29/+24
* lockdown: Pass along usbmux device id when saving pair recordsNikias Bassen2018-09-292-3/+4
* userpref: [GnuTLS] Use valid serial for >= 3.6.0Bastien Nocera2018-04-271-3/+3
* userpref: [GnuTLS] Fix 3.6.0 SHA1 compatibilityBastien Nocera2018-04-271-3/+3
* userpref: [GnuTLS] Fix pairing record generation and improve error handlingNikias Bassen2016-11-041-40/+45
* userpref: Remove obsoleted function userpref_has_pair_record()Jay Freeman (saurik)2016-07-271-29/+0
* idevicebackup: fix some timestamps that are relative to the Mac epoch instead...BALATON Zoltan2016-04-011-0/+2
* common: [security fix] Make sure sockets only listen locallyJoshua Hill2015-12-291-2/+2
* common: Add missing gnutls/openssl CFLAGS to Makefile.amNikias Bassen2015-10-091-1/+1
* Remove trailing whitespace errors from all filesMartin Szulecki2015-01-287-21/+21
* thread: Introduce thread_new and thread_free to cover handle leaks on WIN32Martin Szulecki2015-01-132-5/+13
* common: Convert int16_t macro error types of userpref module into enumMartin Szulecki2015-01-121-10/+10
* Replace () with (void) in libinternalcommon and tools for consistencyMartin Szulecki2014-12-082-2/+2
* debug: Fix linking failure on OS X by keeping debug level symbol internalMartin Szulecki2014-10-272-3/+12
* debug: Fix symbol locality for linker so debug messages are printed againMartin Szulecki2014-10-261-16/+3
* common: Remove obsolete symbol hiding macros from userpref moduleMartin Szulecki2014-10-261-14/+6
* Supress printing very long plists in debug outputBALATON Zoltan2014-10-261-1/+7
* common: Move size format helper to utils and use it in idevicebackup toolsMartin Szulecki2014-10-222-0/+23
* common: Move string_toupper() helper to utils and use it in idevicebackup toolsMartin Szulecki2014-10-222-0/+11
* common: Share idevicebackup helper string_build_path() from utilsMartin Szulecki2014-10-222-0/+30
* common: Change stpcpy() signature code style slightlyMartin Szulecki2014-10-222-2/+2
* common: Fix distcheck targetMartin Szulecki2014-10-032-2/+2
* Avoid exporting non-public symbolsMartin Szulecki2014-10-033-14/+7
* common: Fix Win32 linking by adding ws2_32 to librariesNikias Bassen2014-09-131-1/+1
* userpref: Fix wrong documentation about return values of userpref_read_system...Nikias Bassen2014-08-061-7/+10
* common/utils: Silence compiler warning about ignored return value from fread()Nikias Bassen2014-08-061-1/+4
* Silence compiler warning about format strings using PRIu64Martin Szulecki2014-05-211-1/+1