summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2012-06-18dnsproxy: Only one copy of the relevant buffers will be made to a TCP requestPaulo Pizarro1-37/+38
2012-06-18device: Don't unnecessarily set device->scanning to falsePatrik Flykt1-2/+0
2012-06-18technology: Disable technology when the last device is unpoweredPatrik Flykt1-4/+8
2012-06-18device: Combine multiple if statements into one block of codePatrik Flykt1-5/+4
2012-06-18device: Combine two if statements with identical outcomePatrik Flykt1-6/+1
2012-06-18technology: Remove unneeded scan stop when removing devicePatrik Flykt1-3/+0
2012-06-18service: Connecting hidden network waits until connectedJukka Rissanen4-13/+79
2012-06-18service: Add support functions for pending repliesJukka Rissanen2-0/+36
2012-06-18service: Split reply_pending function to two partsJukka Rissanen2-13/+21
2012-06-15timeserver: Get rid of useless and annoying error messageJukka Rissanen1-6/+1
2012-06-15service: Take last error into acount when retrying to connectTomasz Bursztyka1-5/+19
2012-06-15agent: Implement the new type and argument for RequestInput method callTomasz Bursztyka1-1/+18
2012-06-15service: Add a getter for the passphraseTomasz Bursztyka2-0/+9
2012-06-14timeserver: Simplify timeserver IP address checkingPatrik Flykt1-11/+1
2012-06-14main: Simplify fallback nameserver parsingPatrik Flykt1-8/+1
2012-06-14service: Simplify nameserver route adding and removingPatrik Flykt1-30/+6
2012-06-14service: Check that the supplied nameserver is in numeric formatPatrik Flykt1-4/+6
2012-06-14inet: Create helper function for IP address checkingPatrik Flykt1-0/+20
2012-06-11ipconfig: Set IPv6 privacy default value from kernel defaultJukka Rissanen1-1/+5
2012-06-11dnsproxy: Do not print too many info messagesJukka Rissanen1-6/+6
2012-06-11config: Check if we need to rescan the config file for any changesJukka Rissanen3-8/+38
2012-06-11config: No service removal on cleanupJukka Rissanen1-0/+9
2012-06-11config: Check individual service entries for removalJukka Rissanen1-1/+37
2012-06-11config: Use config file name and entry when deciding removalJukka Rissanen3-3/+4
2012-06-11config: Save service after provisioning itJukka Rissanen1-0/+2
2012-06-11service: Support function that saves serviceJukka Rissanen2-0/+6
2012-06-11service: Sort service sequence after checking provisioned servicesJukka Rissanen2-0/+17
2012-06-11service: Mark service as dirty and needing sortingJukka Rissanen2-0/+7
2012-06-11service: Add function to set the favorite flagJukka Rissanen3-10/+34
2012-06-11service: Remove unprovisioned services when starting connmanJukka Rissanen1-0/+62
2012-06-11service: Save provisioned config informationJukka Rissanen1-0/+9
2012-06-11config: Set config information in serviceJukka Rissanen1-0/+10
2012-06-11config: Remove service if config file is removedJukka Rissanen1-21/+48
2012-06-11service: Add function to remove a serviceJukka Rissanen2-9/+31
2012-06-11service: Add setter for config informationJukka Rissanen2-0/+19
2012-06-11storage: Add function to remove a service directoryJukka Rissanen2-0/+64
2012-06-11service: Add function to return service by identifierJukka Rissanen2-0/+6
2012-06-07dnsproxy: Randomize the transaction idJukka Rissanen1-13/+12
2012-06-07dnsproxy: Use memmove() when discarding domain nameJukka Rissanen1-1/+5
2012-06-07dnsproxy: Check overlapping memcpyJukka Rissanen1-6/+15
2012-06-07service: remove extra semicolonGrant Erickson1-1/+1
2012-05-31dnsproxy: If the answer is in the cache, the UDP request is releasedPaulo Pizarro1-14/+12
2012-05-31ntp: Log the time slew deltaGrant Erickson1-0/+2
2012-05-30main.conf: Add InputRequestTimeout and BrowserLaunchTimeoutMarcel Holtmann1-0/+14
2012-05-30agent: Use input request and browser launch timeoutsPatrik Flykt1-6/+8
2012-05-30main: Add InputRequestTimeout and BrowserLaunchTimeout variablesPatrik Flykt1-0/+30
2012-05-28service: Clean up append_nameservers() helper functionPatrik Flykt1-12/+7
2012-05-28service: Proper ordering of nameservers and search domainsPatrik Flykt1-5/+12
2012-05-28resolver: Clean up remove functionPatrik Flykt1-6/+3
2012-05-28service: Properly handle nameservers and search domainsPatrik Flykt1-0/+6