Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-08-02 | Track and report VPN providers states | Samuel Ortiz | 1 | -2/+2 | |
2010-07-29 | Provide access to hostname and domainname element properties | Marcel Holtmann | 1 | -0/+3 | |
2010-07-29 | Store host and domain names retrieved from DHCP | Marcel Holtmann | 1 | -0/+3 | |
2010-07-29 | Add a family member to connman_ipaddress | Samuel Ortiz | 1 | -1/+2 | |
2010-07-29 | Initial IPv6 support | Martin Xu | 4 | -2/+30 | |
Only manual/fixed setting supported for now. | |||||
2010-07-26 | Add a resolver flush method | Samuel Ortiz | 1 | -0/+3 | |
The flush method sends any pending resolving requests. A resolver can queue requests to some pending list when e.g. it knows ConnMan is offline. | |||||
2010-07-26 | Initial on-demand connection implementation | Samuel Ortiz | 1 | -0/+38 | |
This first implementation tracks the connection status, and provides a simple API for starting the on-demand session. | |||||
2010-07-15 | Provide unique identifier along with the interface callbacks | Marcel Holtmann | 1 | -1/+2 | |
2010-07-15 | Add service property and signals for LoginRequired | Marcel Holtmann | 1 | -4/+3 | |
2010-07-15 | Add technology driver callbacks for adding/removing interfaces | Marcel Holtmann | 1 | -0/+4 | |
2010-07-15 | Add technology driver callback for setting Tethering | Marcel Holtmann | 1 | -0/+2 | |
2010-07-15 | Add support for technology drivers | Marcel Holtmann | 1 | -0/+54 | |
2010-07-12 | No host route needed for nameservers on the same subnet | Samuel Ortiz | 1 | -0/+1 | |
2010-07-12 | Factorize host route setting routine | Samuel Ortiz | 1 | -2/+1 | |
2010-07-09 | Add DHCP plugins priority flags | Samuel Ortiz | 1 | -0/+4 | |
2010-06-16 | Add helper for network update | Samuel Ortiz | 1 | -0/+2 | |
This is cleaner and more readable than going through the network_set_group() routine. | |||||
2010-06-16 | Support for ppp default route setting | Kalle Valo | 1 | -0/+1 | |
When gateway is NULL, we need to properly set our connection and element string to 0.0.0.0 so that the interface is the default route. | |||||
2010-06-05 | wifi routine to fetch the saved SSIDs from the active profile | Samuel Ortiz | 1 | -0/+2 | |
2010-06-01 | Fix timeserver API | Samuel Ortiz | 1 | -4/+4 | |
We want to keep the server pointer constant. | |||||
2010-05-31 | Complete timeserver API | Samuel Ortiz | 1 | -4/+6 | |
The timeserver API now includes a sync() call in order to separate timeserver peer addition from actual time syncing. | |||||
2010-05-18 | Unregister element's children by type | Samuel Ortiz | 1 | -0/+2 | |
Add a new element API to be able to unregister an element's children of a certain type. | |||||
2010-05-12 | Add support for getting current system hostname | Marcel Holtmann | 1 | -0/+3 | |
2010-04-16 | Remove supplicant and device scanning state cleaning | Samuel Ortiz | 1 | -1/+0 | |
With wpa_supplicant 0.7, there is no need to handle potential issues with scan results not being sent. Also, the state change is sent before the actual scan results, so marking all networks available at that point is misleading. | |||||
2010-03-25 | Add gateway to connman_ipaddress | Martin Xu | 1 | -1/+2 | |
2010-03-25 | Portal detection plugin | Mohamed Abbas | 1 | -0/+4 | |
Add new plugin to support page redirection when using wifi or ethernet. Most of this code is a copy from tools/portal-test.com intergrated to work with location core. | |||||
2010-03-07 | Remove unneeded plugin for Ericsson MBM support | Marcel Holtmann | 2 | -2/+0 | |
2010-03-07 | Remove unneeded plugin for Option HSO support | Marcel Holtmann | 2 | -2/+0 | |
2010-02-11 | Fix VPN issue when setting up host route | Mohamed Abbas | 1 | -0/+1 | |
2010-02-11 | Add static IP support | Martin Xu | 1 | -0/+1 | |
The IP adress setting is now based on the selected ipconfig method. It is set after a service reconnection though. | |||||
2010-02-02 | Rename mac80211 routines and fields to cfg80211 | Samuel Ortiz | 1 | -1/+1 | |
The mac80211 boolean and inet routines names are a bit misleading since what we really want to check is if the underlying wifi driver is cfg80211 compliant. The mac80211 drivers form a subset of that, as some full MAC cards also are fully cfg80211 compliant. | |||||
2010-01-29 | Add basic support for a location detection framework | Marcel Holtmann | 1 | -0/+71 | |
2010-01-29 | Add special state for portal login step | Marcel Holtmann | 1 | -3/+4 | |
2010-01-29 | Add network->driver->setup() callback function | Martin Xu | 1 | -0/+1 | |
After string value has been set in function connman_network_set_string() call network->driver->setup() to let network driver handle the value. ofono network driver setup call back function handles "Cellular.APN" to set up APN. | |||||
2010-01-26 | Use more unique debug descriptor | Marcel Holtmann | 1 | -2/+2 | |
2010-01-25 | Add support for technology interface | Marcel Holtmann | 1 | -0/+2 | |
2010-01-13 | Add special "online" service state | Marcel Holtmann | 1 | -0/+1 | |
2010-01-07 | Add support for setting immutable flag from configurations | Marcel Holtmann | 1 | -3/+0 | |
2010-01-05 | Use common set of INET routing helpers | Marcel Holtmann | 1 | -0/+1 | |
2010-01-05 | Add helper for removing host routes | Marcel Holtmann | 1 | -1/+2 | |
2010-01-05 | Split gateway and host route setting in two separate functions | Marcel Holtmann | 1 | -1/+2 | |
2010-01-05 | Move online/offline state handling into notifier framework | Marcel Holtmann | 1 | -1/+1 | |
2010-01-05 | Add place-holder for technology type GPS | Marcel Holtmann | 1 | -1/+2 | |
2010-01-04 | Add framework for counter callbacks | Marcel Holtmann | 1 | -0/+1 | |
2010-01-04 | Store PAC URL configuration in DHCP and provider elements | Marcel Holtmann | 2 | -0/+2 | |
2010-01-01 | Update copyright information | Marcel Holtmann | 27 | -27/+27 | |
2009-12-30 | Add INET functions for setting gateway address and gateway interface | Martin Xu | 1 | -1/+2 | |
2009-12-30 | Add function connman_network_set_method() | Martin Xu | 1 | -0/+4 | |
2009-12-20 | Add IP configured method for fixed addresses | Marcel Holtmann | 1 | -2/+3 | |
2009-12-20 | Add D-Bus interface for configuring IP addresses | Marcel Holtmann | 1 | -0/+2 | |
2009-12-20 | Rename IP configuration methods to match specification | Marcel Holtmann | 1 | -2/+2 | |