summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2011-01-18doc: Describe ConfirmLaunchBrowser methodJeevaka Badrappan1-0/+8
2011-01-18test: Add support for launch browser commandJeevaka Badrappan1-0/+13
2011-01-18Add GBA documents to doc/standards.txtPekka Pessi1-0/+13
2011-01-18doc: use right description for CallSettingsLucas De Marchi1-1/+1
2011-01-18TODO: mark CDIP task as doneLucas De Marchi2-7/+6
2011-01-18voicecall: Be more explicit when copying structsDenis Kenzior1-1/+2
2011-01-18atmodem: add cdip to voicecallLucas De Marchi1-2/+59
2011-01-18doc: Reword CDIP documentation slightlyDenis Kenzior1-3/+4
2011-01-18voicecall: Update to the new APIDenis Kenzior1-3/+5
2011-01-18doc: Name CalledLineIdentification as IncomingLineDenis Kenzior1-5/+6
2011-01-18call-settings: apply rule M11 of coding styleLucas De Marchi1-17/+17
2011-01-18doc: add CalledLinePresentation to CallSettingsLucas De Marchi1-0/+15
2011-01-18atmodem: add cdip to call-settingsLucas De Marchi1-0/+26
2011-01-18call-settings: add support for cdipLucas De Marchi1-2/+71
2011-01-18include: add method for querying cdip supportLucas De Marchi1-0/+2
2011-01-18doc: add CalledLineIdentification to VoicecallLucas De Marchi1-0/+9
2011-01-18voicecall: add support for cdipLucas De Marchi1-2/+36
Enable oFono to show the identification informed with CDIP.
2011-01-18include: add cdip field in ofono_callLucas De Marchi1-0/+1
2011-01-18gisi: remove g_isi_pending_from_msg()Pekka Pessi2-11/+0
2011-01-18gisi: simplify pending managementPekka Pessi4-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-18isimodem: fix crash in gprsPekka Pessi1-0/+3
There was a crash if gprs was removed while creating context.
2011-01-18isimodem: Style fix in gprs, M12Aki Niemi1-6/+6
2011-01-18gisi: remove before notifyPekka Pessi2-27/+48
Just in case, remove pending operations before calling notifys. The notify function can remove client, service or modem.
2011-01-18doc: Fix a small typoMarcel Holtmann1-1/+1
2011-01-18gatchat: Turn off buffering of GAtChat IO channelsDenis Kenzior1-0/+2
After commit d83da353702c8533c36e06ead14aaec5ba900cf4 this was causing the command queue to never run.
2011-01-18AUTHORS: Mention Jessica's contributionsDenis Kenzior1-0/+1
2011-01-18ste: Use UTF-8 as a default character setLasse Kunnasluoto1-0/+4
2011-01-18simutil: Sort sim_fileid in numerical orderDenis Kenzior1-5/+5
2011-01-18simutil: M9, M11, Minor style fixes and indentationJessica Nilsson1-5/+5
2011-01-18gatserver: ATS6 command handler addedOlivier Guiter1-0/+10
2011-01-18atmodem: fix signal strength issue with ifxJeevaka Badrappan1-2/+2
2011-01-18doc: Add AT command set for Dialup NetworkingOlivier Guiter1-0/+45
2011-01-18doc: Add Bluetooth Dial-up Networking Profile specsOlivier Guiter1-0/+4
2011-01-18atmodem: coding style fixJeevaka Badrappan1-1/+1
2011-01-18TODO: claim IPv6 taskMika Liljeberg1-1/+2
2011-01-18doc: Add short mention of CPHS under standardsAki Niemi1-0/+9
2011-01-18gatchat: Use g_io_channel_read_chars and g_io_channel_write_charsMarcel Holtmann1-7/+9
2011-01-18build: Use -DG_DISABLE_DEPRECATED compiler defineMarcel Holtmann1-0/+1
2011-01-18TODO: Add task for adding EFcsp supportAki Niemi1-0/+13
This task will add support for CPHS Customer Service Profile (CSP), specifically for the CSP PLMN mode bit therein.
2011-01-18netreg: Remove default statementAki Niemi1-2/+2
2011-01-18netreg: Fix userdata -> user_dataAki Niemi1-10/+10
This convention has been advertized on the mailing list.
2011-01-18simutil: Style fixes, M12Aki Niemi1-29/+29
2011-01-18netreg: Style fixes, M12Aki Niemi1-8/+8
2011-01-18common: Style fixes, M12Aki Niemi1-57/+57
2011-01-17test: add Retries property to list-modemsJeevaka Badrappan1-0/+5
2011-01-17Fix crash in isimodem call forwarding.Pekka Pessi1-5/+8
2011-01-17sim: fix issue with sizeof callJeevaka Badrappan1-1/+1
In some compilers, sizeof the functional argument is not returning the actual sizeof the argument.
2011-01-17doc: missing spaceRémi Denis-Courmont1-1/+1
2011-01-17doc: TypoRémi Denis-Courmont1-1/+1
2011-01-15build: Make Bluetooth library requirement conditionalMarcel Holtmann2-16/+26