Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-11-07 | session doc: Document state transitions | Daniel Wagner | 1 | -0/+47 | |
2011-11-07 | session doc: Fix typo | Daniel Wagner | 1 | -1/+1 | |
2011-10-31 | doc: Document that DestroySession will not send Release to sessions | Patrik Flykt | 1 | -2/+1 | |
2011-08-25 | technology: Remove 'available' state | Alok Barsode | 1 | -2/+1 | |
The connman technology state machine is simplified. It now has 3 states: Offline: Technology is disabled. Enabled: Technology is enabled. Connected: Technology is connected. | |||||
2011-06-30 | doc: Update private network method prototypes | Guillaume Zajac | 1 | -6/+5 | |
2011-06-21 | doc: Update documentation regarding 'SessionMode' property. | Patrik Flykt | 1 | -1/+9 | |
2011-06-21 | agent: Add documentation about WISPr-enabled hotspot input request. | Tomasz Bursztyka | 1 | -0/+23 | |
2011-06-16 | service: Remove Service.Mode | Daniel Wagner | 1 | -14/+0 | |
The only source for the cellular mode update was removed in a474ef1be8b76167b9d0ef8a9eb6fe24cc5eacc5". The WiFi plugin will not support adhoc mode. So this property is completly unused. | |||||
2011-04-28 | session: Update documenation | Daniel Wagner | 1 | -2/+2 | |
2011-04-20 | doc: Add PrivateNetwork interface. | Gustavo F. Padovan | 1 | -0/+25 | |
By now PrivateNetwork interface will cover the DUN server case. | |||||
2011-04-16 | doc: Add API description for clock interface | Marcel Holtmann | 1 | -0/+87 | |
2011-04-15 | session-api: Update documentation on EmergencyCall | Daniel Wagner | 1 | -0/+17 | |
2011-04-12 | session: Add session overview documentation | Daniel Wagner | 1 | -0/+71 | |
2011-04-11 | config: Default config protection set to TRUE | Samuel Ortiz | 1 | -2/+2 | |
Configs will be protected, unless explicitely set otherwise. | |||||
2011-04-11 | config: Add configuration protected flag | Samuel Ortiz | 1 | -0/+3 | |
2011-04-11 | profile: Remove profile D-Bus API | Samuel Ortiz | 1 | -32/+0 | |
2011-04-11 | doc: Add service provisioning method in Manager API | Henri Bragge | 1 | -0/+11 | |
2011-04-08 | session: Update connect/disconnect documation | Daniel Wagner | 1 | -6/+6 | |
2011-04-07 | session: Extend AllowedBearer documentation | Daniel Wagner | 1 | -0/+8 | |
2011-04-07 | session: Rename the Realtime flag to Priority | Daniel Wagner | 1 | -3/+24 | |
Also change the meaning of the flag, back to the original proposal from Marcel Holtmann. | |||||
2011-04-04 | manager: Remove the Create/RemoveProfile D-Bus API | Samuel Ortiz | 1 | -24/+0 | |
Provisioning is done through configuration files, not profiles (naming could be changed as well). There is no need for multiple profiles files. | |||||
2011-04-04 | session: Use RoamingPolicy instead of RoamingAllowed | Daniel Wagner | 1 | -3/+19 | |
Allowed are RoamingPolicy "default", "always", "forbidden", "national" and "international" | |||||
2011-04-01 | doc: Add EAP login support in Agent API | Henri Bragge | 1 | -4/+36 | |
2011-03-31 | manager: Add session mode | Daniel Wagner | 1 | -0/+7 | |
This also disables the auto connect feature. | |||||
2011-03-31 | session: Update documentation | Marcel Holtmann | 2 | -16/+251 | |
2011-03-25 | doc: Add description about 6to4 tunnelling. | Jukka Rissanen | 1 | -1/+5 | |
2011-02-21 | doc: Add description about IPv6 privacy setting | Jukka Rissanen | 1 | -0/+20 | |
2011-02-16 | service: Remove APN property | Samuel Ortiz | 1 | -9/+0 | |
APNs are operator specific settings and should be either provisioned or set through oFono. | |||||
2011-02-15 | technology: Remove "blocked" state and use "offline" state instead | Alok Barsode | 1 | -2/+2 | |
Both "offline" and "blocked" states mean the same hence merging them. | |||||
2011-02-04 | service: Remove WPS from the exported D-Bus properties | Samuel Ortiz | 1 | -16/+6 | |
When WPS is supported it is added to the security string array. | |||||
2011-02-02 | doc: Update documentation regarding tethering properties | Samuel Ortiz | 2 | -7/+23 | |
2011-01-27 | doc: WPS method input documentation added to agent-api.txt | Tomasz Bursztyka | 1 | -1/+24 | |
2011-01-27 | doc: Add service WPS attribute to service-api.txt | Tomasz Bursztyka | 1 | -0/+10 | |
2011-01-18 | Remove MCC and MNC from Service doc | Pekka Pessi | 1 | -10/+0 | |
2011-01-18 | Clarify relation between AutoConnect and Roaming. | Pekka Pessi | 1 | -1/+3 | |
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 | |