summaryrefslogtreecommitdiffstats
path: root/src/call-forwarding.c
AgeCommit message (Expand)AuthorFilesLines
2010-09-21Fix multi-line comment style issuesJeevaka Badrappan1-5/+10
2010-09-09call-forwarding: Add __ofono_call_forwarding_is_busyJeevaka Badrappan1-0/+5
2010-09-09call-forwarding: Check if ussd is busyYang Gu1-3/+3
2010-02-08Fix: Don't use ofono_debug directly in the coreDenis Kenzior1-13/+12
2010-02-05Fix: Use snprintf instead of sprintf in the coreDenis Kenzior1-9/+10
2010-01-01Update copyright informationMarcel Holtmann1-1/+1
2009-09-22Simplify: Use dbus_message_iter_get_argsDenis Kenzior1-3/+3
2009-09-01change int vendor to unsigned int vendorDenis Kenzior1-1/+1
2009-09-01Add vendor flag to call-forwardingDenis Kenzior1-2/+2
2009-08-19Fix whitespace and style issuesDenis Kenzior1-1/+1
2009-08-17Remove unused headerDenis Kenzior1-1/+0
2009-08-17Move call-forwarding-type enum out of common.hDenis Kenzior1-0/+9
2009-08-17Cleanup atom watches properlyDenis Kenzior1-1/+7
2009-08-17Port call-forwarding to new USSD APIDenis Kenzior1-26/+41
2009-08-14Move CALL_FORWARDING_INTERFACE define to dbus.hDenis Kenzior1-13/+12
2009-08-14Use atom's modem in call-forwardingDenis Kenzior1-21/+25
2009-08-14Update to use the new atom_free APIDenis Kenzior1-1/+1
2009-08-14Evolve the call-forwarding driverDenis Kenzior1-189/+219
2009-08-07No need to use g_timeout_add hereDenis Kenzior1-23/+18
2009-07-29Remove all uses of modem.hDenis Kenzior1-1/+0
2009-07-29Rename modem_add_interface / modem_remove_interfaceDenis Kenzior1-2/+2
2009-07-29Get rid of dbus-gsm.hDenis Kenzior1-2/+0
2009-07-29Rename dbus_gsm_pending_replyDenis Kenzior1-9/+9
2009-07-29Rename dbus_gsm_dict_appendDenis Kenzior1-2/+2
2009-07-29Move & Rename PROPERTIES_ARRAY_SIGNATUREDenis Kenzior1-2/+2
2009-07-29Rename dbus_gsm_signal_property_changedDenis Kenzior1-6/+6
2009-07-29Rename dbus_gsm error functions to __ofono_errorDenis Kenzior1-28/+28
2009-07-29Move & Rename dbus_gsm_connectionDenis Kenzior1-4/+4
2009-06-01Squish another uninitialized warningDenis Kenzior1-1/+1
2009-06-01Change int type to enum for SS control callbacksDenis Kenzior1-1/+2
2009-05-26Create ofono_phone_number structDenis Kenzior1-32/+29
2009-05-21Simplify CallForwarding interfaceDenis Kenzior1-412/+177
2009-05-20Fixup SS control caseDenis Kenzior1-0/+1
2009-05-12Remove some other unused variablesDenis Kenzior1-6/+0
2009-05-05Add implementation of telephony daemonDenis Kenzior1-0/+1431