summaryrefslogtreecommitdiffstats
path: root/src/network/access
Commit message (Expand)AuthorAgeFilesLines
* HTTP2: port to QByteArrayView where it's trivialMarc Mutz2022-03-116-8/+8
* HPack: make padding_is_valid static constexprMarc Mutz2022-03-111-0/+1
* wasm: fix issue with passing username/password to network requestLorn Potter2022-03-101-3/+7
* Fix deprecated uses of QScopedPointerMårten Nordheim2022-03-082-12/+16
* wasm: fix network reply error finished() signalingLorn Potter2022-03-051-0/+1
* Make sure all qtbase private headers include at least one otherThiago Macieira2022-02-245-7/+8
* Http2: Fix redirect-handlingMårten Nordheim2022-02-201-6/+14
* QHttp: Move the emission of requestSentMårten Nordheim2022-02-181-1/+2
* HTTP: Make redirect response parsing more genericMårten Nordheim2022-02-112-16/+29
* Network: Emit authenticationRequired when using NtlmSören Bohn2022-02-021-1/+6
* QNetworkReply: rename socketConnecting to socketStartedConnectingMårten Nordheim2022-01-317-10/+10
* QNetworkRequest: Document how Qt handles 301 and 302 status codesMårten Nordheim2022-01-181-0/+5
* Convert date-time to UTC before claiming it's in GMTEdward Welbourne2022-01-171-4/+4
* QtNetwork: Include moc filesMårten Nordheim2022-01-1515-0/+30
* QHttpNetworkConnection: Always set proxy settings to all channelsAndrey Mozzhuhin2022-01-121-2/+2
* Q_{APPLICATION,GLOBAL}_STATIC: use variadic macrosThiago Macieira2021-12-171-3/+3
* QNetworkAccessBackend: Fix living QObjects after QCoreApplication shutdownMike Achtelik2021-12-132-3/+8
* QNAM: Reintroduce h2c with an attributeMårten Nordheim2021-12-045-5/+26
* QNAM: Disable h2c by defaultMårten Nordheim2021-11-303-0/+19
* Add more verification when parsing http headers and add testsØystein Heskestad2021-11-191-23/+61
* wasm: fix network reply status attributeLorn Potter2021-11-061-6/+11
* QNetworkAccessAuthenticationManager: don't mix iterators and pointersGiuseppe D'Angelo2021-10-141-8/+11
* Don't send the default SETTINGS_INITIAL_WINDOW_SIZETimur Pocheptsov2021-10-123-13/+14
* network: Fix typos in source code commentsJonas Kvinge2021-10-124-8/+8
* network: Fix typos in messagesJonas Kvinge2021-10-121-1/+1
* network: Fix typos in documentationJonas Kvinge2021-10-122-2/+2
* Http/2 - handle PADDED flag correctlyTimur Pocheptsov2021-10-091-2/+3
* Move QNAM's http header parsing into separate classØystein Heskestad2021-09-0910-131/+417
* Doc: Fix documentation warnings for Qt NetworkTopi Reinio2021-09-081-3/+3
* Remove QNetworkAccessCache::Node's explicit ctorMårten Nordheim2021-09-071-8/+4
* wasm: fix network data URI schemeLorn Potter2021-09-071-2/+0
* QNetworkAccessCache: Style fixes and move assertsMårten Nordheim2021-09-021-6/+4
* QNetworkAccessCache: Port to QDeadlineTimerMårten Nordheim2021-09-021-13/+11
* QNetworkAccessCache: move debug logging to specific ifdefMårten Nordheim2021-09-021-1/+3
* QNetworkAccessCache: Remove the ctor and init member variables in classMårten Nordheim2021-09-022-8/+2
* QNetworkAccessCache: Rename first and last nodeMårten Nordheim2021-09-022-64/+68
* Fix documentation of QNetworkAccessBackendMårten Nordheim2021-09-011-0/+111
* QNetworkAccessCache: Another fix to the linked list insertionMårten Nordheim2021-08-311-0/+2
* QNetworkAccessCache: Remove unused codeMårten Nordheim2021-08-272-42/+0
* QNetworkCookie: Clean upMårten Nordheim2021-08-271-8/+8
* QNetworkCookie: Fix use-after-freeMårten Nordheim2021-08-261-3/+4
* wasm: don’t dereference null reply pointerMorten Johan Sørvig2021-08-261-40/+33
* NetworkAccessBackend: Remove the backend part of the nameMårten Nordheim2021-08-261-1/+1
* QNetworkAccessManager: move #ifery out of if-conditionMårten Nordheim2021-08-261-4/+8
* QNetworkAccessBackend: emit readyRead less oftenMårten Nordheim2021-08-261-1/+4
* Fix inserting node entry in QNetworkAccessCache::linkEntryJonas Kvinge2021-08-241-0/+1
* wasm: fix unused variable warning/errorMorten Johan Sørvig2021-08-191-1/+1
* QDecompressHelper: Skip double-decompression if download is smallMårten Nordheim2021-08-042-18/+82
* QDirIterator: add nextFileInfo()Marc Mutz2021-07-281-2/+2
* QNetworkReply: hold QAtomicInt in shared_ptr, not QSharedPointerMarc Mutz2021-07-285-11/+11