Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-05-09 | Sync spec from 0.26.0 (no significant changes)spec | Simon McVittie | 2 | -12/+21 | |
2012-05-09 | _tp_tls_certificate_rejection_new: explicitely ref sink @details | Guillaume Desmottes | 1 | -1/+9 | |
2012-05-09 | tp_tls_certificate_rejection_get_details: document Returns | Guillaume Desmottes | 1 | -0/+2 | |
2012-05-09 | Move low level certificate API out of the doc | Guillaume Desmottes | 1 | -1/+1 | |
2012-05-09 | Version-annotate TLS certificate API | Guillaume Desmottes | 2 | -0/+21 | |
2012-05-09 | Use TP_ERROR instead of TP_ERRORS | Guillaume Desmottes | 3 | -9/+9 | |
2012-05-09 | invalid the certificate if its state is invalid | Guillaume Desmottes | 1 | -4/+9 | |
2012-05-09 | Use TP_NUM_TLS_CERTIFICATE_REJECT_REASONS | Guillaume Desmottes | 1 | -1/+1 | |
2012-05-09 | tls-certificate-rejection: remove GError coding style check workaround | Guillaume Desmottes | 1 | -1/+1 | |
2012-05-09 | check-c-style: don't check if GError are initialized | Guillaume Desmottes | 1 | -7/+0 | |
It just leads us to writing insanity like: GError *error /* badger */; | |||||
2012-05-09 | Don't include tp-cli header in tls-certificate.h | Guillaume Desmottes | 2 | -2/+2 | |
Users should just rely on the high level API. | |||||
2012-05-09 | Use GBytes to store the cert data | Guillaume Desmottes | 2 | -8/+20 | |
2012-05-09 | allow parent to be NULL | Guillaume Desmottes | 1 | -10/+14 | |
Needed to be able to port the empathy-tls-test without adding mock objects. tp_tls_certificate_new() still checks that a parent is passed so that shouldn't affect 'normal' users of this API. | |||||
2012-05-09 | add tp_tls_certificate_rejection_raise_error() | Guillaume Desmottes | 4 | -0/+30 | |
2012-05-09 | Use TpTLSCertificateRejection | Guillaume Desmottes | 3 | -113/+71 | |
2012-05-09 | add TpTLSCertificateRejection | Guillaume Desmottes | 7 | -0/+447 | |
2012-05-09 | add tls-certificate to the doc | Guillaume Desmottes | 1 | -0/+1 | |
2012-05-09 | test tp_tls_certificate_rejected_cb's code path if there is no rejections | Guillaume Desmottes | 3 | -7/+42 | |
2012-05-09 | Use a GVariant to return rejection details | Guillaume Desmottes | 3 | -21/+23 | |
2012-05-09 | tp_tls_certificate_add_rejection(): takes a GVariant instead of a GHashTable | Guillaume Desmottes | 3 | -13/+29 | |
2012-05-09 | account: use _tp_asv_from_vardict() | Guillaume Desmottes | 1 | -8/+4 | |
2012-05-09 | base-connection: use _tp_asv_from_vardict() | Guillaume Desmottes | 1 | -9/+6 | |
2012-05-09 | add _tp_asv_from_vardict() | Guillaume Desmottes | 2 | -0/+28 | |
2012-05-09 | Test if cert is invalidated when its parent is | Guillaume Desmottes | 1 | -3/+41 | |
2012-05-09 | test tp_tls_certificate_reject_async() | Guillaume Desmottes | 1 | -0/+61 | |
2012-05-09 | tp_tls_certificate_add_rejection(): allow @details to be NULL | Guillaume Desmottes | 1 | -2/+9 | |
2012-05-09 | test tp_tls_certificate_accept_async() | Guillaume Desmottes | 1 | -0/+44 | |
2012-05-09 | Test TP_TLS_CERTIFICATE_FEATURE_CORE and props | Guillaume Desmottes | 1 | -0/+48 | |
2012-05-09 | tls-certificate: add accessors | Guillaume Desmottes | 3 | -0/+55 | |
I didn't add one for the 'parent' property because it's more of an implementation detail and a get_parent() method would look weird. | |||||
2012-05-09 | add test-tls-certificate | Guillaume Desmottes | 2 | -0/+118 | |
2012-05-09 | Pass the right value as bus-name property | Guillaume Desmottes | 1 | -1/+1 | |
2012-05-09 | add tls-certificate | Guillaume Desmottes | 3 | -0/+412 | |
Copied from Gabble, I just re-namespaced it. | |||||
2012-05-09 | introspection.am: add tls-certificate | Guillaume Desmottes | 1 | -0/+1 | |
2012-05-09 | tp_tls_certificate_new: document @error | Guillaume Desmottes | 1 | -0/+1 | |
2012-05-09 | Fix and add mising Since annotation | Guillaume Desmottes | 1 | -4/+25 | |
This is not going to be included in a 0.13.x release :) | |||||
2012-05-09 | TpTLSCertificate: allow several rejection reasons to be queued up | Simon McVittie | 3 | -27/+45 | |
2012-05-09 | TpTLSCertificate: track the signalled rejection reason(s) | Simon McVittie | 3 | -1/+173 | |
2012-05-09 | tp_tls_certificate_reject_async: allow a D-Bus error name to be specified | Simon McVittie | 2 | -2/+12 | |
2012-05-09 | Track changes to TpTLSCertificate:state | Simon McVittie | 1 | -3/+61 | |
2012-05-09 | Change the range of TpTLSCertificate:state to [0, 2**32) | Simon McVittie | 1 | -2/+1 | |
It comes from D-Bus, so we can't guarantee that it takes one of the known enum values. | |||||
2012-05-09 | Document TpTLSCertificate:state | Simon McVittie | 1 | -0/+5 | |
2012-05-09 | TpTLSCertificate: be subordinate to a channel or connection | Simon McVittie | 2 | -12/+83 | |
2012-05-09 | Document TpTLSCertificate | Simon McVittie | 3 | -0/+106 | |
2012-05-09 | TpTLSCertificateClass: add a small amount of ABI padding | Simon McVittie | 1 | -0/+1 | |
2012-05-09 | Include TpTLSCertificate in the documentation | Simon McVittie | 1 | -0/+34 | |
2012-05-09 | TpTLSCertificate: use _tp_implement_finish_void for finish functions | Simon McVittie | 1 | -10/+3 | |
2012-05-09 | TpTLSCertificate: don't pass useless user_data through D-Bus calls | Simon McVittie | 1 | -5/+4 | |
self is the proxy being called, so a ref is held for the duration of the call anyway, so taking a weak ref is unnecessary. | |||||
2012-05-09 | tp_tls_certificate_new: don't debug on error | Simon McVittie | 1 | -4/+0 | |
It would have crashed when error == NULL, and in any case the caller can reasonably be expected to do something about any errors. | |||||
2012-05-09 | reject_reason_get_dbus_error: streamline boilerplate with a macro | Simon McVittie | 1 | -27/+15 | |
2012-05-09 | TpTLSCertificate: remove unwanted semicolon from G_DEFINE_TYPE | Simon McVittie | 1 | -1/+1 | |