summaryrefslogtreecommitdiff
path: root/src/detect.c
AgeCommit message (Collapse)AuthorFilesLines
2015-08-07Base Code merged to SPIN 2.4submit/tizen/20150810.034432hyunuktak1-0/+7
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com> Change-Id: I84a42375b5c59739e4caca1f726699ea7647ef17
2014-07-17Imported Upstream version 1.24upstream/1.24Zhang zhengguang1-4/+4
2013-01-04core: Remove WiMAX definitions from codePatrik Flykt1-1/+0
2012-11-23device: Move device creation func into device.cJukka Rissanen1-1/+1
The device creation function should be part of device.c and not inet.c. After this change the inet.c can be used by separate vpn daemon.
2012-09-04Use g_slist_prepend() where appropriatePatrik Flykt1-1/+1
Convert usage of g_slist_append() to g_slist_prepend() where appropriate. gdbus, dnsproxy, resolver, rtnl, session and session unit test have ordering requirements and thus not touched.
2012-04-29core: Update copyright informationMarcel Holtmann1-1/+1
2010-12-08Add CONNMAN_DEVICE_TYPE_GADGET and CONNMAN_SERVICE_TYPE_GADGETMartin Xu1-0/+1
2010-10-08inet: Remove __connman_inet_get_device_typeSamuel Ortiz1-1/+1
The routine is replaced by __connman_rtnl_get_device_type.
2010-10-04Remove unused __connman_detect_get_blocked functionMarcel Holtmann1-5/+0
2010-10-04Remove unused __connman_detect_start functionMarcel Holtmann1-5/+0
2010-10-04Remove dependency on udevMarcel Holtmann1-0/+143
2009-07-03Use RTNL device detection only if udev is not availableMarcel Holtmann1-125/+0
2009-05-29Add debug details for detection init/cleanupMarcel Holtmann1-0/+4
2009-05-21Add generic wrapper for INET based device creationMarcel Holtmann1-243/+2
2009-05-16Include device details within the profile storageMarcel Holtmann1-1/+1
2009-05-14Some GCC are just too stupidMarcel Holtmann1-4/+1
2009-04-23Add extra unique identifier to service object pathMarcel Holtmann1-2/+12
2009-04-13Show message when ignoring VMware or VirtualBox interfacesMarcel Holtmann1-6/+6
2009-03-26Ignore VirtualBox network devicesMarcel Holtmann1-0/+2
2009-03-26Ignore VMware network devicesMarcel Holtmann1-0/+2
2009-03-25Store address property for Ethernet, WiFi and WiMAX devicesMarcel Holtmann1-1/+50
2009-03-11Add type for GPS based devices (just for power control)Marcel Holtmann1-0/+2
2009-02-26Disable WiMAX device detection for nowMarcel Holtmann1-1/+3
2009-01-04Use global device detection for WiFiMarcel Holtmann1-1/+1
2009-01-02Add device type for Nozomi based hardwareMarcel Holtmann1-0/+2
2009-01-02Add device type for Novatel WirelessMarcel Holtmann1-0/+2
2009-01-02Add device type for HUAWEI MobileMarcel Holtmann1-0/+2
2009-01-01Fix uninitialized varible warningsMarcel Holtmann1-1/+1
2009-01-01Don't use default for enum based switch statementsMarcel Holtmann1-7/+9
2009-01-01Update copyright informationMarcel Holtmann1-1/+1
2009-01-01Allow transport definition for device modeMarcel Holtmann1-4/+18
2008-12-30Fail if interface name can't be retrievedMarcel Holtmann1-0/+2
2008-12-30Add CONNMAN_API_SUBJECT_TO_CHANGE definitionMarcel Holtmann1-4/+0
2008-12-28Set HSO devices to single network modeMarcel Holtmann1-1/+2
2008-12-28Add missing includesMarcel Holtmann1-0/+2
2008-12-28Set manual policy for Bluetooth and HSO devices as defaultMarcel Holtmann1-0/+9
2008-12-27Use interface name as device name for HSO devicesMarcel Holtmann1-1/+8
2008-12-27Add basic detection of Option HSO devicesMarcel Holtmann1-2/+5
2008-12-27Add generic device detection supportMarcel Holtmann1-0/+256