Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-05-22 | manager: Use simpler argument names in ServicesChanged signal | Marcel Holtmann | 1 | -2/+2 | |
2012-05-22 | manager: Fix wrong signature for SetProperty method | Marcel Holtmann | 1 | -2/+2 | |
2012-05-18 | Do not set signature and reply in GDBus tables | Henrique Dante de Almeida | 1 | -18/+18 | |
Use GDBUS_* macros, so signature and reply fields are not set in each method/signal. | |||||
2012-05-18 | Convert GDBus methods and signals to use macro helpers | Henrique Dante de Almeida | 1 | -23/+58 | |
With these macro helpers we can separate in/out arguments and use their own vector. | |||||
2012-05-18 | Constify GDBus signal tables | Henrique Dante de Almeida | 1 | -1/+1 | |
2012-05-18 | Constify GDBus method tables | Henrique Dante de Almeida | 1 | -1/+1 | |
2012-04-29 | core: Update copyright information | Marcel Holtmann | 1 | -1/+1 | |
2012-04-17 | manager: Remove experimental debug properties | Marcel Holtmann | 1 | -5/+0 | |
2012-04-17 | manager: Make two global variables static | Marcel Holtmann | 1 | -2/+2 | |
2012-04-11 | service: Add ServicesChanged signal | Patrik Flykt | 1 | -2/+1 | |
Send ServicesChanged signal instead of consecutive ServicesAdded and ServicesRemoved signals. | |||||
2012-03-04 | core: Add extra checks for set property methods | Marcel Holtmann | 1 | -0/+7 | |
2012-02-27 | manager: Fix signature of ServicesRemoved signal | Marcel Holtmann | 1 | -1/+1 | |
2012-02-24 | service: Remove 'Services' property from Manager D-Bus API | Patrik Flykt | 1 | -3/+0 | |
Remove support functions and 'Services' property from Manager D-Bus API. Update gateway in all places service was changed. | |||||
2012-02-24 | service: Implement ServicesAdded and ServicesRemoved signals | Patrik Flykt | 1 | -0/+2 | |
When services are added or removed, collect them into separate lists in order to send as many as possible in one go and with then removed ones sent first. Add a wait of 100ms to collect more services in one batch. When removing a service check whether it was also on the added list; if so, remove it from that list. | |||||
2012-02-24 | manager: Use helper function for adding arrays of objpath, dict | Patrik Flykt | 1 | -32/+14 | |
Use helper function for adding arrays of object path and dictionary to D-Bus messages. | |||||
2012-02-15 | manager: Fix TechnologyAdded signal signature | Alok Barsode | 1 | -1/+1 | |
2012-02-04 | manager: Remove RequestScan D-Bus method call | Patrik Flykt | 1 | -35/+0 | |
2012-01-20 | manager: Remove EnableTechnology and DisableTechnology | Patrik Flykt | 1 | -74/+0 | |
Remove EnableTechnology and DisableTechnology D-Bus method calls from Manager API. | |||||
2012-01-05 | manager: Remove manager 'Technologies' property | Patrik Flykt | 1 | -2/+0 | |
Remove 'Technologies' property from Manager API and the code updating the property. | |||||
2012-01-05 | technology: Implement Manager API GetTechnologies method call | Patrik Flykt | 1 | -0/+32 | |
2012-01-05 | technology: Add 'TechnologyAdded' and 'TechnologyRemoved' signals | Patrik Flykt | 1 | -0/+2 | |
2012-01-05 | manager: Remove DefaultTechnology and associated function | Patrik Flykt | 1 | -5/+0 | |
2012-01-05 | manager: Remove ConnectedTechnologies and associated function | Patrik Flykt | 1 | -3/+0 | |
2012-01-05 | manager: Remove EnabledTechnologies and associated function | Patrik Flykt | 1 | -2/+0 | |
2012-01-05 | manager: Remove AvailableTechnologies and associated function | Patrik Flykt | 1 | -2/+0 | |
2011-12-10 | manager: Remove support for GetState method and StateChanged signal | Marcel Holtmann | 1 | -15/+0 | |
2011-12-10 | manager: Remove support for ProvisionService method | Marcel Holtmann | 1 | -16/+0 | |
2011-12-10 | manager: Remove support for ConnectService method | Marcel Holtmann | 1 | -29/+0 | |
2011-12-10 | manager: Remove support for LookupService method | Marcel Holtmann | 1 | -20/+0 | |
2011-09-19 | manager: Only defer result when enabling session mode | Daniel Wagner | 1 | -1/+1 | |
When leaving the session mode we might be still online so we should not wait for entering the idle state. | |||||
2011-08-25 | technology: Save/Load offlinemode | Alok Barsode | 1 | -12/+1 | |
Load/Save offlinemode in technology.c instead of profile.c. | |||||
2011-08-25 | technology: Redo offlinemode logic | Alok Barsode | 1 | -3/+1 | |
Traverse the list of technologies and enable/disable each instead of traversing the device list. | |||||
2011-08-25 | technology: Modify technology enable/disable APIs | Alok Barsode | 1 | -84/+4 | |
Add the pending dbus message per technology. Also move the pending timeout from manager to technology. | |||||
2011-08-25 | technology: Refactor enable/disable APIs | Alok Barsode | 1 | -4/+4 | |
connman_technology_enable: Enable a technology. Enables all the devices in the device_list of the technology. connman_technology_enabled: Callback for connman_technology_enable. Changes the state of the technology to ENABLED. Ditto for connman_technology_disable/connman_technology_disabled. | |||||
2011-08-11 | manager: Defer return of setting session mode if not idle | Daniel Wagner | 1 | -1/+41 | |
2011-06-30 | tethering: Update APIs to be able to use multiple private networks | Guillaume Zajac | 1 | -5/+6 | |
2011-06-16 | element: Remove element.c | Daniel Wagner | 1 | -0/+2 | |
2011-06-07 | element: Remove device code | Daniel Wagner | 1 | -3/+3 | |
2011-04-20 | tethering: Add private networks ip configuration and NAT | Gustavo F. Padovan | 1 | -1/+2 | |
2011-04-20 | tethering: Add support to create private networks TUN interface | Gustavo F. Padovan | 1 | -4/+4 | |
2011-04-20 | manager: Add hooks for the PrivateNetwork API | Gustavo F. Padovan | 1 | -0/+38 | |
RequestPrivateNetwork() doesn't return an fd yet and both of them are completely dummy. | |||||
2011-04-11 | manager: Implement service provisioning via dbus | Henri Bragge | 1 | -0/+15 | |
2011-04-04 | manager: Remove the Create/RemoveProfile D-Bus API | Samuel Ortiz | 1 | -41/+0 | |
Provisioning is done through configuration files, not profiles (naming could be changed as well). There is no need for multiple profiles files. | |||||
2011-03-31 | session: Refactor session API | Daniel Wagner | 1 | -22/+10 | |
Refactor the D-Bus API of the session according the documentation. All function and properties are only empty stubs. | |||||
2011-03-31 | manager: Add session mode | Daniel Wagner | 1 | -1/+29 | |
This also disables the auto connect feature. | |||||
2011-02-02 | tethering: Add a tethering property per technology | Samuel Ortiz | 1 | -19/+1 | |
The manager tethering property is now gone. | |||||
2011-01-28 | manager: Remove network-manager compatibility code | Kalle Valo | 1 | -120/+1 | |
Remove the network-manager compatibility code from src/manager.c so that all this can be implemented as a plugin. -c command line switch is still left but marked as obsole to avoid breaking current start scripts. By removing the switch connman would not start at all if -c is used. | |||||
2011-01-22 | manager: Send network-manager state change signals | Kalle Valo | 1 | -10/+46 | |
When using network-manager compatibility mode in connman applications, for example pidgin and firefox, didn't notice when connman changed states from offline to online (and vice versa) and applications would notice the new state only after restarting them. The problem was that connman wasn't sending StateChanged signals. After adding them pidgin and firefox will notice the new states immeadiately. | |||||
2010-09-28 | RemoveProvider argument is an object path | Samuel Ortiz | 1 | -3/+3 | |
2010-09-09 | Remove the no longer needed security framework | Marcel Holtmann | 1 | -32/+0 | |
D-Bus security policies can now be set directly via the method tables. |