Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-02-20 | main: Call handsfree audio manager init and cleanup | Claudio Takahasi | 1 | -0/+4 | |
2012-05-29 | build: Remove dependency on libcap-ng | Marcel Holtmann | 1 | -13/+0 | |
2011-10-10 | core: Update copyright information | Marcel Holtmann | 1 | -1/+1 | |
2011-10-05 | log: Add support for backtrace symbole resolving | Marcel Holtmann | 1 | -1/+1 | |
2011-07-29 | main: Print message when starting to shutdown | Marcel Holtmann | 1 | -0/+1 | |
2011-07-01 | main: Move signalfd setup in its own function | Marcel Holtmann | 1 | -38/+55 | |
2011-01-12 | core: M15 coding style fix | Jeevaka Badrappan | 1 | -1/+1 | |
2010-11-29 | core: explicitly compare pointers to NULL | Lucas De Marchi | 1 | -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-01 | main: add capabilities for phonet | Mika Liljeberg | 1 | -1/+2 | |
Phonet sockets require CAP_SYS_ADMIN and SO_BINDTODEVICE socket option requires CAP_NET_RAW. | |||||
2010-10-27 | main: Enable active capability dropping | Marcel Holtmann | 1 | -0/+4 | |
2010-10-04 | Support -p and -P options with list of plugins | Pekka Pessi | 1 | -2/+2 | |
2010-09-28 | modem: Add modemwatch watchlist functions | Denis Kenzior | 1 | -0/+4 | |
Used for registering to modem added & removed notifications | |||||
2010-09-11 | Add support to enable/disable specific plugin | Zhenhua Zhang | 1 | -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-25 | Break function declaration down to two lines | Marcel Holtmann | 1 | -1/+2 | |
2010-05-25 | Bring back -d option without need for argument | Gustavo F. Padovan | 1 | -1/+12 | |
2010-03-29 | Check for capabilities support via libcap-ng | Marcel Holtmann | 1 | -2/+10 | |
2010-01-26 | Remove empty block for SIGPIPE handling | Marcel Holtmann | 1 | -3/+0 | |
2010-01-26 | Add support for dynamic debug feature | Marcel Holtmann | 1 | -8/+4 | |
2010-01-16 | Add command line option for printing version number | Marcel Holtmann | 1 | -3/+11 | |
2010-01-01 | Update copyright information | Marcel Holtmann | 1 | -1/+1 | |
2009-12-17 | Style: Fix a few more occurences of if/else | Denis Kenzior | 1 | -1/+3 | |
See Linux coding style document for details | |||||
2009-12-04 | Don't generate multiple g_sources, 1 is enough | Denis Kenzior | 1 | -3/+8 | |
2009-12-04 | Use signalfd for signal handling | Denis Kenzior | 1 | -32/+58 | |
2009-12-02 | Fix: Be a bit more signal-handler safe | Denis Kenzior | 1 | -5/+12 | |
2009-12-02 | When SIGTERM is received, run the event loop | Denis Kenzior | 1 | -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-29 | Get rid of dbus-gsm.h | Denis Kenzior | 1 | -2/+2 | |
2009-07-29 | Refactor dbus initialization & reconnect | Denis Kenzior | 1 | -3/+27 | |
2009-07-29 | Move & Rename dbus_gsm_init & dbus_gsm_exit | Denis Kenzior | 1 | -2/+2 | |
Rename to __ofono_dbus_init && __ofono_dbus_cleanup for consistency Move to ofono.h | |||||
2009-05-05 | Add implementation of telephony daemon | Denis Kenzior | 1 | -0/+13 | |
2009-05-05 | Add option parsing and mainloop setup | Marcel Holtmann | 1 | -3/+90 | |
2009-04-26 | Add plugin support infrastructure | Marcel Holtmann | 1 | -0/+4 | |
2009-04-26 | Add skeleton for telephony daemon | Marcel Holtmann | 1 | -0/+35 | |