summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2008-12-30Add CONNMAN_API_SUBJECT_TO_CHANGE definitionMarcel Holtmann2-4/+2
2008-12-30Add initial support for Network interfaceMarcel Holtmann3-0/+148
2008-12-30Make use of connman_bool_t typeMarcel Holtmann1-3/+3
2008-12-28Add network driver matching supportMarcel Holtmann1-0/+88
2008-12-28Remove networks when device gets disabledMarcel Holtmann1-0/+4
2008-12-28Set HSO devices to single network modeMarcel Holtmann1-1/+2
2008-12-28Don't add policy to network objectsMarcel Holtmann1-6/+0
2008-12-28Set correct subtype for transition periodMarcel Holtmann1-0/+9
2008-12-28Fix list of device typesMarcel Holtmann1-2/+0
2008-12-28Add missing includesMarcel Holtmann1-0/+2
2008-12-28Add support for changing policy over D-BusMarcel Holtmann1-0/+81
2008-12-28Enable devices when policy is set to manualMarcel Holtmann1-2/+3
2008-12-28Set manual policy for Bluetooth and HSO devices as defaultMarcel Holtmann1-0/+9
2008-12-28Add function to change initial policy settingMarcel Holtmann1-0/+13
2008-12-28Add manual policy to device settingsMarcel Holtmann1-2/+4
2008-12-27Classify HSO devices as cellularMarcel Holtmann1-0/+4
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 Holtmann4-2/+266
2008-12-27Add stage for stopping element registrationMarcel Holtmann3-0/+8
2008-12-27Register device interface only when driver is boundMarcel Holtmann1-11/+19
2008-12-26Emit signal when list of devices changesMarcel Holtmann1-3/+40
2008-12-26Unlink node before calling remove callbackMarcel Holtmann1-3/+4
2008-12-26Remove device interface handling from element functionsMarcel Holtmann1-294/+4
2008-12-26Fix networks list of devicesMarcel Holtmann1-1/+2
2008-12-26Fix wrong order of argumentsMarcel Holtmann1-2/+2
2008-12-26Fix documentation typosMarcel Holtmann1-2/+2
2008-12-26Add support for handling network detailsMarcel Holtmann1-3/+120
2008-12-26Add support for identifier and driver dataMarcel Holtmann1-0/+40
2008-12-25Initialize the element reference countMarcel Holtmann1-0/+2
2008-12-25Add functions for network creationMarcel Holtmann1-0/+73
2008-12-25Add support for different network modesMarcel Holtmann1-8/+17
2008-12-25Add not supported error and use itMarcel Holtmann3-1/+8
2008-12-25Add support for Name property to generic driverMarcel Holtmann1-0/+25
2008-12-25Add functions for handling path valueMarcel Holtmann1-1/+29
2008-12-25Add advanced device specific APIMarcel Holtmann1-25/+293
2008-12-25Add destruct callback to element structureMarcel Holtmann1-0/+2
2008-12-24Add Type property to generic device driverMarcel Holtmann1-0/+25
2008-12-24Add skeleton for generic network driverMarcel Holtmann3-0/+38
2008-12-24Add support for scanning property of devicesMarcel Holtmann1-0/+49
2008-12-24Add support for changing device power stateMarcel Holtmann1-0/+20
2008-12-24Add support for device power functionsMarcel Holtmann1-2/+41
2008-12-24Add D-Bus interface features for device driverMarcel Holtmann1-45/+199
2008-12-24Postpone initial driver probing after all plugins are loadedMarcel Holtmann3-17/+63
2008-12-23Use global connman.h header fileMarcel Holtmann1-1/+1
2008-12-22Ignore network devices in generic driverMarcel Holtmann1-0/+3
2008-12-21Add global Policy property and cleanup State propertyMarcel Holtmann1-22/+9
2008-12-21Re-enable generic device driver infrastructureMarcel Holtmann1-5/+2
2008-12-21Create exported symbols list after all objects are builtMarcel Holtmann1-1/+1
2008-12-20Use connman_dbus_dict_append_variant() instead of self-coded versionMarcel Holtmann1-18/+2