summaryrefslogtreecommitdiffstats
path: root/src/network/socket
Commit message (Expand)AuthorAgeFilesLines
* 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 commit 'qt/master'Jason Barron2009-08-185-5/+5
|\
| * Restructure the documentation, both on a file and on a content level.Volker Hilsheimer2009-08-175-5/+5
* | Merge commit 'qt/master'Jason Barron2009-08-1333-34/+34
|\ \ | |/
| * Update URL's to use new domain.Jason McDonald2009-08-121-1/+1
| * Update contact URL in license headers.Jason McDonald2009-08-1233-33/+33
* | Fixed wrong ifdef.axis2009-08-061-2/+2
* | 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-0610-10/+10
* | Merge commit 'qt/master-stable'Jason Barron2009-08-061-1/+1
|\ \ | |/
| * Don't try to make direct system calls on Linux.Thiago Macieira2009-08-041-1/+1
* | Merge commit 'origin/master'Jason Barron2009-08-0415-57/+58
|\ \
| * | Squashed commit of the topic/exceptions branch.Harald Fernengel2009-08-0310-10/+10
| * | Trailing whitespace and tab/space fixes for QtNetworkJanne Anttila2009-08-036-77/+77
* | | Merge commit 'qt/master-stable'Jason Barron2009-08-045-10/+50
|\ \ \ | | |/ | |/|
| * | Port of Qt to VxWorksRobert Griebl2009-07-295-13/+52
* | | Merge commit 'qt/master-stable'Jason Barron2009-07-282-5/+5
|\ \ \ | |/ /
| * | qdoc: Fixed all references to obsolete QHttp classes.Martin Smith2009-07-242-5/+5
* | | Compile fixes after latest merge of 4.6.Jason Barron2009-07-281-0/+5
* | | Merge commit 'qt/master-stable'Jason Barron2009-07-2720-415/+621
|\ \ \ | |/ / | | / | |/ |/|
| * Socket code: Forgot since 4.6 doc tagMarkus Goetz2009-07-231-0/+2
| * Sockets: Added support for SO_KEEPALIVE and TCP_NODELAYMarkus Goetz2009-07-238-10/+154
| * Merge commit 'origin/4.5'Oswald Buddenhagen2009-07-202-0/+4
| |\
| | * QUdpSocket: Doc improvementMarkus Goetz2009-07-171-0/+3
| | * Add a "User-Agent" line to our HTTP proxy requests.Thiago Macieira2009-07-151-0/+1
| * | Fix warnings for QtNetwork on mingwThierry Bastian2009-07-151-46/+27
| * | Fix warnings in mingwThierry Bastian2009-07-151-1/+1
| * | Fix Solaris build failure with the new qt_safe_() socket functions.Robert Griebl2009-07-151-1/+2
| * | Socket function cleanup: replacing direct POSIX calls with qt_safe_().Robert Griebl2009-07-143-32/+31
| * | QLocalSocket WriteOnly mode fixed on WindowsJoerg Bornemann2009-07-091-4/+6
| * | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtVolker Hilsheimer2009-07-083-120/+138
| |\ \
| | * | fast Windows version of QLocalSocketJoerg Bornemann2009-07-083-120/+138
| * | | Use current license header.Volker Hilsheimer2009-07-081-2/+2
| |/ /
| * | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtDavid Boddie2009-07-0711-173/+210
| |\ \
| | * | Don't compile the FD_CLOEXEC-safe accept4 call if we don't know about SOCK_CL...Thiago Macieira2009-07-021-1/+1
| | * | Use the safe versions of the network system calls I have just added.Thiago Macieira2009-07-025-48/+13
| | * | Add the support for the EINTR- and CLOEXEC-safe network calls too.Thiago Macieira2009-07-022-1/+155
| | * | Add a properly-safe version of select(2).Thiago Macieira2009-07-021-47/+6
| | * | src/network: Remove QT_WA and non-Unicode code paths, dropping Win9x and NT s...miniak2009-07-015-80/+37
| | * | Merge commit 'origin/4.5'Oswald Buddenhagen2009-06-301-1/+1
| | |\ \ | | | |/
| * | | Doc: Mentioned the use of the meta-type declaration macro and theDavid Boddie2009-07-071-13/+16
| |/ /
* | | Merge commit 'origin/master' into 4.6-mergedJason Barron2009-07-091-1/+1
|\ \ \
| * \ \ Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-07-071-1/+1
| |\ \ \ | | | |/ | | |/|
| | * | fix crash in QLocalServer on WinCE when waitForNewConnection times outJoerg Bornemann2009-06-301-1/+1
| * | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-06-2932-64/+64
| |\ \ \ | | |/ /
* | | | Merge commit 'qt/master-stable' into 4.6-mergedJason Barron2009-06-3032-66/+66
|\ \ \ \ | | |_|/ | |/| |
| * | | QIoDevice and QAbstractSocket: Clarify doc about waitForReadyRead()Markus Goetz2009-06-171-2/+2