Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-04-04 | modem: restrict operations allowed in emergency | Jeevaka Badrappan | 1 | -0/+9 | |
2011-04-04 | dbus: Add __ofono_error_emergency_active | Jeevaka Badrappan | 2 | -0/+8 | |
2011-04-04 | modem: add increment/decrement emergency mode api | Jeevaka Badrappan | 2 | -0/+39 | |
2011-04-04 | modem: add Emergency property | Jeevaka Badrappan | 1 | -0/+4 | |
2011-04-04 | modem: add ofono_modem_get_emergency_mode api | Jeevaka Badrappan | 1 | -0/+6 | |
2011-03-31 | sim: add +CNUM support for HFP emulator | Frédéric Danis | 1 | -0/+66 | |
2011-03-31 | stkutil: add one more sanity check | Denis Kenzior | 1 | -1/+1 | |
2011-03-31 | stkutil: Minor style fixes | Denis Kenzior | 1 | -3/+4 | |
2011-03-31 | stkutil: decoding & encoding for class e commands | Philippe Nunes | 2 | -39/+370 | |
Complete the TLV parsing/builder to support BIP commands | |||||
2011-03-30 | stkutil: Add typo/cleaning modifications | Philippe Nunes | 2 | -3/+3 | |
2011-03-30 | modem: Only find registered atoms | Denis Kenzior | 1 | -1/+1 | |
Change the semantics of __ofono_modem_find_atom to only return registered atoms. | |||||
2011-03-30 | devinfo: Register the devinfo atom | Denis Kenzior | 1 | -5/+19 | |
2011-03-30 | voicecall: set call_list to NULL | Denis Kenzior | 1 | -0/+1 | |
2011-03-30 | network: Notify only registered emulator atoms | Denis Kenzior | 1 | -10/+17 | |
2011-03-30 | modem: Add __ofono_modem_foreach_registered_atom | Denis Kenzior | 2 | -0/+29 | |
2011-03-30 | modem: Remove more un-needed code | Denis Kenzior | 1 | -7/+0 | |
2011-03-30 | network: Remove un-needed code | Denis Kenzior | 1 | -3/+0 | |
With the new add_atom_watch semantics the foreach statement is not needed. | |||||
2011-03-30 | core: remove redundant code | Mika Liljeberg | 7 | -52/+0 | |
2011-03-30 | core: notify watches of already registered atoms | Mika Liljeberg | 1 | -1/+15 | |
2011-03-30 | stk: Handle user termination for Send DTMF | Philippe Nunes | 1 | -5/+21 | |
2011-03-30 | stkagent: typedef renaming from previous commit | Denis Kenzior | 2 | -4/+4 | |
2011-03-30 | stkagent: Add stk_agent_display_action method | Philippe Nunes | 2 | -0/+70 | |
2011-03-29 | netreg: add +COPS support for HFP emulator | Frédéric Danis | 1 | -11/+68 | |
2011-03-28 | gnss: Rework logic flow for exceptional conditions | Denis Kenzior | 1 | -29/+23 | |
2011-03-28 | gnss: Minor style fix | Denis Kenzior | 1 | -7/+2 | |
2011-03-28 | gnss: Tweak error | Denis Kenzior | 1 | -1/+1 | |
2011-03-28 | gnss: No need to set this to FALSE | Denis Kenzior | 1 | -1/+0 | |
The structure is already zerod during g_try_new0 | |||||
2011-03-28 | gnss: Minor style tweak | Denis Kenzior | 1 | -5/+3 | |
2011-03-28 | gnss: block send_element if we have no agent | Denis Kenzior | 1 | -0/+3 | |
2011-03-28 | ofono.conf: add positioning agent interface | Jarko Poutiainen | 1 | -0/+1 | |
2011-03-28 | gnssagent: Unify sending functions | Denis Kenzior | 1 | -19/+14 | |
2011-03-28 | gnssagent: Minor style tweaks | Denis Kenzior | 1 | -9/+6 | |
2011-03-28 | gnss: Remove unneeded parameter to gnss_agent_new | Denis Kenzior | 3 | -9/+3 | |
2011-03-28 | src: add gnss atom and agent implementation | Jarko Poutiainen | 3 | -0/+587 | |
2011-03-28 | src: add atom type for gnss | Jarko Poutiainen | 1 | -0/+2 | |
2011-03-28 | Revert dun: Add ATX command in emulator (X0 only) | Denis Kenzior | 1 | -56/+1 | |
This reverts commit 420ec0146a3757a013478337cf3aede6d04de730. ATX is already implemented in gatchat/gatserver.c | |||||
2011-03-25 | dun: Add ATX command in emulator (X0 only) | Olivier Guiter | 1 | -1/+56 | |
2011-03-24 | voicecall: fix voicecalls_release_queue | Frédéric Danis | 1 | -2/+2 | |
voicecalls_release_queue uses struct ofono_call instead of struct voicecall (which is used in "calls" list parameter and function voicecalls_release_next) | |||||
2011-03-24 | gprs: fix memory leak | Mika Liljeberg | 1 | -0/+2 | |
2011-03-23 | common: fix buffer length in phone_number_to_string | Frédéric Danis | 1 | -5/+5 | |
update buffer length related to OFONO_MAX_PHONE_NUMBER_LENGTH change 78c1e96bf9601b5e5d31d04413baa1265a1c284f | |||||
2011-03-23 | emulator: add support for +GCAP | Olivier Guiter | 1 | -0/+7 | |
2011-03-23 | stk: Fix getenv failure case | Jeevaka Badrappan | 1 | -3/+3 | |
2011-03-21 | voicecall: Fix pause character validation | Lucas De Marchi | 1 | -2/+3 | |
manager_tone() converts all tone chars to uppercase. Since everywhere we check for both 'p' and 'P' for a pause, tone_queue() should also check both before claiming the string is invalid. | |||||
2011-03-18 | sms: Rework tx_state logic | Denis Kenzior | 1 | -14/+19 | |
Using the enum which has a value of zero (PENDING) by default created some problems. Use a slightly modified version of the logic and consume less storage to boot. | |||||
2011-03-18 | sms: Move CancelMessage(o) method | Denis Kenzior | 3 | -43/+37 | |
Move this method to the Message Cancel() method instead and introduce new __ofono_sms_txq_cancel API | |||||
2011-03-18 | sms: remove check for impossible NULL condition | Lucas De Marchi | 1 | -3/+0 | |
tx_next() must never be called with entry == NULL and currently it was already being dereferenced before making this check. Thus just remove it. | |||||
2011-03-18 | sms: allow message submission to be cancelled | Lucas De Marchi | 1 | -0/+88 | |
Based on patch from Yang Gu <gyagp0@gmail.com> | |||||
2011-03-18 | sms: Don't leak memory, even in bizarre conditions | Denis Kenzior | 1 | -2/+2 | |
2011-03-18 | sms: factor out 'remove entry' from tx_finished() | Lucas De Marchi | 1 | -43/+62 | |
Refactor tx_finished() and create a function to remove an entry from the tx queue. This function will be used also when a message is cancelled. Thus, handle the case in which state is MESSAGE_STATE_CANCELLED as well. Based on patch from Yang Gu <gyagp0@gmail.com> | |||||
2011-03-18 | message: add cancelled state | Lucas De Marchi | 2 | -1/+4 | |
Based on patch from Yang Gu <gyagp0@gmail.com> |