summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2010-07-26Have ondemand_connected always return TRUESamuel Ortiz1-1/+4
2010-07-26Don't try to connect when service list is emptySamuel Ortiz1-0/+2
2010-07-26Add a resolver flush methodSamuel Ortiz2-0/+23
2010-07-26Initial on-demand connection implementationSamuel Ortiz3-0/+94
2010-07-23Update RegisterCounter method parametersMarcel Holtmann1-4/+7
2010-07-21Check for NULL service pointer in nameserver host route routinesSamuel Ortiz1-0/+6
2010-07-15Provide unique identifier along with the interface callbacksMarcel Holtmann3-8/+19
2010-07-15Add service property and signals for LoginRequiredMarcel Holtmann3-8/+38
2010-07-15Fix Ethernet service type detectionMarcel Holtmann1-6/+12
2010-07-15Fix proper detection for pure Ethernet technology typesMarcel Holtmann1-4/+27
2010-07-15Add technology driver callbacks for adding/removing interfacesMarcel Holtmann3-4/+81
2010-07-15Monitor interface creation/removal and check DEVTYPEMarcel Holtmann1-0/+77
2010-07-15Add technology driver callback for setting TetheringMarcel Holtmann1-11/+10
2010-07-15Add callbacks for Tethering enable/disable on technology levelMarcel Holtmann3-2/+36
2010-07-15Add support for technology driversMarcel Holtmann2-1/+70
2010-07-14change data->gateway to data->ipv4_gateway in src/connection.cMartin Xu1-21/+23
2010-07-12Add empty dictionary for roaming counters for nowMarcel Holtmann1-0/+6
2010-07-12Check for add_gateway() return value before dereferencing itSamuel Ortiz1-6/+11
2010-07-12Update nameserver host routes with DNS manual settingsSamuel Ortiz1-0/+11
2010-07-12Return manually set gateway when the ipdevice one is NULLSamuel Ortiz1-1/+8
2010-07-12No host route needed for nameservers on the same subnetSamuel Ortiz2-1/+63
2010-07-12Set DNS host routes before toggling the service READY stateSamuel Ortiz3-6/+49
2010-07-12Factorize host route setting routineSamuel Ortiz2-57/+11
2010-07-12Remove child watch when connman_task is freedPekka Pessi1-1/+7
2010-07-09Fix connman_wifi_load_ssidSamuel Ortiz1-5/+7
2010-07-09Keep start/stop state of statistic timersDaniel Wagner1-0/+9
2010-07-08Add additionals statistics countersDaniel Wagner4-12/+161
2010-07-08Save counter values during shutdownDaniel Wagner1-0/+3
2010-07-07Start/stop statistics depending on LOWER_UP stateDaniel Wagner2-5/+32
2010-07-07Initialize offset countersDaniel Wagner1-7/+38
2010-07-06Remove the udev based RFKILL switch processingMarcel Holtmann4-77/+1
2010-07-03Add initial bits and pieces for Tethering supportMarcel Holtmann5-1/+148
2010-06-30Update service statisticsDaniel Wagner4-46/+57
2010-06-30Add service statistic data structureDaniel Wagner2-0/+158
2010-06-30Centralize rntl update timersDaniel Wagner3-19/+80
2010-06-25Create service ipconfig only when it's NULLSamuel Ortiz1-4/+4
2010-06-16Add helper for network updateSamuel Ortiz1-0/+21
2010-06-16Support for ppp default route settingKalle Valo3-18/+74
2010-06-14Send signal when service name changesKalle Valo1-0/+10
2010-06-14Use dedicated code path for fixed IP settingsSamuel Ortiz1-1/+47
2010-06-11Add nameserver settings to the manual configuration settingSamuel Ortiz1-0/+6
2010-06-10Return an error for invalid transaction on immutable servicesMarcel Holtmann1-0/+18
2010-06-10Only scan for hidden SSIDs from your favoritesMarcel Holtmann1-0/+6
2010-06-10Fix potential uninitilized variable usageMarcel Holtmann1-0/+2
2010-06-10Prefer to use err instead of ret for variable namesMarcel Holtmann1-6/+6
2010-06-08Set default gateway when route deletion failsSamuel Ortiz1-4/+10
2010-06-05wifi routine to fetch the saved SSIDs from the active profileSamuel Ortiz1-0/+45
2010-06-01Fix timeserver APISamuel Ortiz1-4/+11
2010-05-31ntpd pluginSamuel Ortiz1-0/+3
2010-05-31Complete timeserver APISamuel Ortiz4-7/+71