summaryrefslogtreecommitdiffstats
path: root/src/network/kernel
Commit message (Expand)AuthorAgeFilesLines
* doc: Add template clauses in qhostinfo.cppMartin Smith2018-01-122-4/+4
* Merge remote-tracking branch 'origin/5.10' into devLars Knoll2018-01-022-6/+23
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Lars Knoll2017-12-301-5/+22
| |\
| | * Fix out of bounds reads in qdnslookup_unixTimur Pocheptsov2017-12-011-5/+22
* | | QNetworkInterface: fix warning of unused functionAlex Trotsenko2017-12-291-0/+2
* | | Fix signed/unsigned comparisonTimur Pocheptsov2017-12-211-1/+1
* | | doc: Ensure clangqdoc sees declarationsMartin Smith2017-12-062-3/+10
* | | Merge "Merge remote-tracking branch 'origin/5.10' into dev" into refs/staging...Thiago Macieira2017-11-302-9/+4
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-232-9/+4
| |\| |
| | * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-11-091-1/+1
| | |\|
| | | * Fix indentationJesus Fernandez2017-11-051-1/+1
| | * | Change almost all other uses of qrand() to QRandomGeneratorThiago Macieira2017-11-081-8/+3
* | | | A temporary fix for CI: define macros from the missing if_types.hTimur Pocheptsov2017-11-232-1/+26
|/ / /
* | | QNetworkInterface - fix iOS/tvOS/watchOS buildsTimur Pocheptsov2017-11-163-1/+247
* | | QNetworkInterface/Win: fix MTU of Windows loopback interfacesThiago Macieira2017-11-141-1/+1
* | | Add a feature for DNS lookup supportUlf Hermann2017-11-083-9/+17
* | | QNetworkInterface: add MTUThiago Macieira2017-11-076-1/+50
* | | QNetworkInterface: Add the DNS eligibilityThiago Macieira2017-11-079-29/+139
* | | QNetworkInterface: add support for extracting address lifetimeThiago Macieira2017-11-076-2/+209
* | | QNetworkInterface: Add type()Thiago Macieira2017-11-076-4/+265
* | | QNetworkInterface: add a Linux backend directly using AF_NETLINKThiago Macieira2017-11-074-38/+467
* | | Merge "Merge remote-tracking branch 'origin/5.10' into dev" into refs/staging...Liang Qi2017-11-061-1/+2
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-051-1/+2
| |\| |
| | * | QRandomGenerator: add system() and global()Thiago Macieira2017-10-291-1/+2
* | | | Modernize use of 'http' featureUlf Hermann2017-11-061-4/+8
|/ / /
* | | Merge "Merge remote-tracking branch 'origin/5.10' into dev" into refs/staging...Liang Qi2017-10-266-217/+87
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.10' into devAllan Sandfeld Jensen2017-10-246-217/+87
| |\| |
| | * | MinGW: Globally define WINVER and _WIN32_WINNT to enable Windows 7 APIOrgad Shaneh2017-10-192-2/+1
| | * | QHostInfo: Make getaddrinfo() mandatoryThiago Macieira2017-10-182-169/+42
| | * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-162-46/+44
| | |\|
| | | * QHostAddress::setAddress - fix an overload taking SpecialAddressTimur Pocheptsov2017-10-131-43/+43
| | | * Doc: Remove unsupported systems out of QNetworkDatagram's listThiago Macieira2017-10-061-3/+1
* | | | QNetworkInterface: Use ranged-for in postProcessMårten Nordheim2017-10-261-11/+7
* | | | QNetworkInterfaceManager: use ranged-for in interfaceFrom*Mårten Nordheim2017-10-261-12/+11
|/ / /
* | | QHostAddress: add more classification functionsThiago Macieira2017-10-173-21/+197
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-10-171-10/+15
|\| |
| * | QNetworkInterface: don't include addresses from inactive interfacesThiago Macieira2017-10-141-10/+15
* | | Stop including net/if.h from qplatformdefs.hThiago Macieira2017-10-081-0/+4
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-09-269-178/+92
|\| |
| * | Refactor QNetworkAddress not to keep a full QHostAddressThiago Macieira2017-09-254-60/+52
| * | QNetworkInterface/Windows: solve 11 year old puzzle about Win32 APIThiago Macieira2017-09-251-59/+8
| * | QNetworkInterface: complete removing pre-Vista supportThiago Macieira2017-09-251-12/+16
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-09-064-17/+15
| |\|
| | * Convert features.socks5 to QT_[REQUIRE_]CONFIGStephan Binner2017-09-061-4/+6
| | * Convert features.ftp to QT_[REQUIRE_]CONFIGStephan Binner2017-09-063-13/+9
| * | Merge dev into 5.10Frederik Gladhorn2017-09-024-32/+121
| |\ \
| * | | QHostAddress: remove our own sockaddr_in6Thiago Macieira2017-08-301-32/+3
* | | | QHostInfo: adapt to glibc 2.26 no longer requiring us to res_initThiago Macieira2017-09-221-18/+56
* | | | Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-193-5/+5
* | | | Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-192-3/+3
| |/ / |/| |