Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-07-18 | Cleanup lockdown request API and fix docs, tools, bindings and exports | Martin Szulecki | 7 | -57/+69 | |
2009-07-18 | API cleanup for NotificationProxy | Nikias Bassen | 1 | -30/+10 | |
2009-07-18 | API cleanup for AFC | Nikias Bassen | 2 | -33/+35 | |
2009-07-07 | AFC cleanup: remove iphone_afc_file_* and use handles instead. Removed ↵ | Nikias Bassen | 2 | -11/+20 | |
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-07-01 | Fix segfault when displaying usage for installed iphoneinfo and iphonesyslog | Martin Szulecki | 2 | -2/+8 | |
[#54 state:resolved] Signed-off-by: Matt Colyer <matt@colyer.name> | |||||
2009-06-29 | Make iphoneinfo useful by adding XML output and queries by domain and/or key | Martin Szulecki | 1 | -21/+105 | |
[#53 state:resolved] Signed-off-by: Matt Colyer <matt@colyer.name> | |||||
2009-06-29 | Silence warning and also dump iTunes format support information | Martin Szulecki | 1 | -0/+3 | |
2009-06-29 | Lkdn times out after few seconds idle so close it early and fix a crash on quit | Martin Szulecki | 1 | -1/+4 | |
2009-05-19 | Adapted iphoneinfo and iphonesyslog to new API to allow device selection ↵ | Nikias Bassen | 4 | -21/+123 | |
Added iphone_id tool to list devices attached and retrieve device name. Signed-off-by: Matt Colyer <matt@colyer.name> | |||||
2009-05-19 | lockdown: Check for gnutls errors and silence compiler warnings. general: ↵ | Nikias Bassen | 1 | -4/+1 | |
Removed some commented-out code. [#39 state:resolved] Signed-off-by: Matt Colyer <matt@colyer.name> | |||||
2009-05-18 | Make use of usbmuxd and remove libusb dependencies | Nikias Bassen | 6 | -24/+30 | |
Signed-off-by: Matt Colyer <matt@colyer.name> | |||||
2009-05-10 | Fixes for 0.9.1 release. | Matt Colyer | 1 | -6/+0 | |
2009-05-10 | NotificationProxy support added.0.9.0 | Nikias Bassen | 1 | -25/+70 | |
[#27 state:resolved] Signed-off-by: Matt Colyer <matt@colyer.name> | |||||
2009-05-08 | file open modes updated | Nikias Bassen | 2 | -6/+6 | |
Signed-off-by: Matt Colyer <matt@colyer.name> | |||||
2009-04-23 | Show information about installed applications and refactor iphoneinfo a bit | Martin Szulecki | 1 | -50/+91 | |
[#30 state:resolved] Signed-off-by: Matt Colyer <matt@colyer.name> | |||||
2009-04-19 | Add tool to relay the syslog from a device to stdout | Martin Szulecki | 2 | -1/+165 | |
[#30] Signed-off-by: Matt Colyer <matt@colyer.name> | |||||
2009-04-19 | Add utility to show information about attached devices | Martin Szulecki | 2 | -1/+194 | |
[#30] Signed-off-by: Matt Colyer <matt@colyer.name> | |||||
2009-04-19 | Update msync.py example to latest Python API | Martin Szulecki | 1 | -13/+13 | |
2009-03-16 | Merge branch 'master' into contact_sync | Jonathan Beck | 2 | -1/+61 | |
Conflicts: configure.ac dev/Makefile.am include/libiphone/libiphone.h src/AFC.c src/AFC.h src/Makefile.am | |||||
2009-03-08 | Adds ability to show notification screen to the user. | Nikias Bassen | 1 | -0/+59 | |
Signed-off-by: Matt Colyer <matt@colyer.name> | |||||
2009-02-05 | Large file support | Nikias Bassen | 1 | -2/+2 | |
Signed-off-by: Matt Colyer <matt@colyer.name> | |||||
2009-01-29 | Completly remove libxml dependency and change libplist-1.0 dependency to ↵ | Jonathan Beck | 2 | -6/+0 | |
libplist. | |||||
2009-01-29 | Add more warning flags and remove useless libxml2 dependency. | Jonathan Beck | 1 | -2/+2 | |
2009-01-22 | Move things around and clean up some code. | Jonathan Beck | 1 | -2/+0 | |
2009-01-13 | Fix some bugs in interface (Receive() still doesn't work). | Jonathan Beck | 1 | -0/+40 | |
2009-01-12 | Update lockdownd transfer function to take abstract plist as argument. | Jonathan Beck | 1 | -0/+3 | |
Simplify code accordingly. Use new libplist API to make code cleaner. | |||||
2009-01-09 | Change msync recv and send functions to only deal with abstract plists. | Jonathan Beck | 1 | -6/+7 | |
Start full address book dump function. Update to new logging mechanism. | |||||
2009-01-09 | add msync test client. | Jonathan Beck | 1 | -0/+73 | |
2009-01-08 | Implement skeleton of MobileSync protocol (handshake and goodbye). | Jonathan Beck | 1 | -1/+5 | |
2008-12-13 | fork out plist stuff in libplist and migrate libiphone to use it. | Jonathan Beck | 3 | -136/+1 | |
2008-12-12 | Fix some bugs in binary plist generation. | Jonathan Beck | 1 | -13/+24 | |
2008-12-10 | fix minor programming erro plus enhance plutil to convert bin to xml and xml ↵ | Jonathan Beck | 1 | -16/+13 | |
to bin. | |||||
2008-12-01 | cleanup unused functions. | Jonathan Beck | 1 | -0/+1 | |
2008-11-30 | complete xml plist abstraction and migrate lockdownd_hello to new plist API. | Jonathan Beck | 1 | -1/+2 | |
2008-11-30 | Continue abstraction of xml and binary plist. | Jonathan Beck | 1 | -82/+5 | |
2008-11-25 | fix some warnings and indent | Jonathan Beck | 3 | -107/+115 | |
2008-11-24 | Output binary data base64 encoded (and 60 cols wide) | Jonathan Beck | 1 | -2/+9 | |
2008-11-24 | Added binary-plist support (tweaked slightly to move stuff around) | Zach C | 3 | -2/+191 | |
Signed-off-by: Matt Colyer <matt@colyer.name> fix makefile to take correct main function into account | |||||
2008-11-13 | fix missing Makefile.am file | Jonathan Beck | 1 | -0/+19 | |
2008-10-31 | reduce chunk size in AFC since it was generating error for large file | Jonathan Beck | 1 | -0/+1 | |
fix include in afccheck.c | |||||
2008-10-30 | move dev specific tools to dev/ subdir. | Jonathan Beck | 3 | -0/+387 | |
update autoconf files accordingly |