index
:
~wjt/telepathy-gabble
0.11-gtalk-jingle-workarounds
43166-muc-rate-limit
51978-call-caps
61433-caps-hash-crash
61433-caps-hash-crash-test
bin-media-tpproperties
blow-away-corrupt-caps-caches
call1
data-forms
gtalk-logs
master
spdy
telepathy-gabble-0.10
telepathy-gabble-0.12
telepathy-gabble-0.14
telepathy-gabble-0.16
telepathy-gabble-0.2
telepathy-gabble-0.4
telepathy-gabble-0.6
telepathy-gabble-0.8
xmpp-console
☮
wjt
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2012-10-21
connection: Don't reset the capabilities in UpdateCapabilities
Debarshi Ray
3
-37
/
+2
2012-09-11
Now that camera-v1 has a caps URI, don't treat it as part of video-v1
Simon McVittie
2
-3
/
+7
2012-09-11
Add Google camera-v1 as a first-class caps bundle
Simon McVittie
4
-0
/
+20
2012-07-11
server-tls-manager: deal with modification of the GList while iterating it
Jonny Lamb
1
-2
/
+11
2012-06-20
GabbleServerTLSManager: Support multiple consecutive TLS verifications
Xavier Claessens
2
-65
/
+98
2012-06-02
Fix for initiating a video call from an Android tablet.
Marcus Lundblad
2
-1
/
+15
2012-06-02
Make Android 4.0 GTalk contacts appear as capable of a/v calls.
Marcus Lundblad
1
-0
/
+2
2012-05-10
Fix a leak in: tp_handles_unref() does not unref the array
Xavier Claessens
1
-0
/
+2
2012-04-04
add missing config.h includes
Guillaume Desmottes
33
-1
/
+41
2012-04-04
include config.h in the generated gabble-enumtypes.c
Guillaume Desmottes
1
-0
/
+1
2012-04-02
Merge branch '47999-handle-ibb-errors'
Will Thompson
1
-39
/
+39
2012-03-28
bytestream-ibb: handle IQ send errors
Will Thompson
1
-37
/
+37
2012-03-28
bytestream-ibb: correct send_data's return value.
Will Thompson
1
-2
/
+2
2012-03-27
ContactList: downloading the roster at connection depends on a connection par...
Alban Crequy
3
-7
/
+96
2012-03-27
gabble_roster_unpublish_async: correct the source tag
Alban Crequy
1
-1
/
+1
2012-03-27
gabble_roster_authorize_publication_async: correct the source tag
Alban Crequy
1
-1
/
+1
2012-03-23
Replace plugindir with an AC_ARG_VAR so it can be passed to configure
Simon McVittie
1
-1
/
+1
2012-03-23
Install non-ABI-stable libraries used by plugins to a private directory
Simon McVittie
1
-1
/
+1
2012-03-22
Allow to disable VoIP-related code with --disable-voip
Marco Barisione
15
-77
/
+255
2012-03-22
There is no need to include non-compiled files in EXTRA_DIST
Marco Barisione
1
-8
/
+0
2012-03-20
CallStream: Replace want_send with the local sending state of the Stream
Olivier Crête
1
-12
/
+7
2012-03-16
CallStream: Set local sending to true if a locally-created content wants to send
Olivier Crête
1
-0
/
+9
2012-03-09
Convert Telepathy types to Jingle types correctly
Olivier Crête
1
-12
/
+9
2012-03-09
Correctly convert JingleCandidateType to Telepathy types
Olivier Crête
1
-1
/
+17
2012-03-09
tube-iface: remove duplicated properties
Jonny Lamb
1
-26
/
+0
2012-03-09
Build Wocky as a version-specific shared library
Simon McVittie
1
-1
/
+7
2012-03-01
Merge branch 'detp-jingle'
Will Thompson
51
-1204
/
+2168
2012-02-29
Merge branch 'base-channels'
Jonny Lamb
13
-1217
/
+685
2012-02-29
CallStream style: add a missing blank line.
Will Thompson
1
-0
/
+1
2012-02-29
JingleMint: rename ::new-session to ::incoming-session
Will Thompson
3
-6
/
+5
2012-02-29
JingleInfo: chain up at the end of dispose
Will Thompson
1
-3
/
+3
2012-02-29
JingleSession: don't leak in initiate/accept callbacks
Will Thompson
1
-0
/
+2
2012-02-29
Include config.h to have GLIB_DISABLE_DEPRECATION_WARNINGS defined
Xavier Claessens
1
-0
/
+1
2012-02-23
JingleSession: make _new() take a dialect.
Will Thompson
7
-19
/
+18
2012-02-23
Represent Jingle relays by a struct, not an aa{sv}
Will Thompson
8
-81
/
+122
2012-02-23
Jingle*: stop including util.h
Will Thompson
7
-7
/
+0
2012-02-23
JingleFactory: drop use of gabble_signal_connect_weak()
Will Thompson
1
-1
/
+13
2012-02-23
Remove unused JingleInitiator type.
Will Thompson
1
-6
/
+0
2012-02-23
Move Jingle enums and typedefs to a new jingle-types.h
Will Thompson
16
-115
/
+144
2012-02-23
JingleFactory: correct TpChannelGroupChangeReason reference
Will Thompson
1
-4
/
+4
2012-02-23
JingleFactory: drop GabbleConnection dependency.
Will Thompson
3
-39
/
+46
2012-02-23
JingleFactory: store WockySession as well as Porter
Will Thompson
1
-4
/
+11
2012-02-23
JingleFactory: propagate caps queries out to Mint
Will Thompson
2
-19
/
+60
2012-02-23
JingleFactory: move pre-initiate presence pushes to Mint
Will Thompson
2
-23
/
+23
2012-02-23
JingleFactory: emit ::new-session for outgoing sessions too
Will Thompson
2
-7
/
+17
2012-02-23
JingleFactory: explain why create_session() can't emit new-session
Will Thompson
1
-0
/
+6
2012-02-23
JingleFactory: move connection status monitoring to Mint
Will Thompson
2
-55
/
+63
2012-02-23
JingleFactory: call stop() from dispose()
Will Thompson
1
-0
/
+2
2012-02-23
JingleFactory: refactor handler-unregistration to a method
Will Thompson
2
-6
/
+16
2012-02-23
Wrap JingleFactory in a new class, JingleMint.
Will Thompson
11
-24
/
+302
[next]