From: lkslawek@gmail.com
To: linux-bluetooth@vger.kernel.org
Subject: [PATCH 0/4] Message Access Profile plugin
Date: Wed, 2 Mar 2011 10:36:50 +0100 [thread overview]
Message-ID: <1299058614-8904-1-git-send-email-lkslawek@gmail.com> (raw)
These are the first ones of upcoming series of patches implementing Message
Access Profile (server role) in obexd.
The work is more than less complete (~4k lines now), but as advised by Johan,
I'm cutting the whole thing into smaller pieces before sending this here.
Regards,
Slawomir Bochenski
.gitignore | 1 +
Makefile.am | 10 ++-
configure.ac | 12 ++
plugins/mas.c | 338 ++++++++++++++++++++++++++++++++++++++++++++++
plugins/messages-dummy.c | 28 ++++
plugins/messages.h | 37 +++++
src/main.c | 11 ++-
src/obex.h | 1 +
8 files changed, 435 insertions(+), 3 deletions(-)
next reply other threads:[~2011-03-02 9:36 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-03-02 9:36 lkslawek [this message]
2011-03-02 9:36 ` [PATCH 1/4] Add skeleton for Message Access Profile plugin lkslawek
2011-03-02 9:36 ` [PATCH 2/4] Add actual service for Message Access Profile lkslawek
2011-03-10 11:14 ` Johan Hedberg
2011-03-10 11:28 ` Slawomir Bochenski
2011-03-02 9:36 ` [PATCH 3/4] Add MIME driver to MAP plugin lkslawek
2011-03-02 9:36 ` [PATCH 4/4] Add detecting of MAP function in OBEX request lkslawek
2011-03-02 21:12 ` [PATCH 0/4] Message Access Profile plugin Luiz Augusto von Dentz
2011-03-03 9:58 ` Slawomir Bochenski
2011-03-03 11:25 ` Luiz Augusto von Dentz
2011-03-03 14:09 ` Slawomir Bochenski
2011-03-03 15:08 ` Luiz Augusto von Dentz
2011-03-03 15:20 ` Slawomir Bochenski
2011-03-03 19:54 ` Luiz Augusto von Dentz
2011-03-04 8:50 ` Slawomir Bochenski
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1299058614-8904-1-git-send-email-lkslawek@gmail.com \
--to=lkslawek@gmail.com \
--cc=linux-bluetooth@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox