summaryrefslogtreecommitdiffstats
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'qt/master'Jason Barron2009-08-2015-577/+967
|\
| * QNAM HTTP: New attribute, Demo browser: Some request statistic outputMarkus Goetz2009-08-206-0/+19
| * QNetworkRequest: Doc fixMarkus Goetz2009-08-201-1/+1
| * QNAM HTTP Code: Compile fix 2Markus Goetz2009-08-201-5/+3
| * compile fix for WindowsJoerg Bornemann2009-08-201-0/+1
| * QNAM HTTP Code: Compile fixMarkus Goetz2009-08-201-2/+2
| * Fix literal IPv6 hostname resolution in QHostInfo.Thiago Macieira2009-08-203-19/+40
| * QNAM HTTP PipeliningMarkus Goetz2009-08-2011-49/+383
| * QNAM HTTP Code: Allow to specify the amount of TCP connectionsMarkus Goetz2009-08-203-5/+26
| * QNAM: Moved more functions into QHttpNetworkConnectionChannelMarkus Goetz2009-08-207-523/+519
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-08-191-1/+6
|\ \ | |/
| * Fixed toRawForm because the domains usually start with a dot.Thiago Macieira2009-08-181-1/+6
* | Fixing the build break.Aleksandar Sasha Babic2009-08-191-1/+1
* | This was bug as EINPROGRESS and EAGAIN are not the same thing.Aleksandar Sasha Babic2009-08-191-1/+0
* | Changig variable name from misleadingAleksandar Sasha Babic2009-08-191-12/+12
* | Changed names and URLs to reflect name change.axis2009-08-191-1/+1
* | Being more precise in the code comments.Aleksandar Sasha Babic2009-08-191-1/+1
* | As far as we know the bug int the Open C,Aleksandar Sasha Babic2009-08-191-3/+1
* | Removing local function (*accept*, *connect*, *bind* ...)Aleksandar Sasha Babic2009-08-191-150/+20
* | Removing class member as there it isAleksandar Sasha Babic2009-08-181-6/+0
* | No need for logging line. Return of -1Aleksandar Sasha Babic2009-08-181-3/+0
* | Trivial, followng the Qt coding style.Aleksandar Sasha Babic2009-08-181-1/+1
* | Trivial coding style related change.Aleksandar Sasha Babic2009-08-181-2/+2
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-publicJason Barron2009-08-181-15/+11
|\ \
| * | Use qt_TDesC2QString() instead qstringFromDesc().Aleksandar Sasha Babic2009-08-171-15/+11
* | | Merge commit 'qt/master'Jason Barron2009-08-1824-32/+33
|\ \ \ | |/ / |/| / | |/
| * Restructure the documentation, both on a file and on a content level.Volker Hilsheimer2009-08-1721-28/+29
| * Use LIBS_PRIVATE on Mac and X11.Thiago Macieira2009-08-173-3/+3
| * Fixed coverity warningsThierry Bastian2009-08-141-1/+1
* | Merge commit 'qt/master'Jason Barron2009-08-13133-151/+150
|\ \ | |/
| * Replace some mentions of Trolltech with more appropriate terms.Jason McDonald2009-08-123-3/+3
| * Update references to online documentation.Jason McDonald2009-08-121-1/+1
| * Update URL's to use new domain.Jason McDonald2009-08-122-6/+5
| * Update contact URL in license headers.Jason McDonald2009-08-12133-133/+133
| * Doc: Fixed spelling mistake and some acronyms.David Boddie2009-08-101-5/+5
| * Compile fix with namespaceshjk2009-08-101-3/+3
* | Revert "Fix to QtNetwork ARMV5 UDEB compilation"Jason Barron2009-08-124-55/+2
* | Fixed QtNetwork autotest build breaks for Symbian.Janne Anttila2009-08-121-1/+1
* | Merge commit 'qt/master-stable'Jason Barron2009-08-103-0/+8
|\ \ | |/
| * Merge commit 'origin/4.5'Rohan McGovern2009-08-063-0/+8
| |\
| | * Fix compilation when QT_NO_HTTP is definedMarkus Goetz2009-08-053-0/+8
* | | Fixed wrong ifdef.axis2009-08-061-2/+2
* | | Update license headers according to commit 858c70f768e.axis2009-08-061-2/+2
* | | Replaced $MODULE$ with hardcoded module names.axis2009-08-061-1/+1
* | | Move socket wrapper functions into the .cpp file.Jason Barron2009-08-062-126/+126
* | | Rename Q_DECLARE_SCOPED_PRIVATE back to Q_DECLARE_PRIVATEHarald Fernengel2009-08-0621-24/+24
* | | Merge commit 'qt/master-stable'Jason Barron2009-08-067-304/+287
|\ \ \ | |/ /
| * | Don't try to make direct system calls on Linux.Thiago Macieira2009-08-041-1/+1
| * | QNAM HTTP Code: Moved append() functions to the reply objectMarkus Goetz2009-08-044-36/+37
| * | QHttpNetworkConnection: Moved channel slots to channel objectMarkus Goetz2009-08-045-267/+249