summaryrefslogtreecommitdiffstats
path: root/src/network/socket/qhttpsocketengine.cpp
Commit message (Expand)AuthorAgeFilesLines
* QNetworkAccessManager: deprecate bearer related functionsMårten Nordheim2020-01-301-1/+1
* QAbstractSocket: deprecate 'error' member-functionTimur Pocheptsov2020-01-101-7/+6
* Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-8/+8
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-191-1/+1
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-181-1/+1
| |\
| | * QHttpSocketEngine: The 'Connection' options are case insensitiveMårten Nordheim2019-07-151-1/+1
* | | Add support for SPNEGO/Negotiate authenticationSandro Mani2019-02-251-1/+1
|/ /
* / Fix: "Emit keyword being used with non-signal"Alessandro Portale2019-02-121-4/+4
|/
* QByteArray: add compare() with case sensitivity optionsThiago Macieira2018-06-221-3/+2
* Modernize use of 'http' featureUlf Hermann2017-11-061-2/+2
* QHttpSocketEngine: replace dummy buffer + read() with skip()Alex Trotsenko2017-09-191-11/+6
* Introduce SCTP sockets supportAlex Trotsenko2016-07-271-11/+11
* QHttpSocketEngine: set error on unsupported operationsAlex Trotsenko2016-05-121-7/+27
* QtNetwork: eradicate Q_FOREACH loops [rvalues]Marc Mutz2016-05-041-2/+2
* QtNetwork: use printf-style qWarning/qDebug where possible (I)Marc Mutz2016-03-041-1/+1
* Integrate network sockets into the multichannel infrastructureAlex Trotsenko2016-03-011-0/+1
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-211-1/+4
|\
| * QHttpSocketEngine: ensure pending EOF triggers a notificationAlex Trotsenko2016-01-181-1/+4
* | Updated license headersJani Heikkinen2016-01-151-14/+20
* | QHttpSocketEngine: remove unused membersAlex Trotsenko2015-11-261-4/+0
|/
* Libraries: Fix single-character string literals.Friedemann Kleint2015-10-131-1/+1
* QAbstractSocketEngine: introduce QIpPacketHeader for datagramsThiago Macieira2015-08-221-4/+2
* Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-03-311-16/+4
|\
| * Introduce qt_subtract_from_timeout to reduce code duplication.Daniel Teske2015-03-091-16/+4
* | Update copyright headersJani Heikkinen2015-02-111-7/+7
|/
* Fix silly mistake: 0 is a valid file descriptorThiago Macieira2014-12-241-1/+1
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Network: Fix NTLM (SSPI) with HTTP and HTTPS proxiesMarkus Goetz2014-08-231-4/+6
* Fix buffer overrun error with some proxy serversArtem Shevchenko2014-07-281-3/+0
* HTTP socket engine: support newer HTTP proxiesPeter Hartmann2013-08-221-36/+56
* Correct algorithm for digest auth when using the CONNECT verbBradley Buda2013-07-121-1/+2
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Removing QHttpHeader and QHttpResponseHeader.Jonas M. Gastal2012-01-191-26/+28
* Removing QHttp class, its tests and its usage in examples.Jonas M. Gastal2012-01-061-1/+1
* Make socket descriptors qintptr.Jonas M. Gastal2012-01-051-3/+3
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Don't fetch credentials from cache following a failed proxy authenticationShane Kearns2011-12-221-3/+17
* Removing unnecessary hidden property "_q_user-agent".Jonas M. Gastal2011-11-241-9/+2
* Adds support for headers in QNetworkProxy.Jonas M. Gastal2011-11-241-9/+14
* HTTP proxy engine - accept standard Connection headerShane Kearns2011-10-311-0/+4
* sockets: limit buffer size of the internal sockets in proxy enginesShane Kearns2011-06-011-0/+2
* Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-241-17/+17
* Send User-Agent from the network request in http proxy CONNECT commandShane Kearns2011-05-091-1/+7
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271-0/+824