summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-12-22Release 1.101.10Marcel Holtmann2-1/+9
2012-12-22build: Fix Daniel's commits without nameMarcel Holtmann1-0/+1
2012-12-22build: Fix Flavio's name mapping to email addressMarcel Holtmann1-0/+1
2012-12-22build: Add vpn/net.connman.vpn.service to .gitignoreMarcel Holtmann1-0/+1
2012-12-22gdbus: Avoid using g_ptr_array_new_full convenience functionMarcel Holtmann1-1/+2
2012-12-21session-policy-local: Check policy being non-NULL before usingPatrik Flykt1-1/+3
2012-12-20gweb: Use glib memory functionsDaniel Wagner1-1/+1
2012-12-20gdhcp: Use glib memory functionsDaniel Wagner1-1/+1
2012-12-20core: Use glib memory functionsDaniel Wagner2-6/+6
2012-12-19build: Compile support for new D-Bus client helpersMarcel Holtmann1-1/+1
2012-12-19gdbus: Increase the method call timeout to 5 minutesMarcel Holtmann1-1/+3
2012-12-19gdbus: Add helper for sending async error repliesMarcel Holtmann2-0/+38
2012-12-19gdbus: Fix race condition with creating duplicate client proxiesMarcel Holtmann1-0/+23
2012-12-19gdbus: Fix issue with unref of client while parsing interfacesMarcel Holtmann1-0/+8
2012-12-19gdbus: Fix issue with unref of client in connect handlerMarcel Holtmann1-0/+8
2012-12-19gdbus: Add support for D-Bus client method callsMarcel Holtmann2-0/+82
2012-12-19gdbus: Add callback support for handling property changesMarcel Holtmann2-10/+31
2012-12-19gdbus: Handle property changed signals and update propertyMarcel Holtmann1-31/+107
2012-12-19gdbus: Set property changed filter match rule for each proxyMarcel Holtmann1-40/+57
2012-12-19gdbus: Use a GPtrArray for the match rulesMarcel Holtmann1-18/+24
2012-12-19gdbus: Add support for setting D-Bus client basic propertiesMarcel Holtmann2-0/+99
2012-12-19gdbus: Deep copy of variants also requires a signatureMarcel Holtmann1-2/+7
2012-12-19gdbus: Add support for complex D-Bus client propertiesMarcel Holtmann1-16/+46
2012-12-19gdbus: Add support for D-Bus client propertiesMarcel Holtmann2-3/+126
2012-12-19gdbus: Add support for D-Bus client proxiesMarcel Holtmann2-4/+343
2012-12-19gdbus: Add helper functions for simple D-Bus clientsMarcel Holtmann2-0/+355
2012-12-17agent: Don't crash when no agent was registered on exitDaniel Wagner1-0/+4
2012-12-14main: Small cleanup for config file parsing and checkingMarcel Holtmann1-7/+9
2012-12-14main: Add function to check for main.conf groups and keysPatrik Flykt1-0/+53
2012-12-14main: Use defines for main.conf keysPatrik Flykt1-18/+29
2012-12-14vpn-provider: Report disconnect errors other than -EINPROGRESSPatrik Flykt1-3/+3
2012-12-14vpn-provider: Set state when connecting and disconnectingPatrik Flykt1-7/+6
2012-12-14vpn-plugin: Send proper response to caller and connect if neededPatrik Flykt1-11/+30
2012-12-14vpn: Clear pending connect flag on connect attemptPatrik Flykt1-0/+2
2012-12-12technology: Soft block on offline mode or disabled technologyPatrik Flykt1-2/+2
2012-12-11README: Add extra empty line between sectionsMarcel Holtmann1-0/+1
2012-12-11unit: Fix differences with including gdbus.h headerMarcel Holtmann3-3/+3
2012-12-11client: Fix up header inclusion messMarcel Holtmann7-31/+26
2012-12-11client: Do not include headers from the coreMarcel Holtmann6-13/+49
2012-12-11client: Provide own D-Bus helper functionsMarcel Holtmann6-7/+114
2012-12-11client: Remove useless circular inclusion protectionMarcel Holtmann5-24/+0
2012-12-11client: Add missing includes of config.hMarcel Holtmann7-0/+28
2012-12-11client: Fix the mangled copyright statementMarcel Holtmann11-24/+38
2012-12-11build: Fix typo in command line client configure optionMarcel Holtmann1-1/+1
2012-12-10vpn-plugin: Check completion of configure and connectPatrik Flykt1-16/+14
2012-12-10vpn-plugin: Propagate most common errors to callback functionPatrik Flykt1-4/+14
2012-12-10manager: -EINPROGRESS is a valid response for ConnectProviderPatrik Flykt1-7/+1
2012-12-10session_policy_local: Create policy directory if necessaryDaniel Wagner1-0/+12
2012-12-05session: Call callback directly when no plugin is assignedDaniel Wagner1-8/+9
2012-12-05session: Add a cleanup function for the user configDaniel Wagner1-13/+23