index
:
telepathy/telepathy-salut
master
next
telepathy-salut-0.2
telepathy-salut-0.4
telepathy-salut-0.8
Link-local XMPP connection manager for the Telepathy framework (mirrored from https://gitlab.freedesktop.org/telepathy/telepathy-salut)
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2012-04-04
version 0.8.0
telepathy-salut-0.8.0
Jonny Lamb
2
-4
/
+4
2012-04-04
update NEWS for 0.8.0
Jonny Lamb
1
-5
/
+19
2012-04-03
ft test: add more assertion failure debug output
Jonny Lamb
1
-1
/
+3
2012-04-03
ft-channel: don't call gibber_ft_send unless the remote is accepted already
Jonny Lamb
1
-4
/
+39
2012-04-03
gibber-oob-file-transfer: assert we have a message before using it
Jonny Lamb
1
-0
/
+2
2012-04-03
muc-channel: re-add 'creator' property
Jonny Lamb
2
-1
/
+21
2012-04-03
muc-channel: fix reference to SalutConnection in OLPC code
Jonny Lamb
1
-1
/
+2
2012-03-27
Compile everything before we test it
Simon McVittie
1
-1
/
+1
2012-03-26
Start 0.7.3 dev
Olli Salli
2
-1
/
+10
2012-03-26
Prepare release 0.7.2
telepathy-salut-0.7.2
Olli Salli
2
-3
/
+3
2012-03-26
Update NEWS
Olli Salli
1
-2
/
+3
2012-03-26
file-transfer-channel: Fix file transfer on windows.
Siraj Razick
1
-10
/
+8
2012-03-26
Update README
Olli Salli
1
-5
/
+8
2012-03-26
Update NEWS
Olli Salli
1
-1
/
+3
2012-03-26
Merge remote-tracking branch 'siraj/fix_review'
Olli Salli
7
-155
/
+1051
2012-03-26
bonjour-contact: Remove unwanted debug messages
Siraj Razick
1
-1
/
+0
2012-03-26
bonjour-contact: Handle new Address resolves while another is in progress
Siraj Razick
1
-10
/
+61
2012-03-26
bonjour-contact: store copies of name, type and domain
Siraj Razick
1
-6
/
+9
2012-03-26
bonjour-contact: Avoid passing pointer to pointer into GetValuePtr
Siraj Razick
1
-8
/
+7
2012-03-26
bonjour-discovery-client: Remove redundant checks in drop_svc
Siraj Razick
1
-6
/
+0
2012-03-26
Avoid passing DNSServiceRef pointers between private structs.
Siraj Razick
5
-22
/
+21
2012-03-26
bonjour-contact-manager: Unref contact only if it has no services
Siraj Razick
1
-1
/
+5
2012-03-26
bonjour-contact: Introduce Bonjour Contact
Siraj Razick
3
-0
/
+761
2012-03-26
bonjour-self: Avoid removing msg from record if it's missing
Siraj Razick
1
-1
/
+2
2012-03-26
build: remove capability-set from CORE sources
Siraj Razick
1
-1
/
+0
2012-03-26
bonjour-discovery-client: Move Socket processing methods to a common place
Siraj Razick
2
-0
/
+115
2012-03-26
bonjour-contact-manager: Start browsing for bonjour service
Siraj Razick
1
-5
/
+134
2012-03-26
bonjour-contact-manager: Remove Dead code copiled over from Avahi
Siraj Razick
1
-151
/
+10
2012-03-26
bonjour-self: Remove duplicate Socket processing method
Siraj Razick
1
-25
/
+7
2012-03-26
bonjour-self: Announce the service name properly
Siraj Razick
1
-4
/
+4
2012-03-26
build: Fix linker errors when linking libsalut-plugins
Siraj Razick
1
-0
/
+1
2012-03-26
Eliminate trailing whitespace so make check can pass again
Simon McVittie
1
-1
/
+1
2012-03-26
Replace plugindir with an AC_ARG_VAR so it can be passed to configure
Simon McVittie
5
-7
/
+10
2012-03-26
Install non-ABI-stable libraries used by plugins to a private directory
Simon McVittie
4
-4
/
+15
2012-03-26
Avoid non-portable use of += in configure.ac
Simon McVittie
1
-4
/
+4
2012-03-26
Avoid Wocky trying to install into --prefix=NONE
Simon McVittie
1
-0
/
+7
2012-03-20
g_thread_init() is deprecated but still needed in GLib 2.30 and older.
Alvaro Soliverez
1
-2
/
+1
2012-03-16
Update NEWS
Olli Salli
1
-0
/
+2
2012-03-16
Merge branch 'plugin-api-fix'
Olli Salli
15
-118
/
+54
2012-03-16
Update wocky submodule pointer to version with wocky_send_ll_pep_event
Olli Salli
1
-0
/
+0
2012-03-16
SalutPluginInitializeImpl: Replace the protocol ctor callback with a vtable o...
Olli Salli
4
-8
/
+20
2012-03-16
Remove SalutPluginContact and salut_send_ll_pep_event
Olli Salli
8
-280
/
+1
2012-03-16
SalutContact: implement WockyXep0115Caps::has_feature
Olli Salli
1
-0
/
+10
2012-03-15
Add wocky to LIBS salut plugin API pkgconfig files
Olli Salli
2
-2
/
+2
2012-03-15
Remove protocol.h from the plugin API
Olli Salli
5
-7
/
+5
2012-03-15
Completely eradicate the dependency to salut_protocol_new from the plugin lib
Olli Salli
3
-4
/
+8
2012-03-15
Fix coding style distcheck issues from Alvaro's plugin API commits
Olli Salli
2
-3
/
+3
2012-03-15
Build wocky and the plugins library as version-specific shared libraries
Olli Salli
3
-2
/
+2
2012-03-15
Moved caps-channel-manager to the plugins library, as the code is used
Alvaro Soliverez
1
-2
/
+2
2012-03-15
Move plugin library-specific code from util.c into its own file, to
Alvaro Soliverez
10
-72
/
+254
[next]