summaryrefslogtreecommitdiffstats
path: root/kio
Commit message (Expand)AuthorAgeFilesLines
* Fix missing return values in kopenssl.François Andriot2019-12-041-0/+7
* Fix SSL initialization for OpenSSL >= 1.1.Slávek Banko2019-09-041-2/+2
* Use system libdir when searching for dynamically loaded libraries.Slávek Banko2019-02-271-33/+8
* Fix SSL initialization for OpenSSL >= 1.1.Slávek Banko2019-02-211-2/+24
* Use common test for large files support.Slávek Banko2019-01-282-8/+0
* Change to always build and install KACLOBATA Akio2019-01-271-7/+3
* Deleted blank line at the beginning of the file.Slávek Banko2018-12-021-1/+0
* Fix security issue CVE-2017-6410Slávek Banko2018-07-261-2/+10
* Fix bug reports link in about dialogSlávek Banko2018-06-305-12/+12
* Fix previous commit typo.Michele Calgaro2018-04-301-1/+1
* Fixed service lookup in KOpenWithDlg. Default is now to lookup byMichele Calgaro2018-04-303-30/+41
* KSSL: Set hostname in TLSext to enable SNI supportSlávek Banko2017-07-221-0/+6
* KSSL: Use TLS_client_method instead of TLSv1_client_methodSlávek Banko2017-07-221-7/+9
* Fixed code for tdefiledialog which caused the problem explained in bugMichele Calgaro2017-07-221-3/+9
* testing: Run tests that use DCOP in a temporary homeSlávek Banko2017-07-221-6/+6
* testing: run tdeio/kmimetypetest with temporary profileSlávek Banko2017-07-222-1/+33
* tdeio: add testsAlexander Golubev2017-07-2230-50/+143
* Added support for OpenSSL 1.1Slávek Banko2017-07-2213-365/+978
* Fix security issue CVE-2016-6232Slávek Banko2017-07-221-2/+12
* tdeio: fixed up certificate handling when certificate has expired. Also cleanEmanoil Kotsev2017-07-221-96/+18
* Fixed handling of certificate "permanent" acceptance. This relates toEmanoil Kotsev2017-07-221-10/+27
* Parse GENERALIZEDTIME ASN structuresTimothy Pearson2017-07-221-12/+21
* Fix crash on KSSLCertificate deallocation when a CRL is held in the KSSLCerti...Timothy Pearson2017-07-221-0/+2
* Fix memory leak when deleting a KSSLCertificate that holds a CRLTimothy Pearson2017-07-223-1/+17
* Add initial CRL support to KSSLCertificateTimothy Pearson2017-07-224-4/+88
* tdeio/kmimemagic: remove MAGIC_CONTINUE flagAlexander Golubev2017-07-221-2/+2
* Compile MIME magic fileSlávek Banko2017-07-222-2/+17
* Fix mimetype detection using magic librarySlávek Banko2017-07-221-2/+6
* Properly identify desktop filesTimothy Pearson2017-07-223-0/+23
* Fix FTBFS with libmagic < 4.23François Andriot2017-07-221-0/+4
* Fix FTBFS on missing magic_getpathSlávek Banko2017-07-223-1/+28
* Do not use magic_version function if magic version support not availableTimothy Pearson2017-07-221-0/+4
* Fix libmime database load once and for allTimothy Pearson2017-07-221-13/+31
* Fix loading of additional mime magic filesTimothy Pearson2017-07-221-7/+2
* Use libmagic for mime type determinationTimothy Pearson2017-07-226-3170/+167
* Remove unused KMimeMagic::mergeBufConfig method in preparation for converting...Timothy Pearson2017-07-222-25/+0
* Fix a number of build warningsTimothy Pearson2017-07-227-19/+36
* Fix compiler warningsTimothy Pearson2017-07-221-3/+5
* Fix FTBFS on freebsdNikolaus Klepp2015-12-232-3/+3
* Improve ACL detection for CMake buildSlávek Banko2015-12-233-13/+9
* Add include directory for internal libltdlSlávek Banko2015-12-231-0/+1
* Fix incorrect Download string in TDEFileSpeedBarTimothy Pearson2015-12-231-1/+1
* Makes favorite URLs in TDE file open/save dialogs global (sared amongst all a...Timothy Pearson2015-12-231-2/+2
* Push the following patches to GIT from Bug 1499:Timothy Pearson2015-12-233-23/+47
* Support writing empty directories to ZIP files.Thomas McGuire2015-12-232-1/+16
* Disable environment-based completion in kurlcompletion on openbsdFrançois Andriot2015-12-231-0/+6
* Fix FTBFS because undefined __progname in tdeio_connectionFrançois Andriot2015-12-231-0/+4
* Add mimeTypePtrFast method to KFileItemTimothy Pearson2015-12-234-21/+36
* Fix accidental regression introduced in prior commitTimothy Pearson2015-12-231-5/+1
* Add fast mimetype accessor for use by Konqueror when checking for media devic...Timothy Pearson2015-12-232-17/+71