Commit: e7856e195051004aba8d405f9005ad2b86a05476
Parent: 6a711a17f5979054299c022549f46302b685d2cb
Author: Slawomir Bochenski <lkslawek@gmail.com>
Committer: Marcel Holtmann <marcel@holtmann.org>
Date: 2012-12-04 23:48:39
Tree: aa692aece14e7f8a3ff733a901d785cdf60eb915

obexd: Start OpenOBEX stream automatically This removes stream argument from service driver get() function. Now the streaming is started automatically when first portion of data is received. Additionally the possibility to not send body header at all is added. This can be achieved by returning -ENOSTR from mime plugin read() function.

Diffstat

M obexd/plugins/ftp.c | 6 +- - - - -
M obexd/plugins/ftp.h | 3 +- -
M obexd/plugins/irmc.c | 3 +- -
M obexd/plugins/mas.c | 5 +- - - -
M obexd/plugins/opp.c | 6 +- - - - -
M obexd/plugins/pbap.c | 11 ++++- - - - - - -
M obexd/plugins/pcsuite.c | 4 ++- -
M obexd/plugins/syncevolution.c | 5 +- - - -
M obexd/src/obex-priv.h | 1 +
M obexd/src/obex.c | 24 +++++++++++++++- - - - - - - - -
M obexd/src/service.h | 2 +-

11 files changed, 29 insertions(+), 41 deletions(-)

View Full Diff | Patch