summaryrefslogtreecommitdiff
path: root/src/wpad.c
AgeCommit message (Collapse)AuthorFilesLines
2014-07-17Imported Upstream version 1.24upstream/1.24Zhang zhengguang1-13/+13
2012-04-29core: Update copyright informationMarcel Holtmann1-1/+1
2012-01-05service: Return all system defined nameservers when askedJukka Rissanen1-1/+6
The connman_service_get_nameservers() is changed to return all system defined nameservers. This means that the function now returns an allocated array of all nameservers and caller must deallocate the returned array. The change is needed so that we can combine the nameservers that are set by DHCP code and the IPv6 nameservers that are set by router advertisements.
2011-10-21wpad: Reference count service properlyTomasz Bursztyka1-1/+3
2011-09-12wispr: Adding wispr logic entries in service and wpadTomasz Bursztyka1-0/+6
2011-06-16element: Remove element.cDaniel Wagner1-0/+1
2011-02-15service: Refactor Service nameserver APIDaniel Wagner1-4/+7
__connman_service_append/remove_namerserver() is renamed to __connman_service_nameserver_append/remove to be more consistent with the other Service API naming. Also the semantic changes to append/remove instead of set/clear. The list of configured nameservers takes preference over the list of discovered (DHCP, VPN, ...) nameservers.
2011-01-13service: Return DIRECT proxy if wpad_start failsSamuel Ortiz1-7/+9
2011-01-13wpad: Set proxy method to DIRECT if WPAD name resolution failedSamuel Ortiz1-4/+10
2010-10-04Move GResolv source file sinto GWeb directoryMarcel Holtmann1-1/+1
2010-09-22Export service functions for retrieving domainname and nameserverMarcel Holtmann1-2/+2
2010-07-31Add placeholder for PAC file downloadMarcel Holtmann1-0/+12
2010-07-30Fix WPAD issue with empty result listMarcel Holtmann1-0/+3
2010-07-29Check also top-level DNS records for WPAD informationMarcel Holtmann1-1/+28
2010-07-29Add support for WPAD setting proxy informationMarcel Holtmann1-2/+7
2010-07-29Add support for retrieving proxy auto-configuration via DNSMarcel Holtmann1-0/+97
2010-07-29Add missing src/wpad.c fileMarcel Holtmann1-0/+48