Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-09-01 | Remove common code in favor of new libimobiledevice-glue | Nikias Bassen | 1 | -248/+0 | |
2018-11-29 | utils: Fix free on invalid pointer | Nikias Bassen | 1 | -1/+1 | |
Credit to tjps see: #100 https://github.com/libimobiledevice/usbmuxd/pull/100 | |||||
2017-10-29 | Better error handling when saving pair records | Frederik Carlier | 1 | -10/+32 | |
plist_write_to_filename and buffer_write_to_filename now return 0 if the actual write operation failed (e.g. because access is denied to the file), and set errno if required. | |||||
2017-07-17 | utils: Use autoconf to check for availability of clock_gettime() | Nikias Bassen | 1 | -1/+1 | |
2016-01-28 | Add a static clock_gettime() substitute for OS X. | Aaron Burghardt | 1 | -0/+33 | |
2014-11-11 | Use new get_tick_count() to avoid timing issues on packets | Martin Szulecki | 1 | -3/+15 | |
2014-10-06 | Update and slightly cleanup copyright headers | Martin Szulecki | 1 | -21/+20 | |
2014-05-06 | utils: Add missing plist_read_from_filename() helper | Nikias Bassen | 1 | -0/+25 | |
2014-03-24 | device/utils: move mstime64() into utils since it is generally useful | Mikkel Kamstrup Erlandsen | 1 | -0/+14 | |
2014-01-09 | utils: add new collection_copy() function | Nikias Bassen | 1 | -0/+8 | |
2014-01-09 | removed trailing \n from usbmuxd_log() messages | Nikias Bassen | 1 | -1/+1 | |
2014-01-09 | utils: collection_add don't double capacity but instead increase by a fixed ↵ | Nikias Bassen | 1 | -6/+8 | |
amount | |||||
2013-12-13 | add support for reading and writing config and pair record files | Nikias Bassen | 1 | -0/+144 | |
2013-09-17 | remove libusbmuxd sources and adapt source tree to use autotools | Nikias Bassen | 1 | -0/+120 | |
libusbmuxd has been split off and is now managed in a separate repository. By the time of this commit, the repository is: git clone http://git.sukimashita.com/libusbmuxd.git |