summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2012-09-28wispr: Remove service usage reset functionPatrik Flykt1-22/+2
2012-09-28wispr: Agent calls need not be referencedPatrik Flykt1-29/+2
2012-09-28wispr: Clean up reference countingPatrik Flykt1-22/+9
2012-09-28log: Disable stack trace from command linePatrik Flykt3-8/+15
2012-09-28ipconfig: Fix IPv6.Configuration parsingTomasz Bursztyka1-5/+3
2012-09-27session: Apply policy on AllowedBearersDaniel Wagner1-3/+100
2012-09-27session: Apply policy on ConnnectionTypeDaniel Wagner1-2/+22
2012-09-27session: Enforce correct ConnectionType settingsDaniel Wagner1-2/+12
2012-09-27session: Support no match in AllowedBearersDaniel Wagner1-24/+25
2012-09-27session: Use g_slist_free_full to free bearer listDaniel Wagner1-3/+2
2012-09-27session: Add bearer list cleanup functionDaniel Wagner1-12/+10
2012-09-27session: Remove unused functionsDaniel Wagner1-33/+0
2012-09-27session: Get config from policy pluginDaniel Wagner1-51/+29
2012-09-27session: Allow plugin access to connman_session_allowed_bearers_anyDaniel Wagner1-3/+3
2012-09-27session: Move configuration bits to a public structDaniel Wagner1-51/+32
2012-09-27session: Move bearer_info to session.hDaniel Wagner1-46/+40
2012-09-27session: Use session pointer instead of string idDaniel Wagner1-32/+4
2012-09-27session: Move struct connman_session to session.hDaniel Wagner1-1/+2
2012-09-27session: Update session when policy plugin is added or removedDaniel Wagner1-0/+47
2012-09-27session: Assign config plugin to sessionDaniel Wagner1-0/+20
2012-09-27session: Move get config calls after basic session initializationDaniel Wagner1-5/+6
2012-09-27session: Maintain a sorted policy plugin listDaniel Wagner1-0/+13
2012-09-27session: Remove global configuration pluginDaniel Wagner1-28/+13
2012-09-27session: Move policy plugin code upDaniel Wagner1-92/+92
2012-09-27session: Rename session_config to session_policyDaniel Wagner1-22/+22
2012-09-27session: No need to free NULL listDaniel Wagner1-4/+1
2012-09-27session: Check D-Bus argumets for Changed methodDaniel Wagner1-0/+7
2012-09-27session: Remove AvoidHandover implementationDaniel Wagner1-29/+1
2012-09-26manager: Manage properly the pending message for session modeTomasz Bursztyka1-1/+4
2012-09-26resolver: Make sure we do not use already removed timerJukka Rissanen1-0/+1
2012-09-26resolver: Do not touch IPv4 servers in redo caseJukka Rissanen1-0/+13
2012-09-26dnsproxy: Remove AI_PASSIVE for connected socketJukka Rissanen1-1/+1
2012-09-26dnsproxy: Set recipient address when sending msg to DNS serverJukka Rissanen1-2/+12
2012-09-25ipconfig: Set default IPv6 method according to kernel IPv6 supportJukka Rissanen1-2/+10
2012-09-25inet: Add function to check if IPv6 is supported by kernelJukka Rissanen1-0/+12
2012-09-24rtnl: Ignore netlink messages generated by wextJohannes Berg1-4/+12
2012-09-13technology: Returns the right error when setting tetheringTomasz Bursztyka1-2/+6
2012-09-13tethering: Reset the tethering refcount on errorPatrik Flykt1-1/+6
2012-09-13ipconfig: Catch interface name changesJukka Rissanen1-1/+12
2012-09-13agent: Fixes refcounting issueTomasz Bursztyka1-12/+4
2012-09-11proxy: Set lookup to NULL if the tokens did not matchPatrik Flykt1-0/+2
2012-09-11wispr: Add backpointer to wispr portal structurePatrik Flykt1-0/+10
2012-09-07tethering: Fix error path in __connman_tethering_set_enabled()Artem Bityutskiy1-0/+3
2012-09-07tethering: Re-add error message about missing bridge functionalityArtem Bityutskiy1-1/+3
2012-09-07tethering: Fix bridge module loading problemArtem Bityutskiy1-6/+12
2012-09-07technology: Fix memory leak as the tethering strings were not freedJukka Rissanen1-0/+4
2012-09-07config: Call g_clear_error to prevent memory leakDanny Jeongseok Seo1-0/+1
2012-09-04agent: Always clean up and unref on agent shutdownPatrik Flykt1-12/+9
2012-09-04agent: Cancel agent requestsPatrik Flykt2-0/+11
2012-09-04agent: Implement Agent API Cancel() method callPatrik Flykt2-0/+56