Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-04-09 | log: Fix timestamps being printed incorrectly when running in foreground | 1 | -5/+11 | ||
Due to usage of wrong function (get_tick_count) the timestamps have been printed incorrectly based on clock_gettime. This commit fixes it by using gettimeofday correctly and also makes sure that this is thread-safe by using localtime_r if available. Furthermore, this commit will also have the effect that when logging through syslog we don't determine the current time anymore because the timestamp is not even used. | |||||
2014-11-11 | Use new get_tick_count() to avoid timing issues on packets | 1 | -1/+2 | ||
2014-10-06 | Update and slightly cleanup copyright headers | 1 | -19/+18 | ||
2013-09-17 | silence several compiler warnings | 1 | -1/+1 | ||
2013-09-17 | remove libusbmuxd sources and adapt source tree to use autotools | 1 | -0/+95 | ||
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 |