summaryrefslogtreecommitdiff
path: root/src/utils.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove common code in favor of new libimobiledevice-glueNikias Bassen2021-09-011-43/+0
|
* Better error handling when saving pair recordsFrederik Carlier2017-10-291-2/+2
| | | | 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.
* Use new get_tick_count() to avoid timing issues on packetsMartin Szulecki2014-11-111-0/+1
|
* Update and slightly cleanup copyright headersMartin Szulecki2014-10-061-20/+19
|
* Properly rename header guards according to C++ standardNikias Bassen2014-09-131-2/+2
|
* device/utils: move mstime64() into utils since it is generally usefulMikkel Kamstrup Erlandsen2014-03-241-0/+2
|
* utils: add new collection_copy() functionNikias Bassen2014-01-091-0/+1
|
* add support for reading and writing config and pair record filesNikias Bassen2013-12-131-0/+17
|
* utils: make FOREACH macro _iter variable uniqueNikias Bassen2013-09-301-4/+8
|
* remove libusbmuxd sources and adapt source tree to use autotoolsNikias Bassen2013-09-171-0/+68
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