summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2011-12-01technology: Check if pending message is NULL before sending it backSamuel Ortiz1-2/+4
2011-12-01service: Make state downgrading routine staticTomasz Bursztyka2-23/+22
2011-12-01service: Recompute service state when moving it upTomasz Bursztyka2-3/+28
2011-12-01service: Only one service should be online at a timeTomasz Bursztyka1-1/+40
2011-12-01service: Ensure the service list is well sorted after each updateTomasz Bursztyka1-4/+10
2011-11-28tethering: Avoid removing dhcp server twice.Jukka Rissanen1-0/+2
2011-11-28ipconfig: Remove ipconfig from ipconfig_listJukka Rissanen1-1/+2
2011-11-286to4: Use the right interface index with gwebTomasz Bursztyka1-2/+6
2011-11-28wispr: Use the right interface index with gwebTomasz Bursztyka1-1/+6
2011-11-28technology: Save the pending reply only when the status is inprogressYu A Wang1-8/+12
2011-11-28service: Support automatically added nameserversJukka Rissanen6-44/+137
2011-11-24storage: Add default values to settings file.Alok Barsode1-25/+58
2011-11-24dnsproxy: Do not copy two extra bytes if using TCPJukka Rissanen1-1/+1
2011-11-24dnsproxy: Get rid of extra strlen() callsJukka Rissanen1-8/+11
2011-11-24dnsproxy: One extra garbage byte was sent at the end of the messageJukka Rissanen1-2/+2
2011-11-21service: Fix memory leak in service_load()Daniel Wagner1-0/+1
2011-11-21service: Set network_created flag only if create_hidden_wifi succeedsTomasz Bursztyka1-3/+3
2011-11-18service: network_created is set only for hidden servicesTomasz Bursztyka1-8/+10
2011-11-16network: connman_network_set_nameservers() handle NULL argument correctlyDaniel Wagner1-3/+5
2011-11-15notifier: Remove service from hash in error caseDaniel Wagner1-1/+1
2011-11-15network: Call indicate error function in error caseDaniel Wagner1-6/+4
2011-11-15task: Make sure the process is eventually killedJukka Rissanen1-1/+43
2011-11-15task: Allow vpn plugins to send replyMohamed Abbas1-13/+17
2011-11-15tethering: Use already existing 'tether' bridge interfacePatrik Flykt1-5/+6
2011-11-14iptables: Initiate defined table before working on itTomasz Bursztyka1-5/+13
2011-11-10network: Fix failed to reconnect to 3G network when connect failedYu A Wang1-7/+1
2011-11-10rfkill.h: Remove unused header fileDaniel Wagner1-2/+0
2011-11-10core: Use gcc atomics instead glib's onesDaniel Wagner9-118/+139
2011-11-07doc: Remove outdate SetupRequired propertySamuel Ortiz1-3/+0
2011-11-07provider: Helper function for fetching the keyfile groupPatrik Flykt1-0/+5
2011-11-07provider: Define a save function for provider driversPatrik Flykt1-0/+3
2011-11-07provider: Load and save provider dataPatrik Flykt1-0/+66
2011-11-07storage: Load and save functions for providersPatrik Flykt2-0/+40
2011-11-07storage: Trivial change to free pathname in common part of the codePatrik Flykt1-5/+2
2011-11-07storage: Don't list provider settings directoriesPatrik Flykt1-1/+2
2011-11-07network: Check device pointer when doing IPv6 autoconfJukka Rissanen1-0/+3
2011-11-07network: Disconnect network properlyJukka Rissanen1-0/+2
2011-11-07inet: Cleanup the router solicitations handler properlyJukka Rissanen1-1/+5
2011-11-07inet: Fix file descriptor leak when comparing subnetsJukka Rissanen1-0/+3
2011-10-31device: Cancel pending trigger when device is removedDaniel Wagner1-5/+10
2011-10-31session: Implement Session API Destroy method callPatrik Flykt1-0/+6
2011-10-31iptables: Fix xtables API version issuesTomasz Bursztyka1-4/+35
2011-10-28session: Add a list of pending connect/disconnect actionsPatrik Flykt1-6/+76
2011-10-28iptables: Support builtin chain policies changesTomasz Bursztyka1-3/+50
2011-10-28iptables: Disable getopt unknown option displayTomasz Bursztyka1-0/+3
2011-10-28iptables: Support for rule matches listTomasz Bursztyka1-21/+23
2011-10-28iptables: Finalize matches extensions setupTomasz Bursztyka1-0/+4
2011-10-28iptables: Add extensions options parsing for matchesTomasz Bursztyka1-2/+24
2011-10-28iptables: Finalize target extensions setupTomasz Bursztyka1-0/+3
2011-10-28iptables: Add extensions options parsing for targetTomasz Bursztyka1-8/+9