| Commit message (Expand) | Author | Age | Files | Lines |
* | QSslCertificate: support large serial numbers | Peter Hartmann | 2010-06-02 | 1 | -4/+19 |
|
|
* | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6 | Thiago Macieira | 2010-04-14 | 1 | -1/+1 |
|\ |
|
| * | Fix typos, there is no QT_NO_SSL | Markus Goetz | 2010-04-13 | 1 | -1/+1 |
|
|
* | | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6 | Thiago Macieira | 2010-04-13 | 1 | -0/+10 |
|\ \
| |/ |
|
| * | Document Symbian platform security requirements on Qt APIs | Frans Englich | 2010-04-12 | 1 | -0/+10 |
|
|
* | | improve mingw 64 bit support | Thierry Bastian | 2010-03-26 | 1 | -1/+1 |
|
|
* | | Rename QTimestamp to QElapsedTimer | Thiago Macieira | 2010-03-17 | 1 | -5/+5 |
|
|
* | | Port QtNetwork uses of QTime as a stopwatch to QTimestamp. | Thiago Macieira | 2010-03-17 | 1 | -5/+5 |
|
|
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ... | Qt Continuous Integration System | 2010-03-15 | 4 | -3/+21 |
|\ \
| |/
|/| |
|
| * | SSL: Fix memleak related to local certificate | Markus Goetz | 2010-03-15 | 4 | -3/+21 |
|
|
* | | QSslKey: Do not make OpenSSL prompt for a password on stdin | Markus Goetz | 2010-03-15 | 1 | -3/+1 |
|/ |
|
* | Fix some foreach usage to use const refs | Markus Goetz | 2010-01-28 | 2 | -2/+2 |
|
|
* | Core classes, examples, demos: Some changes from string to char | Markus Goetz | 2010-01-28 | 1 | -2/+2 |
|
|
* | QSslSocket: Take better care on how we use the SSL buffers | Markus Goetz | 2010-01-21 | 1 | -3/+23 |
|
|
* | SSL Certificate: don't crash when the END CERTIFICATE line ends without CRLF | Thiago Macieira | 2010-01-21 | 1 | -4/+4 |
|
|
* | Fix QSslCertificate issues | Markus Goetz | 2010-01-18 | 1 | -2/+12 |
|
|
* | QSslSocket: Remove writeBuffer,readBuffer and use from QAbstractSocket | Markus Goetz | 2010-01-13 | 1 | -3/+0 |
|
|
* | Update copyright year to 2010 | Jason McDonald | 2010-01-06 | 23 | -23/+23 |
|
|
* | Doc: Fixed qdoc warnings. | David Boddie | 2009-11-04 | 1 | -2/+8 |
|
|
* | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-doc-team into 4.6 | David Boddie | 2009-11-03 | 2 | -3/+3 |
|\ |
|
| * | Doc/i18n: Fixed source strings for translation. | David Boddie | 2009-11-03 | 2 | -3/+3 |
|
|
* | | Merge branch '4.6' into core-4.6 | Thiago Macieira | 2009-10-29 | 1 | -29/+28 |
|\ \ |
|
| * | | QSslError: Actually make strings show up in the ts file | Markus Goetz | 2009-10-28 | 1 | -29/+28 |
| |/ |
|
* | | Merge remote branch 'origin/4.6' into core-4.6 | Thiago Macieira | 2009-10-28 | 1 | -0/+6 |
|\ \
| |/ |
|
| * | QSslSocket: Add \reimp to the socket option functions | Markus Goetz | 2009-10-26 | 1 | -0/+6 |
|
|
* | | QAbstractSocket: wait with closing until all bytes have been written | Peter Hartmann | 2009-10-27 | 1 | -0/+2 |
|/ |
|
* | QSslSocket: Trigger a SSL transmission when reading from the socket. | Markus Goetz | 2009-10-22 | 3 | -0/+17 |
|
|
* | QSslSocket: Also handle setSocketOption | Markus Goetz | 2009-10-19 | 2 | -0/+20 |
|
|
* | QSslSocket: Documentation enhancement | Markus Goetz | 2009-10-15 | 1 | -0/+7 |
|
|
* | OpenSSL wrapping: compile when configured with -openssl-linked | Peter Hartmann | 2009-10-05 | 3 | -8/+2 |
|
|
* | Fix unresolved reference to q_sk_free with openssl 1.0 | Bernhard Rosenkraenzer | 2009-09-09 | 3 | -3/+10 |
|
|
* | Fix build with openssl 1.0.0 betas | Bernhard Rosenkraenzer | 2009-09-09 | 1 | -1/+2 |
|
|
* | Resolved ordinals for Qt/4.6 added OpenSSL symbols for Symbian OS. | Janne Anttila | 2009-09-09 | 1 | -0/+2 |
|
|
* | Update license headers again. | Jason McDonald | 2009-09-09 | 23 | -92/+92 |
|
|
* | QtNetwork: More Coverity fixes | Markus Goetz | 2009-09-01 | 1 | -1/+7 |
|
|
* | QSslCertificate: fix previous patch, add autotest and documentation | Peter Hartmann | 2009-09-01 | 1 | -3/+3 |
|
|
* | QSslCertificate: Add + 1 to serialNumber | Raul Metsma | 2009-09-01 | 1 | -2/+2 |
|
|
* | Implement QSslCertificate::version() and QSslCertificate::serialNumber() | Raul Metsma | 2009-09-01 | 3 | -0/+11 |
|
|
* | Doc for QSslError constructor parameters fixed each cons. | Peter Yard | 2009-09-01 | 1 | -3/+12 |
|
|
* | Merge branch '4.5' into 4.6 | Thiago Macieira | 2009-08-31 | 23 | -299/+299 |
|\ |
|
| * | Update tech preview license header. | Jason McDonald | 2009-08-31 | 23 | -299/+299 |
|
|
| * | Fix parsing of Subject Alternate Names in Qt. | Thiago Macieira | 2009-08-28 | 1 | -1/+1 |
|
|
* | | Fix QSslCertificate::alternateSubjectNames() memory leak | Raul Metsma | 2009-08-31 | 3 | -1/+4 |
|
|
* | | Merge branch '4.5' into 4.6 | Thiago Macieira | 2009-08-27 | 1 | -4/+2 |
|\ \
| |/ |
|
| * | QSslSocket: Clarified doc about QSslSocket::systemCaCertificates | Markus Goetz | 2009-08-27 | 1 | -4/+2 |
|
|
* | | Merge branch '4.5' into 4.6 | Thiago Macieira | 2009-08-24 | 1 | -0/+9 |
|\ \
| |/ |
|
| * | QSslSocket: Clear readBuffer and writeBuffer on close() | Markus Goetz | 2009-08-18 | 1 | -0/+9 |
|
|
| * | Eliminate some mentions of Trolltech. | Jason McDonald | 2009-08-11 | 2 | -2/+2 |
|
|
| * | Update license headers. | Jason McDonald | 2009-08-11 | 23 | -23/+23 |
|
|
* | | Fix the last fix to QList. | Thiago Macieira | 2009-08-24 | 1 | -1/+1 |
|
|