summaryrefslogtreecommitdiffstats
path: root/src/main.c
AgeCommit message (Collapse)AuthorFilesLines
2015-02-02main: Remove handsfree_audio_manager init/cleanupTommi Kenakkala1-4/+0
Init allocates a SCO audio socket always. oFono should do that with bluez5 but not with bluez4. This patch starts the refactoring of the handsfree_audio_manager init/cleanup functionality.
2013-02-20main: Call handsfree audio manager init and cleanupClaudio Takahasi1-0/+4
2012-05-29build: Remove dependency on libcap-ngMarcel Holtmann1-13/+0
2011-10-10core: Update copyright informationMarcel Holtmann1-1/+1
2011-10-05log: Add support for backtrace symbole resolvingMarcel Holtmann1-1/+1
2011-07-29main: Print message when starting to shutdownMarcel Holtmann1-0/+1
2011-07-01main: Move signalfd setup in its own functionMarcel Holtmann1-38/+55
2011-01-12core: M15 coding style fixJeevaka Badrappan1-1/+1
2010-11-29core: explicitly compare pointers to NULLLucas De Marchi1-1/+1
This patch was generated by the following semantic patch (http://coccinelle.lip6.fr/) // <smpl> @fix disable is_null,isnt_null1@ expression *E; @@ - !E + E == NULL // </smpl>
2010-11-01main: add capabilities for phonetMika Liljeberg1-1/+2
Phonet sockets require CAP_SYS_ADMIN and SO_BINDTODEVICE socket option requires CAP_NET_RAW.
2010-10-27main: Enable active capability droppingMarcel Holtmann1-0/+4
2010-10-04Support -p and -P options with list of pluginsPekka Pessi1-2/+2
2010-09-28modem: Add modemwatch watchlist functionsDenis Kenzior1-0/+4
Used for registering to modem added & removed notifications
2010-09-11Add support to enable/disable specific pluginZhenhua Zhang1-1/+10
Support to load or not load specific plugin when ofono is started. E.g., use 'ofonod -P hfp' to disable hfp plugin.
2010-05-25Break function declaration down to two linesMarcel Holtmann1-1/+2
2010-05-25Bring back -d option without need for argumentGustavo F. Padovan1-1/+12
2010-03-29Check for capabilities support via libcap-ngMarcel Holtmann1-2/+10
2010-01-26Remove empty block for SIGPIPE handlingMarcel Holtmann1-3/+0
2010-01-26Add support for dynamic debug featureMarcel Holtmann1-8/+4
2010-01-16Add command line option for printing version numberMarcel Holtmann1-3/+11
2010-01-01Update copyright informationMarcel Holtmann1-1/+1
2009-12-17Style: Fix a few more occurences of if/elseDenis Kenzior1-1/+3
See Linux coding style document for details
2009-12-04Don't generate multiple g_sources, 1 is enoughDenis Kenzior1-3/+8
2009-12-04Use signalfd for signal handlingDenis Kenzior1-32/+58
2009-12-02Fix: Be a bit more signal-handler safeDenis Kenzior1-5/+12
2009-12-02When SIGTERM is received, run the event loopDenis Kenzior1-1/+20
This feature will continue running the event loop for another 10 seconds or so or until all the modems have been shut down. This will allow the modem drivers to properly shutdown their respective devices.
2009-07-29Get rid of dbus-gsm.hDenis Kenzior1-2/+2
2009-07-29Refactor dbus initialization & reconnectDenis Kenzior1-3/+27
2009-07-29Move & Rename dbus_gsm_init & dbus_gsm_exitDenis Kenzior1-2/+2
Rename to __ofono_dbus_init && __ofono_dbus_cleanup for consistency Move to ofono.h
2009-05-05Add implementation of telephony daemonDenis Kenzior1-0/+13
2009-05-05Add option parsing and mainloop setupMarcel Holtmann1-3/+90
2009-04-26Add plugin support infrastructureMarcel Holtmann1-0/+4
2009-04-26Add skeleton for telephony daemonMarcel Holtmann1-0/+35