summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)AuthorFilesLines
2011-01-10doc: Update description of Phase2-keywordHenri Bragge1-1/+3
2011-01-08doc: Fix possible values for IPv6 Method in service APIJukka Rissanen1-3/+1
2010-12-15doc: Fix the backtrace documentSamuel Ortiz1-2/+2
2010-12-15doc: Typo fixesJean-Grégoire Foulon7-21/+21
2010-12-02doc: Fix Agent API error definitionsPatrik Flykt1-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-26Change service name from org.moblin.connman to net.connmanMarcel Holtmann7-14/+14
2010-11-05Remove documentation for no longer existing interfacesMarcel Holtmann3-184/+0
2010-10-12docs: Update Service State and LoginRequired docsJussi Kukkonen2-22/+21
2010-10-08Small proxy settings rewrite in service API documentation.Tomasz Bursztyka1-14/+11
2010-10-07Another update to proxy configuration APIMarcel Holtmann1-11/+17
2010-10-07Updating service API documentation about proxy support.Tomasz Bursztyka1-10/+26
2010-09-22Add support for setting proxy configuration methodMarcel Holtmann1-0/+9
2010-09-17Update config-format.txt with Name vs SSID explanationsSamuel Ortiz1-0/+4
2010-08-18Add configuration file naming rules to documentationFabien Marotte1-2/+2
In case the user provides configuration files to connman, the file name must respect some rules.
2010-08-17Backtrace support documentationSamuel Ortiz1-0/+28
2010-08-17Add support for EAP-TTLS configurationFabien Marotte1-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-10Fix typoMarcel Holtmann1-1/+1
2010-08-09Add BLOCKED technology stateSamuel Ortiz1-2/+2
A technology is in BLOCKED state if all of its devices are rfkill blocked.
2010-08-09Export devices blocked statusSamuel Ortiz1-0/+9
2010-08-06Build VPN services based on VPN host and domain stringsSamuel Ortiz1-0/+8
2010-08-02Update the provider related documentationSamuel Ortiz2-0/+28
2010-07-29Initial IPv6 supportMartin Xu1-0/+36
Only manual/fixed setting supported for now.
2010-07-23Update RegisterCounter method parametersMarcel Holtmann1-5/+15
2010-07-21Fix outdated config file format documentSamuel Ortiz1-2/+2
2010-07-15Add service property and signals for LoginRequiredMarcel Holtmann1-2/+8
2010-07-12Update counter API to differentiate between home and roaming countersMarcel Holtmann1-2/+10
2010-07-10Update counter API documentationMarcel Holtmann1-1/+2
2010-07-08Add additionals statistics countersDaniel Wagner1-1/+29
Adding rx_packets, tx_packets, rx_errors, tx_errors, rx_dropped and tx_dropped counters.
2010-07-03Add initial bits and pieces for Tethering supportMarcel Holtmann1-0/+7
2010-06-30Update service statisticsDaniel Wagner1-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-30Add service statistic data structureDaniel Wagner1-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-07Update the configuration file documentationSamuel Ortiz1-2/+5
The configuration file names should be *.config.
2010-06-02Mention the IPv4.Method = fixed settingMarcel Holtmann1-0/+4
2010-05-22Add configuration file option for passphraseDaniel Wagner1-0/+1
2010-05-17Add some extra comments for IPv4 and nameserver configurationMarcel Holtmann1-0/+10
2010-05-13Add method to retrieve sorted list of tuples for servicesMarcel Holtmann1-0/+10
2010-05-13Add initial support for LookupService helper methodMarcel Holtmann1-0/+14
2010-05-06Update the Nameservers and Domains property descriptionMarcel Holtmann1-2/+29
2010-04-13Fix session API documentationSamuel Ortiz1-1/+4
We return an object path, not a simple string.
2010-04-03Add session D-Bus manager APISamuel Ortiz1-0/+15
2010-03-03Document configuration file formatSamuel Ortiz1-0/+71
Let's avoid having users digging the code to actually understand that format.
2010-01-29Add special state for portal login stepMarcel Holtmann2-9/+16
2010-01-25Add support for technology statesMarcel Holtmann1-1/+8
2010-01-25Add support for technology interfaceMarcel Holtmann2-2/+36
2010-01-13Add special "online" service stateMarcel Holtmann1-1/+7
2010-01-12Add more details and examples for agent APIMarcel Holtmann1-4/+76
2010-01-07Add counter API documentMarcel Holtmann1-0/+14
2010-01-05Allow counters with zero intervalMarcel Holtmann1-0/+5
2010-01-05Add interface name to Ethernet settingsMarcel Holtmann1-0/+4
2010-01-04Add framework for counter callbacksMarcel Holtmann1-0/+12