summaryrefslogtreecommitdiffstats
path: root/src/main.c
AgeCommit message (Collapse)AuthorFilesLines
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