index
:
telepathy/telepathy-gabble
call1
master
next
telepathy-gabble-0.10
telepathy-gabble-0.12
telepathy-gabble-0.14
telepathy-gabble-0.16
telepathy-gabble-0.18
telepathy-gabble-0.2
telepathy-gabble-0.4
telepathy-gabble-0.6
telepathy-gabble-0.8
XMPP connection manager (mirrored from https://gitlab.freedesktop.org/telepathy/telepathy-gabble)
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
disco.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-11-03
Remove obsolete DBUS_API_SUBJECT_TO_CHANGE defines
Will Thompson
1
-2
/
+0
2011-03-25
Initialized GError *s to NULL, even when unnecessary.
Will Thompson
1
-2
/
+2
2010-11-04
Use GLib's simple (1-argument) signal marshallers
Simon McVittie
1
-2
/
+2
2010-04-20
Rename to WockyStanza, WockyNode and related changes
Sjoerd Simons
1
-2
/
+4
2009-11-17
Remove unused vars from gabble_disco_service_find
Will Thompson
1
-6
/
+3
2009-09-04
Merge telepathy-gabble-0.8 to master
Will Thompson
1
-1
/
+1
2009-09-04
Timeout should be 20s, not 20000s.
George Goldberg
1
-1
/
+1
2009-08-25
disco.c: add a 'done' signal fired when the service discovery is finished
Guillaume Desmottes
1
-1
/
+12
2009-08-17
use g_timeout_add_seconds() instead of g_timeout_add() where possible
Dafydd Harries
1
-3
/
+2
2009-06-29
disco.c: port to node iteration wrappers
Dafydd Harries
1
-8
/
+16
2009-03-23
Simplify access to private struct in several files
Will Thompson
1
-14
/
+12
2008-10-17
Merge branch 'master' into alban-enhanced-caps-with-complex-types
Alban Crequy
1
-7
/
+3
2008-10-14
GabbleDisco: use G_PARAM_STATIC_STRINGS
Simon McVittie
1
-7
/
+3
2008-09-26
Merge branch 'master' into alban-enhanced-caps-merging-attempt
Alban Crequy
1
-0
/
+21
2008-09-11
Copyright update to 2008
Alban Crequy
1
-2
/
+2
2008-08-29
disco.c: add item-found signal
Guillaume Desmottes
1
-0
/
+21
2008-07-22
GabbleDisco: simplify priv access
Simon McVittie
1
-2
/
+1
2008-07-21
tidy up libc/glib includes
Dafydd Harries
1
-1
/
+0
2008-07-21
tidy up include style
Dafydd Harries
1
-4
/
+5
2008-07-21
make config.h the first include in every file
Dafydd Harries
1
-0
/
+1
2008-07-21
More coding style nits re: casts
Simon McVittie
1
-3
/
+3
2008-07-14
rename gabble-error.h to error.h
Dafydd Harries
1
-1
/
+1
2008-07-14
rename gabble-connection.h to connection.h
Dafydd Harries
1
-1
/
+1
2008-07-22
GabbleDisco: simplify priv access
Simon McVittie
1
-2
/
+1
2008-07-21
tidy up libc/glib includes
Dafydd Harries
1
-1
/
+0
2008-07-21
tidy up include style
Dafydd Harries
1
-4
/
+5
2008-07-21
make config.h the first include in every file
Dafydd Harries
1
-0
/
+1
2008-07-21
More coding style nits re: casts
Simon McVittie
1
-3
/
+3
2008-07-14
rename gabble-error.h to error.h
Dafydd Harries
1
-1
/
+1
2008-07-14
rename gabble-connection.h to connection.h
Dafydd Harries
1
-1
/
+1
2008-05-01
Release weak ref before calling into user code in GabbleDisco, to avoid crash...
Simon McVittie
1
-0
/
+9
2008-05-01
GabbleDisco: temporarily ref the disco object while calling out to user code
Simon McVittie
1
-0
/
+9
2008-02-22
Make gabble_disco_dispose, gabble_disco_finalize explicitly static
Simon McVittie
1
-2
/
+2
2008-02-22
gabble_disco_conn_status_changed_cb: fix mixed code/declarations
Simon McVittie
1
-1
/
+2
2008-02-22
Remove empty statement in definition of GABBLE_DISCO_GET_PRIVATE that caused ...
Simon McVittie
1
-1
/
+1
2008-02-22
gabble_disco_dispose: remove unnecessary call to tp_get_bus_proxy()
Simon McVittie
1
-2
/
+0
2008-05-01
Release weak ref before calling into user code in GabbleDisco, to avoid crash...
Simon McVittie
1
-0
/
+9
2008-05-01
GabbleDisco: temporarily ref the disco object while calling out to user code
Simon McVittie
1
-0
/
+9
2007-12-11
elide un-necessary boolean from gabble_disco_find_service
Robert McQueen
1
-8
/
+6
2007-12-11
when handling the attributes of disco <identity> elements in code, always put...
Robert McQueen
1
-3
/
+3
2007-10-17
use gabble_message_get_xmpp_error instead of gabble_xmpp_error_to_g_error and...
Guillaume Desmottes
1
-8
/
+1
2007-07-10
factor out the disco type -> xmlns function so we can deal with <disco:query ...
Robert McQueen
1
-15
/
+18
2007-06-14
make loop more idiomatic
Dafydd Harries
1
-3
/
+1
2007-04-06
src/: wrap long lines
Simon McVittie
1
-5
/
+10
2007-04-05
Make the corresponding header the first include in each .c file, to ensure se...
Simon McVittie
1
-1
/
+2
2007-04-05
Fail "make check" if you declare a GError*, leave it uninitialized and don't ...
Simon McVittie
1
-2
/
+2
2007-02-22
Use slice allocation in various places in Gabble
Simon McVittie
1
-2
/
+2
2007-02-21
disco: free request node
Dafydd Harries
1
-0
/
+1
2007-01-08
Rename lib/helpers.c to lib/dbus.c since that's now all it does
Simon McVittie
1
-1
/
+1
2007-01-05
Remove tp- prefix from header files: it serves no namespacing purpose and get...
Simon McVittie
1
-1
/
+1
[next]