Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-01-12 | Refactor and unify internal debug system for ease of use and verbosity | 1 | -12/+12 | ||
This introduces a new debug_info macro which automatically prints the calling function, file and line number information instead of having that information passed to every old log_debug_msg call. | |||||
2010-01-12 | Rename utils to debug as it does exactly that, contain debug code | 1 | -1/+1 | ||
2010-01-12 | NotificationProxy: use new property_list_service | 1 | -24/+24 | ||
2010-01-10 | Merge branch 'master' of git://github.com/MattColyer/libiphone into martin | 1 | -108/+54 | ||
2010-01-09 | use new plist helper functions | 1 | -108/+54 | ||
2010-01-08 | Enforce a set of notifications for observing instead of using defaults | 1 | -3/+2 | ||
We don't need to maintain defaults, applications should know and specifiy which notification ids they want to observe themselfs. | |||||
2010-01-08 | Add more known notification ids for notification_proxy | 1 | -15/+0 | ||
2009-12-11 | Documentation cleanup and a new error code | 1 | -10/+29 | ||
[#96 state:resolved] Signed-off-by: Matt Colyer <matt@colyer.name> | |||||
2009-11-11 | Finish migration to latest plist API. | 1 | -11/+3 | ||
[#77 state:resolved] Signed-off-by: Matt Colyer <matt@colyer.name> | |||||
2009-10-13 | Update to latest libplist API. | 1 | -10/+5 | ||
Signed-off-by: Matt Colyer <matt@colyer.name> [#77 state:resolved] | |||||
2009-09-12 | Public API rework, extension and adaption to latest libusbmuxd-1.0 API. | 1 | -14/+14 | ||
2009-07-26 | Merge commit 'martin-s/martin' | 1 | -51/+49 | ||
[#46 state:resolved] | |||||
2009-07-26 | fix most -Wall warnings | 1 | -0/+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-25 | Update NotificationProxy API and introduce new error codes | 1 | -50/+49 | ||
2009-07-24 | Improve debug output messages by using __func__ everywhere and adjust wording | 1 | -1/+0 | ||
2009-07-18 | API cleanup for NotificationProxy | 1 | -19/+20 | ||
2009-07-07 | API cleanup for NotificationProxy | 1 | -19/+20 | ||
Signed-off-by: Martin Szulecki <opensuse@sukimashita.com> | |||||
2009-05-18 | Make use of usbmuxd and remove libusb dependencies | 1 | -25/+22 | ||
Signed-off-by: Matt Colyer <matt@colyer.name> | |||||
2009-05-10 | NotificationProxy support added.0.9.0 | 1 | -105/+299 | ||
[#27 state:resolved] Signed-off-by: Matt Colyer <matt@colyer.name> | |||||
2009-04-13 | Merged in Jonathan's libplist libiphone. [#2 state:resolved] | 1 | -42/+49 | ||
2009-04-13 | Add <string.h> for memcpy to silence rpmlint [#25 state:resolved] | 1 | -0/+1 | ||
Signed-off-by: Matt Colyer <matt@colyer.name> | |||||
2009-03-24 | Merge branch 'master' of git://github.com/MattColyer/libiphone into contact_sync | 1 | -32/+33 | ||
Conflicts: Makefile.am configure.ac src/AFC.h src/NotificationProxy.c src/lockdown.c | |||||
2009-03-23 | Fix indenting. | 1 | -35/+36 | ||
2009-03-16 | Merge branch 'master' into contact_sync | 1 | -0/+263 | ||
Conflicts: configure.ac dev/Makefile.am include/libiphone/libiphone.h src/AFC.c src/AFC.h src/Makefile.am | |||||
2009-03-09 | Add forgotten file. | 1 | -0/+256 | ||