| Commit message (Expand) | Author | Age | Files | Lines |
* | Use LIBS_PRIVATE on Mac and X11. | Thiago Macieira | 2009-08-17 | 3 | -3/+3 |
|
|
* | Fixed coverity warnings | Thierry Bastian | 2009-08-14 | 1 | -1/+1 |
|
|
* | Replace some mentions of Trolltech with more appropriate terms. | Jason McDonald | 2009-08-12 | 3 | -3/+3 |
|
|
* | Update references to online documentation. | Jason McDonald | 2009-08-12 | 1 | -1/+1 |
|
|
* | Update URL's to use new domain. | Jason McDonald | 2009-08-12 | 2 | -6/+5 |
|
|
* | Update contact URL in license headers. | Jason McDonald | 2009-08-12 | 133 | -133/+133 |
|
|
* | Doc: Fixed spelling mistake and some acronyms. | David Boddie | 2009-08-10 | 1 | -5/+5 |
|
|
* | Compile fix with namespaces | hjk | 2009-08-10 | 1 | -3/+3 |
|
|
* | Merge commit 'origin/4.5' | Rohan McGovern | 2009-08-06 | 3 | -0/+8 |
|\ |
|
| * | Fix compilation when QT_NO_HTTP is defined | Markus Goetz | 2009-08-05 | 3 | -0/+8 |
|
|
* | | Don't try to make direct system calls on Linux. | Thiago Macieira | 2009-08-04 | 1 | -1/+1 |
|
|
* | | QNAM HTTP Code: Moved append() functions to the reply object | Markus Goetz | 2009-08-04 | 4 | -36/+37 |
|
|
* | | QHttpNetworkConnection: Moved channel slots to channel object | Markus Goetz | 2009-08-04 | 5 | -267/+249 |
|
|
* | | Merge branch '4.5' | Thiago Macieira | 2009-08-03 | 2 | -1/+15 |
|\ \
| |/ |
|
| * | QNAM: Clarify docs about when a QNetworkReply can be deleted | Markus Goetz | 2009-07-24 | 2 | -2/+16 |
|
|
* | | Fix compilation and source compatibility. | Simon Hausmann | 2009-07-29 | 1 | -2/+3 |
|
|
* | | Fix compilation: #include <QUrl> was missing. | Thiago Macieira | 2009-07-29 | 1 | -0/+1 |
|
|
* | | QNAM HTTP Code: Split QHttpNetworkConnection | Markus Goetz | 2009-07-29 | 5 | -75/+234 |
|
|
* | | Move the QNetworkCookieJar class out of qnetworkcookie.[h,cpp] files and into... | Benjamin C Meyer | 2009-07-29 | 6 | -274/+451 |
|
|
* | | Port of Qt to VxWorks | Robert Griebl | 2009-07-29 | 6 | -15/+61 |
|
|
* | | QHttpNetworkConnectionPrivate: Removed wrong comment | Markus Goetz | 2009-07-27 | 1 | -6/+0 |
|
|
* | | qdoc: Fixed all references to obsolete QHttp classes. | Martin Smith | 2009-07-24 | 5 | -16/+15 |
|
|
* | | Socket code: Forgot since 4.6 doc tag | Markus Goetz | 2009-07-23 | 1 | -0/+2 |
|
|
* | | QNAM HTTP Code: Use new LowDelay socket option | Markus Goetz | 2009-07-23 | 1 | -0/+5 |
|
|
* | | QFtp: Also set LowDelay option on the control socket | Markus Goetz | 2009-07-23 | 1 | -0/+3 |
|
|
* | | Sockets: Added support for SO_KEEPALIVE and TCP_NODELAY | Markus Goetz | 2009-07-23 | 8 | -10/+154 |
|
|
* | | QNetworkReply: add possibility to ignore specific SSL errors | Peter Hartmann | 2009-07-22 | 17 | -15/+157 |
|
|
* | | Merge commit 'origin/4.5' | Olivier Goffart | 2009-07-22 | 3 | -1/+30 |
|\ \
| |/ |
|
| * | QHttpNetworkConnection: Clarifying code comment about compression | Markus Goetz | 2009-07-21 | 1 | -1/+6 |
|
|
| * | QNAM: Proper loading of meta data when having AlwaysCache mode | Markus Goetz | 2009-07-21 | 2 | -0/+24 |
|
|
* | | qdoc: Reported links to obsolete things that appear in non-obsolete things. | Martin Smith | 2009-07-22 | 1 | -0/+3 |
|
|
* | | doc: Changed several \reimp to \internal | Martin Smith | 2009-07-20 | 1 | -2/+2 |
|
|
* | | Merge commit 'origin/4.5' | Oswald Buddenhagen | 2009-07-20 | 3 | -3/+5 |
|\ \
| |/ |
|
| * | QUdpSocket: Doc improvement | Markus Goetz | 2009-07-17 | 1 | -0/+3 |
|
|
| * | Removed outdated information from QNetworkRequest documentation | Markus Goetz | 2009-07-17 | 1 | -3/+1 |
|
|
| * | Add a "User-Agent" line to our HTTP proxy requests. | Thiago Macieira | 2009-07-15 | 1 | -0/+1 |
|
|
* | | Doc: some rephrasing and fixing | Volker Hilsheimer | 2009-07-20 | 1 | -33/+32 |
|
|
* | | Doc: add \since 4.6 for new APIs | Volker Hilsheimer | 2009-07-19 | 1 | -0/+4 |
|
|
* | | QNetworkAccessManager: HTTP download performance improvements | Markus Goetz | 2009-07-17 | 13 | -108/+137 |
|
|
* | | Fix warnings for QtNetwork on mingw | Thierry Bastian | 2009-07-15 | 1 | -46/+27 |
|
|
* | | Fix warnings in mingw | Thierry Bastian | 2009-07-15 | 1 | -1/+1 |
|
|
* | | Fix Solaris build failure with the new qt_safe_() socket functions. | Robert Griebl | 2009-07-15 | 1 | -1/+2 |
|
|
* | | Forgot to include qnet_unix_p.h for the qt_safe_() functions | Robert Griebl | 2009-07-14 | 1 | -0/+1 |
|
|
* | | QNetworkReply: Add isFinished() method documentation improvement | Markus Goetz | 2009-07-14 | 1 | -0/+4 |
|
|
* | | Socket function cleanup: replacing direct POSIX calls with qt_safe_(). | Robert Griebl | 2009-07-14 | 5 | -44/+42 |
|
|
* | | QNetworkReply: Add isFinished() method | Markus Goetz | 2009-07-14 | 5 | -0/+32 |
|
|
* | | Build fix for mingw | Thierry Bastian | 2009-07-14 | 3 | -3/+3 |
|
|
* | | Merge branch '4.5' of scm.dev.nokia.troll.no:qt/qt | Simon Hausmann | 2009-07-13 | 1 | -0/+2 |
|\ \
| |/ |
|
| * | QNAM: Fix double sending of a HTTP request | Markus Goetz | 2009-07-13 | 2 | -0/+9 |
|
|
* | | Removed an assert from the QNetworkReply. | Denis Dzyubenko | 2009-07-13 | 1 | -2/+2 |
|
|