summaryrefslogtreecommitdiff
path: root/plugins/filesystem.c
Commit message (Expand)AuthorAgeFilesLines
* Remove *hi from mime driver read()Slawomir Bochenski2011-07-141-10/+3
* Fix white space related coding style issuesSyam Sidhardhan2011-07-091-1/+1
* Add copy and move support for filesystem pluginLuiz Augusto von Dentz2011-06-281-0/+96
* Revert API changes to mime driver read functionSlawomir Bochenski2011-06-151-13/+3
* New NewMissedCalls added for phonebook_pull.Dmitriy Paliy2011-01-031-3/+13
* Add support for stat files bigger than 2GB on 32-bit systemsLuiz Augusto von Dentz2010-12-081-3/+4
* Make string_free private to filesystem pluginDmitriy Paliy2010-11-111-1/+1
* Fix aborting capability scripts making them zombies processesLuiz Augusto von Dentz2010-08-171-10/+18
* Add variable target size support to obex_mime_type_driver_find()Marcel Mol2010-07-211-0/+3
* core: fix use of uninitialized variable for object sizeLuiz Augusto von Dentz2010-07-061-3/+0
* filesystem: improve tracking of capability scriptsLuiz Augusto von Dentz2010-07-051-4/+20
* Replace uses of debug with DBGLuiz Augusto Von Dentz2010-06-171-1/+1
* Add dynamic debug featureLuiz Augusto von Dentz2010-06-171-1/+1
* Fix dealing with large filesVinicius Costa Gomes2010-05-281-1/+3
* Coding style fixesVinicius Costa Gomes2010-05-141-36/+36
* Fix: drivers should know nothing about obex_sessionVinicius Costa Gomes2010-05-061-4/+6
* Changes the interface between the PBAP core and backendsClaudio Takahasi2010-05-061-7/+12
* Coding style fixesJohan Hedberg2010-05-061-4/+5
* Fix mixing spaces and tabsVinicius Costa Gomes2010-05-051-1/+1
* PBAP service data structure cleanupClaudio Takahasi2010-05-051-4/+10
* Fix: restrict the drivers knowledge of the coreVinicius Costa Gomes2010-05-051-15/+60
* Fix: all the drivers structs can be declared staticVinicius Costa Gomes2010-04-281-3/+3
* Fix: obexd core should know nothing about filesystemsVinicius Costa Gomes2010-04-281-0/+16
* Added PBAP application parameter parser functionClaudio Takahasi2010-04-091-15/+16
* Fix: current_folder should not be in the coreVinicius Costa Gomes2010-04-061-7/+5
* Now obex_session is private to the core obexdVinicius Costa Gomes2010-04-061-3/+3
* Initial support for mimetype drivers on PBAPClaudio Takahasi2010-04-061-3/+4
* Removes direct access of obex session fields on filesystem pluginClaudio Takahasi2010-04-061-15/+15
* Fix writing to errnoLuiz Augusto Von Dentz2010-03-011-30/+65
* Fix blocking while waiting capability script to exitLuiz Augusto Von Dentz2010-03-011-22/+101
* Fix a memory leak when opening a folder for listingVinicius Costa Gomes2010-02-011-0/+5
* Update Intel copyrightsMarcel Holtmann2010-01-071-1/+1
* Update copyright informationMarcel Holtmann2010-01-011-1/+1
* Remove extra space and unnecessary cast.Luiz Augusto Von Dentz2009-12-181-2/+2
* Fix bug when object size is unknownLuiz Augusto Von Dentz2009-12-181-2/+6
* Fix reporting no space left on diskLuiz Augusto Von Dentz2009-12-171-2/+1
* Fix string_read when reading chunksLuiz Augusto Von Dentz2009-12-141-2/+2
* Fix .read of folder-listing driverLuiz Augusto Von Dentz2009-12-141-70/+52
* Fix .read of capability driverLuiz Augusto Von Dentz2009-12-141-5/+19
* Add support for builtin plugins.Luiz Augusto von Dentz2009-11-031-1/+1
* Introduce service drivers and move command code from core to plugins.Luiz Augusto von Dentz2009-11-031-1/+2
* Add initial implementation of mimetype driver and filesystem plugin.Luiz Augusto von Dentz2009-11-031-0/+394