summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-05-21TpGroupMixin: when removing members, don't raise an error if it's a no-opSimon McVittie1-5/+5
2010-05-21TpGroupMixin: allow no-op AddMembers for members, even without CAN_ADDSimon McVittie1-0/+1
2010-05-21TpGroupMixin: when removing members, don't raise an error if it's a no-opSimon McVittie2-13/+9
2010-05-21contactlist example: put publish's pending members on the stored list, tooSimon McVittie2-5/+20
2010-05-21contact-lists test: check the interaction between subscribe and storedSimon McVittie1-0/+30
2010-05-21contactlist example: consistently put people we subscribe to on the stored listSimon McVittie2-7/+18
2010-05-21TpGroupMixin: allow no-op AddMembers for members, even without CAN_ADDSimon McVittie2-4/+4
2010-05-21contact-lists test: also exercise groupsSimon McVittie1-0/+158
2010-05-21contact-lists test: cover most contact lists, avoid simulation delaySimon McVittie1-6/+644
2010-05-21Add a stub test for the contactlist example CMSimon McVittie2-0/+121
2010-05-21test_proxy_run_until_prepared, test_proxy_run_until_prepared_or_failed: addSimon McVittie2-0/+43
2010-05-21contactlist example CM: have a variable simulation delay, like the callable C...Simon McVittie4-6/+53
2010-05-21example_contact_list_manager_add_to_list: annotate unreachable codeSimon McVittie1-0/+2
2010-05-21contactlist example: when removing people from stored, also remove from other...Simon McVittie1-1/+14
2010-05-21contactlist example: ensure_contact: set the created flag correctlySimon McVittie1-0/+7
2010-05-21Merge branch 'intsetting'Simon McVittie10-38/+195
2010-05-21Move _tp_proxy_set_features_failed to internal header where it should have beenSimon McVittie2-2/+2
2010-05-21Examples: use TpIntSetFastIterSimon McVittie2-16/+20
2010-05-21TpChannel: use TpIntSetFastIterSimon McVittie1-4/+5
2010-05-21TpPropertiesMixin: use TpIntSetFastIterSimon McVittie1-6/+10
2010-05-21TpIntSet: improve documentation of TpIntSetFastIterSimon McVittie1-0/+31
2010-05-21Add a boxed type for handle setsSimon McVittie3-6/+35
2010-05-21tp_handle_set_copy: addSimon McVittie3-0/+27
2010-05-21TpHandleSet: improve const-correctnessSimon McVittie2-8/+10
2010-05-21tp_handle_set_clear, tp_handle_set_is_empty: addSimon McVittie3-0/+36
2010-05-21tp_intset_is_empty: addSimon McVittie4-0/+23
2010-05-21Move _tp_proxy_set_features_failed to internal header where it should have beenSimon McVittie2-2/+2
2010-05-21fd.o #16170: TpIntSet: cope better with sparse setsSimon McVittie4-177/+303
2010-05-20raise a warning if tp_dbus_daemon_release_name failsGuillaume Desmottes1-1/+1
2010-05-19Rephrase some API doc to be clearer.Xavier Claessens1-7/+7
2010-05-19Rename mimetype to mime_typeXavier Claessens6-42/+42
2010-05-19Make sure the tmp dir we are using for avatar cache does not existXavier Claessens1-0/+1
2010-05-19Use g_return_if_fail() in case a feature is unknownXavier Claessens1-11/+13
2010-05-19Use random temporary directory for the avatar cacheXavier Claessens1-4/+62
2010-05-19Fix some coding style in testsXavier Claessens2-8/+12
2010-05-19Use g_assert instead of MYASSERTXavier Claessens1-26/+25
2010-05-19Fix case where AVATAR_TOKEN feature is missing and AVATAR_DATA is set.Xavier Claessens1-2/+2
2010-05-19Add unit test for avatar dataXavier Claessens3-22/+248
2010-05-19Add unit test for avatar requirementsXavier Claessens3-0/+97
2010-05-19Add Avatar data cache on TpContactXavier Claessens5-34/+436
2010-05-18test tp_base_client_get_handled_channels()Guillaume Desmottes1-0/+44
2010-05-18tp_base_client_register: no need to fill clients hash table if client is not ...Guillaume Desmottes1-0/+4
2010-05-18raise an error if tp_base_client_get_{handled_channels,requests} is called on...Guillaume Desmottes1-0/+4
2010-05-18test tp_base_client_unregisterGuillaume Desmottes1-0/+27
2010-05-18add tp_base_client_unregister (fdo #28155)Guillaume Desmottes3-15/+58
2010-05-17actually implement tp_base_client_get_handled_channelsGuillaume Desmottes1-2/+122
2010-05-17add TpHandleChannelsContext::done signalGuillaume Desmottes2-0/+28
2010-05-17tp_base_client_get_pending_requests: return a copy of the listGuillaume Desmottes3-7/+11
2010-05-17check that we reuse existing channel request if possibleGuillaume Desmottes1-0/+38
2010-05-17_tp_base_client_handle_channels: reuse existing channel request if possibleGuillaume Desmottes1-5/+13