summaryrefslogtreecommitdiffstats
path: root/net.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright informationPaul Kocialkowski2013-03-311-2/+1
* Coding style: add spaces after switch statementsPaul Kocialkowski2013-03-311-10/+10
* Avoid checking ipc_message_info pointer since it is checked in readloopPaul Kocialkowski2013-03-311-10/+8
* Coding style: add spaces around equal sign in for statementsPaul Kocialkowski2013-03-311-3/+3
* Define and use RIL_TOKEN_NULLPaul Kocialkowski2013-03-311-14/+14
* net: Refactor code, check for NULL pointers and prevent memory leaksPaul Kocialkowski2013-03-311-148/+167
* Rename samsung-ril to Samsung-RIL, refactor Android.mk and comments stylePaul Kocialkowski2013-03-301-26/+26
* Change coding style: add a space after if, for and whilePaul Kocialkowski2013-02-091-50/+50
* compat: Removed separate header: apply per-version changes in the codePaul Kocialkowski2013-02-091-0/+20
* Copyright: Corrected email addressPaul Kocialkowski2012-11-191-1/+1
* Updated copyright informationPaul Kocialkowski2012-11-041-1/+1
* Reworked RIL requests, globals, SIM status, clientPaul Kocialkowski2012-11-011-100/+100
* Stick to the latest libsamsung-ipc changesPaul Kocialkowski2012-09-061-18/+18
* Cosmetics: removed lines with tabs or spacesPaul Kocialkowski2012-08-281-2/+2
* Add a pointer check to ipc_net_plmn_selAlexander Tarasikov2012-08-231-3/+12
* Fix some compilation warningsAlexander Tarasikov2012-07-251-7/+7
* Fixed SIM status handling and added generic RIL_TOKEN_DATA_WAITINGPaulK2012-03-291-24/+22
* Fixed some unusual return values on errorPaulK2012-02-241-4/+6
* Typo ril_tokens_net_state_dumpPaulK2012-02-221-1/+4
* Cleaned code for network type selection and added stable PLMN selectionPaulK2012-02-221-34/+130
* Fixed IPC_NET_MODE_SEL related functionsPaulK2012-02-211-21/+26
* Using the global Operators list on QUERY_AVAILABLE_NETWORKS and added the tab...PaulK2012-02-211-19/+6
* Fixed code according to libsamsung-ipc changesPaulK2012-02-171-2/+2
* Don't return failure if net requests are overlapingPaulK2012-02-011-6/+33
* Added full PLMN list (from Wikipedia)PaulK2012-01-071-22/+39
* Send back network type anywayPaulK2011-12-291-4/+1
* Added preliminary data supportPaulK2011-12-291-1/+3
* Added preliminary RFS support, code cleanup, completed TODO listPaulK2011-12-291-37/+44
* RIL rework: multi-client, more stable, added GPLv3 copyright noticePaulK2011-12-211-112/+134
* Modified samsung-ril to work on Nexus S.PaulK2011-11-221-30/+628
* Temporary initial commitJoerie de Gram2011-10-291-0/+84