Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
* replace kDebug -> qDebug
* add #include "sslserver.moc"
|
|
This patch is only moving a new version of fakeserver from:
kdepimlibs d04fcaa1 [master] from 29 May 2014.
|
|
* removing #if 0
* replacing kDebug -> qDebug
* adding dummy for i18n
|
|
|
|
|
|
This is a comination of 5 commits made in kdepimlibs, but only the part
that modifies kimap/getmetadatajob.cpp.
with all commits between
Tue Oct 29 09:54:21 2013 +0100
and
Mon May 12 16:54:31 2014 +0200
excepting:
commit 0140be4c1ffe5828ac409a5c0ffe7be91b8df264
Author: Christian Mollekopf <chrigi_1@fastmail.fm>
Date: Fri Nov 8 22:56:44 2013 +0100
Use METADATA style annotations only.
Applied patches:
commit 61cfe3bcfd5541e071649469bb111aca71a7ebf7
Author: Sandro Knauß <mail@sandroknauss.de>
Date: Mon May 12 16:54:31 2014 +0200
Added tests for ANNOTATEMORE mode.
commit 2ed9d5f4074e30a8fc44776c5e2d7fd12064e5c5
Author: Sandro Knauß <mail@sandroknauss.de>
Date: Mon May 12 16:39:50 2014 +0200
Make GETMETADATA RFC 5464 compatiple.
commit 0a0cde867d115feff66871a0c248224541022510
Author: Christian Mollekopf <chrigi_1@fastmail.fm>
Date: Sat Nov 16 10:32:24 2013 +0100
Skip NIL values as they simply indicate no value.
commit 43d9d814c3dfc057c6e3514f24ef7823d2eebe2c
Author: Christian Mollekopf <chrigi_1@fastmail.fm>
Date: Tue Oct 29 09:54:21 2013 +0100
Fixed METADATA support for the GetMetaDataJob.
|
|
logmessages.
Same patch as 2bc7588fc:
Handle properly inconsistent parser state by closing the session
BUG: 287424
|
|
With the code before it was possible that either the carriage return or the newline was not yet parsed, resulting in it ending up as part of the payload.
This resulted in broken payloads.
|
|
support."
* The deadlock in kimap can be worked around by exporting QT_NO_GLIB=1.
* libcalendaring is on purpose unversioned
Revert "Updated the buildsystem to export it's version using the usual cmake config approach."
This reverts commit f4f632de0e135acdce17043fe9730e96bf683e6c.
Revert "Bumped version to 0.3"
This reverts commit 79f416f2ca4e40c1e569599d1897f144464c2897.
Revert "Bumped version to 0.2"
This reverts commit 2fd77f151e8c57d6ecff56bfb5055ccc834ef41f.
Revert "Fixed SNI support caused by missing KTcpSocket::SslVersion to QSsl::SslProtocol"
This reverts commit f558b7237004089e74bf907353e236dfc7968a6b.
Revert "Call KTcpSocket::abort instead of disconnectFromHost to avoid infinite loop."
This reverts commit 16f053f5c40ea4579807199a1ee7d5ea78b839b8.
Revert "Failed to commit the last patch fully."
This reverts commit a16e9bed54172f78aaaf25c1638375ecc28e891c.
Revert "Added missing error mapping for SslHandshakeFailedError."
This reverts commit ab99247c3ab94df76c1b855fd83fdbc4441818ca.
Revert "generate and use camelcase includes"
This reverts commit f26af72d056dcd60d0f12a704888e6f7473439e8.
Revert "Applied patch to build again using qt4_automoc"
This reverts commit 5042637961e5abaa47bb977815e8bc3570e70ee3.
Revert "Applied kimap from 3ca54b6 (kolab/stable/4.11.2)"
This reverts commit 8e5a810e432ae46a238151839c9f8d07405b93d9.
Revert "Made the mutex recursive to prevent deadlocks."
This reverts commit 6b1fda16546e6d77c49112ecbba22103f8d859c0.
|
|
approach.
Additinoally the kdepimlibs version is exported for workarounds in libkolab/kolab-utils.
This replaces the FindLibcalendaring.cmake modules in libkolab and kolab-utils.
|
|
|
|
|
|
conversions.
df1f193ba792b3bd258254ab3f75d4e76b0d0524 (kdelibs)
|
|
In some setups calling disconnectFromHost emits an error again, resulting in an infinite loop. I ran into this problem on Centos 6 with Qt 4.6.
See also "Help solving an IMAP SSL bug" on kcd.
|
|
|
|
Without this segmentation faults occur.
kdelibs patch ddc33b85e27ab18e84a0183dc35bec3dee3dc597
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Don't mix up CREATED and DTSTAMP, and introduce X-KDE-IMPLEMENTATION-VERSION.
CREATED is the creation-date of the icalendar object, and not the time of serialization.
DTSTAMP is the last-modification-date without METHOD, and the time of serialization with a METHOD.
This patch fixes the following problems:
* dtstamp and created exchanged when writing any ical object
* created date is not preserved
* last-modification-date is not preserved
* vFreebusy iTip messages contain a created date (but must not)
Backwardscompatibility is ensured by only applying the fix for ical
objects which have been written using the new implementation.
For this X-KDE-IMPLEMENTATION-VERSION has been introduced to track the
implementation version which makes it possible to provide proper
backwards compatiblity.
BUG: 310469
REVIEW: 107480
FIXED-IN: 4.9.5
|
|
|
|
|
|
|
|
to find missing symbols before trying to link something against the installed library.
|
|
required information.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|