summaryrefslogtreecommitdiff
path: root/gwobex
Commit message (Collapse)AuthorAgeFilesLines
* Fix white space related coding style issues for gwobexSyam Sidhardhan2011-07-092-5/+5
| | | | | - Corrected the space between the arguments - Corrected no space after 'sizeof'
* gwobex: fix misuse of OBEX_SetCustomData/OBEX_GetCustomDataLuiz Augusto von Dentz2010-08-172-2/+2
| | | | | | | | Those function should only be used in case of custom transport which is not the case since we are using fd transport here. To fix that it now uses OBEX_SetUserData/OBEX_GetUserData which are not associate with any transport in particular.
* Fix compilation with upstream openobexVinicius Costa Gomes2010-04-061-4/+4
| | | | | Current openobex includes the OBEX_CMD_ACTION symbol, but doesn't define OBEX_ACTION_{COPY,MOVE,SETPERM}.
* Switch to a full non-recursive buildMarcel Holtmann2009-08-171-9/+0
|
* Fix possible null pointer deference.Luiz Augusto von Dentz2009-04-291-3/+2
|
* Fix signed/unsigned comparison warnings of gw-obexMarcel Holtmann2009-01-301-2/+4
|
* add Sync macro definition in gw-obex.hForrest Zhao2009-01-191-0/+6
|
* Some minor cleanupsMarcel Holtmann2008-12-011-3/+5
|
* Add low level apparam header support in gw-obexRaymond Liu2008-12-014-8/+36
|
* Add more functions for dealing with application parametersMarcel Holtmann2008-11-272-0/+79
|
* Add gw_obex_get_async_with_apparam functionRaymond Liu2008-11-272-0/+27
|
* Change low-level functions to support application parametersMarcel Holtmann2008-11-264-11/+25
|
* Avoids a memory leak when a async operation gets abortedVinicius Costa Gomes2008-11-181-3/+4
|
* Adds a way to determine that the transfer is doneVinicius Costa Gomes2008-11-172-0/+13
|
* Improve the dc_cb/xfer callback workaroundJohan Hedberg2008-10-311-2/+2
| | | | | | It's in anycase not safe to call these two callbacks at the same time here, but in case some code does use the dc_cb for calling gw_obex_close (which is quite a rational thing to do in this case) give it a chance to work.
* Change xfer callback and dc_cb order in the event of a disconnectionJohan Hedberg2008-10-311-2/+2
| | | | | | | | This is mainly working around a bug in the gwobex API. Since it doesn't have proper refcounting the xfer callback can free the gwobex ctx and so the second callback fails. It could of course happen in the other direction too (dc_cb calls gw_obex_close) but since no known code is using dc_cb it's at least a little safer this way.
* Use dynamic librariesMarcel Holtmann2008-10-181-2/+2
|
* Use GW_OBEX_THREADS_ENABLED instead of G_THREADS_ENABLEDMarcel Holtmann2008-10-042-5/+5
|
* Add private copy of osso-gwobex-0.60Marcel Holtmann2008-10-0310-0/+3153