summaryrefslogtreecommitdiffstats
path: root/tests/auto/qlocalsocket
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headersAkseli Salovaara2015-03-314-52/+52
* Updated year in copyright headerKai Koehne2014-03-264-4/+4
* test: Remove insignificant_test from tst_qlocalsocketSergio Ahumada2013-05-081-2/+0
* Fix warnings in tests (CLANG).Friedemann Kleint2013-03-111-1/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-134-4/+4
* fix bug in QLocalSocket::waitForReadyRead on WindowsJoerg Bornemann2012-11-051-5/+1
* Move insignificant_test to correct project in qlocalsocket autotest.Janne Anttila2012-11-022-2/+2
* skip flaky tst_QLocalSocket::threadedConnection on WindowsJoerg Bornemann2012-11-021-0/+4
* Mark flaky tst_qlocalsocket autotest insignificant.Janne Anttila2012-10-301-0/+2
* Fix autotests that no longer find executables on Windows.Friedemann Kleint2012-09-302-17/+21
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-294-96/+96
* Update contact information in license headers.Sergio Ahumada2012-08-014-8/+8
* tests: Mark unstable tests as insignificant on WindowsSergio Ahumada2012-02-172-2/+1
* Update year in Nokia copyright messages.Jason McDonald2012-01-114-4/+4
* tests: allow unstable tests to be marked with CONFIG+=insignificant_testSergio Ahumada2011-12-281-0/+2
* Fix permission (no execute bit).Frederik Gladhorn2011-11-221-0/+0
* Merge remote-tracking branch 'origin/4.7' into qt-4.8-from-4.7Liang Qi2011-10-251-1/+1
|\
| * Fix more test DEPLOYMENT statements for SymbianDamian Jansen2011-10-051-2/+2
| * Update licenseheader text in source filesJyri Tahtela2011-05-134-68/+68
* | skip two subtests that are known to fail on QNXRitt Konstantin2011-06-211-2/+2
* | Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-134-68/+68
* | fix QLocalSocket::isValid() on WindowsJoerg Bornemann2011-04-061-0/+2
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-01-174-4/+4
|\|
| * Update copyright year to 2011.Jason McDonald2011-01-114-4/+4
* | Merge remote branch 'qt/master' into file-engine-refactorJoão Abecasis2010-11-231-3/+3
|\ \
| * | Align .pro with qmake: s/\.sources/.files/.Miikka Heikkinen2010-10-081-3/+3
| |/
* / Fix deployment for examples and testsShane Kearns2010-10-121-1/+1
|/
* Various fixes to autotests when using the symbian/linux-armcc mkspec.axis2010-06-291-1/+1
* Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into qt-4.7-from-4.6Simon Hausmann2010-06-151-10/+39
|\
| * beautify tst_QLocalSocket::writeToClientAndDisconnectJoerg Bornemann2010-06-141-9/+2
| * QLocalSocket/Win: check for broken pipe in waitForReadyReadJoerg Bornemann2010-06-141-0/+17
| * QLocalSocket/Win: call close on async connection lossJoerg Bornemann2010-06-141-1/+20
* | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into qt-4.7-from-4.6Simon Hausmann2010-06-133-41/+25
|\|
| * QLocalSocket: don't emit readChannelFinished() twice on WindowsJoerg Bornemann2010-06-101-1/+1
| * QLocalSocket: fix reading from a socket after broken connectionJoerg Bornemann2010-06-101-3/+13
| * tst_QLocalSocket::threadedConnection autotest stabilizedJoerg Bornemann2010-06-101-26/+12
| * tst_qlocalsocket: pro files of client / server examples fixedJoerg Bornemann2010-06-102-12/+0
* | escape backslashesOswald Buddenhagen2010-05-261-1/+1
* | Run autotests with minimal capabilitiesShane Kearns2010-05-101-0/+1
|/
* Fixed tests using Q_DECLARE_* when Qt is configured with -qtnamespaceRohan McGovern2010-02-171-0/+2
* Update copyright year to 2010Jason McDonald2010-01-074-4/+4
* Network auto tests: Some timeout increasesMarkus Goetz2009-11-251-2/+2
* QLocalSocket test: stabilize test by calling waitFor... functionPeter Hartmann2009-11-031-4/+6
* QLocalServer: block indefinitely when timeout value is -1Peter Hartmann2009-10-281-1/+1
* Restoring cases that have been lost.Aleksandar Sasha Babic2009-09-292-3/+113
* make tst_QLocalSocket::writeToClientAndDisconnect even more robustJoerg Bornemann2009-09-111-2/+2
* make tst_QLocalSocket::writeToClientAndDisconnect more robustJoerg Bornemann2009-09-101-1/+1
* Merge branch '4.6' of git@scm.dev.troll.no:qt/qt into 4.6Janne Anttila2009-09-094-23/+70
|\
| * Update license headers again.Jason McDonald2009-09-094-16/+16
| * Fix windows implemetation of QLocalSocket to emit bytesWritten() signalabcd2009-09-091-7/+54