Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-08-25 | profile: Remove profile.c and profile.h | Alok Barsode | 1 | -218/+0 | |
2011-08-25 | service: Add services changed signal | Alok Barsode | 1 | -39/+0 | |
Move the services changed dbus signal handling from profile. | |||||
2011-08-25 | technology: Remove blocked variables and associated functions | Alok Barsode | 1 | -9/+0 | |
2011-08-25 | technology: Redo offlinemode logic | Alok Barsode | 1 | -5/+1 | |
Traverse the list of technologies and enable/disable each instead of traversing the device list. | |||||
2011-06-16 | element: Remove element.c | Daniel Wagner | 1 | -0/+1 | |
2011-04-11 | profile: Remove profile D-Bus API | Samuel Ortiz | 1 | -123/+0 | |
2011-04-04 | manager: Remove the Create/RemoveProfile D-Bus API | Samuel Ortiz | 1 | -190/+22 | |
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 | profile: Remove useless wrappers | Samuel Ortiz | 1 | -31/+0 | |
2011-03-02 | profile: Ignore malformed profiles | Grant Erickson | 1 | -0/+13 | |
Ignore malformed profiles. That is, if there is no non-extension portion to the file (i.e. it is precisely named .profile), then ignore it. Passing such files to create_profile will result in a SIGABRT. | |||||
2010-09-09 | Remove the no longer needed security framework | Marcel Holtmann | 1 | -4/+0 | |
D-Bus security policies can now be set directly via the method tables. | |||||
2010-08-06 | Always create a default profile | Samuel Ortiz | 1 | -1/+1 | |
Even if there are other existing profiles, always create a default one. | |||||
2010-07-29 | Disable offline mode when enabling a technology from offline mode | Samuel Ortiz | 1 | -2/+4 | |
When enabling a technology in offline mode ConnMan now enables said technology, set offline mode to false while keeping the other technologies off. | |||||
2010-01-02 | Add missing PropertyChanged signal from manager interface | Gustavo Sverzut Barbieri | 1 | -0/+7 | |
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 | -1/+1 | |
2009-12-19 | Make use of property changed helper for arrays | Marcel Holtmann | 1 | -42/+12 | |
2009-12-19 | Add user data parameter to dictionary helpers | Marcel Holtmann | 1 | -1/+1 | |
2009-12-19 | Add user data argument to D-Bus array property helpers | Marcel Holtmann | 1 | -4/+4 | |
2009-12-19 | Rename D-Bus helper for basic dictionary types | Marcel Holtmann | 1 | -2/+2 | |
2009-12-19 | Add user data to D-Bus helper function callbacks | Marcel Holtmann | 1 | -3/+1 | |
2009-12-19 | Use helper for basic property changed signals | Marcel Holtmann | 1 | -28/+4 | |
2009-12-19 | Use new D-Bus helpers wherever possible | Marcel Holtmann | 1 | -82/+31 | |
2009-12-14 | Add generic suffix handling to storage helpers | Marcel Holtmann | 1 | -5/+5 | |
2009-12-14 | Use public function to validate identifiers | Marcel Holtmann | 1 | -19/+2 | |
2009-12-14 | Fix memory leak in profiles and rename hash variable | Marcel Holtmann | 1 | -11/+12 | |
2009-11-29 | Use network details also for Ethernet devices | Marcel Holtmann | 1 | -22/+0 | |
2009-08-29 | Fix profile cleanup race condition | Marcel Holtmann | 1 | -7/+5 | |
2009-08-29 | Remove all the useless D-Bus connection passing | Marcel Holtmann | 1 | -4/+4 | |
2009-08-04 | Add support for creating, modifying and removing profiles | Marcel Holtmann | 1 | -31/+494 | |
2009-07-25 | Fix missing update of signal strength from scan results | Marcel Holtmann | 1 | -0/+9 | |
2009-07-17 | One second timeout for service list update delays is enough | Marcel Holtmann | 1 | -1/+1 | |
2009-07-17 | Fix reference counting with multiple networks with same SSID | Marcel Holtmann | 1 | -18/+2 | |
2009-07-17 | When network gets remove ensure to disconnect the service | Marcel Holtmann | 1 | -0/+4 | |
2009-07-17 | Fix issues with current auto-connect logic | Marcel Holtmann | 1 | -2/+0 | |
2009-07-16 | Trigger auto-connect from service list changed signals | Marcel Holtmann | 1 | -0/+2 | |
2009-07-16 | Some service list updates should be not delayed | Marcel Holtmann | 1 | -1/+6 | |
2009-07-16 | Delay the update of service list by 2 seconds | Marcel Holtmann | 1 | -4/+25 | |
2009-06-28 | Check for valid default route when updating profile details | Marcel Holtmann | 1 | -0/+2 | |
2009-05-13 | Make some service function private for now | Marcel Holtmann | 1 | -2/+2 | |
2009-04-23 | Export active profile path and ident information | Marcel Holtmann | 1 | -7/+18 | |
2009-04-21 | Add basic handling of configuration state | Marcel Holtmann | 1 | -14/+0 | |
2009-04-21 | Add support for carrier service state | Marcel Holtmann | 1 | -1/+1 | |
2009-04-21 | Create proper service interface abstraction | Marcel Holtmann | 1 | -424/+22 | |
2009-04-13 | Fix infinite loop for service lookup | Marcel Holtmann | 1 | -0/+2 | |
2009-04-07 | Move service type and state declarations to header file | Marcel Holtmann | 1 | -17/+0 | |
2009-04-07 | Add missing service states | Marcel Holtmann | 1 | -2/+17 | |
2009-04-06 | Add support for handling carrier updates from devices | Marcel Holtmann | 1 | -11/+31 | |
2009-04-05 | Add error checking for service methods | Marcel Holtmann | 1 | -0/+23 | |
2009-04-05 | Use proper constants for service type | Marcel Holtmann | 1 | -16/+83 | |
2009-04-05 | Add support for sending signals when service list changes | Marcel Holtmann | 1 | -52/+84 | |