summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2010-01-05Add support for exporting basic interface statisticsMarcel Holtmann4-46/+121
2010-01-05Use common set of INET routing helpersMarcel Holtmann2-215/+70
2010-01-05Add helper for removing host routesMarcel Holtmann2-3/+44
2010-01-05Split gateway and host route setting in two separate functionsMarcel Holtmann2-27/+55
2010-01-05Fix invalid argument terminatorMarcel Holtmann1-1/+2
2010-01-05Move online/offline state handling into notifier frameworkMarcel Holtmann4-112/+79
2010-01-05Add Ethernet information for WiMAX and Bluetooth devicesMarcel Holtmann1-2/+2
2010-01-05Add interface name to Ethernet settingsMarcel Holtmann1-0/+10
2010-01-05Add place-holder for technology type GPSMarcel Holtmann3-0/+20
2010-01-04Add framework for counter callbacksMarcel Holtmann5-0/+237
2010-01-04Enable IP configuration when entering configuration stateMarcel Holtmann1-0/+3
2010-01-04Fix issue when manual IP setup not using configuration stateMarcel Holtmann1-14/+15
2010-01-04Don't re-enable configuration if already setMarcel Holtmann1-0/+3
2010-01-04Remove two more unused element functionsMarcel Holtmann1-67/+0
2010-01-04Remove element lock and unlock functionsMarcel Holtmann2-63/+0
2010-01-04Remove unused prototype of string conversion functionMarcel Holtmann1-2/+0
2010-01-04Remove two unused IPv4 element helpersMarcel Holtmann2-180/+0
2010-01-04Store PAC URL configuration in DHCP and provider elementsMarcel Holtmann3-7/+39
2010-01-03Add basic interfaces for automatic proxy configurationMarcel Holtmann5-5/+43
2010-01-02Add skeleton for technology specific functionsMarcel Holtmann3-0/+43
2010-01-02Add missing PropertyChanged signal for IPv4.ConfigurationGustavo Sverzut Barbieri1-0/+11
2010-01-02Add missing PropertyChanged signal from manager interfaceGustavo Sverzut Barbieri1-0/+7
2010-01-01Update copyright informationMarcel Holtmann33-33/+33
2009-12-30Use new functions for setting gateway address or interfaceMartin Xu1-75/+16
2009-12-30Add INET functions for setting gateway address and gateway interfaceMartin Xu1-3/+51
2009-12-30Add method handling into function set_connected()Martin Xu1-33/+71
2009-12-30Add function connman_network_set_method()Martin Xu1-0/+6
2009-12-30Don't reset associating from function connman_network_set_error()Martin Xu1-1/+0
2009-12-25Add extra NULL pointer check for service configurationMarcel Holtmann1-0/+3
2009-12-25Some cleanup with the provision handlingMarcel Holtmann1-12/+16
2009-12-24Fix permissions of newly created /etc/resolv.confMarcel Holtmann1-4/+20
2009-12-23More config.c copy and paste fixesSamuel Ortiz1-5/+5
2009-12-23Fix copy-and-paste issue with SSID configuration fieldMarcel Holtmann1-1/+1
2009-12-23Some more whitespace cleanupsMarcel Holtmann3-15/+16
2009-12-23Add support for building passphrase from the private key fsidSamuel Ortiz2-1/+55
2009-12-23Enable connecting to an IEEE 802.1x network from the service APISamuel Ortiz1-4/+53
2009-12-23Load service entries from configuration filesSamuel Ortiz3-1/+258
2009-12-22Fix service loading and add provision callbacksMarcel Holtmann3-8/+13
2009-12-21Add IEEE 802.1x related fields to network structureSamuel Ortiz1-1/+50
2009-12-20Enable notification for IP configuration changesMarcel Holtmann2-9/+28
2009-12-20Add IP configured method for fixed addressesMarcel Holtmann1-0/+7
2009-12-20Add basic support for immutable servicesMarcel Holtmann1-1/+6
2009-12-20Add D-Bus interface for configuring IP addressesMarcel Holtmann3-14/+165
2009-12-20Rename IP configuration methods to match specificationMarcel Holtmann2-12/+11
2009-12-20Fix Ethernet address string representationMarcel Holtmann1-3/+12
2009-12-20Fix netmask from prefix length string conversionMarcel Holtmann1-1/+3
2009-12-20Add tracking of system IP address settingsMarcel Holtmann1-5/+34
2009-12-20Fix update of Ethernet address and MTU valuesMarcel Holtmann2-4/+18
2009-12-19Fix debugging output of link addressMarcel Holtmann1-3/+4
2009-12-19Remove invalid IPv4 configuration handlingMarcel Holtmann1-10/+0