summaryrefslogtreecommitdiff
path: root/src/service.c
AgeCommit message (Expand)AuthorFilesLines
2011-03-23service: Send D-Bus reply for Manager.ConnectService when service is readySamuel Ortiz1-5/+15
2011-03-21service: Destroy counter hash in service_freeDaniel Wagner1-2/+2
2011-03-02network: Export connman_network_get_connecting() to pluginsHenri Bragge1-2/+1
2011-02-25service: Add a generic ipconfig selection routineSamuel Ortiz1-0/+12
2011-02-24service: Do not always reset the IPv4 state on error clearingSamuel Ortiz1-0/+8
2011-02-23ipconfig: Rename ipconfig_set/clear_address routinesSamuel Ortiz1-2/+2
2011-02-23service: Add a nameserver clearing routineSamuel Ortiz1-0/+8
2011-02-23service: Add timeserver and pac settersDaniel Wagner1-0/+119
2011-02-22service: Do not duplicate nameserver entriesSamuel Ortiz1-0/+6
2011-02-18ipconfig: Enable and disable IPv6 properlyJukka Rissanen1-0/+7
2011-02-16service: Remove unused mcc and mnc fieldsSamuel Ortiz1-12/+0
2011-02-16service: Remove APN propertySamuel Ortiz1-162/+2
2011-02-15service: Compare combined states in service_compare()Samuel Ortiz1-2/+4
2011-02-15connection: Remove connection elementDaniel Wagner1-7/+15
2011-02-15ipconfig: Rename __connman_ipconfig_get_*(index)Daniel Wagner1-1/+1
2011-02-15service: Refactor Service nameserver APIDaniel Wagner1-70/+146
2011-02-11service: Change IPv4 state when address is releasedJukka Rissanen1-0/+6
2011-02-11service: Check service state properly if user changes methodJukka Rissanen1-16/+47
2011-02-11service: IPv6 autoconf will change the service stateJukka Rissanen1-0/+28
2011-02-11service: Split service state to IPv4 and IPv6 partsJukka Rissanen1-51/+261
2011-02-08service: Add CONNMAN_SERVICE_ERROR_INVALID_KEY to service error enumPatrik Flykt1-0/+7
2011-02-04service: Remove WPS from the exported D-Bus propertiesSamuel Ortiz1-6/+18
2011-01-28provider: Report VPN error codeMohamed Abbas1-0/+4
2011-01-27service: Check for WPS support only in the WiFi caseSamuel Ortiz1-1/+2
2011-01-27service: WPS connection logicTomasz Bursztyka1-5/+17
2011-01-27service: WPS enabled getterTomasz Bursztyka1-0/+8
2011-01-27service: WPS supportTomasz Bursztyka1-1/+24
2011-01-27service: Mark service as failed if connect failsPekka Pessi1-17/+45
2011-01-27network: Add connman_network_clear_error()Pekka Pessi1-0/+20
2011-01-18Fixed comparison with "AutoConnect" in servicePekka Pessi1-1/+1
2011-01-18Remove MCC and MNC from ServicePekka Pessi1-7/+0
2011-01-13service: Do not reconnect to an already connected serviceSamuel Ortiz1-0/+10
2011-01-13service: Proxy changes notificationsSamuel Ortiz1-1/+10
2011-01-13service: Return DIRECT proxy if wpad_start failsSamuel Ortiz1-1/+3
2011-01-13service: Return service proxy is configured PAC URL is not setSamuel Ortiz1-1/+6
2011-01-13service: Start WPAD if DHCP failed to provide a PAC URLSamuel Ortiz1-3/+10
2011-01-13service: Start WPAD if proxy is not manually configuredSamuel Ortiz1-1/+8
2011-01-13service: Add proxy_config for storing configured proxy methodSamuel Ortiz1-11/+21
2011-01-12service: Define proxy setting helperSamuel Ortiz1-0/+10
2011-01-11service: Set proxy to DIRECT if unknownSamuel Ortiz1-3/+3
2011-01-11service: Set proxy method to AUTO from set_proxy_autoconfigSamuel Ortiz1-0/+2
2011-01-10service: Do not unref ipconf layer upon disconnectionSamuel Ortiz1-29/+6
2011-01-08service: Do not disconnect IPv4 if IPv6 method changesJukka Rissanen1-27/+23
2011-01-08ipconfig: Removed obsolete parameter from __connman_ipconfig_set_config()Jukka Rissanen1-2/+2
2011-01-08service: Do not set the ipv6 method to OFFJukka Rissanen1-3/+0
2011-01-05memoryleak: ipconfig was not unreferenced properlyJukka Rissanen1-16/+24
2011-01-03Make calls to __connman_ipconfig_disable() consistent.Jukka Rissanen1-6/+6
2011-01-03memoryleak: check return value correctly before clearing pointerJukka Rissanen1-2/+2
2010-12-31Possible memory leak when setting up ipconfigJukka Rissanen1-2/+6
2010-12-31Possible memory leak when creating ipconfigJukka Rissanen1-2/+4