Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-10-07 | automake: Reorder CFLAGS to fix build issues and use correct SSL library ↵ | Nikias Bassen | 1 | -12/+6 | |
flags across Makefiles | |||||
2021-09-01 | Remove common code in favor of new libimobiledevice-glue | Nikias Bassen | 1 | -4/+1 | |
2021-04-13 | common: Add missing *_LIBS and *_CFLAGS to fix build | Nikias Bassen | 1 | -0/+5 | |
2020-06-08 | Unfold automake variables into multiple lines for maintainability | Martin Szulecki | 1 | -8/+21 | |
2015-10-09 | common: Add missing gnutls/openssl CFLAGS to Makefile.am | Nikias Bassen | 1 | -1/+1 | |
2014-10-03 | common: Fix distcheck target | Martin Szulecki | 1 | -1/+1 | |
2014-10-03 | Avoid exporting non-public symbols | Martin Szulecki | 1 | -1/+1 | |
2014-09-13 | common: Fix Win32 linking by adding ws2_32 to libraries | Nikias Bassen | 1 | -1/+1 | |
2014-05-20 | common: Add missing libusbmuxd_CFLAGS and libusbmuxd_LIBS to Makefile.am | Nikias Bassen | 1 | -2/+2 | |
2013-07-02 | common: Add utils.[ch] with a string_concat() function | Federico Mena Quintero | 1 | -1/+2 | |
Instead of doing malloc() and repeated strcat(), which is an O(n^2) way to concatenate multiple strings, we define a single O(total_len) function that uses stpcpy(). This will also make the rest of the code more legible and safer. | |||||
2013-04-25 | common: Move debug and userpref code into libinternalcommon | Martin Szulecki | 1 | -1/+3 | |
2013-03-20 | move thread and socket code to "common" subdir | Nikias Bassen | 1 | -0/+15 | |