summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-08-13Put the license before the indexMarcel Holtmann1-4/+4
2008-08-13Make gtk-doc processing fully optionalMarcel Holtmann1-1/+5
2008-08-13Disable gtk-doc for distcheck processMarcel Holtmann1-0/+2
2008-08-13Provide a copy of gtk-doc.makeMarcel Holtmann1-0/+173
2008-08-13Add skeleton for documentationMarcel Holtmann3-2/+122
2008-08-13Process documentation directory lastMarcel Holtmann1-1/+1
2008-08-13Remove new page charactersMarcel Holtmann1-5/+5
2008-08-13Add doc/version.xml.in fileMarcel Holtmann2-2/+3
2008-08-13Add checks for gtk-doc availabilityMarcel Holtmann3-0/+41
2008-08-13Start consolidating D-Bus errorsMarcel Holtmann3-2/+38
2008-08-13Include connman.policy even if PolicyKit is disabledMarcel Holtmann1-1/+1
2008-08-13Remove shadow variable messing up the resultMarcel Holtmann1-1/+0
2008-08-13Add authorization callback for privileges checkMarcel Holtmann1-8/+44
2008-08-13Add PolicyKit policy configuration fileMarcel Holtmann2-0/+26
2008-08-13Add hook for privileges checkMarcel Holtmann2-0/+31
2008-08-13Create PolicyKit context and register security callbacksMarcel Holtmann2-1/+90
2008-08-13Don't use static library for the included libgdbusMarcel Holtmann2-3/+3
2008-08-13Add security access policy frameworkMarcel Holtmann5-2/+115
2008-08-13Update requirementsMarcel Holtmann1-3/+3
2008-08-13Add copy of libgdbus helper for easier adoptionMarcel Holtmann10-14/+1452
2008-08-13Add skeleton for PolicyKit pluginMarcel Holtmann3-8/+56
2008-08-13Make HAL requirement optional and check for PolicyKitMarcel Holtmann2-7/+13
2008-08-13Disable SQLite example code for nowMarcel Holtmann1-0/+10
2008-08-11Use Enabled property instead of ConnectedMarcel Holtmann7-15/+14
2008-08-11Rename connect/disconnect to enable/disable for better semanticsMarcel Holtmann3-16/+16
2008-08-11Use the element listing and filter by device typeMarcel Holtmann1-4/+7
2008-08-11Remove deprecated connman_iface_* APIMarcel Holtmann1-43/+0
2008-08-10Don't include old header filesMarcel Holtmann1-11/+0
2008-08-10Remove old header files from distributionMarcel Holtmann1-2/+0
2008-08-10Remove old DHCP supportMarcel Holtmann2-159/+0
2008-08-10Remove old resolver implementationMarcel Holtmann2-111/+0
2008-08-10Abort driver matching if probe succeedsMarcel Holtmann1-6/+6
2008-08-10Fix wrong order of resolvconf argumentsMarcel Holtmann1-1/+1
2008-08-10Update of an element will also trigger update of its childrenMarcel Holtmann1-5/+22
2008-08-10Let the core handle the children unregister taskMarcel Holtmann1-39/+1
2008-08-10Add function to unregister all children of an elementMarcel Holtmann2-0/+37
2008-08-10The core takes care of the lifetime for child elementsMarcel Holtmann1-24/+10
2008-08-10Don't allow elements without any nameMarcel Holtmann1-1/+4
2008-08-10Use type2string function if element name is not providedMarcel Holtmann1-27/+2
2008-08-10Add PropertyChanged signal declarationMarcel Holtmann1-2/+7
2008-08-10Remove deprecated device APIMarcel Holtmann1-33/+4
2008-08-10The core will remove children in reverse order automaticallyMarcel Holtmann3-29/+0
2008-08-10Remove all children before removing the parent nodeMarcel Holtmann1-24/+25
2008-08-10Don't match driver for root elementMarcel Holtmann1-0/+3
2008-08-09Plugin names should be all lower-caseMarcel Holtmann2-2/+2
2008-08-09Add skeleton for RTNL link detection pluginMarcel Holtmann2-1/+43
2008-08-09Don't optimize when debug is enabledMarcel Holtmann1-1/+1
2008-08-09Write /etc/resolv.conf file directlyMarcel Holtmann1-6/+16
2008-08-09Check if resolvconf is actually installedMarcel Holtmann1-3/+10
2008-08-09Add basics for a global RTNL engineMarcel Holtmann4-65/+11