summaryrefslogtreecommitdiffstats
path: root/dev/syslog_relay.c
AgeCommit message (Collapse)AuthorFilesLines
2009-07-28Move production ready tools into tools/ and do not install the dev/ onesGravatar Martin Szulecki1-169/+0
2009-07-25Rename iphone_get_device_handle to iphone_device_get_handle and update toolsGravatar Martin Szulecki1-2/+3
2009-07-25Follow glib style and rename iphone_free_device to iphone_device_freeGravatar Martin Szulecki1-2/+2
2009-07-25Update lockdown API and introduce new error codesGravatar Martin Szulecki1-3/+3
2009-07-24Rename iphone_set_debug() to iphone_set_debug_level() and code using itGravatar Martin Szulecki1-1/+1
2009-07-07Cleanup lockdown request API and fix docs, tools, bindings and exportsGravatar Martin Szulecki1-4/+5
2009-07-01Fix segfault when displaying usage for installed iphoneinfo and iphonesyslogGravatar Martin Szulecki1-1/+4
2009-06-21Lkdn times out after few seconds idle so close it early and fix a crash on quitGravatar Martin Szulecki1-1/+4
2009-05-19Adapted iphoneinfo and iphonesyslog to new API to allow device selection ↵Gravatar Nikias Bassen1-10/+12
Added iphone_id tool to list devices attached and retrieve device name. Signed-off-by: Matt Colyer <matt@colyer.name>
2009-05-19lockdown: Check for gnutls errors and silence compiler warnings. general: ↵Gravatar Nikias Bassen1-4/+1
Removed some commented-out code. [#39 state:resolved] Signed-off-by: Matt Colyer <matt@colyer.name>
2009-05-18Make use of usbmuxd and remove libusb dependenciesGravatar Nikias Bassen1-11/+14
Signed-off-by: Matt Colyer <matt@colyer.name>
2009-04-19Add tool to relay the syslog from a device to stdoutGravatar Martin Szulecki1-0/+159
[#30] Signed-off-by: Matt Colyer <matt@colyer.name>