summaryrefslogtreecommitdiff
path: root/obexd/src/main.c
Commit message (Expand)AuthorAgeFilesLines
* obexd: Fix unchecked return valueTedd Ho-Jeong An2021-10-181-1/+3
* obex: Fix warnings cause by using of deprecated APIsLuiz Augusto von Dentz2021-04-021-5/+0
* obexd: Add SPDX License IdentifierTedd Ho-Jeong An2020-09-211-14/+1
* build: Move declaration of _GNU_SOURCE back into individual source filesMarcel Holtmann2018-12-061-0/+1
* obexd: Fix includes for gdbus.h headerMarcel Holtmann2015-03-011-1/+1
* obexd: Fix coding style and improves readabilityGowtham Anandha Babu2014-10-161-2/+4
* obex: Use user's cache dir as a default rootBastien Nocera2013-11-121-5/+6
* obexd: Don't bother with trying to handle SIGPIPEMarcel Holtmann2013-01-111-4/+0
* obexd: Move __terminated into signal handlerMarcel Holtmann2012-12-231-2/+1
* obexd: There is only one daemonMarcel Holtmann2012-12-211-1/+1
* obexd: Reorder command line optionsMarcel Holtmann2012-12-191-7/+7
* obexd: Merge obex-client into obexd daemonJohan Hedberg2012-12-181-0/+9
* obexd: Don't daemonize and just toggle foreground loggingMarcel Holtmann2012-12-101-8/+1
* Revert "Ensure config.h is included by using CPPFLAGS"Johan Hedberg2012-12-071-0/+4
* Use the entire include path for gdbus.hLucas De Marchi2012-12-051-1/+1
* Ensure config.h is included by using CPPFLAGSLucas De Marchi2012-12-051-4/+0
* obexd: Use signalfd to handle unix signalsLuiz Augusto von Dentz2012-12-041-14/+78
* obexd: Make obex_server_init to initialized all services registeredLuiz Augusto von Dentz2012-12-041-13/+4
* obexd: Move secure flag to service driverLuiz Augusto von Dentz2012-12-041-7/+7
* obexd: Remove options per serverLuiz Augusto von Dentz2012-12-041-15/+17
* obexd: Clean up header filesJohan Hedberg2012-12-041-6/+1
* obexd: Simplify symbolic links supportSlawomir Bochenski2012-12-041-1/+2
* obexd: Improve usage documentation for some optionsLuiz Augusto von Dentz2012-12-041-2/+6
* obexd: Simplify options for including/excluding pluginsLuiz Augusto von Dentz2012-12-041-50/+18
* obexd: Add skeleton for Message Access Profile pluginSlawomir Bochenski2012-12-041-2/+9
* obexd: Fix logging for obex-clientLuiz Augusto von Dentz2012-12-041-1/+1
* obexd: Sort IrMC after PBAPMarcel Holtmann2012-12-041-2/+2
* obexd: IrMC sync server supportMarcel Mol2012-12-041-1/+9
* obexd: More cleanup for the logging codeMarcel Holtmann2012-12-041-6/+4
* obexd: Replace uses of debug with DBGLuiz Augusto Von Dentz2012-12-041-1/+1
* obexd: Add dynamic debug featureLuiz Augusto von Dentz2012-12-041-11/+20
* obexd: Make use of transport drivers and some cleanupsLuiz Augusto von Dentz2012-12-041-176/+12
* obexd: Coding style fixesVinicius Costa Gomes2012-12-041-9/+9
* obexd: Add a way to get global obexd optionsVinicius Costa Gomes2012-12-041-0/+10
* obexd: nobody outside the core should know about struct serverVinicius Costa Gomes2012-12-041-0/+1
* obexd: Update copyright informationMarcel Holtmann2012-12-041-1/+1
* obexd: Fix .read of folder-listing driverLuiz Augusto Von Dentz2012-12-041-2/+2
* obexd: Implement initial OBEX server/SyncML binding for SyncEvolutionForrest Zhao2012-12-041-2/+12
* obexd: Remove unused code.Luiz Augusto von Dentz2012-12-041-5/+0
* obexd: Introduce service drivers and move command code from core to plugins.Luiz Augusto von Dentz2012-12-041-11/+10
* obexd: Make sure the ONLCR flag is cleared for the TTYJohan Hedberg2012-12-041-0/+1
* obexd: Also apply the symlinks setting to the tty based serverJohan Hedberg2012-12-041-3/+5
* obexd: Make root folder relative to $HOME if it doesn't start with '/'Johan Hedberg2012-12-041-0/+8
* obexd: Add support for OBEX root folder setup scriptJohan Hedberg2012-12-041-0/+48
* obexd: Fix DBusPendingCall and GIOChannel trackingJohan Hedberg2012-12-041-4/+12
* obexd: Use SIGUSR2 for toggling debug messagesJohan Hedberg2012-12-041-0/+8
* obexd: Use SIGHUP for closing USB ttyJohan Hedberg2012-12-041-10/+27
* obexd: Be loud about signal terminationJohan Hedberg2012-12-041-0/+1
* obexd: Fix typo.Luiz Augusto von Dentz2012-12-041-1/+1
* obexd: Make sure the opened TTY is non-blockingJohan Hedberg2012-12-041-5/+24