summaryrefslogtreecommitdiff
path: root/src/connman.h
AgeCommit message (Expand)AuthorFilesLines
2011-01-08ipconfig: Removed obsolete parameter from __connman_ipconfig_set_config()Jukka Rissanen1-1/+1
2010-12-23service: Avoid autoconnect from scanMohamed Abbas1-0/+2
2010-12-15technology: Export set_regdom to pluginsSamuel Ortiz1-1/+0
2010-12-14ipconfig: Define 2 separate pointers for IPv4 and IPv6Jukka Rissanen1-3/+8
2010-12-14service: __connman_service_notify() prototype changeJukka Rissanen1-1/+1
2010-12-02Remove selftest file and optionSamuel Ortiz1-4/+0
2010-12-02agent: Agent API ReportError method callPatrik Flykt1-1/+6
2010-12-02technology: Add regulatory domain frameworkSamuel Ortiz1-0/+1
2010-11-13Use a proper technology callback to report Tethering statusMarcel Holtmann1-2/+4
2010-11-08technology: Add bridge name to the tethering hookSamuel Ortiz1-2/+2
2010-11-06Add basic implementation for internal proxy frameworkMarcel Holtmann1-0/+5
2010-11-06Add skeleton for integration of WISPr supportMarcel Holtmann1-0/+3
2010-11-05Remove unused __connman_element_get_*_path functionsMarcel Holtmann1-2/+0
2010-11-03inet: Add peer argument to address modification routineSamuel Ortiz1-0/+1
2010-10-29Use __attribute__ marking for format stringsMarcel Holtmann1-1/+2
2010-10-29iptables: Use printf format for iptables_command argumentSamuel Ortiz1-2/+2
2010-10-28iptables: Initial library commitSamuel Ortiz1-0/+5
2010-10-21device: Set element driver when probing a device driverJoey Lee1-0/+2
2010-10-12Added support for "auto" and "manual" proxy.Tomasz Bursztyka1-6/+0
2010-10-12Using netlink to set and clear ipv4 addressesCristiano Fernandes1-0/+6
2010-10-08inet: Remove __connman_inet_get_device_typeSamuel Ortiz1-2/+0
2010-10-08rtnl: Export device type detection routineSamuel Ortiz1-0/+1
2010-10-08technology: Add technology blocked field getterSamuel Ortiz1-0/+2
2010-10-04Remove unused __connman_detect_get_blocked functionMarcel Holtmann1-2/+0
2010-10-04Remove unused __connman_detect_start functionMarcel Holtmann1-1/+0
2010-10-04Remove dependency on udevMarcel Holtmann1-7/+6
2010-09-29Export __connman_service_set_passphrase() to ConnMan coreSamuel Ortiz1-0/+3
2010-09-22Store stats information into separate filesDaniel Wagner1-0/+24
2010-09-22Add support for setting proxy configuration methodMarcel Holtmann1-0/+4
2010-09-21Remove RequestPassphrase functionality from Agent APIPatrik Flykt1-2/+0
2010-09-21Agent API RequestInput method for requesting passphrasesPatrik Flykt1-0/+2
2010-09-21Handle several counters simultaniouslyDaniel Wagner1-20/+11
2010-09-20Add support for retrieving proxy auto configuration URLMarcel Holtmann1-0/+1
2010-09-17Add __connman_service_get_security functionPatrik Flykt1-0/+1
2010-09-09device: add connman_device_get_ident()Pekka Pessi1-1/+0
2010-09-09Remove the no longer needed security frameworkMarcel Holtmann1-5/+0
2010-08-20Service lookup based on interface indexSamuel Ortiz1-0/+1
2010-08-18Add support for roaming/home network statisticDaniel Wagner1-10/+4
2010-08-09Add BLOCKED technology stateSamuel Ortiz1-0/+1
2010-08-02Remove the provider D-Bus interfaceSamuel Ortiz1-0/+3
2010-08-02Link providers with servicesSamuel Ortiz1-12/+14
2010-07-29Add proxy auto-config support to service and IP config frameworkMarcel Holtmann1-0/+5
2010-07-29Add function to get nameserver address for a serviceMarcel Holtmann1-0/+1
2010-07-29Add function for retrieving index value from serviceMarcel Holtmann1-0/+1
2010-07-29Add support for storing service specific domain nameMarcel Holtmann1-0/+4
2010-07-29Add skeleton for WPAD integrationMarcel Holtmann1-0/+5
2010-07-29Disable offline mode when enabling a technology from offline modeSamuel Ortiz1-1/+1
2010-07-29Add a family argument to the ipconfig routing functionsSamuel Ortiz1-2/+2
2010-07-29Track IPv6 address changes through rtnlSamuel Ortiz1-2/+2
2010-07-29Initial IPv6 supportMartin Xu1-2/+11