summaryrefslogtreecommitdiffstats
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
* Change to release licenses for 4.6.3.Jason McDonald2010-05-30137-1781/+1781
* 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
* QNAM HTTP: Do not use TCP_NODELAYMarkus Goetz2010-03-231-1/+8
* Stop QHostInfo thread pool when application is about to exitBradley T. Hughes2010-03-222-0/+4
* QNAM HTTP: Fix no-headers and HTTP-100 handlingMarkus Goetz2010-03-163-4/+17
* QSslKey: Do not make OpenSSL prompt for a password on stdinMarkus Goetz2010-03-151-3/+1
* QHostInfo: Compile fixMarkus Goetz2010-03-081-1/+1
* Document some stuff in QHostInfo and QAbstractSocketMarkus Goetz2010-03-042-0/+15
* DNS Cache: Also check inside the DNS threadsMarkus Goetz2010-03-041-6/+18
* QNAM HTTP: Fix invoking a method when being destructed right nowMarkus Goetz2010-03-021-1/+5
* QAbstractSocket: Use new faster DNS functionMarkus Goetz2010-03-021-2/+16
* Add DNS caching to QHostInfoMarkus Goetz2010-03-022-7/+154
* QHostInfo: Forgot to free some stuff on application exit.Markus Goetz2010-03-011-0/+5
* QNAM HTTP: Switch back to QueuedConnection for requeueRequest.Markus Goetz2010-02-241-2/+16
* QNAM HTTP: Set some values after clear() in a QHttpNetworkReplyMarkus Goetz2010-02-241-0/+2
* QNetworkAccessManager: Documentation enhancementsMarkus Goetz2010-02-241-1/+8
* QAbstractSocket: Clarify documentationMarkus Goetz2010-02-221-2/+8
* QNetworkRequest: Doc enhancementMarkus Goetz2010-02-221-0/+2
* QNAM HTTP: Clean code a bitMarkus Goetz2010-02-182-29/+45
* QNAM HTTP: Always set channel.reply to 0 when doneMarkus Goetz2010-02-185-22/+27
* HTTP backend: remove commentPeter Hartmann2010-02-171-1/+1