summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2009-05-25Fix wrong D-Bus signature for strength changed signalMarcel Holtmann1-1/+1
2009-05-25Use shared library for builtin pluginsMarcel Holtmann1-2/+2
2009-05-25Send signal when service strength changesMarcel Holtmann1-0/+32
2009-05-21Add helper for setting network address and use itMarcel Holtmann1-0/+36
2009-05-21Add helpers for setting network name and signal strength valuesMarcel Holtmann1-5/+41
2009-05-21Export and use more generic INET helpersMarcel Holtmann1-2/+109
2009-05-21Add generic wrapper for INET based device creationMarcel Holtmann2-243/+286
2009-05-21Add skeleton for generic INET helpersMarcel Holtmann3-1/+29
2009-05-21Fix missing copyright yearMarcel Holtmann1-1/+1
2009-05-20Disconnect currently connected networks firstMarcel Holtmann1-0/+2
2009-05-20Try the Wireless Extension driver first for nowMarcel Holtmann1-1/+1
2009-05-20Add option for selecting WiFi/Supplicant driver from command lineMarcel Holtmann2-0/+17
2009-05-20Fix transition of network connection stateMarcel Holtmann1-39/+63
2009-05-20Make network connect function private for nowMarcel Holtmann4-4/+5
2009-05-20Take reference when network is connected and assigned to deviceMarcel Holtmann1-2/+10
2009-05-19Don't auto-connect to network without a nameMarcel Holtmann1-4/+8
2009-05-18Fill WiFi channel property with correct valuesMarcel Holtmann1-0/+9
2009-05-18Add frequency property to network objectsMarcel Holtmann1-0/+42
2009-05-18Use hidden flag to make service invalidMarcel Holtmann1-1/+1
2009-05-18Set a unique hidden flag for networks without nameMarcel Holtmann1-0/+7
2009-05-18Return an error when trying to connect hidden networksMarcel Holtmann1-0/+3
2009-05-18Add debug information for missing parent elementMarcel Holtmann1-0/+6
2009-05-18Fix broken network group name handlingMarcel Holtmann1-3/+33
2009-05-17Fix broken handling of last network when disconnectiong manuallyMarcel Holtmann2-0/+6
2009-05-17Use static library for builtin plugins and add extra dependencyMarcel Holtmann1-2/+2
2009-05-17Remove all usage of the Remember network propertyMarcel Holtmann2-50/+0
2009-05-17Remove priority details from network structureMarcel Holtmann1-20/+2
2009-05-17Use "RSN" instead of "WPA2" for the security detailsMarcel Holtmann1-4/+4
2009-05-16Include device details within the profile storageMarcel Holtmann3-33/+22
2009-05-16Remove storage of network informationMarcel Holtmann1-140/+0
2009-05-16Add support for default route notificationsMarcel Holtmann3-4/+23
2009-05-16Add support for storing last modification timeMarcel Holtmann1-1/+26
2009-05-16Add message parsing for MoveBefore and MoveAfter methodsMarcel Holtmann1-0/+61
2009-05-16Add special StateChanged signalMarcel Holtmann2-0/+11
2009-05-15Add helper for invalid service error messagesMarcel Holtmann2-0/+6
2009-05-15Add descriptions to all D-Bus error messagesMarcel Holtmann1-10/+9
2009-05-15Disconnect service on removal if still connectedMarcel Holtmann1-8/+1
2009-05-15Only disconnect the specific service if asked for itMarcel Holtmann1-5/+0
2009-05-15Don't allow remove method calls on non-favorite servicesMarcel Holtmann1-0/+3
2009-05-14Make sure to clear favorite setting on removalMarcel Holtmann1-4/+1
2009-05-14Make sure to disconnect network on removalMarcel Holtmann1-0/+10
2009-05-14Remove Available and Remember network propertiesMarcel Holtmann1-77/+1
2009-05-14In case of timeout make sure to cancel network operationMarcel Holtmann1-0/+3
2009-05-14Make sure to sort connected services first always firstMarcel Holtmann1-0/+15
2009-05-14Set intial service state for networks to idleMarcel Holtmann1-0/+2
2009-05-14Treat connection timeout the same as failuresMarcel Holtmann1-1/+6
2009-05-14Store the service name for easy identificationMarcel Holtmann1-0/+4
2009-05-14Some GCC are just too stupidMarcel Holtmann2-6/+3
2009-05-13Cleanup user data variable names and debug messagesMarcel Holtmann1-18/+28
2009-05-13Make sure favorite setting is properly loadedMarcel Holtmann1-1/+8