summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix: Store refs as 16 bits, not 8Denis Kenzior2009-12-021-1/+1
* Fix: Don't forget to cleanup the atom watchDenis Kenzior2009-12-011-0/+7
* Fix: Simplify logic to use g_memdupDenis Kenzior2009-12-011-5/+3
* Fix: Be more signed/unsigned correctDenis Kenzior2009-12-011-3/+3
* Style: Use unsigned int instead of unsignedDenis Kenzior2009-12-011-1/+2
* Fix: Reset call_ids when modem is powered offZhenhua Zhang2009-11-261-0/+3
* Fix: Add check for register_auto methodZhenhua Zhang2009-11-241-2/+5
* Fix: Send all SMS segmentsZhigang Li2009-11-241-1/+1
* Get rid of the pointless checks before g_free in GPRS engineMarcel Holtmann2009-11-241-30/+11
* Add support bringing GPRS interfaces up and down as neededMarcel Holtmann2009-11-241-0/+50
* Emit settings signal before active signalMartin Xu2009-11-231-6/+7
* Report AttachInProgress ErrorDenis Kenzior2009-11-183-1/+9
* Refactor: Send NotAttached errorDenis Kenzior2009-11-183-3/+10
* Add ProposeScan methodDenis Kenzior2009-11-181-12/+65
* Fix: Use a different function for initial registerDenis Kenzior2009-11-181-1/+10
* Refactor: Reshuffle bit flagsDenis Kenzior2009-11-181-2/+2
* Refactor: Remove period operator scanDenis Kenzior2009-11-181-50/+0
* Refactor: Get rid of PENDING flag in netregDenis Kenzior2009-11-181-9/+3
* Implement CGREG queryDenis Kenzior2009-11-181-1/+21
* Refactor: Move functions up to avoid declarationDenis Kenzior2009-11-181-72/+75
* Fix: Again, uncross the wiresDenis Kenzior2009-11-181-1/+1
* Fix: Uncross the wiresDenis Kenzior2009-11-181-2/+2
* Support Settings property of PrimaryContextDenis Kenzior2009-11-171-9/+206
* Add ofono_gprs_context_get_modemMartin Xu2009-11-171-0/+5
* Fix: Make sure we don't dial with an incoming callDenis Kenzior2009-11-131-0/+3
* Refactor: Simplify code and add have_incomingDenis Kenzior2009-11-131-12/+12
* Revert: Go back to the old dial behaviorDenis Kenzior2009-11-131-64/+4
* Style: add new lineDenis Kenzior2009-11-131-0/+1
* Use release_all_held to release a single held callDenis Kenzior2009-11-121-0/+8
* Remove Voicecall.Busy methodDenis Kenzior2009-11-121-27/+14
* Fix: Emit Manufacturer, not SerialDenis Kenzior2009-11-111-1/+1
* Fix: Invoke microphone_volume, not speakerZhenhua Zhang2009-11-111-1/+1
* Add basic state saving for SMS atomDenis Kenzior2009-11-051-0/+39
* Add hooks to call into sms history for SMS atomDenis Kenzior2009-11-051-1/+21
* Add SMS history capabilityDenis Kenzior2009-11-052-5/+122
* Refactor: Make SendMessage asyncDenis Kenzior2009-11-051-27/+79
* Rename sms assembly path to sms_assembly from smsDenis Kenzior2009-11-051-1/+1
* Use localtime_r instead of localtimeDenis Kenzior2009-11-051-1/+2
* Refactor: Move SMS SendMessage to 1 recipient onlyDenis Kenzior2009-11-051-28/+12
* Fix: Load GPRS settings before finding netregDenis Kenzior2009-11-051-9/+9
* Fix: Handle the case where only PLMN name is givenDenis Kenzior2009-11-041-7/+17
* Add ability to restore GPRS contexts from settingsDenis Kenzior2009-11-021-5/+113
* Save GPRS context settingsDenis Kenzior2009-11-021-2/+67
* Add Basic save/restore code for GPRS settingDenis Kenzior2009-11-021-3/+76
* Limit the number of contexts that we manageDenis Kenzior2009-11-021-0/+4
* Update CreateContext APIDenis Kenzior2009-11-021-10/+26
* Add utility to convert strings to context typeDenis Kenzior2009-11-021-8/+17
* Fix: Default to type internetDenis Kenzior2009-11-021-1/+1
* Fix: Quiet compiler warningsDenis Kenzior2009-10-302-5/+0
* Add checking for valid APN formatDenis Kenzior2009-10-301-0/+3