summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2012-03-20Implemented hierarchy suggested by Martin S.Gravatar Bryan Forbes14-187/+472
2012-03-20Cleaned up Makefile.am.Gravatar Bryan Forbes9-32/+130
2012-03-20Fixed some class names and inheritance chains.Gravatar Bryan Forbes4-5/+7
2012-03-20Added all remaining classes from libimobiledevice.Gravatar Bryan Forbes12-37/+505
2012-03-20Added afc.pxi.Gravatar Bryan Forbes10-87/+283
2012-03-20Added base class for more efficient error handling.Gravatar Bryan Forbes7-67/+113
2012-03-20Moved everything but iDevice and LockdownClient to pxi files.Gravatar Bryan Forbes9-198/+311
2012-03-20Removed stdint.pxi.Gravatar Bryan Forbes2-38/+66
2012-03-20Added cython bindings.Gravatar Bryan Forbes6-10/+415
2012-03-20swig: Remove glib2 reference in build flagsGravatar Martin Szulecki1-1/+1
2012-03-20Use AC_LANG_SOURCE to avoid warnings in configure.acGravatar Martin Szulecki1-2/+2
2012-03-20Bump version to 1.1.2 and so version to 3:0:0Gravatar Martin Szulecki1-2/+2
2012-03-19dev/tools: add libplist_LIBS to Makefile.amGravatar Nikias Bassen2-2/+2
2012-03-19fix invalid characters in xml plistsGravatar Nikias Bassen1-2/+2
2012-03-19use binary mode for fopen to make it work with win32Gravatar Nikias Bassen4-5/+5
2012-03-19Add more debug output to userprefsGravatar Nikias Bassen2-12/+48
2012-03-19Fix broken debug_info usageGravatar Nikias Bassen1-2/+2
2012-03-19userprefs: fix 0x0d,0x0a config file parsing on win32Gravatar Nikias Bassen1-5/+11