summaryrefslogtreecommitdiffstats
path: root/src/call-barring.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-10core: Update copyright informationMarcel Holtmann1-1/+1
2011-03-30core: remove redundant codeMika Liljeberg1-7/+0
2011-02-09call-barring: Remove unneeded variableDenis Kenzior1-1/+0
2011-02-09call-barring: removed +CSSI type SS notificationsAndras Domokos1-74/+0
2011-02-08sim: Allow usage of SIM codes longer than 8 digitsJussi Kangas1-6/+6
2011-02-02call-barring: Fix style issueAki Niemi1-1/+1
2010-11-29core: explicitly compare pointers to NULLLucas De Marchi1-9/+9
2010-11-22src: coding style fixes - rule M6Jeevaka Badrappan1-2/+2
2010-09-26ss: Use function to judge if it's busyYang Gu1-6/+6
2010-09-21Fix multi-line comment style issuesJeevaka Badrappan1-3/+6
2010-09-09call-barring: Add __ofono_call_barring_is_busyJeevaka Badrappan1-0/+5
2010-09-09call-barring: Check if ussd is busyYang Gu1-4/+4
2010-03-19Fix: Check password length based on its typePekka Pessi1-6/+6
2010-03-18Fix: Interrogation of barring does not need pinPekka Pessi1-1/+1
2010-03-18Fix: Number of barring services is constantPekka Pessi1-10/+3
2010-03-18Style: Remove the now unnecessary bracesDenis Kenzior1-2/+1
2010-03-18Fix: Return newly-queried barring statusPekka Pessi1-3/+2
2010-03-18Fix: call barring can only be (de)activatedPekka Pessi1-2/+2
2010-02-15Fix: Use g_dbus_emit_signal in call-barring,meterAndrzej Zaborowski1-11/+2
2010-02-08Fix: Don't use ofono_debug directly in the coreDenis Kenzior1-9/+9
2010-01-01Update copyright informationMarcel Holtmann1-1/+1
2009-12-17Style: Fix a few more occurences of if/elseDenis Kenzior1-1/+2
2009-09-22Simplify: Use dbus_message_iter_get_argsDenis Kenzior1-26/+14
2009-09-01change int vendor to unsigned int vendorDenis Kenzior1-1/+1
2009-09-01Introduce vendor parameter to call-barringDenis Kenzior1-3/+4
2009-08-19Fix whitespace and style issuesDenis Kenzior1-1/+1
2009-08-17Remove the use of driver.hDenis Kenzior1-1/+0
2009-08-17Remove unused headerDenis Kenzior1-1/+0
2009-08-17Cleanup atom watches properlyDenis Kenzior1-4/+15
2009-08-17Refactor call barring to the new USSD APIDenis Kenzior1-52/+70
2009-08-14Refactor cssn into ofono_ssnDenis Kenzior1-9/+38
2009-08-14Move CALL_BARRING_INTERFACE definition to dbus.hDenis Kenzior1-12/+11
2009-08-14Use atom's modem storage in call barringDenis Kenzior1-17/+17
2009-08-14Update to use the new atom_free APIDenis Kenzior1-1/+1
2009-08-14Fix passing in modem where call_barring expectedDenis Kenzior1-6/+10
2009-08-14Evolve the call-barring driverDenis Kenzior1-153/+199
2009-08-07No need to use g_timeout_addDenis Kenzior1-18/+9
2009-08-05Use invalid_args instead of invalid_formatAndrzej Zaborowski1-2/+2
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/+4
2009-07-29Rename dbus_gsm_signal_property_changedDenis Kenzior1-1/+1
2009-07-29Rename dbus_gsm error functions to __ofono_errorDenis Kenzior1-34/+34
2009-07-29Move & Rename dbus_gsm_connectionDenis Kenzior1-7/+7
2009-06-18Minor style issueDenis Kenzior1-0/+1
2009-06-18Add CallBarring::ChangePasswordAndrzej Zaborowski1-17/+141
2009-06-01Squish another uninitialized warning in CBDenis Kenzior1-1/+1