summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2009-09-13Release 0.420.42Marcel Holtmann2-1/+6
2009-09-13Fix issue with missing scanning after disconnectMarcel Holtmann1-0/+13
2009-09-13Fix issue with not triggering auto-connect in some casesMarcel Holtmann1-4/+18
2009-09-13Move hidden counter variable to be globalMarcel Holtmann1-1/+2
2009-09-13Fix issue with switching between hidden WiFi networksMartin Xu1-1/+2
2009-09-13Fix g_at_chat_unref from command callbackDenis Kenzior1-11/+13
The resources were being used after being freed in this case
2009-09-06Release 0.410.41Marcel Holtmann2-1/+7
2009-09-05Add quirks for non-mac80211 compliant driversMarcel Holtmann1-1/+9
2009-09-05Add helper to check if it is a mac80211 interfaceMarcel Holtmann2-0/+31
2009-09-05Use extra phy80211 directory check in case WEXT got disabledMarcel Holtmann1-0/+5
2009-09-06Set powered_pending to TRUE during setup to fix race with RFKILLMarcel Holtmann1-2/+4
2009-09-06Add support for correcting loopback settingsMarcel Holtmann1-3/+43
2009-09-05Make use of the supplicant disconnect methodMarcel Holtmann1-57/+15
2009-09-05Add GSM Permissive parserDenis Kenzior2-1/+100
2009-09-05Add unquoted string capabilityDenis Kenzior2-0/+47
This is completely broken according to the standard, but some vendors use this in their "special" commands.
2009-09-01Remove unused AC_SUBST valuesMarcel Holtmann1-6/+0
2009-09-01Add tracking of oFono startup and terminationMarcel Holtmann1-0/+61
2009-09-01Don't initialize error variableMarcel Holtmann1-2/+4
2009-09-01Add PDU listing supportDenis Kenzior2-17/+79
2009-08-31Release 0.400.40Marcel Holtmann2-1/+9
2009-08-31Fix wrong variable for dhclient-script locationMarcel Holtmann1-1/+1
2009-08-31Ignore loopback devices from IP configurationMarcel Holtmann1-0/+3
2009-08-30Detect missing storage entries for AutoConnect settingMarcel Holtmann1-2/+7
2009-08-29Add basic hookup of passphrase agent callbackMarcel Holtmann3-7/+53
2009-08-29Fix Bluetooth disconnect race conditionMarcel Holtmann1-0/+3
2009-08-29Fix profile cleanup race conditionMarcel Holtmann1-7/+5
2009-08-29Update simple agent exampleMarcel Holtmann1-0/+13
2009-08-29Add support for handling errors from agent registrationMarcel Holtmann4-19/+20
2009-08-29Add some more callbacks to agent documentationMarcel Holtmann1-0/+25
2009-08-29Remove all the useless D-Bus connection passingMarcel Holtmann6-25/+32
2009-08-29Fix a problem with CtrlZ echoDenis Kenzior1-0/+10
When a PDU is submitted and echoed by the modem, the CtrlZ character is also echoed back. Fix the parser to handle this case appropriately.
2009-08-25Ignore bonding Ethernet interfacesMarcel Holtmann1-1/+7
2009-08-24Use simpler way of creating include directoryMarcel Holtmann2-2/+3
2009-08-24Release 0.390.39Marcel Holtmann2-1/+11
2009-08-24Disable IP configuration callbacks for nowMarcel Holtmann1-0/+1
2009-08-24Use more global command place holdersMarcel Holtmann1-3/+3
2009-08-24Use correct variable for grep commandMarcel Holtmann1-1/+1
2009-08-24Add checks for sed, awk and nm executablesMarcel Holtmann2-2/+5
2009-08-23Use an umask fo 077 to protect profile storageMarcel Holtmann1-0/+3
2009-08-23Fix maintainer mode and script directory locationMarcel Holtmann2-10/+20
2009-08-23Fix GAtChat compilation and linkingMarcel Holtmann2-12/+20
2009-08-23Add back Makefile.am for gtk-doc usageMarcel Holtmann1-0/+38
2009-08-23Convert to fully non-recursive build systemMarcel Holtmann15-461/+423
2009-08-23Add support for cloning IP configurationsMarcel Holtmann5-57/+188
2009-08-22Add script for creating builtin plugin listMarcel Holtmann2-10/+20
2009-08-22Make use of $(AM_V_at) for silent commandsMarcel Holtmann2-7/+7
2009-08-16Add addr-test program to ignore fileMarcel Holtmann2-1/+2
2009-08-16Add automake's --no-print-directory flagMarcel Holtmann1-0/+2
2009-08-16Use automake's subdir-objects optionMarcel Holtmann1-2/+2
2009-08-16Use $(AM_V_GEN) for custom rulesMarcel Holtmann2-13/+15