Do not call __connman_service_put() twice
[framework/connectivity/connman.git] / src /
2010-01-13 Samuel OrtizDo not call __connman_service_put() twice
2010-01-08 Marcel HoltmannFix some WPA Enterprise privacy issues
2010-01-08 Marcel HoltmannAdd debug information for proxy auto configuration URL
2010-01-07 Marcel HoltmannAdd support for setting immutable flag from configurations
2010-01-07 Marcel HoltmannAdd configuration file option for private key passphras...
2010-01-07 Marcel HoltmannAdd support for multiple services per configuration...
2010-01-05 Marcel HoltmannAllow counters with zero interval
2010-01-05 Marcel HoltmannFix typo with RX versus TX stats
2010-01-05 Marcel HoltmannUsage statistics structure directly
2010-01-05 Marcel HoltmannInclude interface name in statistics usage
2010-01-05 Marcel HoltmannCheck interval parameters and request first update
2010-01-05 Marcel HoltmannOnly send updates if byte count actually changed
2010-01-05 Marcel HoltmannAdd support for exporting basic interface statistics
2010-01-05 Marcel HoltmannUse common set of INET routing helpers
2010-01-05 Marcel HoltmannAdd helper for removing host routes
2010-01-05 Marcel HoltmannSplit gateway and host route setting in two separate...
2010-01-05 Marcel HoltmannFix invalid argument terminator
2010-01-05 Marcel HoltmannMove online/offline state handling into notifier framework
2010-01-05 Marcel HoltmannAdd Ethernet information for WiMAX and Bluetooth devices
2010-01-05 Marcel HoltmannAdd interface name to Ethernet settings
2010-01-05 Marcel HoltmannAdd place-holder for technology type GPS
2010-01-05 Marcel HoltmannAdd framework for counter callbacks
2010-01-05 Marcel HoltmannEnable IP configuration when entering configuration...
2010-01-05 Marcel HoltmannFix issue when manual IP setup not using configuration...
2010-01-05 Marcel HoltmannDon't re-enable configuration if already set
2010-01-04 Marcel HoltmannRemove two more unused element functions
2010-01-04 Marcel HoltmannRemove element lock and unlock functions
2010-01-04 Marcel HoltmannRemove unused prototype of string conversion function
2010-01-04 Marcel HoltmannRemove two unused IPv4 element helpers
2010-01-04 Marcel HoltmannStore PAC URL configuration in DHCP and provider elements
2010-01-04 Marcel HoltmannAdd basic interfaces for automatic proxy configuration
2010-01-03 Marcel HoltmannAdd skeleton for technology specific functions
2010-01-02 Gustavo Sverzut... Add missing PropertyChanged signal for IPv4.Configuration
2010-01-02 Gustavo Sverzut... Add missing PropertyChanged signal from manager interface
2010-01-02 Marcel HoltmannUpdate copyright information
2009-12-30 Martin XuUse new functions for setting gateway address or interface
2009-12-30 Martin XuAdd INET functions for setting gateway address and...
2009-12-30 Martin XuAdd method handling into function set_connected()
2009-12-30 Martin XuAdd function connman_network_set_method()
2009-12-30 Martin XuDon't reset associating from function connman_network_s...
2009-12-25 Marcel HoltmannAdd extra NULL pointer check for service configuration
2009-12-25 Marcel HoltmannSome cleanup with the provision handling
2009-12-24 Marcel HoltmannFix permissions of newly created /etc/resolv.conf
2009-12-24 Samuel OrtizMore config.c copy and paste fixes
2009-12-23 Marcel HoltmannFix copy-and-paste issue with SSID configuration field
2009-12-23 Marcel HoltmannSome more whitespace cleanups
2009-12-23 Samuel OrtizAdd support for building passphrase from the private...
2009-12-23 Samuel OrtizEnable connecting to an IEEE 802.1x network from the...
2009-12-23 Samuel OrtizLoad service entries from configuration files
2009-12-22 Marcel HoltmannFix service loading and add provision callbacks
2009-12-22 Samuel OrtizAdd IEEE 802.1x related fields to network structure
2009-12-21 Marcel HoltmannEnable notification for IP configuration changes
2009-12-21 Marcel HoltmannAdd IP configured method for fixed addresses
2009-12-20 Marcel HoltmannAdd basic support for immutable services
2009-12-20 Marcel HoltmannAdd D-Bus interface for configuring IP addresses
2009-12-20 Marcel HoltmannRename IP configuration methods to match specification
2009-12-20 Marcel HoltmannFix Ethernet address string representation
2009-12-20 Marcel HoltmannFix netmask from prefix length string conversion
2009-12-20 Marcel HoltmannAdd tracking of system IP address settings
2009-12-20 Marcel HoltmannFix update of Ethernet address and MTU values
2009-12-20 Marcel HoltmannFix debugging output of link address
2009-12-20 Marcel HoltmannRemove invalid IPv4 configuration handling
2009-12-20 Marcel HoltmannFix wrong extraction of link address
2009-12-20 Marcel HoltmannTrack link address and MTU settings
2009-12-20 Marcel HoltmannAdd property for Ethernet configuration settings
2009-12-20 Marcel HoltmannUpdate handling of IPv4 configuration settings
2009-12-19 Marcel HoltmannRename D-Bus helper function for variable arrays
2009-12-19 Marcel HoltmannMake use of property changed helper for arrays
2009-12-19 Marcel HoltmannAdd D-Bus helper for array property changed signals
2009-12-19 Marcel HoltmannUse D-Bus property helpers for network list details
2009-12-19 Marcel HoltmannAdd address and netmask configuration to settings
2009-12-19 Marcel HoltmannAppend settings only for ready services
2009-12-19 Marcel HoltmannInclude current configuration into settings
2009-12-19 Marcel HoltmannAdd user data parameter to dictionary helpers
2009-12-19 Marcel HoltmannAdd user data argument to D-Bus array property helpers
2009-12-19 Marcel HoltmannRename D-Bus helper for basic dictionary types
2009-12-19 Marcel HoltmannRename D-Bus helper for basic property types
2009-12-19 Marcel HoltmannAdd user data to D-Bus helper function callbacks
2009-12-19 Marcel HoltmannAdd property for service settings
2009-12-19 Marcel HoltmannAdd helpers for adding dictionaries as property
2009-12-19 Marcel HoltmannUse helper for basic property changed signals
2009-12-19 Marcel HoltmannAdd helper for sending PropertyChanged signal
2009-12-19 Marcel HoltmannUse inline functions for dictionary helpers
2009-12-19 Marcel HoltmannCreate another helper for fixed array properties
2009-12-19 Marcel HoltmannIgnore WiFi networks with IBSS (adhoc mode)
2009-12-19 Marcel HoltmannFix typo with exported device list
2009-12-19 Marcel HoltmannUse new D-Bus helpers wherever possible
2009-12-19 Marcel HoltmannAdd another D-Bus helper for properties with arrays
2009-12-19 Marcel HoltmannAdd helper function to retrieve list of devices
2009-12-19 Marcel HoltmannAdd helpers for appending flexible D-Bus arrays
2009-12-19 Marcel HoltmannUse D-Bus helpers for more readability
2009-12-19 Marcel HoltmannStore flag for public DNS servers
2009-12-19 Marcel HoltmannIgnore DNS servers without an interface for now
2009-12-19 Samuel OrtizAsk for DEVICE_TYPE_WIFI when looking for a WiFi device
2009-12-17 Martin XuHandle static method at function set_connected
2009-12-17 Martin XuClear associating and connecting state at connman_netwo...
2009-12-17 Martin XuAdd function connman_network_get_element
2009-12-15 Marcel HoltmannRemove faulty removal of IP address from interface
2009-12-15 Marcel HoltmannCoding style cleanups for provider framework
2009-12-15 Marcel HoltmannAdd support using PSK when connecting to hidden networks
next