Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-01-10 | doc: Update description of Phase2-keyword | Henri Bragge | 1 | -1/+3 | |
2011-01-08 | doc: Fix possible values for IPv6 Method in service API | Jukka Rissanen | 1 | -3/+1 | |
2010-12-15 | doc: Fix the backtrace document | Samuel Ortiz | 1 | -2/+2 | |
2010-12-15 | doc: Typo fixes | Jean-Grégoire Foulon | 7 | -21/+21 | |
2010-12-02 | doc: Fix Agent API error definitions | Patrik Flykt | 1 | -2/+2 | |
D-Bus errors renamed to org.moblin.connman.Agent.* since object paths are not allowed to be used as error name components. | |||||
2010-11-26 | Change service name from org.moblin.connman to net.connman | Marcel Holtmann | 7 | -14/+14 | |
2010-11-05 | Remove documentation for no longer existing interfaces | Marcel Holtmann | 3 | -184/+0 | |
2010-10-12 | docs: Update Service State and LoginRequired docs | Jussi Kukkonen | 2 | -22/+21 | |
2010-10-08 | Small proxy settings rewrite in service API documentation. | Tomasz Bursztyka | 1 | -14/+11 | |
2010-10-07 | Another update to proxy configuration API | Marcel Holtmann | 1 | -11/+17 | |
2010-10-07 | Updating service API documentation about proxy support. | Tomasz Bursztyka | 1 | -10/+26 | |
2010-09-22 | Add support for setting proxy configuration method | Marcel Holtmann | 1 | -0/+9 | |
2010-09-17 | Update config-format.txt with Name vs SSID explanations | Samuel Ortiz | 1 | -0/+4 | |
2010-08-18 | Add configuration file naming rules to documentation | Fabien Marotte | 1 | -2/+2 | |
In case the user provides configuration files to connman, the file name must respect some rules. | |||||
2010-08-17 | Backtrace support documentation | Samuel Ortiz | 1 | -0/+28 | |
2010-08-17 | Add support for EAP-TTLS configuration | Fabien Marotte | 1 | -4/+12 | |
EAP-TTLS and EAP-PEAP are similar in terms of options to pass to wpa_supplicant. So in case of TTLS, the PEAP path is used. | |||||
2010-08-10 | Fix typo | Marcel Holtmann | 1 | -1/+1 | |
2010-08-09 | Add BLOCKED technology state | Samuel Ortiz | 1 | -2/+2 | |
A technology is in BLOCKED state if all of its devices are rfkill blocked. | |||||
2010-08-09 | Export devices blocked status | Samuel Ortiz | 1 | -0/+9 | |
2010-08-06 | Build VPN services based on VPN host and domain strings | Samuel Ortiz | 1 | -0/+8 | |
2010-08-02 | Update the provider related documentation | Samuel Ortiz | 2 | -0/+28 | |
2010-07-29 | Initial IPv6 support | Martin Xu | 1 | -0/+36 | |
Only manual/fixed setting supported for now. | |||||
2010-07-23 | Update RegisterCounter method parameters | Marcel Holtmann | 1 | -5/+15 | |
2010-07-21 | Fix outdated config file format document | Samuel Ortiz | 1 | -2/+2 | |
2010-07-15 | Add service property and signals for LoginRequired | Marcel Holtmann | 1 | -2/+8 | |
2010-07-12 | Update counter API to differentiate between home and roaming counters | Marcel Holtmann | 1 | -2/+10 | |
2010-07-10 | Update counter API documentation | Marcel Holtmann | 1 | -1/+2 | |
2010-07-08 | Add additionals statistics counters | Daniel Wagner | 1 | -1/+29 | |
Adding rx_packets, tx_packets, rx_errors, tx_errors, rx_dropped and tx_dropped counters. | |||||
2010-07-03 | Add initial bits and pieces for Tethering support | Marcel Holtmann | 1 | -0/+7 | |
2010-06-30 | Update service statistics | Daniel Wagner | 1 | -0/+19 | |
Instead of collecting statistics on interface name base and storing it local in counter.c, update the Service object. counter.c maps interface names to Service objects. The assumption is made that there is a 1:1 mapping between Service objects and interface name. A Counter object will only show Service object statistics for services in the ready state. There is no interface (yet) for retrieving information on Service objects in idle/failure/configuration/.. state. | |||||
2010-06-30 | Add service statistic data structure | Daniel Wagner | 1 | -0/+6 | |
The static values are maintained in the Service object and exposed through simple accessors. When a Service object enters the ready state it registers itself at Counter. If the Service object is leaving the ready state it will de-register itself from Counter and consequently it will not be updated anymore. The user can shorten the update interval when he registers a Counter object with a shorter interval value. The statistic is stored in the profile file. Only the current value is stored, no history. If there is not Counter object the stats wont be upated. This short coming will be addressed by the 'data threshold netfilter module' patches. | |||||
2010-06-07 | Update the configuration file documentation | Samuel Ortiz | 1 | -2/+5 | |
The configuration file names should be *.config. | |||||
2010-06-02 | Mention the IPv4.Method = fixed setting | Marcel Holtmann | 1 | -0/+4 | |
2010-05-22 | Add configuration file option for passphrase | Daniel Wagner | 1 | -0/+1 | |
2010-05-17 | Add some extra comments for IPv4 and nameserver configuration | Marcel Holtmann | 1 | -0/+10 | |
2010-05-13 | Add method to retrieve sorted list of tuples for services | Marcel Holtmann | 1 | -0/+10 | |
2010-05-13 | Add initial support for LookupService helper method | Marcel Holtmann | 1 | -0/+14 | |
2010-05-06 | Update the Nameservers and Domains property description | Marcel Holtmann | 1 | -2/+29 | |
2010-04-13 | Fix session API documentation | Samuel Ortiz | 1 | -1/+4 | |
We return an object path, not a simple string. | |||||
2010-04-03 | Add session D-Bus manager API | Samuel Ortiz | 1 | -0/+15 | |
2010-03-03 | Document configuration file format | Samuel Ortiz | 1 | -0/+71 | |
Let's avoid having users digging the code to actually understand that format. | |||||
2010-01-29 | Add special state for portal login step | Marcel Holtmann | 2 | -9/+16 | |
2010-01-25 | Add support for technology states | Marcel Holtmann | 1 | -1/+8 | |
2010-01-25 | Add support for technology interface | Marcel Holtmann | 2 | -2/+36 | |
2010-01-13 | Add special "online" service state | Marcel Holtmann | 1 | -1/+7 | |
2010-01-12 | Add more details and examples for agent API | Marcel Holtmann | 1 | -4/+76 | |
2010-01-07 | Add counter API document | Marcel Holtmann | 1 | -0/+14 | |
2010-01-05 | Allow counters with zero interval | Marcel Holtmann | 1 | -0/+5 | |
2010-01-05 | Add interface name to Ethernet settings | Marcel Holtmann | 1 | -0/+4 | |
2010-01-04 | Add framework for counter callbacks | Marcel Holtmann | 1 | -0/+12 | |