summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-11-07wifi: Skip service if there is error while loading its settingsJukka Rissanen1-0/+4
2012-11-05README: Add information about network interface clearing at startupJukka Rissanen1-0/+5
2012-11-05session: Register session after policy plugin returned configDaniel Wagner1-75/+89
2012-11-05session: Factor out user settings in __connman_session_create()Daniel Wagner1-23/+48
2012-11-05session: Remove struct connman_session_bearerDaniel Wagner3-111/+35
2012-11-05session: Handle no match case in parse_bearers()Daniel Wagner1-0/+9
2012-11-05session: parse_bearers() should check for invalid typesDaniel Wagner1-2/+9
2012-11-05session: Rename session_parse_allowed_bearers() to parse_bearers()Daniel Wagner1-5/+3
2012-11-05session: Remove match_all from connman_session_bearerDaniel Wagner2-36/+21
2012-11-05session: Remove name variable from connman_session_bearerDaniel Wagner2-8/+8
2012-11-05session: Add callback to policy create()Daniel Wagner3-15/+40
2012-11-05session: Policy register should check callback existenceDaniel Wagner1-0/+3
2012-11-05session: Pick directly first policy in listDaniel Wagner1-8/+3
2012-11-05session: Factor out memory release part of cleanup_sessionDaniel Wagner1-9/+14
2012-11-05manager: Allow async CreateSession method callDaniel Wagner1-2/+6
2012-11-05storage: Add void if function does not have any argumentsDaniel Wagner2-7/+7
2012-11-02dhcp: Clear ipaddresses from ipconfig before starting DHCPJukka Rissanen1-0/+6
2012-11-02ipconfig: Add function to clear ipaddress informationJukka Rissanen2-0/+9
2012-10-29openvpn: Support '--tls-auth <file>' with optional '<direction>' argumentEmil Renner Berthing1-0/+14
2012-10-29openvpn: Add more optionsEmil Renner Berthing1-0/+3
2012-10-26Release 1.91.9Marcel Holtmann2-1/+10
2012-10-26technology: Do not proceed with tethering if technology is not enabledTomasz Bursztyka1-0/+4
2012-10-25systemd: prevent duplicate logging messages in journalMarti Raudsepp1-0/+1
2012-10-25technology: Do not presume a technology being hardblocked when createdTomasz Bursztyka1-6/+2
2012-10-25dnsproxy: Add reply host part length checkingPatrik Flykt1-5/+17
2012-10-23wispr: Free wispr portal context in the relevant placeTomasz Bursztyka1-11/+11
2012-10-22device: Do not mark connecting networks unavailableTomasz Bursztyka1-1/+2
2012-10-19network: Fix typo in debug printJukka Rissanen1-1/+1
2012-10-19web: Make debug func print more useful informationJukka Rissanen1-3/+11
2012-10-19gresolv: Remove query from queue before destroying the queryJukka Rissanen1-1/+1
2012-10-19gresolv: Make sure we will not receive DNS data after closingJukka Rissanen1-1/+3
2012-10-19gresolv: Add more debug printsJukka Rissanen1-5/+31
2012-10-19gresolv: Make debug func print more useful informationJukka Rissanen1-3/+11
2012-10-18service: Prefer user connected services with SingleConnectedTechnologyPatrik Flykt1-0/+20
2012-10-18service: Clear user connected flag on disconnectPatrik Flykt1-2/+2
2012-10-18service: Keep only a single connected technology if configuredPatrik Flykt1-0/+33
2012-10-18main: Add SingleConnectedTechnology main.conf variablePatrik Flykt1-0/+12
2012-10-18main.conf: Add SingleConnectedTechnology descriptionPatrik Flykt1-0/+12
2012-10-18service: Fix default service switching and setting gatewayPatrik Flykt1-2/+3
2012-10-18main.conf: Update preferred technology descriptionPatrik Flykt1-6/+7
2012-10-18service: A preferred service in state ready is good enoughPatrik Flykt1-5/+1
2012-10-18service: Don't trigger autoconnect when neither service is preferredPatrik Flykt1-3/+0
2012-10-17client: Add Remove() method support for serviceTomasz Bursztyka3-0/+38
2012-10-17client: Fix various memory leaks in monitor and services partsTomasz Bursztyka2-2/+13
2012-10-17client: Fix some memory leaks in data_manager partTomasz Bursztyka1-18/+40
2012-10-17client: Fix some memory leaks in commands partTomasz Bursztyka1-81/+78
2012-10-16gresolv: Remove the lookup for realJukka Rissanen1-1/+1
2012-10-16technology: Fix hardblocked state on non hw rfkillable switch addedTomasz Bursztyka1-13/+17
2012-10-16technology: Recompute hardblocked state on rfkill remove eventTomasz Bursztyka1-0/+7
2012-10-16technology: Properly handle rfkill driven stateTomasz Bursztyka1-9/+43