summaryrefslogtreecommitdiff
path: root/camel/camel-certdb.c
Commit message (Expand)AuthorAgeFilesLines
* Update devel-doc Since from 3.14 to 3.16Milan Crha2015-02-241-1/+1
* Bug 670114 - Provide list of Mail certificates in UIMilan Crha2014-12-111-0/+151
* Bug #727237 - Correct LGPL license information in sourcesMilan Crha2014-04-141-5/+4
* Bug 721527 - License text contains obsolete FSF postal addressMatthew Barnes2014-01-071-13/+11
* Fix/mute issues found by Coverity scanMilan Crha2013-11-131-4/+6
* Bug 710787 - Replace most uses of sprintf() with g_snprintf()Murray Cumming2013-10-251-2/+4
* CamelCert: Change 'rawcert' from GByteArray to GBytes.Matthew Barnes2013-09-251-2/+2
* CamelCertDB: Remove unused cert_set_string() method.Matthew Barnes2013-09-231-29/+0
* CamelCertDB: Remove unused cert_get_string() method.Matthew Barnes2013-09-231-20/+0
* CamelCertDB: Remove unused CamelCert get/set functions.Matthew Barnes2013-09-231-58/+0
* CamelCertDB: Further cleanups.Matthew Barnes2013-09-231-177/+168
* CamelCertDB: Derive directly from GObject.Matthew Barnes2013-09-231-1/+1
* CamelCertDB: Move remaining members to private section.Matthew Barnes2013-09-231-47/+61
* Add camel_cert_unref().Matthew Barnes2013-09-231-11/+8
* Add camel_cert_ref().Matthew Barnes2013-09-231-6/+4
* Add camel_cert_new().Matthew Barnes2013-09-231-4/+2
* CamelCertDB: Remove unnecessary 'alloc_lock' mutex.Matthew Barnes2013-09-231-7/+0
* CamelCertDB: Remove ability to subclass CamelCert.Matthew Barnes2013-09-231-42/+11
* CamelCertDB: Remove unused 'cert_chunks' member.Matthew Barnes2013-09-231-14/+2
* CamelCertDB: Remove unused 'ref_lock' mutex.Matthew Barnes2013-09-231-3/+0
* CamelCert: Use atomic operations to track reference count.Matthew Barnes2013-09-231-10/+4
* Remove unused camel_certdb_unlock().Matthew Barnes2013-09-231-32/+0
* Remove unused camel_certdb_lock().Matthew Barnes2013-09-231-33/+0
* CamelCertDB: Use the internal mutexes directly.Matthew Barnes2013-09-231-22/+22
* Coding style and whitespace cleanup.Matthew Barnes2012-11-101-5/+4
* Replace deprecated GLib symbols (as of GLib 2.34.x)Milan Crha2012-11-051-25/+25
* Bug #681962 - Identify server certificates by hostname and fingerprintMilan Crha2012-10-301-14/+88
* Update API documentation.Matthew Barnes2012-08-251-0/+21
* Whitespace cleanups.Matthew Barnes2012-05-131-1/+1
* Bug #606181 - Accepting bad SSL certificate applies to any hostnameMatt McCutchen2012-05-041-14/+38
* Remove some redundant argument checks.Matthew Barnes2012-04-181-4/+0
* Coding style and whitespace cleanup.Matthew Barnes2012-02-201-3/+7
* Fix issues found by Coverity ScanMilan Crha2012-02-141-0/+8
* Bug #440316 - Improve SSL Certificate check bad signature dialogMilan Crha2011-11-151-0/+4
* Add CamelMemChunk (copy of EMemChunk).Matthew Barnes2011-09-251-5/+3
* Coding style and whitespace cleanups.Matthew Barnes2011-09-031-17/+40
* Camel: Fix Gtk-Doc notation in comment blocks.Matthew Barnes2011-07-041-2/+2
* Coding style cleanup.Matthew Barnes2011-03-051-1/+2
* Bug #614480 - Avoid using G_TYPE_INSTANCE_GET_PRIVATE repeatedlyMilan Crha2011-02-241-7/+2
* Coding style cleanups.Matthew Barnes2010-09-131-1/+1
* Replace "Since: 3.0" with "Since: 2.32".Matthew Barnes2010-08-021-2/+2
* Don't abbreviate public symbols.Matthew Barnes2010-04-301-31/+31
* Port Camel to GObject.Matthew Barnes2010-04-241-31/+22
* Bug #615776 - Drop camel-private.h and offer a public alternative for locksMilan Crha2010-04-151-24/+99
* Bug #608766 - Replace pthread with GLib's GThreadMilan Crha2010-04-151-6/+5
* Merge miscellaneous cleanups from camel-gobject.Matthew Barnes2010-04-061-65/+93
* Fix excessive whitespace.Matthew Barnes2009-07-121-16/+0
* Fix compiler warnings in camel.Matthew Barnes2009-06-011-3/+3
* Prefer GLib basic types over C types.Matthew Barnes2009-05-281-19/+19
* Remove trailing whitespace, again.Matthew Barnes2009-05-271-106/+106