summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2012-03-20Correct SWIG and Cython autofoo so the makefile picks up correct subdirsGravatar Martin Szulecki2-7/+6
2012-03-20Renamed last_sync_time and current_time to device_anchor and host_anchor.Gravatar Bryan Forbes1-4/+4
2012-03-20Python bindings for new sync interface.Gravatar Bryan Forbes4-1/+133
2012-03-20More memory leak plugging. Some code cleanup too.Gravatar Bryan Forbes11-107/+193
2012-03-20Used issubclass to determine if a class object can be passed.Gravatar Bryan Forbes1-1/+1
2012-03-20Removed property_list_client.pxi.Gravatar Bryan Forbes3-21/+54
2012-03-20Changed some parent class relationships.Gravatar Bryan Forbes4-4/+4
2012-03-20Use stdlib.free and plist.plist_free.Gravatar Bryan Forbes6-22/+19
2012-03-20Finished wrapping afc interface.Gravatar Bryan Forbes1-3/+28