summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* release: bump version to 0.2.9970.2.997Dan Williams2009-12-071-1/+1
* Merge commit 'origin/states'Dan Williams2009-12-0718-270/+882
|\
| * gsm: handle different +COPS response behaviorDan Williams2009-12-071-8/+53
| * core: add refcounts to MMCallbackInfoDan Williams2009-12-072-8/+37
| * core: pretty-print state changesDan Williams2009-12-023-3/+44
| * gsm: implement enable/connecting/disconnecting state handlingDan Williams2009-12-028-258/+309
| * test: give some time before disconnectingDan Williams2009-12-021-0/+3
| * gsm: update for new states and state flow fixesDan Williams2009-12-013-5/+80
| * core: fix ordering of DISABLING and DISABLED statesDan Williams2009-12-012-3/+3
| * cdma: reset previous state if disconnect failedDan Williams2009-12-011-2/+18
| * cdma: correctly handle state update after disconnectionDan Williams2009-12-011-10/+19
| * cdma: s/GSM/CDMADan Williams2009-12-012-3/+3
| * cdma: handle interim enabling/disabling states betterDan Williams2009-12-012-2/+36
| * cdma: update for new modem states and make connect actually workDan Williams2009-12-011-15/+26
| * core: use modem states to protect against double operationsDan Williams2009-12-011-6/+105
| * core: add a few more interim modem statesDan Williams2009-12-011-6/+9
| * core: set modem state before potentially destroying the modemDan Williams2009-12-011-1/+2
| * core: state should always be reset to DISABLED when validity changesDan Williams2009-12-011-6/+6
| * mbm: update state after enabling the deviceDan Williams2009-12-011-0/+5
| * core: schedule enabled/disabled callbacks to avoid infinite recursionDan Williams2009-12-011-2/+8
| * cdma: set correct modem state on connect failureDan Williams2009-12-011-1/+1
| * Merge commit 'origin/master' into statesDan Williams2009-12-012-8/+78
| |\
| * \ Merge commit 'origin/master' into statesDan Williams2009-11-3015-117/+404
| |\ \
| * \ \ Merge commit 'origin/master' into statesDan Williams2009-11-241-32/+20
| |\ \ \
| * \ \ \ Merge commit 'origin/master' into statesDan Williams2009-11-233-3/+194
| |\ \ \ \
| * | | | | core: state -> DISABLED when the modem becomes invalidDan Williams2009-11-231-0/+7
| * | | | | gsm: don't regress states on registration change if still registeredDan Williams2009-11-231-1/+2
| * | | | | Merge commit 'origin/master' into statesDan Williams2009-11-065-46/+38
| |\ \ \ \ \
| * | | | | | core: initial implementation of modem statesDan Williams2009-10-277-10/+186
* | | | | | | build: require glib-2.0 >= 2.6.18 for g_set_error_literal()Dan Williams2009-12-011-1/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | zte: add missing ZTE device aux port tagsDan Williams2009-12-011-0/+12
* | | | | | gsm: more complete parsing of PIN responsesDan Williams2009-11-301-8/+42
* | | | | | zte: add additional device port tagsDan Williams2009-11-301-0/+24
| |_|_|_|/ |/| | | |
* | | | | gsm: fix unsolicited registration segfaultsDan Williams2009-11-301-41/+83
* | | | | hso: ensure authentication works again after auth errorsDan Williams2009-11-301-0/+3
* | | | | serial: don't run commands when there's already one in-progressDan Williams2009-11-291-3/+9
* | | | | hso: fix up connection issues and error ignoranceDan Williams2009-11-291-7/+9
* | | | | test: actually send username and password when connectingDan Williams2009-11-291-1/+6
* | | | | test: give connect a bit more timeDan Williams2009-11-291-1/+1
* | | | | hso: send authentication info correctly for Icera-based Option modemsDan Williams2009-11-291-23/+63
* | | | | gsm: allow unsolicted registration updates to actually update reg stateDan Williams2009-11-291-9/+12
* | | | | test: handle scan errors more gracefullyDan Williams2009-11-291-1/+6
* | | | | nozomi: fix detection (lp:425312)Dan Williams2009-11-264-12/+68
* | | | | gsm: CGDCONT parsing fixes (bgo #602552)Dan Williams2009-11-261-2/+2
* | | | | core: don't allow double-scheduled callbacksDan Williams2009-11-262-0/+3
* | | | | serial: handle arbitrary amounts of <CR><LF> padding in responsesJeroen Elebaut2009-11-241-5/+9
* | | | | test: handle signal quality exceptionsDan Williams2009-11-241-1/+11
* | | | | huawei: sometimes reports BOOT with two LFs, not LF+CRDan Williams2009-11-241-0/+1
* | | | | cdma: handle 1x and EVDO quality separatelyDan Williams2009-11-243-21/+88
* | | | | zte: retry init strings once on timeoutDan Williams2009-11-241-2/+42