summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)AuthorFilesLines
2013-05-20doc: Document the deprecated RemoveProvider method callPatrik Flykt1-0/+4
Fixes BMC#25958
2013-05-06man: Update connman.conf.5 manual page to use TetheringTechnologiesPatrik Flykt1-1/+1
2013-04-26man: Update connman.conf.5 manual pageJukka Rissanen1-6/+36
Updated PreferredTechnologies description. Added SingleConnectedTechnology, AllowedTetheringTechnologies and PersistentTetheringMode descriptions.
2013-04-02doc: Removed comments about profiles as they are long goneJukka Rissanen1-6/+0
2013-03-28doc: Ethernet properties 'Speed' and 'Duplex' are not providedPatrik Flykt1-7/+4
Ethernet properties 'Speed' and 'Duplex' have never been implemented and are not supported for WiFi. Thus mark them deprecated. Fixes BMC#25992
2013-03-25config: Allow user to specify how IP address is usedJukka Rissanen1-2/+6
If IPv4 address is missing then DHCPv4 is used. If IPv6 address is missing, then SLAAC or DHCPv6 is used. This was specified in doc/config-format.txt but implementation was missing. We also allow the IP address to contain "off", "dhcp" or "auto" string, so user can specify how the IP address can be set for the interface. Fixes BMC#25985
2013-03-08doc: Describe immutable flag for VPN connectionJukka Rissanen1-0/+8
The immutable flag is set if the VPN connection is provisioned via a .config file. The VPN connection can be removed only by removing the .config file from /var/lib/connman-vpn directory.
2013-03-08doc: Typo fixes in the documentationJukka Rissanen3-4/+4
Fixes BMC#25978
2013-02-26doc: Fix the path to VPN config filesJukka Rissanen1-2/+2
The correct default path is /var/lib/connman-vpn
2013-02-26doc: Update overview-api.txtTomasz Bursztyka1-4/+22
- Introduce the user to per SSID/Security Wifi networks grouping - Agent is no longer a future feature and user should be aware of how required information can be provided when connecting to a service.
2013-02-22doc: Ethernet provisioning supportJukka Rissanen1-1/+44
2013-02-19doc: Add description of GetProperties methodJukka Rissanen1-1/+8
2013-02-19doc: VPN config file specificationJukka Rissanen1-0/+215
2013-01-04doc: Remove WiMAX info from documentationPatrik Flykt2-36/+20
2012-11-30doc: Describe VPN agent APIJukka Rissanen1-0/+137
2012-11-23doc: Clarify UserRoutes and ServerRoutes documentationJukka Rissanen1-2/+3
As the UserRoutes is to be set by the user, then tell that in the documentation. Clarify also what the ServerRoutes mean.
2012-11-23manager: Deprecating connect/remove provider APIJukka Rissanen1-1/+5
The VPN configuration API is provided by connman-vpnd instead of connmand.
2012-11-23doc: VPN daemon API descriptionsJukka Rissanen3-0/+275
2012-10-09doc: State is a string typeGustavo Padovan1-1/+1
2012-09-27session: Update AllowedBearers documentationDaniel Wagner1-1/+10
2012-09-27session: Update ConnnectionType documentationDaniel Wagner1-5/+13
2012-09-27session: Remove AvoidHandover documentationDaniel Wagner1-21/+0
The AvoidHandover boolean was there to fine tune the selection algorithm in ConnMan. It was never implemented. Let's get rid for the time beeing. If there is a real need for it we should implemented this setting through the configuration plugin.
2012-09-19doc: Remove copies of DNS and DHCP specificationsMarcel Holtmann3-7507/+0
2012-09-19doc: Remove interactive command from client documentationMarcel Holtmann1-8/+2
2012-09-14client: Change 'tech' to 'technologies'Patrik Flykt1-2/+2
Update argument and man page to use 'technologies'
2012-09-14doc: Add manpage for command line clientCeara Chewning1-0/+196
2012-08-30session: Reorder D-Bus documentationDaniel Wagner1-40/+41
Reorder and group the settings, first the read only values and then the ones which can be changed.
2012-08-30session: Remove RoamingPolicy documetationDaniel Wagner1-21/+0
Remove this setting from the D-Bus API and move to the configuration plugin.
2012-08-30session: Remove EmergencyCall documentationDaniel Wagner1-28/+0
The EmergencyCall setting which should be set by the platform integrator and not by the application developer is moved the configuration plugin.
2012-08-30session: Remove StayConnected documentationDaniel Wagner1-7/+0
This setting is implicitly already available through AutoConnect. Having yet another way to express this doesn't make it work any better.
2012-08-30session: Remove Priority documentationDaniel Wagner1-30/+0
Remove this setting from the D-Bus API and move it to the configuration plugin.
2012-08-30session: Remove SessionMarker documentationDaniel Wagner1-9/+0
SO_MARK can only be set if the application has the CAP_NET_ADMIN capability. We don't want to give that to all application for good reasons and thus this approach won't work. Also touching all applications to get this feature working is not a good idea. We are going to use a cgroup controller to set SO_MARK and therefore we don't need it in the Session API.
2012-08-30session: Remove PeriodicConnect documentationDaniel Wagner1-27/+0
The idea was to let ConnMan know and optimize the connection scheduling. Doing this per Session is a bit over-engineered. The only use cases that have come up so far was for things like an email client checking for new message. Past experience showed that this kind of interface lead easily to live locks. If there is need for such a feature, doing it on a per technology would make more sense. For the time beeing it will be removed. Later it could still be added to the Technology API. If an application still wants to have a connection on regular basis it can call the Session Connnect() method. ConnMan is still able to defer any connection request.
2012-08-30session: Update ConnectionType documentationDaniel Wagner1-0/+3
The ConnectionType configuration option will be moved to the config plugin when we know how the application can be uniquely identified in a persistent way.
2012-08-30session: Move IdleTimeout to Technology APIDaniel Wagner2-9/+8
Having an IdleTimeout per Session is not really reasonable. It is hard to define the right behavoir if the timeouts differ per Session. Doing this per technology is easier to understand and also makes sense when no Session is used. IdleTimeout is only documented here, it's not yet implemented.
2012-08-30session: Update overview docDaniel Wagner1-82/+19
Update to the new D-Bus API and the simplified connection algorithms (state).
2012-08-22doc: Manual page for connman configuration fileJukka Rissanen1-0/+100
2012-08-22doc: Manual page for connmanJukka Rissanen1-0/+79
2012-08-14doc: Improve description of service state propertyLucas De Marchi1-1/+4
Add missing "disconnect" state and point to doc/overview-api.txt for more information about state transitions.
2012-07-18doc: Add coding-style.txtSamuel Ortiz1-0/+344
This is a copy of the oFono coding-style document, with oFono instances replaced with ConnMan ones. It's also in sync with the neard one.
2012-07-13doc: Hidden AP provisioning information addedJukka Rissanen1-0/+2
2012-07-13doc: Add necessary documentation about wpspin as a PreviousPassphrase typeTomasz Bursztyka1-1/+20
2012-07-04doc: Fix small typoMarcel Holtmann1-1/+1
2012-06-26doc: Document 'informational' value of Requirement fieldTomasz Bursztyka1-7/+12
2012-06-15doc: Add a new type and argument to agent RequestInput method callTomasz Bursztyka1-2/+29
2012-06-11doc: Describe what happens when config file is removedJukka Rissanen1-0/+6
2012-06-05doc: Mention long D-Bus timeout for scan methodMarcel Holtmann1-1/+3
2012-05-22doc: Update service Domains property descriptionPatrik Flykt1-1/+3
2012-05-17doc: Clarify hidden WiFi network relations with Name+Type propertiesMarcel Holtmann1-3/+7
2012-05-17doc: Mention deprecation of GetProperties methodsMarcel Holtmann2-2/+8