summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-09-05Don't crash if $HOME is emptyGravatar Bastien Nocera1-1/+22
2012-06-26property_list_service: do not strip non-ASCII characters from XML plistsGravatar Christophe Fergeau1-1/+1
2012-05-17configure: Check if libplist Cython bindings are installed at configure timeGravatar Martin Szulecki1-3/+13
2012-05-17cython: Do not override final methods as comply to Cython >= 0.16 strict checkGravatar Martin Szulecki4-9/+8
2012-05-17m4: Fix parsing of "artistic" cython version strings to fix version detectionGravatar Martin Szulecki1-2/+7
2012-04-25ideviceinfo: Add more known lockdownd domainsGravatar Martin Szulecki1-0/+5
2012-04-18idevice: fix openssl initialization and handle error to avoid crashGravatar Nikias Bassen1-4/+11
2012-04-08restore: Add note that service API is only available for restore mode devicesGravatar Martin Szulecki1-0/+1
2012-04-08Post-release version bump to 1.1.5Gravatar Martin Szulecki1-1/+1
2012-04-08Update NEWS with latest changes1.1.4Gravatar Martin Szulecki1-0/+9
2012-04-08Bump soname revision due to internal changesGravatar Martin Szulecki1-1/+1
2012-04-08Bump version to 1.1.4Gravatar Martin Szulecki1-1/+1
2012-04-08idevicesyslog: fix bug causing the connection to close after timeoutGravatar Nikias Bassen1-1/+1
2012-04-08Bump version to unstable 1.1.31.1.3Gravatar Martin Szulecki1-1/+1
2012-04-08Update NEWS with latest changesGravatar Martin Szulecki1-0/+14
2012-04-08idevice: Bump libusbmuxd dependency to 1.0.8 and adopt idevice.c to API changesGravatar Martin Szulecki2-5/+5
2012-04-08idevicesyslog: fix reading from syslog_relay (simple socket connection)Gravatar Nikias Bassen1-25/+5
2012-04-07Update AUTHORS from git historyGravatar Martin Szulecki1-0/+6
2012-04-07sbservices: Implement retrieving interface orientation from deviceGravatar Martin Szulecki2-0/+58
2012-04-07ideviceinfo: Add new known lockdown domainsGravatar Martin Szulecki1-0/+3
2012-04-07Relicense ideviceimagemounter and idevicescreenshot to LGPLGravatar Martin Szulecki2-30/+24
2012-04-07tools: Add proper LGPL license header for idevice_idGravatar Martin Szulecki1-0/+21
2012-04-07Update manpages of tools to use "device" instead of naming specific modelsGravatar Martin Szulecki10-17/+17
2012-04-07Update comments of tools to use "device" instead of naming specific modelsGravatar Martin Szulecki7-12/+14
2012-04-06restore: initialize uninitialized struct member infoGravatar Nikias Bassen1-0/+1
2012-04-01lockdown: Correct a few wrong comments showing NP_E_* error messagesGravatar Martin Szulecki1-7/+9
2012-04-01file_relay: Remove duplicated error code definitionsGravatar Martin Szulecki1-9/+0
2012-03-22Mention libplist bump in NEWS1.1.2Gravatar Martin Szulecki1-0/+1
2012-03-22Bump libplist requirements to version 1.8 due to need for cythonGravatar Martin Szulecki1-2/+2
2012-03-22Add changes from 1.0.7 to NEWSGravatar Martin Szulecki1-1/+14
2012-03-22m4: Remove obsolete SWIG macrosGravatar Martin Szulecki2-191/+0
2012-03-22Mass replace UUID by UDID, which is the correct term for itGravatar Martin Szulecki36-263/+264
2012-03-22tools: Add libplist CFLAGS to fix build for some OS X setupsGravatar Martin Szulecki1-1/+1
2012-03-21cython: Update mobilesync API definitions to latest C headersGravatar Martin Szulecki1-15/+19
2012-03-21Update NEWS with SWIG removalGravatar Martin Szulecki1-2/+1
2012-03-21swig: Remove SWIG based python bindingsGravatar Martin Szulecki5-405/+2
2012-03-21tools: Remove obsolete glib2 flags from idevicebackup* in MakefileGravatar Martin Szulecki1-4/+4
2012-03-21pkg-config: Dynamically inject required SSL provider dependencies into .pc fileGravatar Martin Szulecki2-4/+11
2012-03-21Fix make distcheck loosing asprintf.h and endianness.hGravatar Martin Szulecki1-0/+2
2012-03-21pkg-config: Remove glib2 from RequiresGravatar Martin Szulecki1-1/+1
2012-03-21tools: Fix compiler warnings for idevicebackup and idevicebackup2Gravatar Martin Szulecki2-6/+9
2012-03-21dev: Fix compiler warningsGravatar Martin Szulecki1-0/+7
2012-03-21cython: Silence a couple of warnings when generating bindings with CythonGravatar Martin Szulecki1-1/+1
2012-03-21Update NEWS with latest changesGravatar Martin Szulecki1-0/+16
2012-03-20cython: Bump cython requirement to version 0.13.xGravatar Martin Szulecki1-1/+1
2012-03-20cython: Update to latest API and fix deprecation warnings with cython 0.13+Gravatar Martin Szulecki7-25/+27
2012-03-20cython: Remove glib2 flags from makefileGravatar Martin Szulecki1-2/+2
2012-03-20Move cython detection directly after SWIG detection in configure.acGravatar Martin Szulecki1-26/+25
2012-03-20Fix detection of cython versionGravatar Martin Szulecki1-4/+10
2012-03-20Fix detection of swig versionGravatar Julien Lavergne1-6/+10