bluetooth: Keep track of Bluez 5 org.bluez.Network1 objects
[platform/upstream/connman.git] / src /
2013-01-30 Patrik Flykttechnology: Enable/disable individual devices also...
2013-01-30 Patrik Flykttechnology: Check technology driver probe function...
2013-01-30 Patrik Flykttechnology: Remove technology driver by pointer
2013-01-30 Patrik Flykttechnology: Remove unnecessary comparison and goto
2013-01-30 Patrik Flyktnetwork: Unset driver on failed match
2013-01-24 Tomasz Bursztykaservice: Notify leaving online state when downgrading...
2013-01-24 Jukka Rissanenipconfig: IPv6 was enabled too early
2013-01-18 Jukka Rissanendnsproxy: DNS response answer count was incorrectly set
2013-01-16 Tomasz Bursztykanetwork: Do not report any error when removing a connec...
2013-01-16 Tomasz Bursztykanetwork: Move up code about set_connected() and set_dis...
2013-01-16 Jukka Rissanenservice: Trigger autoconnect when AutoConnect flag...
2013-01-16 Jukka Rissanenipconfig: Do not disable IPv6 in lower up state
2013-01-15 Tomasz Bursztykaservice: Update notifier state when relevant while...
2013-01-15 Tomasz Bursztykaagent: Keep track of the driver to unref user context...
2013-01-08 Forest Bondinet: Fix error handling when bridging interfaces
2013-01-08 Forest Bondinet: Fix error handling when adding/removing routes
2013-01-04 Patrik Flyktstorage: Remove storage migration code
2013-01-04 Patrik Flyktcore: Remove WiMAX definitions from code
2012-12-20 Daniel Wagnercore: Use glib memory functions
2012-12-17 Daniel Wagneragent: Don't crash when no agent was registered on...
2012-12-14 Marcel Holtmannmain: Small cleanup for config file parsing and checking
2012-12-14 Patrik Flyktmain: Add function to check for main.conf groups and...
2012-12-14 Patrik Flyktmain: Use defines for main.conf keys
2012-12-12 Patrik Flykttechnology: Soft block on offline mode or disabled...
2012-12-10 Patrik Flyktmanager: -EINPROGRESS is a valid response for ConnectPr...
2012-12-05 Daniel Wagnersession: Call callback directly when no plugin is assigned
2012-12-05 Daniel Wagnersession: Add a cleanup function for the user config
2012-12-05 Daniel Wagnersession: Move cleanup/destroy function up
2012-12-05 Daniel Wagnersession: Return error code from callback
2012-12-05 Daniel Wagnersession: Fix error case handling
2012-12-05 Daniel Wagnersession: Fix error return code
2012-12-05 Daniel Wagnersession: Remove notify watch
2012-11-30 Jukka Rissanenagent: Release all agents when stopping
2012-11-27 Patrik Flyktdnsproxy: Fix hash table comparison function to avoid...
2012-11-23 Daniel Wagnersession: Don't filter match all out
2012-11-23 Daniel Wagnersession: Store user AllowedBearers configuration
2012-11-23 Daniel Wagnersession: Factor out set default config helper
2012-11-23 Daniel Wagnersession: Export session parsing functions
2012-11-23 Daniel Wagnersession: Add getter for session owner
2012-11-23 Daniel Wagnersession: Add destroy function for plugins
2012-11-23 Daniel Wagnersession: Add sessions config update function
2012-11-23 Daniel Wagnerdbus: Add SELinux support
2012-11-23 Daniel Wagnerinotify: Watch out for files moved to/from watched...
2012-11-23 Daniel Wagnerinotify: Move inotify code into its own file
2012-11-23 Daniel Wagnerconfig: Factor out config inotify handler
2012-11-23 Jukka Rissanenprovider: Set the state properly when removing provider
2012-11-23 Daniel Wagnerdevice: Include stdlib.h
2012-11-23 Jukka Rissanenipconfig: Do not check device if interface name is...
2012-11-23 Jukka Rissanenmain: Plugin and provider cleanup order fixed
2012-11-23 Jukka Rissanenprovider: Do not remove the provider as it would remove...
2012-11-23 Jukka Rissanenstorage: Add function to remove provider files
2012-11-23 Jukka Rissanenprovider: Add callback when creating vpn provider
2012-11-23 Jukka Rissanenmanager: Deprecating connect/remove provider API
2012-11-23 Jukka Rissanenagent: Split agent code into generic and service specif...
2012-11-23 Jukka Rissanenprovider: Refactor server and user route handling
2012-11-23 Jukka Rissanenprovider: Initially provider ipconfigs are now OFF
2012-11-23 Jukka Rissanenprovider: Support functions added
2012-11-23 Jukka Rissanenprovider: Remove functionality that is no longer used
2012-11-23 Jukka Rissanenprovider: Provider disconnect function made available...
2012-11-23 Jukka Rissanenvpn: New vpn daemon that handles vpn connections and...
2012-11-23 Jukka Rissanenlog: Give program name and version in log init
2012-11-23 Jukka Rissanendevice: Move device creation func into device.c
2012-11-23 Jukka Rissanenipconfig: Move IP address API into separate ipaddress...
2012-11-22 Patrik Flyktcore: Use interface index instead of interface name
2012-11-19 Patrik Flyktdnsproxy: Use TCP connections only for the intended...
2012-11-19 Patrik Flyktdnsproxy: Check the result of socket creation when...
2012-11-19 Patrik Flyktdnsproxy: Check GIO channel for NULL before use
2012-11-16 Forest Bonddnsproxy: Close the UDP socket on error condition.
2012-11-13 Danny Jeongseok Seoiptables: A file descriptor cannot be a nagative integer
2012-11-13 Danny Jeongseok Seomanager: Fix negative error code
2012-11-13 Patrik Flyktbridge: Close socket on error
2012-11-13 Danny Jeongseok Seoinet: Fix resource leak
2012-11-05 Daniel Wagnersession: Register session after policy plugin returned...
2012-11-05 Daniel Wagnersession: Factor out user settings in __connman_session_...
2012-11-05 Daniel Wagnersession: Remove struct connman_session_bearer
2012-11-05 Daniel Wagnersession: Handle no match case in parse_bearers()
2012-11-05 Daniel Wagnersession: parse_bearers() should check for invalid types
2012-11-05 Daniel Wagnersession: Rename session_parse_allowed_bearers() to...
2012-11-05 Daniel Wagnersession: Remove match_all from connman_session_bearer
2012-11-05 Daniel Wagnersession: Remove name variable from connman_session_bearer
2012-11-05 Daniel Wagnersession: Add callback to policy create()
2012-11-05 Daniel Wagnersession: Policy register should check callback existence
2012-11-05 Daniel Wagnersession: Pick directly first policy in list
2012-11-05 Daniel Wagnersession: Factor out memory release part of cleanup_session
2012-11-05 Daniel Wagnermanager: Allow async CreateSession method call
2012-11-05 Daniel Wagnerstorage: Add void if function does not have any arguments
2012-11-02 Jukka Rissanendhcp: Clear ipaddresses from ipconfig before starting...
2012-11-02 Jukka Rissanenipconfig: Add function to clear ipaddress information
2012-10-26 Tomasz Bursztykatechnology: Do not proceed with tethering if technology...
2012-10-25 Marti Raudseppsystemd: prevent duplicate logging messages in journal
2012-10-25 Tomasz Bursztykatechnology: Do not presume a technology being hardblock...
2012-10-25 Patrik Flyktdnsproxy: Add reply host part length checking
2012-10-23 Tomasz Bursztykawispr: Free wispr portal context in the relevant place
2012-10-22 Tomasz Bursztykadevice: Do not mark connecting networks unavailable
2012-10-19 Jukka Rissanennetwork: Fix typo in debug print
2012-10-18 Patrik Flyktservice: Prefer user connected services with SingleConn...
2012-10-18 Patrik Flyktservice: Clear user connected flag on disconnect
2012-10-18 Patrik Flyktservice: Keep only a single connected technology if...
2012-10-18 Patrik Flyktmain: Add SingleConnectedTechnology main.conf variable
2012-10-18 Patrik Flyktmain.conf: Add SingleConnectedTechnology description
next