summaryrefslogtreecommitdiff
path: root/gio/gtlsclientconnection.c
Commit message (Expand)AuthorAgeFilesLines
* Rename G_TLS_CERTIFICATE_FLAGS_NONEEmmanuele Bassi2022-07-251-1/+1
* gioenums: Add G_TLS_CERTIFICATE_FLAGS_NONESimon McVittie2022-06-231-1/+1
* gio: Add SPDX license headers automaticallyPhilip Withnall2022-05-181-0/+2
* gtlsclientconnection: deprecate validation-flags propertyMichael Catanzaro2021-11-161-1/+28
* gio: Add missing nullable annotationsSebastian Dröge2020-11-111-1/+1
* Improve documentation of client connection validation flagsMichael Catanzaro2020-05-051-1/+1
* Merge branch 'mcatanzaro/copy-session-state' into 'master'Michael Catanzaro2019-11-181-6/+28
|\
| * Improve documentation of g_tls_client_connection_copy_session_state()Michael Catanzaro2019-11-181-6/+28
* | gtlsclientconnection: use-ssl3 is now ignoredMichael Catanzaro2019-11-181-30/+22
|/
* Update documentation of g_tls_client_connection_set_use_ssl3()Michael Catanzaro2018-08-041-16/+14
* tlsclientconnection: Deprecate ssl3 property and functionsMichael Catanzaro2018-01-081-1/+11
* tlsclientconnection: Update use-ssl3 documentationMichael Catanzaro2018-01-081-16/+19
* gio/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet2017-05-291-1/+1
* introspection: use (nullable) or (optional) instead of (allow-none)Christian Hergert2016-11-221-1/+1
* gio: Document thread safety of the streams APIPhilip Withnall2016-01-111-0/+4
* docs: Fix documentation for 95d300eac58eRoss Lagerwall2015-04-071-1/+1
* tls: Add support for copying session dataRoss Lagerwall2015-04-061-0/+26
* gio docs: remote errant colon from docstringRyan Lortie2015-03-121-1/+1
* GTlsClientConnection: loosen the semantics of "use-ssl3"Dan Winship2014-11-221-7/+12
* gio: port annotations from the Vala metadata.Evan Nemerson2014-05-231-1/+1
* docs: use "Returns:" consistentlyWilliam Jon McCann2014-02-191-5/+5
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* GIO: add lots of annotations for Vala bindingsEvan Nemerson2012-01-111-1/+2
* [gi] Add missing Gio transfer annotationsMartin Pitt2011-08-111-1/+1
* Stop using glib-genmarshal at build timeColin Walters2011-06-201-1/+0
* Add two annotations for g-iDan Winship2011-05-051-1/+1
* Drop annotation that break the documentation buildMatthias Clasen2011-01-051-4/+0
* Change GTlsClientConnection::accepted-cas to contain DER DNsStef Walter2011-01-051-10/+18
* tls: Make g_tls_{client|server}_connection_new() return a GIOStreamBenjamin Otte2010-12-071-2/+2
* tls: Clarify docs for g_tls_client_connection_set_validation_flags()Benjamin Otte2010-12-071-2/+3
* Remove GTlsConnection::need-certificateDan Winship2010-12-071-2/+1
* Add initial TLS (SSL) support to gioDan Winship2010-11-261-0/+333