| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | | Move socket wrapper functions into the .cpp file. | Jason Barron | 2009-08-06 | 2 | -126/+126 |
|
|
* | | Rename Q_DECLARE_SCOPED_PRIVATE back to Q_DECLARE_PRIVATE | Harald Fernengel | 2009-08-06 | 10 | -10/+10 |
|
|
* | | Merge commit 'qt/master-stable' | Jason Barron | 2009-08-06 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Don't try to make direct system calls on Linux. | Thiago Macieira | 2009-08-04 | 1 | -1/+1 |
|
|
* | | Merge commit 'origin/master' | Jason Barron | 2009-08-04 | 15 | -57/+58 |
|\ \ |
|
| * | | Squashed commit of the topic/exceptions branch. | Harald Fernengel | 2009-08-03 | 10 | -10/+10 |
|
|
| * | | Trailing whitespace and tab/space fixes for QtNetwork | Janne Anttila | 2009-08-03 | 6 | -77/+77 |
|
|
* | | | Merge commit 'qt/master-stable' | Jason Barron | 2009-08-04 | 5 | -10/+50 |
|\ \ \
| | |/
| |/| |
|
| * | | Port of Qt to VxWorks | Robert Griebl | 2009-07-29 | 5 | -13/+52 |
|
|
* | | | Merge commit 'qt/master-stable' | Jason Barron | 2009-07-28 | 2 | -5/+5 |
|\ \ \
| |/ / |
|
| * | | qdoc: Fixed all references to obsolete QHttp classes. | Martin Smith | 2009-07-24 | 2 | -5/+5 |
|
|
* | | | Compile fixes after latest merge of 4.6. | Jason Barron | 2009-07-28 | 1 | -0/+5 |
|
|
* | | | Merge commit 'qt/master-stable' | Jason Barron | 2009-07-27 | 20 | -415/+621 |
|\ \ \
| |/ /
| | /
| |/
|/| |
|
| * | Socket code: Forgot since 4.6 doc tag | Markus Goetz | 2009-07-23 | 1 | -0/+2 |
|
|
| * | Sockets: Added support for SO_KEEPALIVE and TCP_NODELAY | Markus Goetz | 2009-07-23 | 8 | -10/+154 |
|
|
| * | Merge commit 'origin/4.5' | Oswald Buddenhagen | 2009-07-20 | 2 | -0/+4 |
| |\ |
|
| | * | QUdpSocket: Doc improvement | Markus Goetz | 2009-07-17 | 1 | -0/+3 |
|
|
| | * | Add a "User-Agent" line to our HTTP proxy requests. | Thiago Macieira | 2009-07-15 | 1 | -0/+1 |
|
|
| * | | 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 |
|
|
| * | | Socket function cleanup: replacing direct POSIX calls with qt_safe_(). | Robert Griebl | 2009-07-14 | 3 | -32/+31 |
|
|
| * | | QLocalSocket WriteOnly mode fixed on Windows | Joerg Bornemann | 2009-07-09 | 1 | -4/+6 |
|
|
| * | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt | Volker Hilsheimer | 2009-07-08 | 3 | -120/+138 |
| |\ \ |
|
| | * | | fast Windows version of QLocalSocket | Joerg Bornemann | 2009-07-08 | 3 | -120/+138 |
|
|
| * | | | Use current license header. | Volker Hilsheimer | 2009-07-08 | 1 | -2/+2 |
| |/ / |
|
| * | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt | David Boddie | 2009-07-07 | 11 | -173/+210 |
| |\ \ |
|
| | * | | Don't compile the FD_CLOEXEC-safe accept4 call if we don't know about SOCK_CL... | Thiago Macieira | 2009-07-02 | 1 | -1/+1 |
|
|
| | * | | Use the safe versions of the network system calls I have just added. | Thiago Macieira | 2009-07-02 | 5 | -48/+13 |
|
|
| | * | | Add the support for the EINTR- and CLOEXEC-safe network calls too. | Thiago Macieira | 2009-07-02 | 2 | -1/+155 |
|
|
| | * | | Add a properly-safe version of select(2). | Thiago Macieira | 2009-07-02 | 1 | -47/+6 |
|
|