summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-10-09doc: State is a string typeGustavo Padovan1-1/+1
2012-10-08unit: Wrong enum type used in session codeJukka Rissanen1-1/+1
2012-10-04gdbus: Fix not freeing list node by using g_slist_delete_linkLuiz Augusto von Dentz1-1/+1
2012-10-03dnsproxy: Do not overwrite protocol and channel in server structJukka Rissanen1-5/+26
2012-10-03technology: Do not expose a technology which is hard rfkilledTomasz Bursztyka1-4/+8
2012-10-03technology: Add helpers for (un)registering a technology in D-BusTomasz Bursztyka1-11/+34
2012-10-03technology: Do not apply Powered setting change if hardblock is onTomasz Bursztyka1-1/+7
2012-10-03technology: Simplify set_powered functionTomasz Bursztyka1-7/+3
2012-10-03technology: Link hard rfkill with actual device's stateTomasz Bursztyka1-8/+18
2012-10-03technology: Handle harblock if all of them have identical typeTomasz Bursztyka1-0/+19
2012-10-03technology: Handle rfkill hardblockTomasz Bursztyka1-12/+28
2012-10-03technology: Handle rfkill hash table in a saner wayTomasz Bursztyka1-6/+6
2012-10-03conf: Allow Counter and Notification interfaces in connman-polkit.confTomasz Bursztyka1-0/+2
2012-10-03build: Don't use deprecated INCLUDES variableLucas De Marchi1-1/+1
2012-10-03build: Don't use deprecated AM_PROG_MKDIR_PLucas De Marchi1-1/+1
2012-10-03build: Fix missing -lrt for clock_gettime()Lucas De Marchi1-1/+1
2012-10-02session: If no policy plugin is selected use default configDaniel Wagner1-2/+12
2012-10-02session: Move the default config create part back to coreDaniel Wagner3-11/+24
2012-10-01error: EINPROGRESS error was not handledJukka Rissanen1-0/+1
2012-10-01inet: Cleanup rtnl callback data properlyJukka Rissanen1-7/+1
2012-10-01ntp: Calculate transmit time from receive time and monotonic deltaPatrik Flykt1-6/+13
2012-10-01test: Check test-connman argumentsPatrik Flykt1-8/+19
2012-10-01technology: Update tethering properties when relevantTomasz Bursztyka1-6/+22
2012-10-01wispr: Properly handle Agent errorTomasz Bursztyka1-6/+8
2012-09-28gdbus: Refactor filter_data_find()Lucas De Marchi1-38/+5
2012-09-28gdbus: Fix wrong signal handler matchLucas De Marchi1-21/+94
2012-09-28gdbus: Fix crash when getting disconnected from the busJohan Hedberg1-4/+5
2012-09-28wispr: Service does not need to be reference countedPatrik Flykt2-5/+1
2012-09-28wispr: Free wispr portal context struct instead of unreferencing itPatrik Flykt1-40/+9
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-28TODO: Add --nobacktrace removal taskPatrik Flykt1-0/+9
2012-09-28log: Disable stack trace from command linePatrik Flykt4-10/+17
2012-09-28test: Fix PrefixLength setting in set-ipv6-methodTomasz Bursztyka1-1/+4
2012-09-28ipconfig: Fix IPv6.Configuration parsingTomasz Bursztyka1-5/+3
2012-09-27unit: Do not append empty AllowedBearers dictionaryDaniel Wagner1-0/+3
2012-09-27session: Apply policy on AllowedBearersDaniel Wagner1-3/+100
2012-09-27session: Update AllowedBearers documentationDaniel Wagner1-1/+10
2012-09-27unit: Support ConnectionType unknownDaniel Wagner1-1/+3
2012-09-27session: Apply policy on ConnnectionTypeDaniel Wagner1-2/+22
2012-09-27session: Enforce correct ConnectionType settingsDaniel Wagner2-5/+16
2012-09-27session: Update ConnnectionType documentationDaniel Wagner1-5/+13
2012-09-27session: Support no match in AllowedBearersDaniel Wagner1-24/+25
2012-09-27session_policy: Use bearer free functionDaniel Wagner1-10/+1
2012-09-27session: Use g_slist_free_full to free bearer listDaniel Wagner1-3/+2
2012-09-27session: Add bearer list cleanup functionDaniel Wagner2-13/+11
2012-09-27session: Remove unused functionsDaniel Wagner3-71/+0
2012-09-27session: Get config from policy pluginDaniel Wagner1-51/+29
2012-09-27session_policy: Implement create() and destroy()Daniel Wagner1-0/+63