summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2012-05-28service: Remove previous nameservers and search domainsPatrik Flykt1-0/+2
2012-05-28service: Add helpers for removing nameservers and search domainsPatrik Flykt1-0/+68
2012-05-28resolver: Simplify code to return if a resolver entry existsPatrik Flykt1-9/+6
2012-05-28dnsproxy: Fix wrong domain len causing crash in memmoveLucas De Marchi1-3/+3
2012-05-28dnsproxy: Avoid useless memsetLucas De Marchi1-1/+1
2012-05-28dnsproxy: Fix constiness of variablesLucas De Marchi1-21/+18
2012-05-28storage: Remove obsolete functions that nobody callsJukka Rissanen2-26/+0
2012-05-28config: Remove unused functionJukka Rissanen1-56/+0
2012-05-28agent: Update __connman_agent_report_error to return -EINPROGRESSPatrik Flykt2-2/+2
2012-05-28agent: Update functions used by wispr to send -EINPROGRESSPatrik Flykt2-3/+3
2012-05-28agent: Return -EINPROGRESS when request passphrase calls an agentPatrik Flykt2-5/+3
2012-05-28service: Remove unnecessary setting of ipconfing to failurePatrik Flykt1-7/+0
2012-05-25device: Make scanning getter method public.Tomasz Bursztyka4-6/+4
2012-05-24storage: migrate 0.76-era device enabled / powered stateGrant Erickson1-5/+29
2012-05-24storage: Remove default.profile when migration has been donePatrik Flykt1-6/+19
2012-05-24storage: Migrate services from obsolete default.profilePatrik Flykt1-0/+52
2012-05-24storage: Remove support for loading services from default.profilePatrik Flykt1-10/+0
2012-05-24storage: Return any errors when saving services and global configPatrik Flykt2-10/+20
2012-05-23agent: Increase default timeout to 120 secondsMarcel Holtmann1-8/+10
2012-05-22ipconfig: Show FIXED configuration IP address infoPatrik Flykt1-12/+50
2012-05-22resolver: Send RS before RDNSS lifetime expiresElena Tebesoi3-4/+130
2012-05-22resolver: Fixed cleanup of Resolver timerElena Tebesoi1-0/+7
2012-05-22service: Fix Domains propertyPatrik Flykt1-13/+13
2012-05-22wispr: If redirected and TLS is not supported we fallback on browser requestTomasz Bursztyka1-2/+3
2012-05-22agent: Verify that the reply contains a dictionaryPatrik Flykt1-1/+30
2012-05-22manager: Use simpler argument names in ServicesChanged signalMarcel Holtmann1-2/+2
2012-05-22manager: Fix wrong signature for SetProperty methodMarcel Holtmann1-2/+2
2012-05-18Do not set signature and reply in GDBus tablesHenrique Dante de Almeida5-39/+39
2012-05-18Convert GDBus methods and signals to use macro helpersHenrique Dante de Almeida5-48/+105
2012-05-18Constify GDBus signal tablesHenrique Dante de Almeida4-4/+4
2012-05-18Constify GDBus method tablesHenrique Dante de Almeida5-5/+5
2012-05-18connection: Refactor VPN route setupJukka Rissanen1-64/+72
2012-05-17technology: Set deprecated flag for GetProperties methodMarcel Holtmann1-1/+2
2012-05-17service: Set deprecated flag for GetProperties methodMarcel Holtmann1-1/+2
2012-05-15config: Reject invalid SSID hexadecimal entriesPatrik Flykt1-1/+7
2012-05-15rtnl: Domain search list was not handled according to RFC 6106Jukka Rissanen1-30/+27
2012-05-15resolver: Do not try to update service if server is not setJukka Rissanen1-1/+1
2012-05-15resolver: Allow update to domain if server is not setJukka Rissanen1-1/+1
2012-05-15resolver: Follow connman coding styleJukka Rissanen1-4/+4
2012-05-10dhcpv6: Check NULL pointer dereferenceJukka Rissanen1-2/+4
2012-05-09dhcp: Use g_list_length() to calculate the list lengthJukka Rissanen1-4/+2