Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-01-28 | Require autoconf 2.64+ to use package bugreport and project URL in AC_INIT | Martin Szulecki | 1 | -2/+2 | |
2015-01-28 | Remove dev tools which are not installed and unmaintained anyways | Martin Szulecki | 1 | -22/+0 | |
Some might return as proper tools or be used as examples within the website documentation sooner or later. | |||||
2015-01-27 | Bump so name version before release | Martin Szulecki | 1 | -1/+1 | |
2015-01-27 | configure.ac: Reorder dependency version definitions for consistency | Martin Szulecki | 1 | -2/+2 | |
2014-10-15 | Post-release version bump to 1.2.0 | Martin Szulecki | 1 | -1/+1 | |
2014-10-14 | Bump so name correctly as some ABI symbols were hidden now | Martin Szulecki | 1 | -1/+1 | |
2014-10-03 | Bump so revision due to ABI changes | Martin Szulecki | 1 | -1/+1 | |
2014-10-03 | Avoid exporting non-public symbols | Martin Szulecki | 1 | -1/+6 | |
2014-10-01 | Add automake option to cause "make dist" to fail if NEWS was not updated | Martin Szulecki | 1 | -1/+1 | |
2014-03-24 | Post-release version bump to 1.1.7 | Nikias Bassen | 1 | -1/+1 | |
2014-03-22 | Bump dependencies to libplist++ 1.11 and libusbmuxd 1.0.9 | Martin Szulecki | 1 | -2/+2 | |
This allows use of the new pair record handling interface of libusbmuxd. | |||||
2014-03-20 | Bump dependency to libplist 1.11 and remove use of "plist_dict_insert_item()" | Martin Szulecki | 1 | -1/+1 | |
2013-09-27 | configure.ac: add -fsigned-char to make sure char is signed | Nikias Bassen | 1 | -1/+1 | |
on systems like the Raspberry Pi char is unsigned by default but our code expects char to be signed. So we should be good with -fsigned-char | |||||
2013-09-07 | make variables for package dependencies, synchronize these with .pc file | Elan Ruusamäe | 1 | -3/+11 | |
2013-07-13 | configure.ac: Simply check for asprintf and vasprintf | Martin Szulecki | 1 | -10/+1 | |
2013-03-20 | move thread and socket code to "common" subdir | Nikias Bassen | 1 | -0/+1 | |
2013-03-19 | configure.ac: Fix broken byte order detection for platforms without endian.h | Martin Szulecki | 1 | -1/+1 | |
This could ultimatively lead to broken AFC communication with a device on affected platforms due to bad byte order in the AFC protocol header. | |||||
2013-03-19 | Post release version bump to 1.1.6 | Martin Szulecki | 1 | -1/+1 | |
2013-02-27 | configure.ac: Require cython 0.17.0 or later | Martin Szulecki | 1 | -1/+1 | |
Earlier versions are just too different and cause to many issues. | |||||
2013-02-27 | configure.ac: Make note about SSL provider in summary easier to understand | Martin Szulecki | 1 | -1/+1 | |
2013-02-21 | Link with ole32 on WIN32 to fix build | Martin Szulecki | 1 | -0/+16 | |
2013-02-21 | configure.ac: Remove autoconf tests for malloc/realloc which fail on WIN32 | Martin Szulecki | 1 | -2/+0 | |
2013-02-11 | mobilesync: Add new error_description argument to grab device error messages | Martin Szulecki | 1 | -1/+1 | |
2012-11-08 | configure: fixed confusing --enable-debug-code help string | Nikias Bassen | 1 | -2/+2 | |
2012-05-17 | configure: Check if libplist Cython bindings are installed at configure time | Martin Szulecki | 1 | -3/+13 | |
2012-04-08 | Post-release version bump to 1.1.5 | Martin Szulecki | 1 | -1/+1 | |
2012-04-08 | Bump soname revision due to internal changes | Martin Szulecki | 1 | -1/+1 | |
2012-04-08 | Bump version to 1.1.4 | Martin Szulecki | 1 | -1/+1 | |
2012-04-08 | Bump version to unstable 1.1.31.1.3 | Martin Szulecki | 1 | -1/+1 | |
2012-04-08 | idevice: Bump libusbmuxd dependency to 1.0.8 and adopt idevice.c to API changes | Martin Szulecki | 1 | -1/+1 | |
2012-03-22 | Bump libplist requirements to version 1.8 due to need for cython | Martin Szulecki | 1 | -2/+2 | |
2012-03-21 | swig: Remove SWIG based python bindings | Martin Szulecki | 1 | -27/+1 | |
2012-03-21 | pkg-config: Dynamically inject required SSL provider dependencies into .pc file | Martin Szulecki | 1 | -3/+10 | |
2012-03-20 | cython: Bump cython requirement to version 0.13.x | Martin Szulecki | 1 | -1/+1 | |
2012-03-20 | Move cython detection directly after SWIG detection in configure.ac | Martin Szulecki | 1 | -26/+25 | |
2012-03-20 | Correct SWIG and Cython autofoo so the makefile picks up correct subdirs | Martin Szulecki | 1 | -6/+5 | |
2012-03-20 | Added cython bindings. | Bryan Forbes | 1 | -9/+34 | |
2012-03-20 | Use AC_LANG_SOURCE to avoid warnings in configure.ac | Martin Szulecki | 1 | -2/+2 | |
2012-03-20 | Bump version to 1.1.2 and so version to 3:0:0 | Martin Szulecki | 1 | -2/+2 | |
2012-03-19 | Removed glib stuff from dev/lckdclient and idevicebackup/idevicebackup2 | Nikias Bassen | 1 | -3/+0 | |
2012-03-19 | Add OpenSSL support | Nikias Bassen | 1 | -3/+34 | |
2012-03-19 | New file for be*/le* macros plus check for endian.h presence | Nikias Bassen | 1 | -8/+10 | |
2012-03-19 | Refined asprintf/vasprintf detection and inclusion | Nikias Bassen | 1 | -0/+9 | |
2012-03-18 | Completely remove glib dependency. | Nikias Bassen | 1 | -1/+15 | |
2012-03-18 | Remove gthread dependency and use pthreads instead | Nikias Bassen | 1 | -1/+0 | |
2011-04-30 | Remove deprecated gnutls_*_set_priority() and use gnutls_priority_set_direct() | Martin Szulecki | 1 | -1/+1 | |
This change requires gnutls >= 2.2.0 for the latter to be available. With deprecation starts with gnutls 2.12.0. | |||||
2011-04-28 | Bump version to unstable 1.1.11.1.1 | Martin Szulecki | 1 | -2/+2 | |
2011-03-12 | Fix swig detection | Christophe Fergeau | 1 | -6/+9 | |
AC_PROG_SWIG indicates failure to detect swig by setting the SWIG variable to false. Commit f489971b6b moved the "$SWIG != false" test before the call to AC_PROG_SWIG, which leads to the rest of configure.ac to think swig has been successfully detected even when not present. Move this test after the call to AC_PROG_SWIG. This also gets rid of the SWIG_SUB variable which is not really useful since the SWIG variable can be used for the same purpose. | |||||
2010-11-27 | Fix configure "--without-swig" flag and show error if libgcrypt is not found | John Maguire | 1 | -6/+6 | |
2010-03-31 | Bump version to unstable 1.1.0 | Martin Szulecki | 1 | -1/+1 | |