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
Age
Commit message (
Expand
)
Author
Files
Lines
2012-04-11
WiP
wip-next-divisive
Simon McVittie
1
-42
/
+33
2012-04-11
TpProxyPendingCall: don't store argument GValueArray
Simon McVittie
1
-16
/
+15
2012-04-11
TpProxyPendingCall: copy the "out" arguments into callback_args
Simon McVittie
1
-14
/
+40
2012-04-11
fixup idle_sourcery
Simon McVittie
1
-1
/
+1
2012-04-11
TpProxyPendingCall: store user_data, weak_object in GValues
Simon McVittie
1
-17
/
+50
2012-04-11
TpProxyPendingCall: don't track args/error independently of idle_source
Simon McVittie
1
-5
/
+5
2012-04-11
TpProxyPendingCall: store the proxy itself in a GValue
Simon McVittie
1
-19
/
+29
2012-04-11
TpProxyPendingCall: keep the GError in a GValue
Simon McVittie
1
-21
/
+32
2012-04-11
TpProxyPendingCall: use a separate boolean to check whether to invoke callback
Simon McVittie
1
-7
/
+9
2012-04-11
TpProxyPendingCall: replace bitfield with booleans
Simon McVittie
1
-3
/
+3
2012-04-11
TpProxy calls: remember the in, out GTypes
Simon McVittie
3
-0
/
+65
2012-04-11
Remove tp_connection_manager_call_when_ready, is_ready
Simon McVittie
4
-255
/
+7
2012-04-10
Merge branch 'master' into next
Simon McVittie
38
-148
/
+310
2012-04-10
Merge remote-tracking branch 'origin/telepathy-glib-0.18'
Simon McVittie
7
-15
/
+203
2012-04-10
Merge branch 'master' into next
Simon McVittie
62
-375
/
+3539
2012-04-06
many fixes to documentation comments
Jonny Lamb
33
-173
/
+116
2012-04-04
the right GLib macro is GLIB_VERSION_MAX_ALLOWED
Guillaume Desmottes
1
-1
/
+1
2012-04-04
add stream-tubes.py/accepter.py
Guillaume Desmottes
2
-1
/
+75
2012-04-04
add stream-tubes.py/offerer.py
Guillaume Desmottes
2
-1
/
+106
2012-04-03
AOSP does not handle Android includes with relative paths correctly.
Alvaro Soliverez
1
-1
/
+1
2012-04-03
Fix the type of the TpStreamTubeConnection::closed signal
Guillaume Desmottes
1
-1
/
+1
2012-04-03
stream tube examples: send \n with data
Guillaume Desmottes
2
-2
/
+2
2012-04-03
stream tube examples: use tp_channel_close_async()
Guillaume Desmottes
1
-6
/
+14
2012-04-03
stream tube examples: split sending/receiving data debug messages
Guillaume Desmottes
2
-5
/
+6
2012-04-03
Introspect a few getters
Xavier Claessens
6
-13
/
+13
2012-04-03
Introspect a few getters
Xavier Claessens
6
-13
/
+13
2012-04-02
start on version 0.19.0
Jonny Lamb
2
-2
/
+2
2012-04-02
start on version 0.18.1
Jonny Lamb
2
-1
/
+6
2012-04-02
version 0.18.0
telepathy-glib-0.18.0
Jonny Lamb
7
-19
/
+32
2012-04-02
NEWS: update for 0.18.0
Jonny Lamb
1
-3
/
+23
2012-04-02
Merge branch '29271-some-dbus-tube-api'
Will Thompson
16
-70
/
+1531
2012-04-02
DBusTubeChannel: write a better preamble maybe?
Will Thompson
1
-3
/
+37
2012-04-02
dbus tube test: add bug references for FIXMEs
Will Thompson
2
-0
/
+6
2012-04-01
dbus-tubes example: check method argument types
Will Thompson
1
-6
/
+15
2012-03-30
DBusTubeChannel: always use CREDENTIALS for now
Will Thompson
1
-6
/
+10
2012-03-30
dbus-tube: fail offer/accept if channel is invalidated
Will Thompson
3
-3
/
+93
2012-03-30
Test DBus tubes opening after Accept/Offer returns
Will Thompson
3
-6
/
+59
2012-03-30
proxy: sprinkle some checked casts around.
Will Thompson
1
-5
/
+5
2012-03-30
Add an example dbus tube offerer and accepter.
Will Thompson
7
-1
/
+485
2012-03-30
call-channel: display a string representation of the state
Guillaume Desmottes
1
-1
/
+25
2012-03-30
media-observer: use more TpChannel accessors
Guillaume Desmottes
1
-9
/
+3
2012-03-30
media-observer: Observe Call channels instead of StreamedMedia
Guillaume Desmottes
1
-2
/
+2
2012-03-30
approver.c: Approve Call channels instead of StreamedMedia
Guillaume Desmottes
1
-1
/
+1
2012-03-29
Tests: SetContactInfo must also emit ContactInfoChanged signal
Xavier Claessens
1
-2
/
+2
2012-03-29
Tests: Add more supported ContactInfo fields
Xavier Claessens
2
-13
/
+59
2012-03-29
Tests: Improve fake Account and AccountManager
Xavier Claessens
5
-45
/
+108
2012-03-29
Tests: Rename TestContactListManager to TpTestsContactListManager
Xavier Claessens
5
-89
/
+89
2012-03-29
Tests: manage the global set of groups
Xavier Claessens
1
-4
/
+30
2012-03-29
Tests: Implement mutable contact list
Xavier Claessens
2
-3
/
+108
2012-03-29
Make g-i scanner abort on warning if not official release
Xavier Claessens
1
-0
/
+7
[next]