Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-01-18 | doc: Describe ConfirmLaunchBrowser method | Jeevaka Badrappan | 1 | -0/+8 | |
2011-01-18 | test: Add support for launch browser command | Jeevaka Badrappan | 1 | -0/+13 | |
2011-01-18 | Add GBA documents to doc/standards.txt | Pekka Pessi | 1 | -0/+13 | |
2011-01-18 | doc: use right description for CallSettings | Lucas De Marchi | 1 | -1/+1 | |
2011-01-18 | TODO: mark CDIP task as done | Lucas De Marchi | 2 | -7/+6 | |
2011-01-18 | voicecall: Be more explicit when copying structs | Denis Kenzior | 1 | -1/+2 | |
2011-01-18 | atmodem: add cdip to voicecall | Lucas De Marchi | 1 | -2/+59 | |
2011-01-18 | doc: Reword CDIP documentation slightly | Denis Kenzior | 1 | -3/+4 | |
2011-01-18 | voicecall: Update to the new API | Denis Kenzior | 1 | -3/+5 | |
2011-01-18 | doc: Name CalledLineIdentification as IncomingLine | Denis Kenzior | 1 | -5/+6 | |
2011-01-18 | call-settings: apply rule M11 of coding style | Lucas De Marchi | 1 | -17/+17 | |
2011-01-18 | doc: add CalledLinePresentation to CallSettings | Lucas De Marchi | 1 | -0/+15 | |
2011-01-18 | atmodem: add cdip to call-settings | Lucas De Marchi | 1 | -0/+26 | |
2011-01-18 | call-settings: add support for cdip | Lucas De Marchi | 1 | -2/+71 | |
2011-01-18 | include: add method for querying cdip support | Lucas De Marchi | 1 | -0/+2 | |
2011-01-18 | doc: add CalledLineIdentification to Voicecall | Lucas De Marchi | 1 | -0/+9 | |
2011-01-18 | voicecall: add support for cdip | Lucas De Marchi | 1 | -2/+36 | |
Enable oFono to show the identification informed with CDIP. | |||||
2011-01-18 | include: add cdip field in ofono_call | Lucas De Marchi | 1 | -0/+1 | |
2011-01-18 | gisi: remove g_isi_pending_from_msg() | Pekka Pessi | 2 | -11/+0 | |
2011-01-18 | gisi: simplify pending management | Pekka Pessi | 4 | -233/+107 | |
Client or server mark their pending objects with the function g_isi_pending_set_owner(). When client or server get destroyed or reset the pending objects are removed with the function g_isi_remove_pending_by_owner(). As a client or server always uses only a particular resource, all the pending objects are conveniently stored into a single list. | |||||
2011-01-18 | isimodem: fix crash in gprs | Pekka Pessi | 1 | -0/+3 | |
There was a crash if gprs was removed while creating context. | |||||
2011-01-18 | isimodem: Style fix in gprs, M12 | Aki Niemi | 1 | -6/+6 | |
2011-01-18 | gisi: remove before notify | Pekka Pessi | 2 | -27/+48 | |
Just in case, remove pending operations before calling notifys. The notify function can remove client, service or modem. | |||||
2011-01-18 | doc: Fix a small typo | Marcel Holtmann | 1 | -1/+1 | |
2011-01-18 | gatchat: Turn off buffering of GAtChat IO channels | Denis Kenzior | 1 | -0/+2 | |
After commit d83da353702c8533c36e06ead14aaec5ba900cf4 this was causing the command queue to never run. | |||||
2011-01-18 | AUTHORS: Mention Jessica's contributions | Denis Kenzior | 1 | -0/+1 | |
2011-01-18 | ste: Use UTF-8 as a default character set | Lasse Kunnasluoto | 1 | -0/+4 | |
2011-01-18 | simutil: Sort sim_fileid in numerical order | Denis Kenzior | 1 | -5/+5 | |
2011-01-18 | simutil: M9, M11, Minor style fixes and indentation | Jessica Nilsson | 1 | -5/+5 | |
2011-01-18 | gatserver: ATS6 command handler added | Olivier Guiter | 1 | -0/+10 | |
2011-01-18 | atmodem: fix signal strength issue with ifx | Jeevaka Badrappan | 1 | -2/+2 | |
2011-01-18 | doc: Add AT command set for Dialup Networking | Olivier Guiter | 1 | -0/+45 | |
2011-01-18 | doc: Add Bluetooth Dial-up Networking Profile specs | Olivier Guiter | 1 | -0/+4 | |
2011-01-18 | atmodem: coding style fix | Jeevaka Badrappan | 1 | -1/+1 | |
2011-01-18 | TODO: claim IPv6 task | Mika Liljeberg | 1 | -1/+2 | |
2011-01-18 | doc: Add short mention of CPHS under standards | Aki Niemi | 1 | -0/+9 | |
2011-01-18 | gatchat: Use g_io_channel_read_chars and g_io_channel_write_chars | Marcel Holtmann | 1 | -7/+9 | |
2011-01-18 | build: Use -DG_DISABLE_DEPRECATED compiler define | Marcel Holtmann | 1 | -0/+1 | |
2011-01-18 | TODO: Add task for adding EFcsp support | Aki Niemi | 1 | -0/+13 | |
This task will add support for CPHS Customer Service Profile (CSP), specifically for the CSP PLMN mode bit therein. | |||||
2011-01-18 | netreg: Remove default statement | Aki Niemi | 1 | -2/+2 | |
2011-01-18 | netreg: Fix userdata -> user_data | Aki Niemi | 1 | -10/+10 | |
This convention has been advertized on the mailing list. | |||||
2011-01-18 | simutil: Style fixes, M12 | Aki Niemi | 1 | -29/+29 | |
2011-01-18 | netreg: Style fixes, M12 | Aki Niemi | 1 | -8/+8 | |
2011-01-18 | common: Style fixes, M12 | Aki Niemi | 1 | -57/+57 | |
2011-01-17 | test: add Retries property to list-modems | Jeevaka Badrappan | 1 | -0/+5 | |
2011-01-17 | Fix crash in isimodem call forwarding. | Pekka Pessi | 1 | -5/+8 | |
2011-01-17 | sim: fix issue with sizeof call | Jeevaka Badrappan | 1 | -1/+1 | |
In some compilers, sizeof the functional argument is not returning the actual sizeof the argument. | |||||
2011-01-17 | doc: missing space | Rémi Denis-Courmont | 1 | -1/+1 | |
2011-01-17 | doc: Typo | Rémi Denis-Courmont | 1 | -1/+1 | |
2011-01-15 | build: Make Bluetooth library requirement conditional | Marcel Holtmann | 2 | -16/+26 | |