summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-08-11Grant D-Bus access to user 'system'Jackie Wu1-0/+3
2009-08-11Add callbacks for IP bound and release eventsMarcel Holtmann3-1/+57
2009-08-11Use global IP address structure for transactionMarcel Holtmann2-11/+10
2009-08-11Add cleaner handling of IP address detailsMarcel Holtmann2-61/+197
2009-08-11Add test program for netmask and prefixlen conversionMarcel Holtmann2-1/+67
2009-08-10Add support for variable task argument setupMarcel Holtmann2-15/+43
2009-08-10Fix arguments for IP driver callbacksMarcel Holtmann1-3/+3
2009-08-10Use ignore method for unconfigured IP devicesMarcel Holtmann3-6/+6
2009-08-10Add option to change D-Bus config directoryMarcel Holtmann1-3/+6
2009-08-10Fix typo with DBUS_DATADIR variable checkMarcel Holtmann1-1/+1
2009-08-10Add tracking of scanning state to supplicant driverMarcel Holtmann1-0/+25
2009-08-10Add more detailed tracking of IP devicesMarcel Holtmann6-279/+457
2009-08-09Add skeletons for IP operation callbacksMarcel Holtmann2-0/+53
2009-08-09Update simple test script for D-Bus interface of supplicantMarcel Holtmann1-4/+16
2009-08-09Add support for decoding Ethernet addresses coming from RTNLMarcel Holtmann1-14/+28
2009-08-08Add support for storing default gateway informationMarcel Holtmann5-9/+30
2009-08-08Optimize the RTNL routing table parsingMarcel Holtmann1-42/+14
2009-08-08Fix potential invalid pointer dereferenceMarcel Holtmann1-0/+2
2009-08-08Fix typo in routing information outputMarcel Holtmann1-1/+1
2009-08-08Fix issue with gateway notification for non default routesMarcel Holtmann1-6/+12
2009-08-08Add support for tracking route table changes via RTNLMarcel Holtmann3-124/+209
2009-08-08Attach IP addresses to configurationMarcel Holtmann1-0/+63
2009-08-08Fix some coding style in RTNL message handlingMarcel Holtmann1-9/+3
2009-08-08Integrate RTNL deeper into IP configuration trackingMarcel Holtmann8-48/+66
2009-08-08Fix issues with hashing of RTNL interfaces and their flagsMarcel Holtmann2-9/+42
2009-08-08Request current routing information after address detailsMarcel Holtmann1-0/+1
2009-08-08Use central place to request current link detailsMarcel Holtmann3-3/+3
2009-08-08Track IP configuration based on RTNL interface listMarcel Holtmann5-14/+79
2009-08-08Create IP configuration based on the interface indexMarcel Holtmann3-14/+9
2009-08-08Use NameHasOwner instead of ListNames for name checkingJohan Hedberg1-15/+9
2009-08-07Add initial steps for IPv4 monitoring via RTNLMarcel Holtmann7-39/+237
2009-08-07Ensure g_timeout_add source can be removed safelyDenis Kenzior1-2/+10
2009-08-07Add fully flexible task handling frameworkMarcel Holtmann2-5/+285
2009-08-07Move include directive to the right spotMarcel Holtmann1-2/+2
2009-08-07Add first steps of generic task frameworkMarcel Holtmann5-0/+125
2009-08-07Add support for changing the AutoConnect value of servicesMarcel Holtmann3-1/+90
2009-08-07Report AutoConnect as false if not a favorite serviceMarcel Holtmann1-1/+5
2009-08-07Only allow service resorting when they are in the same stateMarcel Holtmann1-0/+6
2009-08-07Add monitoring of RTNL status for WiFi devicesMarcel Holtmann1-10/+55
2009-08-07Ignore Bluetooth adapters that are currently downMarcel Holtmann1-1/+2
2009-08-07Fix documentation about Favorite property of servicesMarcel Holtmann1-4/+3
2009-08-07Add support for AutoConnect property of servicesMarcel Holtmann2-0/+27
2009-08-07Fix various race conditions within Bluetooth supportMarcel Holtmann1-310/+288
2009-08-06Fix changed handling of service connect watchesMarcel Holtmann2-7/+1
2009-08-06Fix blocking service watch initial connect handlingMarcel Holtmann3-46/+96
2009-08-06Fix display of ConnectedTechnologies propertyMarcel Holtmann1-1/+2
2009-08-06Sync up with oFono's GAtChat versionMarcel Holtmann3-8/+125
2009-08-06Make overflow code a bit betterDenis Kenzior1-8/+5
2009-08-06Refactor GAtChat to accept user-provided parsersDenis Kenzior5-230/+387
2009-08-06Fix refcounting in GAtChatDenis Kenzior1-0/+1