Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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. | |||||
2010-08-02 | Remove the manager Providers property | Samuel Ortiz | 1 | -2/+0 | |
Providers are regular VPN services, no need to differentiate them anymore. | |||||
2010-07-29 | Disable offline mode when enabling a technology from offline mode | Samuel Ortiz | 1 | -1/+1 | |
When enabling a technology in offline mode ConnMan now enables said technology, set offline mode to false while keeping the other technologies off. | |||||
2010-07-23 | Update RegisterCounter method parameters | Marcel Holtmann | 1 | -4/+7 | |
2010-07-03 | Add initial bits and pieces for Tethering support | Marcel Holtmann | 1 | -1/+19 | |
2010-05-13 | Fix wrong return type of LookupService message | Marcel Holtmann | 1 | -1/+1 | |
2010-05-13 | Minor whitespace versus tab change | Marcel Holtmann | 1 | -1/+1 | |
2010-05-13 | Add method to retrieve sorted list of tuples for services | Marcel Holtmann | 1 | -0/+30 | |
2010-05-13 | Add initial support for LookupService helper method | Marcel Holtmann | 1 | -0/+20 | |
2010-05-12 | Fail immediately enabling/disabling unregistered technology | Forest Bond | 1 | -0/+6 | |
Previously, calling EnableTechnology or DisableTechnology with an unregistered technology type caused the call to fail silently and eventually timeout. With this patch, a "Not Registered" error is returned immediately instead. | |||||
2010-04-03 | Add session D-Bus manager API | Samuel Ortiz | 1 | -0/+42 | |
2010-01-25 | Add support for technology interface | Marcel Holtmann | 1 | -3/+2 | |
2010-01-05 | Move online/offline state handling into notifier framework | Marcel Holtmann | 1 | -10/+3 | |
2010-01-04 | Add framework for counter callbacks | Marcel Holtmann | 1 | -0/+44 | |
2010-01-01 | Update copyright information | Marcel Holtmann | 1 | -1/+1 | |
2009-12-19 | Rename D-Bus helper function for variable arrays | Marcel Holtmann | 1 | -9/+9 | |
2009-12-19 | Add user data parameter to dictionary helpers | Marcel Holtmann | 1 | -9/+9 | |
2009-12-19 | Rename D-Bus helper for basic dictionary types | Marcel Holtmann | 1 | -4/+4 | |
2009-12-19 | Fix typo with exported device list | Marcel Holtmann | 1 | -1/+1 | |
2009-12-19 | Use new D-Bus helpers wherever possible | Marcel Holtmann | 1 | -231/+20 | |
2009-12-09 | Add interfaces for connecting providers | Mohamed Abbas | 1 | -0/+76 | |
2009-12-07 | Remove unused connection interface | Marcel Holtmann | 1 | -25/+0 | |
2009-11-25 | Add support for dynamic debug framework | Marcel Holtmann | 1 | -0/+51 | |
2009-08-29 | Add support for handling errors from agent registration | Marcel Holtmann | 1 | -18/+10 | |
2009-08-29 | Remove all the useless D-Bus connection passing | Marcel Holtmann | 1 | -4/+7 | |
2009-08-04 | Add support for creating, modifying and removing profiles | Marcel Holtmann | 1 | -76/+35 | |
2009-07-24 | Fix wrong variable reference when sending technology replies | Marcel Holtmann | 1 | -1/+1 | |
2009-07-24 | Add timeout for technology enable and disable operation | Marcel Holtmann | 1 | -0/+25 | |
2009-07-24 | Add support for blocking enable and disable technology changes | Marcel Holtmann | 1 | -21/+77 | |
2009-07-23 | Fix wrong usage of device types instead of service types | Marcel Holtmann | 1 | -18/+18 | |
2009-07-22 | Fix the state value of Network Manager compatibility support | Marcel Holtmann | 1 | -1/+4 | |
2009-07-22 | Add support for global offline mode storage | Marcel Holtmann | 1 | -0/+58 | |
2009-07-22 | Enforce current offline mode for new devices | Marcel Holtmann | 1 | -0/+5 | |
2009-07-19 | Add support for default technology property | Marcel Holtmann | 1 | -0/+5 | |
2009-07-19 | Add simple GetState method for really simple applications | Marcel Holtmann | 1 | -0/+21 | |
2009-07-19 | Add support for ConnectedTechnologies property | Marcel Holtmann | 1 | -9/+53 | |
2009-07-19 | Rename Technologies property to AvailableTechnologies | Marcel Holtmann | 1 | -1/+1 | |
2009-07-19 | Track service types and not device types for technologies listing | Marcel Holtmann | 1 | -1/+1 | |
2009-07-17 | Add full support for enable/disable technology methods | Marcel Holtmann | 1 | -2/+52 | |
2009-07-16 | Add skeleton for EnableTechnology/DisableTechnology methods | Marcel Holtmann | 1 | -8/+36 | |