summaryrefslogtreecommitdiffstats
path: root/dev/filerelaytest.c
AgeCommit message (Collapse)AuthorFilesLines
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]