summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2008-07-29Define CONNMAN_ELEMENT_TYPE_INTERNETMarcel Holtmann1-2/+2
2008-07-03Add D-Bus disconnect callbackMarcel Holtmann1-0/+7
2008-07-03Create element for every network in rangeMarcel Holtmann1-0/+5
2008-07-03Check that the thread pool is availableMarcel Holtmann1-4/+8
2008-07-03Simplify the locking and remove some deadlocksMarcel Holtmann2-160/+199
2008-07-03Fully integrate the usage of resolver elementMarcel Holtmann1-0/+13
2008-07-03Update resolver plugin infrastructureMarcel Holtmann1-0/+2
2008-07-03Only export external functions when building daemonMarcel Holtmann1-1/+15
2008-07-02Disable compilation of obsoleted codeMarcel Holtmann1-7/+3
2008-07-02Add skeleton for new storage support using SQLite3Marcel Holtmann5-3/+130
2008-07-02Add priority property to elementsMarcel Holtmann1-0/+7
2008-07-01Use read/write lock for element list instead of a mutexMarcel Holtmann1-19/+19
2008-06-30Deal with another libgdbus API changeMarcel Holtmann1-1/+1
2008-06-30Don't load plugins that have lib prefixMarcel Holtmann1-1/+2
2008-06-30Use read/write lock for driver list instead of a mutexMarcel Holtmann1-7/+7
2008-06-29Add first attempt for the property systemMarcel Holtmann1-18/+133
2008-06-29Add first draft of new D-Bus APIMarcel Holtmann4-57/+256
2008-06-28Disable setup of RTNL, interfaces and networksMarcel Holtmann1-12/+0
2008-06-28Add new element infrastructureMarcel Holtmann4-1/+431
2008-06-28Use org.moblin instead of org.freedesktopMarcel Holtmann2-5/+5
2008-06-28Export the D-Bus service and interface constantsMarcel Holtmann2-17/+2
2008-06-28Fix breakage caused by libgdbus API changeMarcel Holtmann4-28/+14
2008-06-28Don't use libconnman- prefix for pluginsMarcel Holtmann1-2/+1
2008-04-14Use GLib option parsingMarcel Holtmann5-70/+52
2008-04-14Setup GLib and D-Bus threading supportMarcel Holtmann2-2/+10
2008-04-14Update copyright informationMarcel Holtmann14-14/+14
2008-04-08Add support for creating and removing networksMarcel Holtmann5-9/+294
2008-04-07Implement master state and fix Network Manager compat methodsMarcel Holtmann3-74/+41
2008-04-07Always unregister the whole object hierarchyMarcel Holtmann1-2/+2
2008-04-04Add callbacks for loading known networksMarcel Holtmann3-0/+45
2008-04-04Add skeleton for network functionsMarcel Holtmann2-2/+28
2008-04-04Improve selecting of networksMarcel Holtmann2-4/+8
2008-04-04On successful connect store the network identifierMarcel Holtmann3-0/+49
2008-04-04Update state machine handling for wireless networksMarcel Holtmann6-70/+176
2008-04-01Don't return IPv4 settings when in off or ignore policyMarcel Holtmann1-0/+9
2008-03-28Also check for the plugin suffixMarcel Holtmann2-2/+3
2008-03-26Add workaround for my D-Link access pointMarcel Holtmann1-4/+16
2008-03-24The only supported IPv4 method is DHCP at the momentMarcel Holtmann2-1/+6
2008-03-24Add allow policy for org.isc.dhclientMarcel Holtmann1-1/+3
2008-03-24Add more debug output for known networksMarcel Holtmann1-1/+6
2008-03-24Add abstraction for resolver modificationsMarcel Holtmann4-14/+76
2008-03-24Add debug line for found passphrasesMarcel Holtmann1-0/+2
2008-03-13Use debug helper for the RTNL debugging outputMarcel Holtmann1-7/+6
2008-03-13Use list of known networks to re-connect toMarcel Holtmann3-5/+75
2008-03-12Change variables inside the network structureMarcel Holtmann2-46/+41
2008-03-12Add option for interface limitationMarcel Holtmann3-11/+36
2008-03-11Use start/stop callbacks if providedMarcel Holtmann2-13/+14
2008-03-07Fix compiler warningMarcel Holtmann1-2/+3
2008-03-07Disable unused RTNL address handling for nowMarcel Holtmann2-1/+4
2008-03-01Add system activation supportMarcel Holtmann2-0/+10