summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-06-30dundee: Watch for signals only on DUNDEE_SERVICELucas De Marchi1-5/+5
2012-06-30bluetooth: Watch for signals only on BLUEZ_SERVICELucas De Marchi1-8/+9
2012-06-30gdbus: Fix removal of filter after last filter_dataLucas De Marchi1-9/+8
2012-06-30ofono: Fix potential crashGuillaume Zajac1-0/+6
2012-06-28inet: Fix usage of getaddrinfo() return valuePatrik Flykt1-2/+0
2012-06-28wifi: Add wifi pointer NULL checksPatrik Flykt1-3/+24
2012-06-28main: static-qualify default config valuesGrant Erickson1-2/+2
2012-06-27TODO: Add WPS pin code taskPatrik Flykt1-0/+7
2012-06-27TODO: Remove DUN task, update WiFi scan ownerPatrik Flykt1-8/+1
2012-06-26Release 1.21.2Marcel Holtmann2-1/+15
2012-06-26gweb: Use g_try_realloc instead of g_reallocJukka Rissanen1-1/+3
2012-06-26doc: Document 'informational' value of Requirement fieldTomasz Bursztyka1-7/+12
2012-06-26agent: Fix how to provide PreviousPassphrase through D-BusTomasz Bursztyka1-6/+29
2012-06-25ipconfig: Save prefixlen only if not clearedJulien Massot1-2/+3
2012-06-25wifi: Check we have valid wifi pointer in autoscanJukka Rissanen1-0/+3
2012-06-25technology: Return proper error code when already disabledJukka Rissanen1-1/+4
2012-06-25technology: Return proper error code when already enabledJukka Rissanen1-1/+4
2012-06-25main.conf: Comment out example default values and add documentationPatrik Flykt1-5/+6
2012-06-25main: Use 'NetworkInterfaceBlacklist' string everywherePatrik Flykt2-2/+2
2012-06-25rtnl: Use filtered devices to determine blacklisted devicesManfred Kober1-10/+1
2012-06-25device: Consider blacklisted interfaces from main.conf when filteringManfred Kober1-1/+15
2012-06-25main: Support NetworkInterfaceBlacklist from main.confManfred Kober1-0/+23
2012-06-25main.conf: Add NetworkInterfaceBlacklistManfred Kober1-0/+6
2012-06-20dnsproxy: Check cache for TCP request before connecting to serverJukka Rissanen1-1/+31
2012-06-20dnsproxy: Use DNS header in checksJukka Rissanen1-5/+7
2012-06-20dnsproxy: Add more debugging printsJukka Rissanen1-7/+17
2012-06-20dnsproxy: Check cache properly for TCP packetsJukka Rissanen1-4/+13
2012-06-20dnsproxy: Fix the negative caching of AAAA recordJukka Rissanen1-4/+13
2012-06-20dnsproxy: Save DNS packet in cache always in TCP formatJukka Rissanen1-13/+57
2012-06-20dnsproxy: Do not generate SIGPIPEJukka Rissanen1-6/+6
2012-06-20ippool: Fix endless loop issue with 32 prefix lengthGuillaume Zajac1-1/+5
2012-06-18dnsproxy: Fix flushing pending requestsPaulo Pizarro1-19/+15
2012-06-18dnsproxy: Release all the fields of the request after forward dns replyPaulo Pizarro1-5/+1
2012-06-18dnsproxy: Avoid duplication of domains in the TCP server domain listPaulo Pizarro1-15/+2
2012-06-18dnsproxy: If no request was sent then the TCP server is destroyedPaulo Pizarro1-2/+17
2012-06-18dnsproxy: If the answer is in the cache, the TCP request is releasedPaulo Pizarro1-23/+28
2012-06-18dnsproxy: Only one copy of the relevant buffers will be made to a TCP requestPaulo Pizarro1-37/+38
2012-06-18README: Add information about mailing list and siteLucas De Marchi1-0/+10
2012-06-18wifi: Use common scan callback handlingPatrik Flykt1-2/+1
2012-06-18wifi: Do a hidden WiFi network scan also for user scansPatrik Flykt1-3/+3
2012-06-18wifi: Use scan_callback() instead of hidden_scan_callback()Patrik Flykt1-36/+26
2012-06-18device: Don't unnecessarily set device->scanning to falsePatrik Flykt1-2/+0
2012-06-18supplicant: Call scan callback if needed when removing interfacePatrik Flykt1-0/+15
2012-06-18wifi: Reset autoscan timer on a new scanPatrik Flykt1-8/+14
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-18wifi: Don't print an error when the wifi interface has been removedPatrik Flykt1-1/+1
2012-06-18wifi: Stop scanning when disabling wifiPatrik Flykt1-6/+8