summaryrefslogtreecommitdiff
path: root/libempathy/empathy-tls-certificate.c
AgeCommit message (Expand)AuthorFilesLines
2010-09-13Use tp_clear_boxed() to free the Rejection arrayCosimo Cecchi1-1/+2
2010-09-13Update Empathy to the new draft APICosimo Cecchi1-3/+24
2010-09-09Use TP_ARRAY_TYPE_UCHAR_ARRAY_LISTCosimo Cecchi1-19/+5
2010-09-08Make sure we allocate the right size for certificatesCosimo Cecchi1-5/+6
2010-09-08Use better names for saving the certificatesCosimo Cecchi1-2/+16
2010-08-30coding style fixesEMPATHY_2_31_91Guillaume Desmottes1-2/+1
2010-08-24Properly handle corner cases of _prepare_async() called twiceCosimo Cecchi1-0/+26
2010-08-24Don't leak certificate dataCosimo Cecchi1-1/+2
2010-08-24Make EmpathyTLSCertificate a TpProxy subclassCosimo Cecchi1-147/+54
2010-08-18Use _complete instead of _complete_in_idle()Cosimo Cecchi1-2/+2
2010-08-18Use the hash table directly as a parameter to reject ()Cosimo Cecchi1-6/+1
2010-08-18Remove whitespaceCosimo Cecchi1-3/+3
2010-08-18Make _accept/_reject real async methodsCosimo Cecchi1-9/+60
2010-08-13Add a method to store the CA certificateCosimo Cecchi1-0/+119
2010-08-13Make sure to release all the referencesCosimo Cecchi1-0/+4
2010-08-13Add debug outputCosimo Cecchi1-0/+2
2010-08-13Update to the new tp-spec APICosimo Cecchi1-25/+6
2010-08-13Update for the new tp-spec APICosimo Cecchi1-6/+64
2010-08-13Add the proxy properties and methods.Cosimo Cecchi1-0/+96
2010-08-13Add the Authentication.TLSCertificate ifaceCosimo Cecchi1-0/+5
2010-08-13Add EmpathyTLSCertificate.Cosimo Cecchi1-0/+292