summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)AuthorFilesLines
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
2012-05-15doc: Update configuration format documentationPatrik Flykt1-10/+9
Clarify that 'Name' is used only as a string representation of an SSID and ignored if the entry contains an 'SSID' entry. Also clarify that the identifier part is unique only within the .config file. Add indentation.
2012-05-11doc: SSID field is hexadecimal only, also document Name fieldPatrik Flykt1-1/+3
2012-05-04doc: Adding description of a new possible error for RequestInput methodTomasz Bursztyka1-0/+5
2012-04-30doc: Fix tabs vs spaces for service and technology documentationMarcel Holtmann2-13/+13
2012-04-30doc: Fix tabs vs spaces for agent documentationMarcel Holtmann1-16/+16
2012-04-26doc: Fix description of technology scan methodMarcel Holtmann1-3/+2
2012-04-17doc: Add missing property for service timeserversMarcel Holtmann1-0/+6
2012-04-17doc: Mention the special offline handling for state propertyMarcel Holtmann1-0/+6
2012-04-17doc: Update global state property detailsMarcel Holtmann1-5/+17
2012-04-11doc: Remove ServicesAddedd and ServiceRemoved signalsMarcel Holtmann1-19/+0
2012-04-11doc: Add ServicesChanged signal to manager APIMarcel Holtmann1-0/+23
2012-04-05doc: Add Timeserves.Configuration service propertyAlok Barsode1-0/+15
2012-02-28doc: updated session api documentationTomasz Bursztyka1-20/+38
2012-02-14doc: Document the right error belonging to browser request on agent apiTomasz Bursztyka1-1/+1
2011-12-22doc: Change bearer name to cellular instead 3GDaniel Wagner2-3/+5
2011-12-16doc: valgrind suppression fileJukka Rissanen1-0/+235
The suppression file tries to ignore the problems in glib and dbus libraries so that we can concentrate to real problems in connman.
2011-12-09doc: Fix race conditions in service handlingMarcel Holtmann1-16/+19
2011-12-09doc: Fix race conditions in technology handlingMarcel Holtmann1-41/+18
2011-12-09doc: Make session methods as experimental for nowMarcel Holtmann1-2/+2
2011-12-09doc: Remove methods to lookup and connect servicesMarcel Holtmann1-41/+0
2011-12-09doc: Remove method for handling provisioningMarcel Holtmann1-11/+0
2011-12-09doc: Remove extra method and property for global stateMarcel Holtmann1-16/+0
2011-12-09doc: Remove leftover property from profile supportMarcel Holtmann1-4/+0
2011-12-09doc: Mark session mode property as experimentalMarcel Holtmann1-1/+1
2011-12-09doc: Remove deprecated properties and valuesMarcel Holtmann1-29/+1
2011-12-09doc: Make counter related method as experimentalMarcel Holtmann2-3/+3
2011-12-09doc: Update properties and methods for technology interfaceMarcel Holtmann1-3/+35
2011-12-09doc: Mark clock API as experimental for nowMarcel Holtmann1-8/+8
2011-12-09doc: Add method description for browser agent callbackMarcel Holtmann1-0/+11
2011-11-07doc: Remove outdate SetupRequired propertySamuel Ortiz1-8/+0
The APN provisioning is fully handled by oFono.
2011-11-07session doc: Document PeriodicConnect and IdleTimeoutDaniel Wagner1-0/+23