summaryrefslogtreecommitdiffstats
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
* QSslServer: include mocMårten Nordheim2023-07-071-0/+2
* http2: fix potential warning about narrowingMårten Nordheim2023-07-071-1/+1
* Docs: State that OpenSSL3 is available from 5.15.1Safiyyah Moosa2023-07-071-1/+1
* QtNetwork: code tidies: use the 4-arg connect overloadGiuseppe D'Angelo2023-07-051-1/+1
* Doc: State that Qt5.15 is compatible with OpenSSL3Safiyyah Moosa2023-07-051-0/+2
* QtNetwork: replace clashing statics with lambdas II: isSeparatorMarc Mutz2023-07-041-6/+5
* QtNetwork: replace clashing statics with lambdas I: downloadBufferDeleterMarc Mutz2023-07-042-12/+2
* Network: Remove unneeded Q_QDOC check for http featureKai Köhne2023-06-304-13/+9
* Use a global value for warning limit when testing documentation in CITopi Reinio2023-06-271-3/+0
* QNetworkReply: Propagate proxy errors properlyMichael Klein2023-06-272-2/+17
* SSL: upgrade the default DH parametersGiuseppe D'Angelo2023-06-272-8/+17
* QtNetwork: code tidies: use the 4-arg connect overloadGiuseppe D'Angelo2023-06-261-2/+3
* Schannel: Add support for proper listing of ciphersTobias Koenig2023-06-163-14/+22
* Doc: RSS listing example: Fix file quotingTopi Reinio2023-06-151-1/+1
* wasm: fix networkreply with empty dataLorn Potter2023-06-141-1/+1
* qnetworkreplyfileimpl_p.h: fix header guard nameMarc Mutz2023-06-081-3/+3
* Remove the manual undef of the min/max macros, or def NOMINMAXAmir Masoud Abdol2023-06-081-3/+0
* QDnsLookup/Unix: cache previously decoded domain namesThiago Macieira2023-06-031-3/+29
* QDnsLookup/Windows: add a simple decoded domain cacheThiago Macieira2023-06-031-2/+14
* QDnsLookup: allow looking up the root domainThiago Macieira2023-06-031-0/+8
* QDnsLookup: merge some of the domain label expansion codeThiago Macieira2023-06-034-41/+62
* QNativeSocketEngine: fix warning about uninitialized variablesThiago Macieira2023-05-311-1/+2
* Ssl: Copy the on-demand cert loading bool from default configMårten Nordheim2023-05-291-0/+5
* CMake: remove "res_ninit" feature and collapse to just "libresolv"Thiago Macieira2023-05-274-31/+12
* Network: Fix IFF_UP conflict on Linux with unity buildsMårten Nordheim2023-05-261-0/+4
* QDnsLookup: add TimeoutError for timeoutsThiago Macieira2023-05-265-2/+18
* QDnsLookup/Unix large replies: manually handle VC [3/3]Thiago Macieira2023-05-261-4/+18
* QDnsLookup/Unix large replies: use EDNS0 [2/3]Thiago Macieira2023-05-261-4/+31
* QDnsLookup/Unix large replies: use res_nmkquery & res_nsend [1/3]Thiago Macieira2023-05-261-14/+47
* Compile Network with NOMINMAXAmir Masoud Abdol2023-05-241-0/+2
* QDnsLookup: centralize printing of warningsThiago Macieira2023-05-234-14/+44
* QDnsLookup: replace Q_GLOBAL_STATIC with Q_APPLICATION_STATICThiago Macieira2023-05-232-53/+18
* QDnsLookup: simplify the processing of the runnable and replyThiago Macieira2023-05-233-19/+15
* QDnsLookup: add support for setting the port number of the serverThiago Macieira2023-05-235-15/+96
* QDnsLookup: add a number of functions to simply setting error conditionsThiago Macieira2023-05-234-142/+118
* Remove duplicate codeAmir Masoud Abdol2023-05-231-6/+0
* QDnsLookup/Windows: add missing typedefs for older mingwSamuli Piippo2023-05-221-0/+11
* QDnsLookup: reject looking up domain names that are too longThiago Macieira2023-05-162-1/+4
* QDnsLookup: make the query() function non-staticThiago Macieira2023-05-165-17/+16
* QDnsLookup/Windows: don't append domain search suffixesThiago Macieira2023-05-161-1/+1
* QDnsLookup/Unix: rework the buffer-size check codeThiago Macieira2023-05-161-34/+31
* QDnsLookup/Unix: modernize with qFromBigEndianThiago Macieira2023-05-151-10/+10
* QDnsLookup/Unix: do skip DNS records that aren't of class INThiago Macieira2023-05-151-0/+3
* QDnsLookup/Windows: use DnsQueryEx so IPv6 servers are supportedThiago Macieira2023-05-141-19/+60
* QDnsLookup/Unix: add support for res_setservers()Thiago Macieira2023-05-142-0/+37
* QDnsLookup/Unix: modernize the setting of IPv6 server addressesThiago Macieira2023-05-142-38/+70
* QDnsLookup/Unix: make sure we don't overflow the bufferThiago Macieira2023-05-141-6/+25
* QDnsLookup: remove the #if QT_CONFIG(thread) checkThiago Macieira2023-05-143-10/+3
* QDnsLookup: remove the explicit metatype registration for the Reply typeThiago Macieira2023-05-131-5/+3
* Network: Remove Q_DECL_METATYPE_EXTERN for single-.cpp metatypesThiago Macieira2023-05-134-10/+0