summaryrefslogtreecommitdiffstats
path: root/Modules/_ssl
Commit message (Expand)AuthorAgeFilesLines
* bpo-43577: Fix deadlock with SSLContext._msg_callback and sni_callback (GH-24...Miss Islington (bot)2021-03-211-0/+1
* bpo-41056: Fix a NULL pointer dereference on MemoryError within the ssl modul...Miss Islington (bot)2020-06-211-6/+6
* bpo-34271: Fix compatibility with 1.0.2 (GH-13728)Christian Heimes2019-06-031-1/+10
* bpo-34271: Add ssl debugging helpers (GH-10031)Christian Heimes2019-05-311-0/+213
tr>mode:
authoraxis <qt-info@nokia.com>2009-11-12 12:45:41 (GMT)
committeraxis <qt-info@nokia.com>2009-12-08 13:04:48 (GMT)
commit76f82b74780cb252782c31e6e690f8529b43b38f (patch)
tree7fec6d41c3fbab8ebe27b5884b86aa220028aabf /tests/auto/qabstractprintdialog/.gitignore
parent04f4d1444a49db9e27b483bbc91c713e80ab0792 (diff)
downloadQt-76f82b74780cb252782c31e6e690f8529b43b38f.zip
Qt-76f82b74780cb252782c31e6e690f8529b43b38f.tar.gz
Qt-76f82b74780cb252782c31e6e690f8529b43b38f.tar.bz2
Fixed searching and copy/paste from PDF documents.
Previously copy and paste from PDFs made by Qt would paste garbage into the target document, and searching was not possible. The bug happened because the internal buffer would open its data stream in truncate mode rather than append mode, thereby losing content, and producing a slightly corrupted PDF. Task: QTBUG-4912 Task: QTBUG-3661 RevBy: Trond Kjernåsen (cherry picked from commit f7ee0c9efcb6cb36a95f49bc998524e25480f8ba)