summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)AuthorFilesLines
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
2011-11-07session doc: Document state transitionsDaniel Wagner1-0/+47
2011-11-07session doc: Fix typoDaniel Wagner1-1/+1
2011-10-31doc: Document that DestroySession will not send Release to sessionsPatrik Flykt1-2/+1
2011-08-25technology: Remove 'available' stateAlok Barsode1-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-30doc: Update private network method prototypesGuillaume Zajac1-6/+5
2011-06-21doc: Update documentation regarding 'SessionMode' property.Patrik Flykt1-1/+9
2011-06-21agent: Add documentation about WISPr-enabled hotspot input request.Tomasz Bursztyka1-0/+23
2011-06-16service: Remove Service.ModeDaniel Wagner1-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-28session: Update documenationDaniel Wagner1-2/+2
2011-04-20doc: Add PrivateNetwork interface.Gustavo F. Padovan1-0/+25
By now PrivateNetwork interface will cover the DUN server case.
2011-04-16doc: Add API description for clock interfaceMarcel Holtmann1-0/+87
2011-04-15session-api: Update documentation on EmergencyCallDaniel Wagner1-0/+17
2011-04-12session: Add session overview documentationDaniel Wagner1-0/+71
2011-04-11config: Default config protection set to TRUESamuel Ortiz1-2/+2
Configs will be protected, unless explicitely set otherwise.
2011-04-11config: Add configuration protected flagSamuel Ortiz1-0/+3
2011-04-11profile: Remove profile D-Bus APISamuel Ortiz1-32/+0
2011-04-11doc: Add service provisioning method in Manager APIHenri Bragge1-0/+11
2011-04-08session: Update connect/disconnect documationDaniel Wagner1-6/+6
2011-04-07session: Extend AllowedBearer documentationDaniel Wagner1-0/+8
2011-04-07session: Rename the Realtime flag to PriorityDaniel Wagner1-3/+24
Also change the meaning of the flag, back to the original proposal from Marcel Holtmann.
2011-04-04manager: Remove the Create/RemoveProfile D-Bus APISamuel Ortiz1-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-04session: Use RoamingPolicy instead of RoamingAllowedDaniel Wagner1-3/+19
Allowed are RoamingPolicy "default", "always", "forbidden", "national" and "international"
2011-04-01doc: Add EAP login support in Agent APIHenri Bragge1-4/+36
2011-03-31manager: Add session modeDaniel Wagner1-0/+7
This also disables the auto connect feature.
2011-03-31session: Update documentationMarcel Holtmann2-16/+251
2011-03-25doc: Add description about 6to4 tunnelling.Jukka Rissanen1-1/+5
2011-02-21doc: Add description about IPv6 privacy settingJukka Rissanen1-0/+20
2011-02-16service: Remove APN propertySamuel Ortiz1-9/+0
APNs are operator specific settings and should be either provisioned or set through oFono.
2011-02-15technology: Remove "blocked" state and use "offline" state insteadAlok Barsode1-2/+2
Both "offline" and "blocked" states mean the same hence merging them.
2011-02-04service: Remove WPS from the exported D-Bus propertiesSamuel Ortiz1-16/+6
When WPS is supported it is added to the security string array.
2011-02-02doc: Update documentation regarding tethering propertiesSamuel Ortiz2-7/+23
2011-01-27doc: WPS method input documentation added to agent-api.txtTomasz Bursztyka1-1/+24
2011-01-27doc: Add service WPS attribute to service-api.txtTomasz Bursztyka1-0/+10