summaryrefslogtreecommitdiffstats
path: root/dev/filerelaytest.c
AgeCommit message (Collapse)AuthorFilesLines
2015-01-28Remove dev tools which are not installed and unmaintained anywaysGravatar Martin Szulecki1-151/+0
Some might return as proper tools or be used as examples within the website documentation sooner or later.
2015-01-28Remove trailing whitespace errors from all filesGravatar Martin Szulecki1-3/+3
2014-09-19filerelaytest: Print clearer messages to the user and handle new iOS 8 errorGravatar Martin Szulecki1-11/+29
2014-08-22Removed use of err() for Windows compatibility.Gravatar Aaron Burghardt1-2/+4
2014-08-22filerelaytest: handle error when opening the output file.Gravatar Aaron Burghardt1-0/+4
2013-09-11filerelaytest: Variable can not be declared inside for loop on non C99 modeGravatar Martin Szulecki1-6/+6
2013-09-11Added the option to filerelaytest to pass sources on the command line.Gravatar Aaron Burghardt1-2/+16
2013-02-26Refactor port number use into service descriptor to enable SSL for servicesGravatar Martin Szulecki1-3/+8
This is a major change which breaks API but is required in order to support SSL communication for services as used by network connections.
2012-03-19use binary mode for fopen to make it work with win32Gravatar Nikias Bassen1-1/+1
2010-03-16Fix warning due to unused printf format specificer in filerelaytest toolGravatar Martin Szulecki1-1/+1
2010-01-29Global renames due to project rename to libimobiledeviceGravatar Nikias Bassen1-8/+8
2010-01-26Quick and dirty file_relay test tool.Gravatar Nikias Bassen1-0/+108
[#108 state:resolved]