Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-08-30 | session: Remove StayConnected documentation | Daniel Wagner | 1 | -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-30 | session: Remove Priority documentation | Daniel Wagner | 1 | -30/+0 | |
Remove this setting from the D-Bus API and move it to the configuration plugin. | |||||
2012-08-30 | session: Remove SessionMarker documentation | Daniel Wagner | 1 | -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-30 | session: Remove PeriodicConnect documentation | Daniel Wagner | 1 | -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-30 | session: Update ConnectionType documentation | Daniel Wagner | 1 | -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-30 | session: Move IdleTimeout to Technology API | Daniel Wagner | 2 | -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-30 | session: Update overview doc | Daniel Wagner | 1 | -82/+19 | |
Update to the new D-Bus API and the simplified connection algorithms (state). | |||||
2012-08-22 | doc: Manual page for connman configuration file | Jukka Rissanen | 1 | -0/+100 | |
2012-08-22 | doc: Manual page for connman | Jukka Rissanen | 1 | -0/+79 | |
2012-08-14 | doc: Improve description of service state property | Lucas De Marchi | 1 | -1/+4 | |
Add missing "disconnect" state and point to doc/overview-api.txt for more information about state transitions. | |||||
2012-07-18 | doc: Add coding-style.txt | Samuel Ortiz | 1 | -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-13 | doc: Hidden AP provisioning information added | Jukka Rissanen | 1 | -0/+2 | |
2012-07-13 | doc: Add necessary documentation about wpspin as a PreviousPassphrase type | Tomasz Bursztyka | 1 | -1/+20 | |
2012-07-04 | doc: Fix small typo | Marcel Holtmann | 1 | -1/+1 | |
2012-06-26 | doc: Document 'informational' value of Requirement field | Tomasz Bursztyka | 1 | -7/+12 | |
2012-06-15 | doc: Add a new type and argument to agent RequestInput method call | Tomasz Bursztyka | 1 | -2/+29 | |
2012-06-11 | doc: Describe what happens when config file is removed | Jukka Rissanen | 1 | -0/+6 | |
2012-06-05 | doc: Mention long D-Bus timeout for scan method | Marcel Holtmann | 1 | -1/+3 | |
2012-05-22 | doc: Update service Domains property description | Patrik Flykt | 1 | -1/+3 | |
2012-05-17 | doc: Clarify hidden WiFi network relations with Name+Type properties | Marcel Holtmann | 1 | -3/+7 | |
2012-05-17 | doc: Mention deprecation of GetProperties methods | Marcel Holtmann | 2 | -2/+8 | |
2012-05-15 | doc: Update configuration format documentation | Patrik Flykt | 1 | -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-11 | doc: SSID field is hexadecimal only, also document Name field | Patrik Flykt | 1 | -1/+3 | |
2012-05-04 | doc: Adding description of a new possible error for RequestInput method | Tomasz Bursztyka | 1 | -0/+5 | |
2012-04-30 | doc: Fix tabs vs spaces for service and technology documentation | Marcel Holtmann | 2 | -13/+13 | |
2012-04-30 | doc: Fix tabs vs spaces for agent documentation | Marcel Holtmann | 1 | -16/+16 | |
2012-04-26 | doc: Fix description of technology scan method | Marcel Holtmann | 1 | -3/+2 | |
2012-04-17 | doc: Add missing property for service timeservers | Marcel Holtmann | 1 | -0/+6 | |
2012-04-17 | doc: Mention the special offline handling for state property | Marcel Holtmann | 1 | -0/+6 | |
2012-04-17 | doc: Update global state property details | Marcel Holtmann | 1 | -5/+17 | |
2012-04-11 | doc: Remove ServicesAddedd and ServiceRemoved signals | Marcel Holtmann | 1 | -19/+0 | |
2012-04-11 | doc: Add ServicesChanged signal to manager API | Marcel Holtmann | 1 | -0/+23 | |
2012-04-05 | doc: Add Timeserves.Configuration service property | Alok Barsode | 1 | -0/+15 | |
2012-02-28 | doc: updated session api documentation | Tomasz Bursztyka | 1 | -20/+38 | |
2012-02-14 | doc: Document the right error belonging to browser request on agent api | Tomasz Bursztyka | 1 | -1/+1 | |
2011-12-22 | doc: Change bearer name to cellular instead 3G | Daniel Wagner | 2 | -3/+5 | |
2011-12-16 | doc: valgrind suppression file | Jukka Rissanen | 1 | -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-09 | doc: Fix race conditions in service handling | Marcel Holtmann | 1 | -16/+19 | |
2011-12-09 | doc: Fix race conditions in technology handling | Marcel Holtmann | 1 | -41/+18 | |
2011-12-09 | doc: Make session methods as experimental for now | Marcel Holtmann | 1 | -2/+2 | |
2011-12-09 | doc: Remove methods to lookup and connect services | Marcel Holtmann | 1 | -41/+0 | |
2011-12-09 | doc: Remove method for handling provisioning | Marcel Holtmann | 1 | -11/+0 | |
2011-12-09 | doc: Remove extra method and property for global state | Marcel Holtmann | 1 | -16/+0 | |
2011-12-09 | doc: Remove leftover property from profile support | Marcel Holtmann | 1 | -4/+0 | |
2011-12-09 | doc: Mark session mode property as experimental | Marcel Holtmann | 1 | -1/+1 | |
2011-12-09 | doc: Remove deprecated properties and values | Marcel Holtmann | 1 | -29/+1 | |
2011-12-09 | doc: Make counter related method as experimental | Marcel Holtmann | 2 | -3/+3 | |
2011-12-09 | doc: Update properties and methods for technology interface | Marcel Holtmann | 1 | -3/+35 | |
2011-12-09 | doc: Mark clock API as experimental for now | Marcel Holtmann | 1 | -8/+8 | |
2011-12-09 | doc: Add method description for browser agent callback | Marcel Holtmann | 1 | -0/+11 | |