summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Remove *hi from mime driver read()Slawomir Bochenski2011-07-142-20/+9
* Add get_next_header() functionSlawomir Bochenski2011-07-133-4/+59
* Start OpenOBEX stream automaticallySlawomir Bochenski2011-07-133-10/+17
* Use correct variable for setting responseSlawomir Bochenski2011-07-101-1/+1
* Fix white space related coding style issuesSyam Sidhardhan2011-07-091-1/+1
* Fix parameters in obexd.service.inSlawomir Bochenski2011-06-281-1/+1
* Add initial support for OBEX Action commandLuiz Augusto von Dentz2011-06-215-0/+154
* Remove redundant codeSlawomir Bochenski2011-06-152-18/+3
* Revert API changes to mime driver read functionSlawomir Bochenski2011-06-153-13/+6
* Improve usage documentation for some optionsLuiz Augusto von Dentz2011-05-291-2/+6
* Remove unused obex.confLuiz Augusto von Dentz2011-05-291-20/+0
* Simplify options for including/excluding pluginsLuiz Augusto von Dentz2011-05-293-53/+68
* Add skeleton for Message Access Profile pluginSlawomir Bochenski2011-03-102-2/+10
* Add flush callback to mimetype driverLuiz Augusto von Dentz2011-02-232-2/+25
* Fix not responding to pbap GET when data is already cachedLuiz Augusto von Dentz2011-02-171-20/+15
* Fix plugin close & disconnect functions call orderSlawomir Bochenski2011-01-141-2/+2
* New NewMissedCalls added for phonebook_pull.Dmitriy Paliy2011-01-033-6/+13
* Change obex_service_driver put() signatureSlawomir Bochenski2010-12-092-2/+3
* Add support for stat files bigger than 2GB on 32-bit systemsLuiz Augusto von Dentz2010-12-082-6/+7
* Fix logging for obex-clientLuiz Augusto von Dentz2010-12-073-5/+5
* Fix possible invalid readLuiz Augusto von Dentz2010-10-201-1/+3
* Fix not setting proper errors when canceling suspended requestsLuiz Augusto von Dentz2010-10-201-2/+3
* Fix plugin defineMarcel Holtmann2010-10-181-1/+1
* Type conversion in read and write obex streamsDmitriy Paliy2010-10-151-4/+4
* Code cleanup: unnecessary operation and typo removedDmitriy Paliy2010-10-151-2/+1
* Fix regression on suspend on openingDmitriy Paliy2010-10-151-1/+1
* Fix suspend stream on opening if no dataDmitriy Paliy2010-10-131-1/+13
* Fix possible use of uninitialized variablesLuiz Augusto von Dentz2010-10-121-0/+3
* Fix dead statementLuiz Augusto von Dentz2010-10-121-7/+1
* Fix possible NULL pointer deferenceLuiz Augusto von Dentz2010-10-121-1/+3
* Fix emitting TransferCompleted twiceLuiz Augusto von Dentz2010-09-281-1/+2
* btio: Seperate btio.[ch] into btio directoryZhenhua Zhang2010-09-132-1396/+0
* btio: Replace void * with gpointerZhenhua Zhang2010-09-132-17/+17
* btio: Remove blank line at EOFZhenhua Zhang2010-09-131-1/+0
* Sort IrMC after PBAPMarcel Holtmann2010-08-192-4/+4
* IrMC sync server supportMarcel Mol2010-08-192-2/+11
* Fix crash when processing OBEX_EV_PROGRESSLuiz Augusto von Dentz2010-07-301-1/+1
* Add variable target size support to obex_mime_type_driver_find()Marcel Mol2010-07-213-8/+18
* core: fix possible buffer overflowLuiz Augusto von Dentz2010-07-204-7/+12
* core: fix crash when resetting a session with no serviceLuiz Augusto von Dentz2010-07-151-1/+1
* Add mode option for L2CAP sockets to the BtIO APISantiago Carot-Nemesio2010-07-132-6/+14
* core: add debug for read streamLuiz Augusto von Dentz2010-07-091-1/+5
* core: fix not calling driver .reset when resetting sessionLuiz Augusto von Dentz2010-07-071-15/+13
* core: fix crash when driver doesn't implement .removeLuiz Augusto von Dentz2010-07-071-1/+2
* More cleanup for the logging codeMarcel Holtmann2010-07-063-17/+17
* log: fix use of log_ prefixLuiz Augusto von Dentz2010-07-063-153/+152
* core: fix use of uninitialized variable for object sizeLuiz Augusto von Dentz2010-07-061-1/+1
* core: fix not cancelling request in case of errorLuiz Augusto von Dentz2010-07-061-3/+3
* core: print response codesLuiz Augusto von Dentz2010-07-062-0/+13
* core: fix not handling all possible errors accordinglyLuiz Augusto von Dentz2010-07-051-45/+13