Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-11-29 | unit: explicitly compare pointers to NULL | Lucas De Marchi | 3 | -4/+4 | |
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-29 | isi: Get rid of a pointless check in cf driver | Denis Kenzior | 1 | -1/+1 | |
2010-11-29 | drivers: explicitly compare pointers to NULL | Lucas De Marchi | 58 | -278/+267 | |
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-29 | coding-style: add rule about checking NULL pointer | Lucas De Marchi | 1 | -0/+21 | |
2010-11-29 | TODO: Mark CTM task as done | Lucas De Marchi | 2 | -11/+7 | |
2010-11-29 | phonesim: implement ctm atom | Lucas De Marchi | 1 | -4/+146 | |
2010-11-29 | isi: Update radio-settings to use new API | Denis Kenzior | 1 | -1/+1 | |
2010-11-29 | radio-settings: Update API to use ofono_bool_t | Denis Kenzior | 1 | -1/+1 | |
2010-11-29 | atmodem: Forgot to reset sms data on remove | Denis Kenzior | 1 | -0/+2 | |
2010-11-29 | configure: do not hard-code the C run-time library name | Rémi Denis-Courmont | 1 | -1/+1 | |
Since oFono does (obviously) not use -nostdlib, this only broke support for alternative C run-times. | |||||
2010-11-27 | simutil: Add EFcfis and EFcphs-cff file Ids | Jeevaka Badrappan | 1 | -0/+2 | |
2010-11-26 | call-volume: Minor coding style fix | Jeevaka Badrappan | 1 | -2/+1 | |
2010-11-26 | audio-settings: Remove unwanted check | Jeevaka Badrappan | 1 | -4/+1 | |
2010-11-26 | call-volume: Remove extra line at EOF | Jeevaka Badrappan | 1 | -1/+0 | |
2010-11-26 | doc: update cdma-voicecall-manager-api.txt | Arun Ravindran | 1 | -0/+30 | |
2010-11-26 | network: Use bit as size instead of byte | Yang Gu | 1 | -2/+2 | |
2010-11-26 | core: Remove stray newlines in messages sent to log | Rémi Denis-Courmont | 3 | -4/+4 | |
2010-11-26 | isigen: Remove stray newlines in DBG | Rémi Denis-Courmont | 1 | -1/+1 | |
2010-11-26 | ste: Remove stray newlines in messages sent to log | Rémi Denis-Courmont | 2 | -2/+2 | |
2010-11-26 | isi: Remove stray newlines in messages sent to log | Rémi Denis-Courmont | 5 | -15/+15 | |
2010-11-26 | call-volume: Fix dbus error message type | Jeevaka Badrappan | 1 | -3/+3 | |
2010-11-26 | build: Add forgotten test/test-tty | Denis Kenzior | 1 | -1/+2 | |
2010-11-26 | test: add test/set-tty script | Lucas De Marchi | 1 | -0/+25 | |
To enable/disable text-telephony support | |||||
2010-11-26 | ctm: Tweak documentation to reflect implementation | Denis Kenzior | 1 | -1/+1 | |
2010-11-26 | ctm: fix minor style issues | Denis Kenzior | 1 | -6/+4 | |
2010-11-26 | ctm: add documentation for TextTelephony interface | Lucas De Marchi | 2 | -1/+40 | |
2010-11-26 | ctm: Add initial CTM atom implementation | Lucas De Marchi | 3 | -1/+337 | |
2010-11-26 | ctm: add public header | Lucas De Marchi | 2 | -1/+68 | |
2010-11-25 | stkutil: Minor style fixes | Denis Kenzior | 1 | -2/+2 | |
2010-11-25 | stkutil: Use sms_dcs_decode in decode_text | Guillaume Lucas | 1 | -4/+8 | |
This is a much more pedantic version that can be used to retrieve the text character set. | |||||
2010-11-25 | stk: use bigger timeout in DisplayText | Andrzej Zaborowski | 1 | -0/+3 | |
When the wait for user confirmation bit is set. | |||||
2010-11-24 | call-forwarding: skip property change data and fax | Jeevaka Badrappan | 1 | -0/+7 | |
2010-11-24 | doc: Add PropertyChanged signal to voicecall api | Denis Kenzior | 1 | -0/+5 | |
2010-11-24 | doc: Add GetProperties to CDMA voicecall api | Denis Kenzior | 1 | -1/+6 | |
2010-11-24 | doc: Update voicecallmanager-api.txt | Arun Ravindran | 1 | -1/+8 | |
2010-11-24 | text-telephony: add new interface to feature map | Lucas De Marchi | 1 | -0/+1 | |
2010-11-24 | text-telephony: define new dbus interface | Lucas De Marchi | 1 | -0/+1 | |
2010-11-24 | TODO: Take ownership of neighbor cell atom task | Aki Niemi | 1 | -0/+1 | |
2010-11-23 | doc: update radio-settings-api with possible errors | Lucas De Marchi | 1 | -0/+4 | |
When GetProperties() and SetProperty() are called, there are more errors that might be returned. Add them in documentation. | |||||
2010-11-23 | Release 0.36 | Marcel Holtmann | 2 | -1/+13 | |
2010-11-23 | doc: Add initial CDMA D-Bus API proposal | Denis Kenzior | 4 | -0/+328 | |
2010-11-23 | common: remove redundant predicate | Rémi Denis-Courmont | 1 | -1/+1 | |
If the first character is a plus sign, then it is not a nul, then the string length is true anyway. | |||||
2010-11-23 | dbus: Add __ofono_error_access_denied | Gustavo F. Padovan | 2 | -0/+7 | |
2010-11-23 | TODO: Add owner to implement the Lockdown property | Gustavo F. Padovan | 1 | -0/+1 | |
2010-11-23 | TODO: add owner to Frequency Band Selection task | Lucas De Marchi | 1 | -0/+1 | |
2010-11-23 | gatchat: remove write watcher on a disconnect | Denis Kenzior | 1 | -0/+3 | |
There's a small probability that we call chat_wakeup_writer just before the channel disonnects. When this happens the write watcher still fires causing a potential crash. | |||||
2010-11-23 | stk: Minor style fix | Denis Kenzior | 1 | -1/+1 | |
2010-11-23 | stk: Handle null Text field | Andrzej Zaborowski | 1 | -0/+3 | |
Add a NULL check in dbus_apply_text_attributes because in some places (like DisplayText handler) we call it without checking and we just check the return value once. | |||||
2010-11-23 | stemodem: Change use of types | Sjur Brændeland | 1 | -7/+7 | |
Use the type __u32 for sequence counting rather than guint32, and "void *" instead of gpointer. Reduce the size of RTNL message buffer from 4096 to 1024, as this should be sufficient to hold the NEWLINK message. | |||||
2010-11-22 | call-settings: Add support for +COLR in atmodem | Denis Kenzior | 1 | -1/+53 | |