summaryrefslogtreecommitdiffstats
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
* Change copyrights from Nokia to Digia4.6Sergio Ahumada2012-11-27137-2465/+2465
* Update copyright year to 2011.Jason McDonald2011-01-11136-136/+136
* QLocalSocket/Win: do not emit error() when no error actually occurredJonathan Liu2010-11-261-2/+2
* Ensure that we load system libraries from the correct location.Jan-Arve Sæther2010-09-034-24/+44
* QNAM HTTP: Fix crash related to aborted uploadsMarkus Goetz2010-08-122-1/+5
* QSslSocket: fix security vulnerability with wildcard IP addressesPeter Hartmann2010-08-101-0/+5
* fix build for -no-qt3supportPeter Hartmann2010-08-101-2/+2
* Fix handling of SSL certificates with wildcard domain namesRichard J. Moore2010-08-102-4/+39
* QSslSocket: Improve error handlingPeter Hartmann2010-07-131-1/+13
* Ensure that compiling with the no debug/warning output defines worksAndy Shaw2010-06-231-1/+1
* Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-integr...Qt Continuous Integration System2010-06-211-0/+14
|\
| * Fix QTBUG-8687.Aleksandar Sasha Babic2010-06-181-3/+8
| * Debug prints and another attempt to fix QTBUG-8687 for N8.Aleksandar Sasha Babic2010-06-181-0/+9
* | QLocalSocket/Win: handle ERROR_MORE_DATA after read operationJoerg Bornemann2010-06-171-2/+17
|/
* QLocalSocket/Win: check for broken pipe in waitForReadyReadJoerg Bornemann2010-06-141-0/+11
* QLocalSocket/Win: call close on async connection lossJoerg Bornemann2010-06-141-0/+2
* QLocalSocket: don't emit readChannelFinished() twice on WindowsJoerg Bornemann2010-06-101-0/+3
* QLocalSocket/Win: QLocalSocketPrivate::bytesAvailable renamedJoerg Bornemann2010-06-102-6/+8
* QLocalSocket: fix reading from a socket after broken connectionJoerg Bornemann2010-06-101-4/+6
* QLocalServer: make many simultaneous connection attempts work on WindowsJoerg Bornemann2010-06-102-1/+6
* Removed double EINTR loop from nativeWrite and nativeRead.Janne Anttila2010-05-211-8/+2
* Fixing the compile issue.Aleksandar Sasha Babic2010-05-211-1/+1
* QNAM HTTP: Remove dead codeMarkus Goetz2010-05-181-2/+0
* QNetworkAccessManager: Backends were tried in wrong orderMarkus Goetz2010-05-141-1/+1
* QNAM HTTP: Preemptive anti crash if() statementMarkus Goetz2010-05-131-0/+3
* QNAM HTTP: Only force read when actual bytes availableMarkus Goetz2010-05-121-1/+2
* QHostInfo: Remove unused includesRitt Konstantin2010-05-053-5/+1
* QNAM HTTP: Start more requests in once function callMarkus Goetz2010-05-051-15/+13
* fix crash in QLocalServer::close on WindowsJoerg Bornemann2010-05-041-1/+1
* QNAM HTTP: Fix invoking a method when being destructed right now (2)Markus Goetz2010-04-261-0/+7
* QNAM: Use a reference in appendDownstreamDataMarkus Goetz2010-04-261-1/+1
* QNAM HTTP: Divide QNetworkReplyImplPrivate::appendDownstreamDataMarkus Goetz2010-04-262-25/+53
* QNAM HTTP: Avoid one copyMarkus Goetz2010-04-261-2/+1
* QNAM: Add a code comment related to the cacheMarkus Goetz2010-04-211-0/+5
* QNAM HTTP: Fixed a bug when getting empty files with pipeliningMarkus Goetz2010-04-211-1/+1
* QNAM HTTP: Pipelining improvementMarkus Goetz2010-04-201-1/+5
* Ensure we stop the name lookups in QAbstractSocket if we abort().Thiago Macieira2010-04-201-0/+4
* Don't rely on tryStart() to do job control.Thiago Macieira2010-04-201-4/+2
* QNAM HTTP: Pipelining changesMarkus Goetz2010-04-153-42/+60
* QFtp: Fix possible crashMarkus Goetz2010-04-141-0/+6
* QNAM HTTP: Do not pipeline with WebLogic serversMarkus Goetz2010-04-131-0/+2
* Fix typos, there is no QT_NO_SSLMarkus Goetz2010-04-131-1/+1
* Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-integr...Qt Continuous Integration System2010-04-126-9/+70
|\
| * Document Symbian platform security requirements on Qt APIsFrans Englich2010-04-125-0/+50
| * Fixed app freeze if switching to offline in middle of HTTP transaction.Janne Anttila2010-04-121-9/+20
* | fix closing state in QLocalSocket on WindowsJoerg Bornemann2010-04-121-1/+9
|/
* Fix compile error with QT_NO_NETWORKDISKCACHE in QtNetworkTasuku Suzuki2010-03-312-1/+6
* Fix compile error on Symbian 9.1, caused in network/access.Frans Englich2010-03-262-14/+33
* QNAM HTTP: Symbian compile fixMarkus Goetz2010-03-251-0/+1
* QNAM HTTP: Fix crazy crash when exiting applicationMarkus Goetz2010-03-252-2/+2