summaryrefslogtreecommitdiffstats
path: root/src/AFC.c
AgeCommit message (Expand)AuthorFilesLines
2009-11-30afc_truncate: use uint64_t instead of off_tGravatar Nikias Bassen1-1/+1
2009-11-30uint32_t type fixes for afc_file_read/afc_file_writeGravatar Nikias Bassen1-108/+122
2009-11-30added endian safety to AFCGravatar Nikias Bassen1-15/+19
2009-11-05afc_dispatch_packet optimization: remove additional bufferGravatar Nikias Bassen1-20/+29
2009-11-05MAXIMUM_PACKET_SIZE should be staticGravatar Christophe Fergeau1-1/+1
2009-11-05make sure 'length' is >=0 in afc_file_readGravatar Christophe Fergeau1-1/+1
2009-11-05make sure 'length' is >=0 in afc_file_writeGravatar Christophe Fergeau1-1/+1
2009-11-02AFC: new function afc_set_file_timeGravatar Nikias Bassen1-0/+43
2009-09-12Public API rework, extension and adaption to latest libusbmuxd-1.0 API.Gravatar Nikias Bassen1-20/+20
2009-09-12Update the afc_get_device_info helper to return an afc_error_tGravatar Martin Szulecki1-11/+17
2009-08-01Add afc_get_device_info_field() helper functionGravatar Bastien Nocera1-0/+29
2009-07-29Add handling of afc_remove_path's unknown error code which is an ENOTEMPTYGravatar Martin Szulecki1-0/+4
2009-07-26Merge commit 'martin-s/martin'Gravatar Matt Colyer1-377/+326
2009-07-26fix most -Wall warningsGravatar Christophe Fergeau1-1/+1
2009-07-25Implement afc_file_tell() and adjust afc_receive_data() to handle itGravatar Martin Szulecki1-2/+43
2009-07-25Remove AFC to errno conversion and make afc_receive_data() return AFC errorsGravatar Martin Szulecki1-161/+81
2009-07-25Update AFC API and use error codes from the STATUS operation responseGravatar Martin Szulecki1-155/+151
2009-07-25Define remaining unknown AFC operations; SUCCESS is actually a DATA operationGravatar Martin Szulecki1-21/+22
2009-07-24Improve debug output messages by using __func__ everywhere and adjust wordingGravatar Martin Szulecki1-37/+30
2009-07-20New type afc_lock_op_t with allowed lock operations for afc_lock_file. Only n...Gravatar Nikias Bassen1-12/+10
2009-07-18API cleanup for AFCGravatar Nikias Bassen1-27/+30
2009-07-07API cleanup for AFCGravatar Nikias Bassen1-27/+30
2009-07-07Support for creating hard- and symlinksGravatar Nikias Bassen1-0/+52
2009-07-07AFC cleanup: remove iphone_afc_file_* and use handles instead. Removed afc_ge...Gravatar Nikias Bassen1-152/+66
2009-06-29Silence compiler warning for dispatch_AFC_packet()Gravatar Martin Szulecki1-1/+1
2009-05-18Make use of usbmuxd and remove libusb dependenciesGravatar Nikias Bassen1-36/+39
2009-05-08AFC cleanup and improved error handlingGravatar Nikias Bassen1-111/+239
2009-04-19This is a fix for iphone_afc_get_file_attr. As the file is not opened when ge...Gravatar Nikias Bassen1-1/+2
2009-03-16Merge branch 'master' into contact_syncGravatar Jonathan Beck1-1/+105
2009-03-08Adds ability to show notification screen to the user.Gravatar Nikias Bassen1-0/+57
2009-03-08Adds the iphone_afc_truncate function and fixes a small log_debug issue.Gravatar Nikias Bassen1-1/+48
2009-01-29Merge branch 'master' into contact_syncGravatar Jonathan Beck1-1/+1
2009-01-13Removed fprintf, use the debug message method.Gravatar Matt Colyer1-1/+1
2009-01-04Merge branch 'master' into plistGravatar Jonathan Beck1-4/+9
2009-01-02Fix indent issues.Gravatar Matt Colyer1-1/+1
2009-01-02Some variables were unsigned while they should beGravatar Christophe Fergeau1-3/+7
2009-01-02Fix function prototypesGravatar Christophe Fergeau1-1/+1
2009-01-02Add missing #include "utils.h"Gravatar Christophe Fergeau1-0/+1
2008-12-13fork out plist stuff in libplist and migrate libiphone to use it.Gravatar Jonathan Beck1-1/+0
2008-11-24Added binary-plist support (tweaked slightly to move stuff around)Gravatar Zach C1-23/+23
2008-10-31reduce chunk size in AFC since it was generating error for large fileGravatar Jonathan Beck1-1/+1
2008-10-25Change lock to mutex and add tool to check AFC in multithreaded env.Gravatar Jonathan Beck1-5/+12
2008-10-25Handle debugging through utilitary functionsGravatar Jonathan Beck1-77/+39
2008-10-23Indent fixes.Gravatar Matt Colyer1-1/+2
2008-10-23Exposes AFC file handle.Gravatar Zach C1-0/+4
2008-09-01Enforce a modified kr style.Gravatar Matt Colyer1-258/+339
2008-08-31fix afc_getattr and more error handling in ifuse.cGravatar Jonathan Beck1-2/+3
2008-08-31prefix public enum with IPHONE_Gravatar Jonathan Beck1-1/+1
2008-08-31use new function signature and few bugfixes.Gravatar Jonathan Beck1-11/+11
2008-08-31make all functions return an error code.Gravatar Jonathan Beck1-60/+70