summaryrefslogtreecommitdiff
path: root/src/ussd.c
Commit message (Expand)AuthorAgeFilesLines
* util: Use bool instead of gbooleanDenis Kenzior2018-12-271-1/+0
* treewide: Remove superfluous use of _GNU_SOURCEJonas Bonn2018-10-171-1/+0
* ussd: Cancel pending requests when unregisteringSlava Monich2018-05-231-0/+16
* ussd: Don't ignore data from TERMINATED responseSlava Monich2018-04-231-5/+10
* ussd: Switch the state from USER_ACTION to IDLESlava Monich2017-08-071-0/+14
* ussd: Use g_slist_free_fullJohn Ernberg2016-04-221-5/+5
* ussd: Recover idle state after a transaction errorPhilippe Nunes2012-09-111-0/+10
* ussd: send NotRecognized error for invalid USSDDenis Kenzior2012-06-181-1/+1
* Do not set signature and reply in GDBus tablesLucas De Marchi2012-05-201-9/+9
* Convert GDBus methods to use macro helpersLucas De Marchi2012-05-201-11/+18
* Constify GDBus signal tablesHenrique Dante de Almeida2012-05-201-1/+1
* Constify GDBus method tablesHenrique Dante de Almeida2012-05-201-1/+1
* ussd: Use __ofono_atom_findDenis Kenzior2012-01-181-6/+4
* core: Update copyright informationMarcel Holtmann2011-10-101-1/+1
* ussd: Use global definition of supplementary services interfaceMarcel Holtmann2011-01-231-8/+9
* core: explicitly compare pointers to NULLLucas De Marchi2010-11-291-25/+23
* src: coding style fixes - rule M6Jeevaka Badrappan2010-11-221-4/+4
* ussd: pass call_in_progress to valid_ussd_stringPekka Pessi2010-10-101-1/+13
* common: fixup logic of valid_ussd_string()Pekka Pessi2010-10-101-1/+1
* ussd: check g_try_new0 return valuePekka Pessi2010-10-061-0/+3
* Fix multi-line comment style issuesJeevaka Badrappan2010-09-211-5/+7
* ussd: debug log notifysPekka Pessi2010-09-161-0/+41
* ussd: Give proper errorsDenis Kenzior2010-09-151-2/+2
* ussd: No need for these structure membersDenis Kenzior2010-09-151-8/+0
* ussd: Add __ofono_ussd_initiate internal apiJeevaka Badrappan2010-09-151-5/+96
* ussd: Fix up minor style issueDenis Kenzior2010-09-151-2/+2
* ussd: Driver API changesJeevaka Badrappan2010-09-141-6/+33
* ussd: Add __ofono_ussd_is_busyYang Gu2010-09-091-0/+11
* ussd: Be extra pedantic trying to CancelDenis Kenzior2010-08-161-0/+7
* ussd: Properly handle cancellationsDenis Kenzior2010-08-161-13/+15
* Refactor: Return a string from USSD Respond methodAndrzej Zaborowski2010-03-311-7/+24
* Fix: Enter RESPONSE_SENT state in ussd response cbAndrzej Zaborowski2010-02-271-1/+1
* Refactor: ussd user responseDenis Kenzior2010-02-161-14/+7
* Cleanup: Minor API tweaks for USSDDenis Kenzior2010-02-161-3/+3
* Handle network-initiated ussd requests.Andrzej Zaborowski2010-02-161-10/+152
* Cleanup: Get rid of USSD_FLAG_PENDINGDenis Kenzior2010-02-151-24/+10
* Enable USSD_STATE_USER_ACTIONAki Niemi2010-02-091-5/+13
* Move USSD status enum to headerAki Niemi2010-02-091-12/+3
* Fix: Don't use ofono_debug directly in the coreDenis Kenzior2010-02-081-8/+8
* Update copyright informationMarcel Holtmann2010-01-011-1/+1
* Style: Fix a few more occurences of if/elseDenis Kenzior2009-12-171-1/+2
* Parse +CUSD responses.Andrzej Zaborowski2009-10-161-0/+3
* change int vendor to unsigned int vendorDenis Kenzior2009-09-011-1/+1
* Add vendor flag capability to ussdDenis Kenzior2009-09-011-2/+2
* Remove unused functionDenis Kenzior2009-08-201-8/+0
* Fix cut and paste errorDenis Kenzior2009-08-191-1/+1
* Move ussd-status enum out of common.hDenis Kenzior2009-08-171-0/+9
* Cleanup SSC entries if USSD exits firstDenis Kenzior2009-08-171-0/+8
* Refactor supplementary service control stringsDenis Kenzior2009-08-171-124/+63
* Evolve the USSD APIDenis Kenzior2009-08-171-55/+111