summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Rename debug() into log_debug() to hide it in favor of DBG()Luiz Augusto von Dentz2010-06-172-4/+4
* Replace uses of debug with DBGLuiz Augusto Von Dentz2010-06-178-45/+45
* Add dynamic debug featureLuiz Augusto von Dentz2010-06-1710-73/+127
* Add support for responding Auth ChallengeVinicius Costa Gomes2010-06-161-1/+90
* Fix wrong response code for PBAP PUTVinicius Costa Gomes2010-06-071-4/+6
* Make use of transport drivers and some cleanupsLuiz Augusto von Dentz2010-06-038-890/+29
* Add server.{c,h} filesLuiz Augusto von Dentz2010-06-032-0/+193
* Add support for transport driversLuiz Augusto von Dentz2010-06-032-0/+124
* Fix mimetype driver match when service has .whoLuiz Augusto von Dentz2010-05-312-32/+49
* Add obex_set_name so plugins can set object nameLuiz Augusto Von Dentz2010-05-252-0/+8
* Fix service driver matching when who is not specifiedLuiz Augusto Von Dentz2010-05-241-1/+2
* Fix invalid memory access when removing a fileVinicius Costa Gomes2010-05-212-2/+6
* Fix crash when receiving small objectsVinicius Costa Gomes2010-05-211-1/+2
* Fix sending the Not Found response asynchronouslyVinicius Costa Gomes2010-05-211-0/+5
* Fix not resetting buffered data count when resetting the sessionLuiz Augusto Von Dentz2010-05-211-0/+1
* Coding style fixesVinicius Costa Gomes2010-05-1416-274/+289
* Fix regression on opp put when name is not setLuiz Augusto von Dentz2010-05-141-6/+4
* Fix stream bufferingLuiz Augusto Von Dentz2010-05-112-30/+21
* Interpret EACCES as EPERMLuiz Augusto Von Dentz2010-05-111-0/+1
* Fix: drivers should know nothing about obex_sessionVinicius Costa Gomes2010-05-063-13/+6
* PBAP service data structure cleanupClaudio Takahasi2010-05-053-14/+19
* Implements PhonebookSize for PullPhoneBook functionClaudio Takahasi2010-05-054-165/+194
* Add a way to get global obexd optionsVinicius Costa Gomes2010-05-052-0/+13
* Fix error code when removing non-empty directoryLuiz Augusto von Dentz2010-05-041-0/+5
* Fix not checking for driver .put errorsLuiz Augusto Von Dentz2010-04-291-1/+5
* Fix mimetype driver selection not fallback to general defaultLuiz Augusto Von Dentz2010-04-291-10/+25
* Fix too long lines (coding style)Johan Hedberg2010-04-281-12/+19
* Fix: simplify the finding of a serviceVinicius Costa Gomes2010-04-284-21/+16
* Add support to the WHO header in mimetype driversVinicius Costa Gomes2010-04-283-10/+32
* Fix: Renaming of obex_prepare_put and obex_stream_startVinicius Costa Gomes2010-04-282-5/+8
* Fix: renaming driver->context to driver->driver_dataVinicius Costa Gomes2010-04-282-6/+6