summaryrefslogtreecommitdiff
path: root/obexd/src/obex.h
Commit message (Expand)AuthorAgeFilesLines
* obexd: Add SPDX License IdentifierTedd Ho-Jeong An2020-09-211-14/+1
* obexd: Fix compilation error on newer glibcBastien Nocera2017-11-031-0/+2
* obex: add obex_getsockname()Gustavo Padovan2013-05-291-0/+1
* obexd: Remove headers declared but not definedSyam Sidhardhan2012-12-041-4/+0
* obexd: Remove obex_get_idLuiz Augusto von Dentz2012-12-041-1/+0
* obexd: Fix calling getpeername directly on manager.cLuiz Augusto von Dentz2012-12-041-0/+1
* obexd: Introduce obex_get_non_header_dataLuiz Augusto von Dentz2012-12-041-0/+2
* obexd: Remove use of obex_object_t on obex.hLuiz Augusto von Dentz2012-12-041-2/+1
* obexd: Remove unused function obex_aparam_writeLuiz Augusto von Dentz2012-12-041-2/+0
* obexd: Remove options per serverLuiz Augusto von Dentz2012-12-041-3/+0
* obexd: Remove config.h from src/obex.hLuiz Augusto von Dentz2012-12-041-4/+0
* obexd: Clean up header filesJohan Hedberg2012-12-041-12/+0
* obexd: Add initial support for OBEX Action commandLuiz Augusto von Dentz2012-12-041-0/+6
* obexd: Add skeleton for Message Access Profile pluginSlawomir Bochenski2012-12-041-0/+1
* obexd: Sort IrMC after PBAPMarcel Holtmann2012-12-041-2/+2
* obexd: IrMC sync server supportMarcel Mol2012-12-041-1/+2
* obexd: fix possible buffer overflowLuiz Augusto von Dentz2012-12-041-1/+1
* obexd: Make use of transport drivers and some cleanupsLuiz Augusto von Dentz2012-12-041-6/+1
* obexd: Add obex_set_name so plugins can set object nameLuiz Augusto Von Dentz2012-12-041-0/+1
* obexd: Coding style fixesVinicius Costa Gomes2012-12-041-12/+12
* obexd: drivers should know nothing about obex_sessionVinicius Costa Gomes2012-12-041-4/+2
* obexd: Implements PhonebookSize for PullPhoneBook functionClaudio Takahasi2012-12-041-0/+2
* obexd: Add a way to get global obexd optionsVinicius Costa Gomes2012-12-041-0/+3
* obexd: simplify the finding of a serviceVinicius Costa Gomes2012-12-041-0/+3
* obexd: Renaming of obex_prepare_put and obex_stream_startVinicius Costa Gomes2012-12-041-2/+3
* obexd: Added PBAP application parameter parser functionClaudio Takahasi2012-12-041-1/+4
* obexd: Remove unnecessary functionsClaudio Takahasi2012-12-041-2/+0
* obexd: current_folder should not be in the coreVinicius Costa Gomes2012-12-041-2/+1
* obexd: nobody outside the core should know about struct serverVinicius Costa Gomes2012-12-041-17/+0
* obexd: Remove unnecessary header files includesClaudio Takahasi2012-12-041-5/+0
* obexd: Now obex_session is private to the core obexdVinicius Costa Gomes2012-12-041-40/+15
* obexd: Add obex_get_id, which returns an device id.Vinicius Costa Gomes2012-12-041-0/+1
* obexd: Removes direct access of obex session fields on filesystem pluginClaudio Takahasi2012-12-041-1/+1
* obexd: Cleanup of the opp serviceVinicius Costa Gomes2012-12-041-0/+1
* obexd: Cleaning up the ftp serviceVinicius Costa Gomes2012-12-041-1/+3
* obexd: Cleanup of check put function of OBEX service driverClaudio Takahasi2012-12-041-1/+2
* obexd: Rename some obexd core functionsClaudio Takahasi2012-12-041-12/+8
* obexd: Cleanup of set path function of OBEX service driverClaudio Takahasi2012-12-041-2/+5
* obexd: Cleanup of get function of OBEX service driverVinicius Costa Gomes2012-12-041-1/+7
* obexd: Moves some declarations to the proper header filesClaudio Takahasi2012-12-041-0/+2
* obexd: Initial core cleanupClaudio Takahasi2012-12-041-0/+3
* obexd: Add set_io_watch to mimetype driversLuiz Augusto Von Dentz2012-12-041-0/+1
* obexd: Update Nokia copyrightsJohan Hedberg2012-12-041-2/+1
* obexd: Update copyright informationMarcel Holtmann2012-12-041-1/+1
* obexd: Implement initial OBEX server/SyncML binding for SyncEvolutionForrest Zhao2012-12-041-0/+1
* obexd: Introduce service drivers and move command code from core to plugins.Luiz Augusto von Dentz2012-12-041-32/+6
* obexd: Add initial implementation of mimetype driver and filesystem plugin.Luiz Augusto von Dentz2012-12-041-4/+9
* obexd: Also apply the symlinks setting to the tty based serverJohan Hedberg2012-12-041-1/+1
* obexd: Fix DBusPendingCall and GIOChannel trackingJohan Hedberg2012-12-041-1/+1
* obexd: Use SIGHUP for closing USB ttyJohan Hedberg2012-12-041-1/+2