index
:
~smcv/telepathy-glib
016-async-ownership
asv
beforemerge
cm-debug-68390
codegen-tmpfile
disconnect-api-45459
dup-new-channels-52011
filtration
gdb
gdbus
gdbus-object
gdbus-object2
gdbus-prep2
gdbus-prep3
gdbus-properties
gdbus-properties2
gdbus2
gdbus3
gdk3
introspectable
master
merge-tp-fs
meta-header-more
names
new-interfaces
next
next-abi
next-after-gdbus
next-decore
next-del-deprecated
next-docs-49338
next-factory
next-gdbus
next-gvariant1
next-merge-logger
next-misc
next-privatize
next-tap
next-trivia
no-tmpnam-68350
py3k-codegen-56758
rm-dbus-glib-properties1
seal
seal-more
self-handle-changed
spec
telepathy-glib-0.18
telepathy-glib-0.20
trivia
variant
wip-better-assertions
wip-exportable
wip-gdbus-all
wip-gdbus-object
wip-gdbus2
wip-gdbus3
wip-gdbus4
wip-introspectable-connection
wip-next-api-review
wip-next-divisive
wip-next-gdbus
wip-next-gvariant-calls
wip-older-api
wip-presence-mixin
wip-run-until-prepared
wip-seal
wip-valgrind
wip-weak-ref
Unnamed repository; edit this file to name it for gitweb.
smcv
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
dbus
/
contact-lists.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-04-03
Move dbus-glib-style a{sv} utilities into the dbus library
Simon McVittie
1
-0
/
+1
2014-04-03
Rename core-util.c to value-array.c and put it in the -dbus library
Simon McVittie
1
-0
/
+1
2014-04-01
Replace all occurences of TpDBusDaemon by GDBusConnection
Xavier Claessens
1
-2
/
+2
2014-03-13
GDBus can deliver more than one event per main-loop iteration
Simon McVittie
1
-16
/
+37
2014-02-13
TpHandleType has been renmed to TpEntityType
Guillaume Desmottes
1
-1
/
+1
2014-01-13
Adjust telepathy-glib code for removal of Contacts interface
Simon McVittie
1
-2
/
+2
2014-01-07
Merge branch 'master' into next
Simon McVittie
1
-2
/
+0
2014-01-07
Stop calling g_type_init()
Simon McVittie
1
-2
/
+0
2013-10-25
Don't strip ABI versions from generated code
Simon McVittie
1
-64
/
+64
2013-09-26
Merge branch 'master' into next
Simon McVittie
1
-1
/
+1
2013-09-26
Port unit tests to g_test_dbus_up/down
Xavier Claessens
1
-1
/
+1
2013-09-18
protocol name can contain '_' but not '-'
Xavier Claessens
1
-1
/
+1
2013-01-03
Merge branch 'master' into next
Simon McVittie
1
-4
/
+11
2013-01-03
contact-lists test: add a regression test for fd.o #52011
Simon McVittie
1
-5
/
+67
2012-09-07
Tests: Stop using soon to be removed proxy constructors
Xavier Claessens
1
-2
/
+2
2012-05-14
Remove deprecated tp_connection_get_contact_list_attributes
Xavier Claessens
1
-11
/
+22
2012-05-14
Remove deprecated tp_handle_ref/unref() and tp_handle_client_hold/release()
Xavier Claessens
1
-7
/
+0
2012-05-03
Merge branch 'master' into next
Simon McVittie
1
-5
/
+5
2012-05-02
Stop using TP_ERRORS
Simon McVittie
1
-6
/
+6
2012-05-02
Move -dbus library headers into a new telepathy-glib-dbus.h meta-header
Simon McVittie
1
-0
/
+2
2012-04-10
Merge branch 'master' into next
Simon McVittie
1
-0
/
+22
2012-03-27
test: contact-list download
Alban Crequy
1
-0
/
+22
2012-03-07
Split TpConnection generated API into cli-connection.h
Simon McVittie
1
-0
/
+1
2012-02-09
Replace tp_connection_run_until_ready in cases where connect=FALSE
Simon McVittie
1
-1
/
+1
2012-02-09
Do not include reentrant auto-generated methods in library, only in tests
Simon McVittie
1
-0
/
+2
2012-02-09
Merge branch 'master' into next
Simon McVittie
1
-0
/
+2
2012-02-06
Add config.h include in all source files
Xavier Claessens
1
-0
/
+2
2012-02-01
Merge branch 'master' into next
Simon McVittie
1
-8
/
+2
2012-02-01
Fix brokenness, copy-paste errors and unused variables in tests
Simon McVittie
1
-1
/
+0
2012-02-01
Replace nearly all calls to tp_cli_connection_run_disconnect
Simon McVittie
1
-7
/
+2
2012-01-31
connection: remove non-ImmortalHandles
Jonny Lamb
1
-3
/
+3
2012-01-31
ContactList channels: remove
Jonny Lamb
1
-1016
/
+185
2011-11-16
Use _unref instead of _free _destroy when possible.
Xavier Claessens
1
-2
/
+2
2011-10-31
ExampleContactList: implement block_contacts_with_abuse_async
Guillaume Desmottes
1
-1
/
+2
2011-10-20
base-contact-list: implement TP_TOKEN_CONNECTION_INTERFACE_CONTACT_BLOCKING_B...
Guillaume Desmottes
1
-0
/
+40
2011-06-22
Jack the timeout of the dbus/contact-lists test, so it no longer fails on slo...
Adam Conrad
1
-1
/
+5
2011-05-25
Merge branch 'blocking'
Will Thompson
1
-29
/
+352
2011-05-12
use tp_tests_init() in most tests
Guillaume Desmottes
1
-2
/
+1
2011-04-16
BaseContactList: implement ContactBlockingCapabilities
Will Thompson
1
-0
/
+12
2011-04-16
ContactList: implement BlockContacts and UnblockContacts
Will Thompson
1
-16
/
+113
2011-04-16
BaseContactList: implement RequestBlockedContacts()
Will Thompson
1
-1
/
+109
2011-04-16
ContactList test: split up setup/teardown
Will Thompson
1
-10
/
+31
2011-04-16
BaseContactList: emit BlockedContactsChanged
Will Thompson
1
-2
/
+87
2010-12-20
BaseContactList: test for ContactsChangedWithID
Will Thompson
1
-12
/
+97
2010-11-04
contact-lists test: extend timeout from 10 to 60 seconds
Simon McVittie
1
-1
/
+1
2010-10-26
Add a 10 second timeout to all tests that spin the main loop
Simon McVittie
1
-0
/
+1
2010-07-28
contact-lists test: exercise remotely-cancelled publish requests
Simon McVittie
1
-0
/
+91
2010-07-28
contact-lists test: after a subscribe request is rejected, acknowledge it
Simon McVittie
1
-1
/
+35
2010-07-28
Update ContactList draft
Simon McVittie
1
-2
/
+3
2010-07-21
Make contact list example more realistic
Simon McVittie
1
-5
/
+3
[next]