Fix missing export of current domain name
[platform/upstream/connman.git] / src / service.c
2010-07-30 Marcel HoltmannFix missing export of current domain name
2010-07-30 Marcel HoltmannAdd proxy auto-config support to service and IP config...
2010-07-30 Marcel HoltmannAdd function to get nameserver address for a service
2010-07-30 Marcel HoltmannAdd function for retrieving index value from service
2010-07-30 Marcel HoltmannAdd support for storing service specific domain name
2010-07-30 Marcel HoltmannAdd skeleton for WPAD integration
2010-07-29 Martin XuInitial IPv6 support
2010-07-26 Samuel OrtizDon't try to connect when service list is empty
2010-07-26 Samuel OrtizAdd a resolver flush method
2010-07-21 Samuel OrtizCheck for NULL service pointer in nameserver host route...
2010-07-15 Marcel HoltmannAdd service property and signals for LoginRequired
2010-07-12 Samuel OrtizUpdate nameserver host routes with DNS manual settings
2010-07-12 Samuel OrtizNo host route needed for nameservers on the same subnet
2010-07-12 Samuel OrtizSet DNS host routes before toggling the service READY...
2010-07-09 Daniel WagnerKeep start/stop state of statistic timers
2010-07-08 Daniel WagnerAdd additionals statistics counters
2010-07-08 Daniel WagnerSave counter values during shutdown
2010-07-07 Daniel WagnerStart/stop statistics depending on LOWER_UP state
2010-06-30 Daniel WagnerUpdate service statistics
2010-06-30 Daniel WagnerAdd service statistic data structure
2010-06-14 Kalle ValoSend signal when service name changes
2010-06-10 Marcel HoltmannReturn an error for invalid transaction on immutable...
2010-05-31 Samuel Ortizntpd plugin
2010-05-18 Samuel OrtizFix set_property() indentation
2010-05-18 Samuel OrtizClear and set IPv4 settings when connected
2010-05-17 Marcel HoltmannFix memory leak with nameserver and domain configuration
2010-05-13 Marcel HoltmannAdd method to retrieve sorted list of tuples for services
2010-05-13 Marcel HoltmannAdd initial support for LookupService helper method
2010-05-13 Marcel HoltmannInternal functions should not have a __connman prefix
2010-05-13 Marcel HoltmannAdd support for setting per service domain list
2010-05-12 Marcel HoltmannAdd support for setting manual DNS server configuration
2010-05-06 Martin XuCall __connman_notifier_connect() only when state is...
2010-05-06 Daniel WagnerAppend Ethernet dictionary to cellular service properties
2010-04-22 Daniel WagnerFix typo: store password into service->password field
2010-04-13 Martin XuLoad ipconfig setting from __connman_service_create_ipc...
2010-04-03 Samuel OrtizConnect service based on service type
2010-04-02 Gustavo Sverzut... ONLINE and LOGIN are also "connected" states.
2010-03-26 Samuel OrtizUse psk for building hidden WPA SSID group
2010-03-24 Mohamed AbbasCall location detection after setting DNS and routing...
2010-03-18 Samuel OrtizFix convert_wifi_security for psk string
2010-03-07 Marcel HoltmannRemove unneeded plugin for Ericsson MBM support
2010-03-07 Marcel HoltmannRemove unneeded plugin for Option HSO support
2010-02-11 Martin XuAdd static IP support
2010-02-11 Martin XuRemove wrong unref of sevice->pending
2010-02-11 Martin XuAdd get and create ipconfig from service
2010-02-04 Samuel OrtizImplement move_after() D-Bus service method
2010-01-29 Marcel HoltmannAdd basic support for a location detection framework
2010-01-29 Marcel HoltmannAdd special state for portal login step
2010-01-23 Martin XuSet APN before connecting via oFono plugin
2010-01-13 Marcel HoltmannAdd special "online" service state
2010-01-13 Samuel OrtizDo not call __connman_service_put() twice
2010-01-08 Marcel HoltmannFix some WPA Enterprise privacy issues
2010-01-07 Marcel HoltmannAdd support for setting immutable flag from configurations
2010-01-05 Marcel HoltmannAdd Ethernet information for WiMAX and Bluetooth devices
2010-01-05 Marcel HoltmannAdd place-holder for technology type GPS
2010-01-05 Marcel HoltmannEnable IP configuration when entering configuration...
2010-01-04 Marcel HoltmannAdd basic interfaces for automatic proxy configuration
2010-01-02 Gustavo Sverzut... Add missing PropertyChanged signal for IPv4.Configuration
2010-01-02 Marcel HoltmannUpdate copyright information
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-21 Marcel HoltmannEnable notification for IP configuration changes
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 HoltmannFix update of Ethernet address and MTU values
2009-12-20 Marcel HoltmannRemove invalid IPv4 configuration handling
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 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 HoltmannRename D-Bus helper for basic dictionary 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 HoltmannUse helper for basic property changed signals
2009-12-19 Marcel HoltmannUse new D-Bus helpers wherever possible
2009-12-19 Marcel HoltmannUse D-Bus helpers for more readability
2009-12-19 Samuel OrtizAsk for DEVICE_TYPE_WIFI when looking for a WiFi device
2009-12-15 Marcel HoltmannAdd support using PSK when connecting to hidden networks
2009-12-14 Marcel HoltmannFix wrong usage of service security enum
2009-12-14 Marcel HoltmannAdd security definitions for PSK and IEEE 802.1x
2009-12-08 Marcel HoltmannAdd service types for system and VPN connections
2009-12-06 Marcel HoltmannRemove new unused special carrier state of a service
2009-12-05 Marcel HoltmannAllow service removal to clear failure state
2009-11-29 Marcel HoltmannUse network details also for Ethernet devices
2009-11-29 Marcel HoltmannAdd network type for cable/carrier detection
2009-11-29 Marcel HoltmannFix segmentation fault with service type lookup
2009-11-28 Marcel HoltmannAdd method to retrieve interface name from service
2009-11-28 Marcel HoltmannAdd support for default service changed notifier
2009-11-28 Marcel HoltmannUse one common service type to string conversion routine
2009-11-26 Martin XuDisable reconnect when removing service
2009-11-26 Martin XuAdd PropertyChanged signal for service Favorite setting
2009-11-23 Martin XuAdd network type CONNMAN_NETWORK_TYPE_CELLULAR
2009-10-31 Martin XuRemove problematic retry on failure code path
2009-10-26 Marcel HoltmannRemove connect timer before second connect attempt
2009-10-26 Martin XuRun auto-connect once service goes into idle state...
next