summaryrefslogtreecommitdiffstats
path: root/src/NotificationProxy.c
AgeCommit message (Collapse)AuthorFilesLines
2010-01-12NotificationProxy: use new property_list_serviceGravatar Nikias Bassen1-24/+24
2010-01-10Merge branch 'master' of git://github.com/MattColyer/libiphone into martinGravatar Martin Szulecki1-108/+54
2010-01-09use new plist helper functionsGravatar Nikias Bassen1-108/+54
2010-01-08Enforce a set of notifications for observing instead of using defaultsGravatar Martin Szulecki1-3/+2
We don't need to maintain defaults, applications should know and specifiy which notification ids they want to observe themselfs.
2010-01-08Add more known notification ids for notification_proxyGravatar Martin Szulecki1-15/+0
2009-12-11Documentation cleanup and a new error codeGravatar Nikias Bassen1-10/+29
[#96 state:resolved] Signed-off-by: Matt Colyer <matt@colyer.name>
2009-11-11Finish migration to latest plist API.Gravatar Jonathan Beck1-11/+3
[#77 state:resolved] Signed-off-by: Matt Colyer <matt@colyer.name>
2009-10-13Update to latest libplist API.Gravatar Jonathan Beck1-10/+5
Signed-off-by: Matt Colyer <matt@colyer.name> [#77 state:resolved]
2009-09-12Public API rework, extension and adaption to latest libusbmuxd-1.0 API.Gravatar Nikias Bassen1-14/+14
2009-07-26Merge commit 'martin-s/martin'Gravatar Matt Colyer1-51/+49
[#46 state:resolved]
2009-07-26fix most -Wall warningsGravatar Christophe Fergeau1-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-25Update NotificationProxy API and introduce new error codesGravatar Martin Szulecki1-50/+49
2009-07-24Improve debug output messages by using __func__ everywhere and adjust wordingGravatar Martin Szulecki1-1/+0
2009-07-18API cleanup for NotificationProxyGravatar Nikias Bassen1-19/+20
2009-07-07API cleanup for NotificationProxyGravatar Nikias Bassen1-19/+20
Signed-off-by: Martin Szulecki <opensuse@sukimashita.com>
2009-05-18Make use of usbmuxd and remove libusb dependenciesGravatar Nikias Bassen1-25/+22
Signed-off-by: Matt Colyer <matt@colyer.name>
2009-05-10NotificationProxy support added.0.9.0Gravatar Nikias Bassen1-105/+299
[#27 state:resolved] Signed-off-by: Matt Colyer <matt@colyer.name>
2009-04-13Merged in Jonathan's libplist libiphone. [#2 state:resolved]Gravatar Matt Colyer1-42/+49
2009-04-13Add <string.h> for memcpy to silence rpmlint [#25 state:resolved]Gravatar Martin Szulecki1-0/+1
Signed-off-by: Matt Colyer <matt@colyer.name>
2009-03-24Merge branch 'master' of git://github.com/MattColyer/libiphone into contact_syncGravatar Jonathan Beck1-32/+33
Conflicts: Makefile.am configure.ac src/AFC.h src/NotificationProxy.c src/lockdown.c
2009-03-23Fix indenting.Gravatar Matt Colyer1-35/+36
2009-03-16Merge branch 'master' into contact_syncGravatar Jonathan Beck1-0/+263
Conflicts: configure.ac dev/Makefile.am include/libiphone/libiphone.h src/AFC.c src/AFC.h src/Makefile.am
2009-03-09Add forgotten file.Gravatar Matt Colyer1-0/+256