summaryrefslogtreecommitdiffstats
path: root/dev/afccheck.c
AgeCommit message (Collapse)AuthorFilesLines
2013-03-14fix invalid whitespaceGravatar Nikias Bassen1-1/+1
2013-03-14global: make sure to check service before checking service->port to prevent ↵Gravatar Nikias Bassen1-1/+1
crashes
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-18Remove gthread dependency and use pthreads insteadGravatar Nikias Bassen1-11/+6
2010-01-29Global renames due to project rename to libimobiledeviceGravatar Nikias Bassen1-12/+12
2010-01-13lockdown/tools/python: use correct type for port parameterGravatar Nikias Bassen1-1/+1
2010-01-12Remove support for debug masks due to inconsistent useGravatar Martin Szulecki1-2/+0
2010-01-12Allow lockdown client creation without performing full handshakeGravatar Martin Szulecki1-1/+1
The lockdown constructor was doing more than needed. Pairing and session negotiation is now handled by lockdownd_client_new_with_handshake().
2010-01-08Allow set the label of a lockdown request, usually set to the program nameGravatar Martin Szulecki1-1/+1
2009-09-12Update tools to use new APIGravatar Martin Szulecki1-1/+1
2009-07-26Merge commit 'martin-s/martin'Gravatar Matt Colyer1-17/+29
[#46 state:resolved]
2009-07-26fix most -Wall warningsGravatar Christophe Fergeau1-1/+1
add missing includes, add some casts to avoid format warnings, mark one function as static. There are still warnings about unused argc/argv [#61 state:resolved] Signed-off-by: Matt Colyer <matt@colyer.name>
2009-07-25Implement afc_file_tell() and adjust afc_receive_data() to handle itGravatar Martin Szulecki1-2/+7
2009-07-25Update AFC API and use error codes from the STATUS operation responseGravatar Martin Szulecki1-8/+8
2009-07-25Follow glib style and rename iphone_free_device to iphone_device_freeGravatar Martin Szulecki1-3/+3
2009-07-25Update lockdown API and introduce new error codesGravatar Martin Szulecki1-5/+4
2009-07-24Add --debug option to afccheckGravatar Martin Szulecki1-0/+8
2009-07-18Cleanup lockdown request API and fix docs, tools, bindings and exportsGravatar Martin Szulecki1-7/+8
2009-07-18API cleanup for AFCGravatar Nikias Bassen1-10/+11
2009-07-07Cleanup lockdown request API and fix docs, tools, bindings and exportsGravatar Martin Szulecki1-7/+8
2009-07-07API cleanup for AFCGravatar Nikias Bassen1-10/+11
Signed-off-by: Martin Szulecki <opensuse@sukimashita.com>
2009-07-07AFC cleanup: remove iphone_afc_file_* and use handles instead. Removed ↵Gravatar Nikias Bassen1-2/+2
afc_get_file_attr because this function has to go into the program (like ifuse); afc_get_file_info has to be used instead. Modified dispatch_AFC_Packet so that the real buffer size has to be specified (instead of length-1).
2009-05-18Make use of usbmuxd and remove libusb dependenciesGravatar Nikias Bassen1-1/+1
Signed-off-by: Matt Colyer <matt@colyer.name>
2009-05-08file open modes updatedGravatar Nikias Bassen1-2/+2
Signed-off-by: Matt Colyer <matt@colyer.name>
2008-10-31reduce chunk size in AFC since it was generating error for large fileGravatar Jonathan Beck1-0/+1
fix include in afccheck.c
2008-10-30move dev specific tools to dev/ subdir.Gravatar Jonathan Beck1-0/+133
update autoconf files accordingly