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
Age
Commit message (
Expand
)
Author
Files
Lines
2012-07-03
tests/lib: Stop using tp_connection_new()
Xavier Claessens
1
-2
/
+5
2012-06-29
TpConnectionManager: deprecate "connection-manager" and add "cm-name"
Xavier Claessens
1
-5
/
+5
2012-06-29
TpAccount: deprecate "connection-manager" and "protocol" and add "cm-name" an...
Xavier Claessens
1
-4
/
+4
2012-06-29
TpConnection: deprecate connection-manager-name and add cm-name
Xavier Claessens
1
-3
/
+3
2012-06-20
debug-client: propagate error if GetMessages() failed
Guillaume Desmottes
1
-0
/
+18
2012-06-04
Use accessors rather than accessing TpBaseConnection fields directly
Simon McVittie
15
-50
/
+61
2012-05-22
Fix include path to work in folks copy
Xavier Claessens
1
-1
/
+1
2012-05-14
Deprecate tp_connection_parse_object_path()
Xavier Claessens
1
-0
/
+34
2012-05-14
Fix ContactList not having avatars
Xavier Claessens
1
-0
/
+6
2012-05-11
Add regression test for avatar data problem
Xavier Claessens
1
-44
/
+96
2012-05-11
tp_connection_dup_contact_by_id_async: don't crash without Contacts
Simon McVittie
1
-0
/
+24
2012-05-11
tp_connection_upgrade_contacts_async: fall back to old API if no Contacts
Simon McVittie
1
-8
/
+26
2012-05-10
Merge branch 'account-request-47100'
Jonny Lamb
6
-4
/
+572
2012-05-10
Deprecate tp_connection_request_handles()
Xavier Claessens
3
-55
/
+6
2012-05-10
Deprecate tp_handle(s)_ref/unref, tp_handle(s)_client_hold/release and tp_con...
Xavier Claessens
2
-5
/
+0
2012-05-10
future-account: rename to TpAccountRequest
Jonny Lamb
2
-51
/
+50
2012-05-10
test-account: connection set on account must exist
Xavier Claessens
1
-32
/
+33
2012-05-09
Add ChatState unit tests
Xavier Claessens
1
-0
/
+77
2012-05-09
account-channel-request test: do not use soon to be deprecated API
Xavier Claessens
2
-18
/
+13
2012-05-09
Use TP_ERROR instead of TP_ERRORS
Guillaume Desmottes
2
-8
/
+8
2012-05-09
Use GBytes to store the cert data
Guillaume Desmottes
1
-2
/
+2
2012-05-09
add tp_tls_certificate_rejection_raise_error()
Guillaume Desmottes
1
-0
/
+5
2012-05-09
Use TpTLSCertificateRejection
Guillaume Desmottes
1
-6
/
+21
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
1
-6
/
+9
2012-05-09
tp_tls_certificate_add_rejection(): takes a GVariant instead of a GHashTable
Guillaume Desmottes
1
-3
/
+2
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
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
add test-tls-certificate
Guillaume Desmottes
2
-0
/
+118
2012-05-09
add tls-certificate
Guillaume Desmottes
3
-0
/
+412
2012-05-09
future-account: give display name on creation
Jonny Lamb
1
-10
/
+6
2012-05-08
simple-account: be sure to free the connection path
Jonny Lamb
1
-0
/
+1
2012-05-08
future-account test: don't bother getting Supersedes value
Jonny Lamb
1
-3
/
+1
2012-05-07
Define _TP_COMPILATION when compiling library and tests (but not examples)
Simon McVittie
3
-0
/
+6
2012-05-04
future-account: turn :parameters and :properties into an a{sv} GVariant
Jonny Lamb
1
-36
/
+63
2012-05-04
protocol: add a _get_cm_name function and :cm-name property
Jonny Lamb
1
-0
/
+3
2012-05-04
future-account: add set_avatar
Jonny Lamb
1
-1
/
+47
2012-05-04
future-account test: add more tests for the :properties GObject property
Jonny Lamb
1
-0
/
+14
2012-05-04
future-account: add add_supersedes function and :supersedes property
Jonny Lamb
1
-1
/
+28
2012-05-04
future-account: new account properties should be fully-qualified
Jonny Lamb
1
-9
/
+18
2012-05-04
future-account: add automatic presence and test it
Jonny Lamb
1
-1
/
+31
2012-05-04
future-account: add _set_connect_automatically function and property
Jonny Lamb
1
-3
/
+10
2012-05-04
future-account: add set_enabled function and :enabled property
Jonny Lamb
1
-1
/
+14
2012-05-04
future-account: add unset_parameter and test it
Jonny Lamb
1
-3
/
+32
2012-05-04
future-account test: add a test for CreateChannel failing
Jonny Lamb
2
-3
/
+40
2012-05-04
future-account test: add test for _create_account_async
Jonny Lamb
1
-0
/
+79
2012-05-04
future-account test: register account manager and account services
Jonny Lamb
1
-3
/
+31
2012-05-04
simple-account-manager: save CreateAccount parameters
Jonny Lamb
2
-3
/
+23
[next]