summaryrefslogtreecommitdiffstats
path: root/src/network/access
Commit message (Expand)AuthorAgeFilesLines
* 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
* QNAM: Allow to configure when connections to a host are torn downMarkus Goetz2021-07-277-14/+62
* QNetworkReply: Add two new signalsMarkus Goetz2021-07-2011-0/+54
* QNetworkDiskCache: Fix tracking of size during storeItem()Mårten Nordheim2021-07-201-3/+1
* H2: emit encrypted for at least the first reply, similar to H1Timur Pocheptsov2021-07-201-0/+4
* Hold QSslContext in shared_ptrMarc Mutz2021-07-182-5/+5
* SSL: port QSharedPointer<QSslContext> uses to std-compatible API subsetMarc Mutz2021-07-161-6/+5
* Export QHttpNetworkReply private to permit it to be used by websocketsØystein Heskestad2021-07-161-2/+2
* Hold QRingBuffer and QNonContiguousByteDevice in shared_ptrMarc Mutz2021-07-147-17/+23
* QNetworkRequest: Fix decompression safety-check threshold docsMårten Nordheim2021-07-131-2/+2
* Use QCryptographicHash::hash() more widelyMarc Mutz2021-07-071-3/+2
* QNetworkRequest: Rename (set)minimumArchiveBombSizeMårten Nordheim2021-07-025-17/+18
* H2 - make integer conversion explicit (signed->unsigned)Timur Pocheptsov2021-06-151-2/+2
* H2: remove a rather useless limit on the number of streamsTimur Pocheptsov2021-06-142-10/+3
* QNetworkReply: Decompress when readingMårten Nordheim2021-06-1211-122/+155
* wasm: fix network crash on abortLorn Potter2021-06-052-46/+40
* QNetworkRequest: Add API to set a minimum archive bomb sizeMårten Nordheim2021-05-319-39/+77
* Doc: Use \deprecated instead of \obsoletePaul Wicking2021-05-261-2/+2
* Add #include <mutex>Kimmo Ollila2021-05-251-0/+2