summaryrefslogtreecommitdiff
path: root/src/tls-certificate.c
AgeCommit message (Expand)AuthorFilesLines
2013-10-04s/NUM_TP/TP_NUMGuillaume Desmottes1-1/+1
2012-05-30Use meta-headers for everythingSimon McVittie1-1/+1
2012-05-07Use TP_ERROR instead of deprecated TP_ERRORSSimon McVittie1-3/+3
2011-11-16Use _unref instead of _free _destroy when possible.unrefXavier Claessens1-1/+1
2010-09-15Use telepathy-glib for Conference and ServerTLSConnectionSimon McVittie1-29/+23
2010-09-13Re-indent a GError to fix check-coding-styleSimon McVittie1-5/+2
2010-09-13Use right wording in DEBUG messagesCosimo Cecchi1-1/+1
2010-09-13Return 'Invalid_Argument' if Reject() is called with zero reasonsCosimo Cecchi1-0/+12
2010-09-13Use tp_clear_boxed to free the Rejection structsCosimo Cecchi1-2/+4
2010-09-13Update Gabble to the new draft APICosimo Cecchi1-51/+21
2010-09-09Use TP_ARRAY_TYPE_UCHAR_ARRAY_LISTCosimo Cecchi1-17/+1
2010-08-19Remove useless castCosimo Cecchi1-1/+1
2010-08-19Use TP_HASH_TYPE_STRING_VARIANT_MAP as boxed typeCosimo Cecchi1-1/+2
2010-08-19Use tp_clear_pointer()Cosimo Cecchi1-3/+1
2010-08-19Rename LAST_PROPERTY -> NUM_PROPERTIESCosimo Cecchi1-1/+1
2010-08-19Chain up to parent's constructed() before running oursCosimo Cecchi1-4/+5
2010-08-10Add GabbleTLSCertificate.Cosimo Cecchi1-0/+385