| Commit message (Expand) | Author | Age | Files | Lines |
* | QNativeSocketEngine: Compile fix | Markus Goetz | 2009-11-19 | 1 | -1/+1 |
|
|
* | QTcpSocket: Fix waitForConnected on Windows | Markus Goetz | 2009-11-19 | 2 | -7/+65 |
|
|
* | Merge remote branch 'mainline/4.6' into 4.6 | Oswald Buddenhagen | 2009-11-06 | 1 | -3/+3 |
|\ |
|
| * | Doc: Fixed qdoc warnings. | David Boddie | 2009-11-04 | 1 | -3/+3 |
|
|
* | | Merge remote branch 'mainline/4.6' into 4.6 | Oswald Buddenhagen | 2009-11-04 | 11 | -25/+89 |
|\ \
| |/ |
|
| * | Merge branch '4.6' into core-4.6 | Thiago Macieira | 2009-10-29 | 1 | -26/+26 |
| |\ |
|
| * | | QLocalServer: block indefinitely when timeout value is -1 | Peter Hartmann | 2009-10-28 | 1 | -16/+6 |
|
|
| * | | QAbstractSocket: insert timer to prevent timeout | Peter Hartmann | 2009-10-27 | 3 | -2/+30 |
|
|
| * | | QAbstractSocket: wait with closing until all bytes have been written | Peter Hartmann | 2009-10-27 | 8 | -7/+53 |
|
|
* | | | fix canReadLine() erroneously returning true | Oswald Buddenhagen | 2009-11-03 | 1 | -1/+2 |
| |/
|/| |
|
* | | QNativeSocketEngine: Actually use translations | Markus Goetz | 2009-10-28 | 1 | -26/+26 |
|/ |
|
* | QSslSocket: Also handle setSocketOption | Markus Goetz | 2009-10-19 | 1 | -0/+13 |
|
|
* | QAbstractSocket::setSocketOption: Make const reference | Markus Goetz | 2009-10-06 | 2 | -3/+3 |
|
|
* | Dealing with socket that was signalized on exception fds set | Aleksandar Sasha Babic | 2009-10-02 | 1 | -3/+5 |
|
|
* | Workaround for Open C bug | Aleksandar Sasha Babic | 2009-10-02 | 1 | -1/+1 |
|
|
* | QNativeSocketEngine on Windows: don't bail out on non-fatal error | Peter Hartmann | 2009-09-15 | 1 | -3/+9 |
|
|
* | QLocalSocket (Win) emit readChannelFinished only once | Joerg Bornemann | 2009-09-11 | 1 | -1/+2 |
|
|
* | QLocalSocket::readData (Windows) must return -1 on EOF | Joerg Bornemann | 2009-09-10 | 1 | -1/+4 |
|
|
* | QLocalSocket Windows: emit readChannelFinished if broken pipe detected | Joerg Bornemann | 2009-09-10 | 1 | -0/+4 |
|
|
* | Update license headers again. | Jason McDonald | 2009-09-09 | 33 | -132/+132 |
|
|
* | Fix windows implemetation of QLocalSocket to emit bytesWritten() signal | abcd | 2009-09-09 | 1 | -1/+2 |
|
|
* | QAbstractSocket: Missing initializations | Markus Goetz | 2009-09-04 | 2 | -1/+5 |
|
|
* | fix disconnect-after-write-problem in QLocalSocket on Windows | Joerg Bornemann | 2009-09-04 | 2 | -11/+34 |
|
|
* | QNativeSocketEngine: do not issue warning if socketDescriptor is <= 0 | Peter Hartmann | 2009-09-02 | 1 | -1/+4 |
|
|
* | QtNetwork: More Coverity fixes | Markus Goetz | 2009-09-01 | 1 | -0/+1 |
|
|
* | Socket code: Do not use magic buffer size value | Markus Goetz | 2009-09-01 | 1 | -4/+13 |
|
|
* | Update tech preview license header for files that are new in 4.6. | Jason McDonald | 2009-08-31 | 1 | -13/+13 |
|
|
* | Merge branch '4.5' into 4.6 | Thiago Macieira | 2009-08-31 | 32 | -416/+416 |
|\ |
|
| * | Update tech preview license header. | Jason McDonald | 2009-08-31 | 32 | -416/+416 |
|
|
| * | Qt's domain name is now qt.nokia.com. | Jason McDonald | 2009-08-11 | 1 | -1/+1 |
|
|
| * | Update license headers. | Jason McDonald | 2009-08-11 | 32 | -32/+32 |
|
|
* | | QAbstractSocket: Also check for HostLookupState | Markus Goetz | 2009-08-24 | 1 | -2/+3 |
|
|
* | | Fixing compile issue on platforms other than Symbian. | Aleksandar Sasha Babic | 2009-08-21 | 1 | -4/+4 |
|
|
* | | Fixing cause for failing network tests on Symbian. | Aleksandar Sasha Babic | 2009-08-21 | 1 | -10/+49 |
|
|
* | | Fixing the build break. | Aleksandar Sasha Babic | 2009-08-19 | 1 | -1/+1 |
|
|
* | | This was bug as EINPROGRESS and EAGAIN are not the same thing. | Aleksandar Sasha Babic | 2009-08-19 | 1 | -1/+0 |
|
|
* | | Changig variable name from misleading | Aleksandar Sasha Babic | 2009-08-19 | 1 | -12/+12 |
|
|
* | | Being more precise in the code comments. | Aleksandar Sasha Babic | 2009-08-19 | 1 | -1/+1 |
|
|
* | | As far as we know the bug int the Open C, | Aleksandar Sasha Babic | 2009-08-19 | 1 | -3/+1 |
|
|
* | | Removing local function (*accept*, *connect*, *bind* ...) | Aleksandar Sasha Babic | 2009-08-19 | 1 | -150/+20 |
|
|
* | | Removing class member as there it is | Aleksandar Sasha Babic | 2009-08-18 | 1 | -6/+0 |
|
|
* | | No need for logging line. Return of -1 | Aleksandar Sasha Babic | 2009-08-18 | 1 | -3/+0 |
|
|
* | | Trivial, followng the Qt coding style. | Aleksandar Sasha Babic | 2009-08-18 | 1 | -1/+1 |
|
|
* | | Trivial coding style related change. | Aleksandar Sasha Babic | 2009-08-18 | 1 | -2/+2 |
|
|
* | | Merge commit 'qt/master' | Jason Barron | 2009-08-18 | 5 | -5/+5 |
|\ \ |
|
| * | | Restructure the documentation, both on a file and on a content level. | Volker Hilsheimer | 2009-08-17 | 5 | -5/+5 |
|
|
* | | | Merge commit 'qt/master' | Jason Barron | 2009-08-13 | 33 | -34/+34 |
|\ \ \
| |/ / |
|
| * | | Update URL's to use new domain. | Jason McDonald | 2009-08-12 | 1 | -1/+1 |
|
|
| * | | Update contact URL in license headers. | Jason McDonald | 2009-08-12 | 33 | -33/+33 |
|
|
* | | | Fixed wrong ifdef. | axis | 2009-08-06 | 1 | -2/+2 |
|
|