summaryrefslogtreecommitdiff
path: root/src/service.c
AgeCommit message (Expand)AuthorFilesLines
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
2010-12-31memoryleak: proxy method string was not freedJukka Rissanen1-0/+1
2010-12-23service: Don't clear ipconfig layers if network disconnection failedSamuel Ortiz1-8/+4
2010-12-23service: Return connecting status while idleMohamed Abbas1-0/+8
2010-12-23service: Avoid autoconnect from scanMohamed Abbas1-2/+6
2010-12-17service: Set ipconfig structure to NULL if ipconfig_disable failsSamuel Ortiz1-2/+2
2010-12-14ipconfig: Define 2 separate pointers for IPv4 and IPv6Jukka Rissanen1-99/+215
2010-12-14service: __connman_service_notify() prototype changeJukka Rissanen1-3/+1
2010-12-08Add CONNMAN_DEVICE_TYPE_GADGET and CONNMAN_SERVICE_TYPE_GADGETMartin Xu1-0/+10
2010-12-07resolver: Add support for multiple search domainsHenri Bragge1-2/+16
2010-12-02service: Initiate scan when not retrying a failed connectionSamuel Ortiz1-0/+1
2010-12-02service: Call __connman_agent_report_error when a service fails to connectPatrik Flykt1-1/+22
2010-12-02service: Create service_complete helper functionPatrik Flykt1-7/+12
2010-11-09service: Use correct string for Proxy.MethodLeena Gunda1-2/+2
2010-11-04Remove unneeded enum connman_network_protocolMarcel Holtmann1-2/+0
2010-11-03service: Try to autoconnect favorite but failed services at bootSamuel Ortiz1-1/+2
2010-10-18Add proxy accessor function for servicesTomasz Bursztyka1-0/+27
2010-10-12Added support for "auto" and "manual" proxy.Tomasz Bursztyka1-8/+367
2010-10-11Open stats file late and close them earlyDaniel Wagner1-6/+19
2010-10-08Remove unnecessary pre initializingDaniel Wagner1-2/+2
2010-09-29Export __connman_service_set_passphrase() to ConnMan coreSamuel Ortiz1-3/+6
2010-09-22Store stats information into separate filesDaniel Wagner1-113/+18
2010-09-22Add support for setting proxy configuration methodMarcel Holtmann1-1/+36