summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2012-04-19notifier: Change __connman_notifier_count_connected() to *_is_connected()Daniel Wagner3-8/+7
2012-04-19service: Send Timeservers.Configuration property changedPatrik Flykt1-0/+10
2012-04-17notifier: Distinguish between different statesDaniel Wagner1-16/+50
2012-04-17service: Update notifier on ONLINE stateDaniel Wagner1-1/+3
2012-04-17notifier: Add __connman_notifier_online()Daniel Wagner2-0/+6
2012-04-17notifier: Add old state to __connman_notifier_disconnect()Daniel Wagner3-3/+5
2012-04-17notifier: Remove extra empty lineMarcel Holtmann1-1/+0
2012-04-17log: Remove D-Bus iterators for debug propertiesMarcel Holtmann2-27/+0
2012-04-17manager: Remove experimental debug propertiesMarcel Holtmann1-5/+0
2012-04-17manager: Make two global variables staticMarcel Holtmann1-2/+2
2012-04-17network: Remove unused functionDaniel Wagner2-10/+0
2012-04-17device: use g_hash_table_replace instead of insert functionTomasz Bursztyka1-1/+1
2012-04-17nat: use g_hash_table_replace instead of insert functionTomasz Bursztyka1-1/+1
2012-04-17task: use g_hash_table_replace instead of insert functionTomasz Bursztyka1-1/+1
2012-04-17service: Default service notifier is called too many timesJukka Rissanen1-1/+6
2012-04-17service: Use g_hash_table_replace instead of insert functionTomasz Bursztyka1-2/+2
2012-04-17service: Fix service_send_changed abort signal while cleaning upTomasz Bursztyka1-1/+3
2012-04-17service: Schedule auto connect procedure to be ran on its ownTomasz Bursztyka1-6/+27
2012-04-17service: Do not autoconnect if service is getting removedTomasz Bursztyka1-0/+2
2012-04-17service: Move setting of WPS input from agent to service.Julien Massot2-18/+10
2012-04-17service: Add function to check the WPS PIN validityJulien Massot1-0/+20
2012-04-17service: request_input_cb handle wps settingJulien Massot4-0/+5
2012-04-17network: Avoid connection to a network with invalid keyJulien Massot2-7/+22
2012-04-17service: Check the passphrase validityJulien Massot2-16/+75
2012-04-17main.conf: Document main.conf optionsPatrik Flykt1-0/+25
2012-04-17config: Warn user if no configuration is foundJukka Rissanen1-3/+10
2012-04-12service: Check for settings list being non-NULLPatrik Flykt1-1/+2
2012-04-12resolver: Append fallback nameserversPatrik Flykt1-26/+9
2012-04-12main: Implement 'FallbackNameservers' main.conf optionPatrik Flykt1-0/+47
2012-04-12timeserver: Nameserver array was not freedJukka Rissanen1-1/+5
2012-04-12timeserver: Timeserver array was not freedJukka Rissanen1-0/+2
2012-04-12provider: Disconnect VPN when phy service is disconnectedJukka Rissanen3-0/+85
2012-04-11service: Schedule ServicesChanged signal to be sentPatrik Flykt1-4/+13
2012-04-11service: Add ServicesChanged signalPatrik Flykt2-59/+39
2012-04-11service: Update ordering regarding connected preferred servicePatrik Flykt1-8/+14
2012-04-11service: Function for checking and updating service orderingPatrik Flykt1-0/+30
2012-04-11service: Try preferred technologies first, then normal autoconnectPatrik Flykt1-18/+49
2012-04-11service: Factor out code for switching two servicesPatrik Flykt1-13/+16
2012-04-11service: Create preferred technology listPatrik Flykt1-0/+39
2012-04-11main: Add 'PreferredTechnologies' configuration file optionPatrik Flykt1-0/+17
2012-04-11main: Free g_key_file config immediately after usePatrik Flykt1-5/+4
2012-04-11service: Set autoconnect according to configured preferencesPatrik Flykt1-5/+14
2012-04-11main: Add 'DefaultAutoConnectTechnologies' configuration optionPatrik Flykt1-0/+59
2012-04-11service: Add __connman_service_string2type() functionPatrik Flykt2-0/+28
2012-04-05timeserver: Check for resolv before accessing itAlok Barsode1-1/+1
2012-04-05timeservers: Add Fallback TimerserversAlok Barsode2-0/+14
2012-04-05main: Parse FallbackTimeservers list from main.confAlok Barsode1-0/+21
2012-04-05ntp: Shorten NTP failure delayAlok Barsode1-2/+2
2012-04-05timeserver: Add Timeservers.Configuration to timeserver listAlok Barsode2-0/+9
2012-04-05service: Add Timeservers.Configuration PropertyAlok Barsode1-0/+79