summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2012-04-20technology: Fix indentionDaniel Wagner1-1/+1
2012-04-20service: Notify timeserver removal for previous default servicePatrik Flykt1-0/+2
2012-04-20timeserver: Notify service of changed timeserversPatrik Flykt1-0/+2
2012-04-20service: Implement service Timeservers propertyPatrik Flykt2-0/+40
2012-04-20timeserver: Refactor __connman_timeserver_sync()Patrik Flykt2-44/+50
2012-04-20service: Save new service data only after successful connectJukka Rissanen1-3/+30
2012-04-20main: Mark end of array with NULL in order not to crashPatrik Flykt1-0/+1
2012-04-20agent: Memory leak in passphrase replyJukka Rissanen1-0/+1
2012-04-20main: Set default values if main.conf is not foundPatrik Flykt1-4/+6
2012-04-19service: Changing default service was not correctly checkedJukka Rissanen1-6/+1
2012-04-19service: fix glib critical messages about g_sequence_sort_changedTomasz Bursztyka1-7/+9
2012-04-19notifier: Change notifer_count_online() to notifier_is_online()Daniel Wagner1-8/+5
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