summaryrefslogtreecommitdiffstats
path: root/src/network/socket
Commit message (Expand)AuthorAgeFilesLines
* QAbstractSocket::setSocketOption: Make const referenceMarkus Goetz2009-10-062-3/+3
* Dealing with socket that was signalized on exception fds setAleksandar Sasha Babic2009-10-021-3/+5
* Workaround for Open C bugAleksandar Sasha Babic2009-10-021-1/+1
* QNativeSocketEngine on Windows: don't bail out on non-fatal errorPeter Hartmann2009-09-151-3/+9
* QLocalSocket (Win) emit readChannelFinished only onceJoerg Bornemann2009-09-111-1/+2
* QLocalSocket::readData (Windows) must return -1 on EOFJoerg Bornemann2009-09-101-1/+4
* QLocalSocket Windows: emit readChannelFinished if broken pipe detectedJoerg Bornemann2009-09-101-0/+4
* Update license headers again.Jason McDonald2009-09-0933-132/+132
* Fix windows implemetation of QLocalSocket to emit bytesWritten() signalabcd2009-09-091-1/+2
* QAbstractSocket: Missing initializationsMarkus Goetz2009-09-042-1/+5
* fix disconnect-after-write-problem in QLocalSocket on WindowsJoerg Bornemann2009-09-042-11/+34
* QNativeSocketEngine: do not issue warning if socketDescriptor is <= 0Peter Hartmann2009-09-021-1/+4
* QtNetwork: More Coverity fixesMarkus Goetz2009-09-011-0/+1
* Socket code: Do not use magic buffer size valueMarkus Goetz2009-09-011-4/+13
* Update tech preview license header for files that are new in 4.6.Jason McDonald2009-08-311-13/+13
* Merge branch '4.5' into 4.6Thiago Macieira2009-08-3132-416/+416
|\
| * Update tech preview license header.Jason McDonald2009-08-3132-416/+416
| * Qt's domain name is now qt.nokia.com.Jason McDonald2009-08-111-1/+1
| * Update license headers.Jason McDonald2009-08-1132-32/+32
* | QAbstractSocket: Also check for HostLookupStateMarkus Goetz2009-08-241-2/+3
* | Fixing compile issue on platforms other than Symbian.Aleksandar Sasha Babic2009-08-211-4/+4
* | Fixing cause for failing network tests on Symbian.Aleksandar Sasha Babic2009-08-211-10/+49
* | 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
* | 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 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