summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Allow socket events processing with a foreign event loop on WindowsAlex Trotsenko2016-01-052-13/+33
* QStateMachine: fix ignore high-priority events.Masaru Ueki2016-01-051-4/+6
* forkfd: Also define BSD visibility macros in forkfd_qt.cpp.Raphael Kubo da Costa2016-01-031-0/+9
* Fix timeout calculations using qt_subtract_from_timeoutJoerg Bornemann2015-12-211-1/+1
* Fix utf8->utf16 BOM/ZWNBSP decoding.Erik Verbruggen2015-12-211-3/+6
* QLockFile: decide on locking strategy per pathDavid Fries2015-12-112-14/+30
* Add explicit note about removeMappings() not disconnecting the signalAndy Shaw2015-12-111-0/+3
* Check if the file is writable even while QT_BOOTSTRAPPEDAndy Shaw2015-12-111-2/+6
* Auto-detect whether 64-bit std::atomic really worksThiago Macieira2015-12-042-5/+9
* Remove arch/qatomic_mips.h from src/corelib/arch/arch.pri.Friedemann Kleint2015-11-241-1/+0
* OS X: Fix QStandardPaths::standardLocations()Andrew McCann2015-11-221-1/+1
* Remove qatomic_mips.h: the 3-operand testAndSet is brokenThiago Macieira2015-11-052-353/+0
* QWindowsPipeReader: fix occasional "Unknown error 995"Joerg Bornemann2015-11-021-0/+4
* Fix QStorageInfo on BSD4 systemsDmitry Shachnev2015-10-271-2/+8
* fix growth of event queue in QWinOverlappedIoNotifier::waitFor*Joerg Bornemann2015-10-261-15/+47
* Merge remote-tracking branch 'origin/5.5.1' into 5.5Liang Qi2015-10-131-0/+3
|\
| * ICC on Windows: Disable ref-qualified member functions in MSVC <= 2013Thiago Macieira2015-09-231-0/+3
* | QLockFile: fix errno handlingGiuseppe D'Angelo2015-10-121-2/+4
* | QDebug: add missing docs for op<<(Container)Marc Mutz2015-10-072-8/+64
* | clean up QWindowsPipeWriter I/O error handlingJoerg Bornemann2015-09-291-7/+8
* | QWindowsPipeWriter: clean up OVERLAPPED resource handlingJoerg Bornemann2015-09-291-8/+31
* | Fix comparisons between QByteArray and QString.Christian Kandeler2015-09-281-4/+4
* | Ensure there's no sign-extension here.Thiago Macieira2015-09-281-1/+1
* | QDateTime: Ensure a valid timezone when using the "offset constructor".Christian Kandeler2015-09-231-0/+1
* | Free the QFreeList object allocated memory on exitjian liang2015-09-221-4/+11
* | Fix two data races in QThread/QThreadDataDavid Faure2015-09-227-14/+14
* | fix error messageJoerg Bornemann2015-09-221-1/+1
* | Fix compilation with QT_NO_[DEBUG|WARNING]_OUTPUTKai Koehne2015-09-211-0/+6
* | Fix regression with QStandardPaths::standardLocations on WindowsJoni Poikelin2015-09-171-1/+1
* | Fixed compilation errors in qatomic_ia64.hÉmeric MASCHINO2015-09-121-4/+4
|/
* Fix the spurious socket notifications under WindowsAlex Trotsenko2015-09-103-79/+80
* QMimeDatabase: warn instead of asserting on bad magic.David Faure2015-09-044-45/+68
* QMimeType: add KDAB copyright to the code I contributed a lot to.David Faure2015-09-047-0/+7
* Doc: Corrected link issues in qtbaseNico Vertriest2015-09-042-3/+4
* Doc: Added enums in qnamespace.qdocNico Vertriest2015-09-041-0/+11
* Doc: Added link to Declarative State Machine FrameworkNico Vertriest2015-09-042-2/+3
* Add QLockFilePrivate::processNameByPid implementation for GNU/kFreeBSDDmitry Shachnev2015-08-271-0/+24
* QString perf improvement : removal of useless testJulien Blanc2015-08-261-2/+0
* Doc: Mention Windows limitations in QFileInfo permission methodsKai Koehne2015-08-251-1/+15
* Avoid overflow in QTime::addSecs with too big a number of secondsThiago Macieira2015-08-191-0/+1
* QRegularExpression: fix matching over QStringRefsGiuseppe D'Angelo2015-08-181-24/+21
* fix assertion in QProcess/WinJoerg Bornemann2015-08-171-2/+4
* QMimeDatabase: adapt to changes in shared-mime-info 1.3David Faure2015-08-161-3/+6
* QProcess: Ensure that the stdin buffer is cleared on start()Thiago Macieira2015-08-152-2/+3
* Fix QChar char constructors documentationSamuel Gaist2015-08-131-2/+10
* Do not use Q_GLOBAL_STATIC in the implementation of QMutexOlivier Goffart2015-08-131-1/+22
* Cocoa: fix integer multiplication overflow in qt_gettime()Michael Klein2015-08-131-0/+5
* QMimeProvider: Do not crash when globPatterns is empty.Milian Wolff2015-08-121-1/+1
* Merge "Merge remote-tracking branch 'origin/5.4' into 5.5" into refs/staging/5.5Oswald Buddenhagen2015-08-124-8/+9
|\
| * Merge remote-tracking branch 'origin/5.4' into 5.5Oswald Buddenhagen2015-07-174-8/+9
| |\