summaryrefslogtreecommitdiff
path: root/src/disco.c
AgeCommit message (Expand)AuthorFilesLines
2011-03-25Initialized GError *s to NULL, even when unnecessary.Will Thompson1-2/+2
2010-11-04Use GLib's simple (1-argument) signal marshallersSimon McVittie1-2/+2
2010-04-20Rename to WockyStanza, WockyNode and related changesSjoerd Simons1-2/+4
2009-11-17Remove unused vars from gabble_disco_service_findWill Thompson1-6/+3
2009-09-04Merge telepathy-gabble-0.8 to masterWill Thompson1-1/+1
2009-09-04Timeout should be 20s, not 20000s.George Goldberg1-1/+1
2009-08-25disco.c: add a 'done' signal fired when the service discovery is finishedGuillaume Desmottes1-1/+12
2009-08-17use g_timeout_add_seconds() instead of g_timeout_add() where possibleDafydd Harries1-3/+2
2009-06-29disco.c: port to node iteration wrappersDafydd Harries1-8/+16
2009-03-23Simplify access to private struct in several filesWill Thompson1-14/+12
2008-10-17Merge branch 'master' into alban-enhanced-caps-with-complex-typesAlban Crequy1-7/+3
2008-10-14GabbleDisco: use G_PARAM_STATIC_STRINGSSimon McVittie1-7/+3
2008-09-26Merge branch 'master' into alban-enhanced-caps-merging-attemptAlban Crequy1-0/+21
2008-09-11Copyright update to 2008Alban Crequy1-2/+2
2008-08-29disco.c: add item-found signalGuillaume Desmottes1-0/+21
2008-07-22GabbleDisco: simplify priv accessSimon McVittie1-2/+1
2008-07-21tidy up libc/glib includesDafydd Harries1-1/+0
2008-07-21tidy up include styleDafydd Harries1-4/+5
2008-07-21make config.h the first include in every fileDafydd Harries1-0/+1
2008-07-21More coding style nits re: castsSimon McVittie1-3/+3
2008-07-14rename gabble-error.h to error.hDafydd Harries1-1/+1
2008-07-14rename gabble-connection.h to connection.hDafydd Harries1-1/+1
2008-07-22GabbleDisco: simplify priv accessSimon McVittie1-2/+1
2008-07-21tidy up libc/glib includesDafydd Harries1-1/+0
2008-07-21tidy up include styleDafydd Harries1-4/+5
2008-07-21make config.h the first include in every fileDafydd Harries1-0/+1
2008-07-21More coding style nits re: castsSimon McVittie1-3/+3
2008-07-14rename gabble-error.h to error.hDafydd Harries1-1/+1
2008-07-14rename gabble-connection.h to connection.hDafydd Harries1-1/+1
2008-05-01Release weak ref before calling into user code in GabbleDisco, to avoid crash...Simon McVittie1-0/+9
2008-05-01GabbleDisco: temporarily ref the disco object while calling out to user codeSimon McVittie1-0/+9
2008-02-22Make gabble_disco_dispose, gabble_disco_finalize explicitly staticSimon McVittie1-2/+2
2008-02-22gabble_disco_conn_status_changed_cb: fix mixed code/declarationsSimon McVittie1-1/+2
2008-02-22Remove empty statement in definition of GABBLE_DISCO_GET_PRIVATE that caused ...Simon McVittie1-1/+1
2008-02-22gabble_disco_dispose: remove unnecessary call to tp_get_bus_proxy()Simon McVittie1-2/+0
2008-05-01Release weak ref before calling into user code in GabbleDisco, to avoid crash...Simon McVittie1-0/+9
2008-05-01GabbleDisco: temporarily ref the disco object while calling out to user codeSimon McVittie1-0/+9
2007-12-11elide un-necessary boolean from gabble_disco_find_serviceRobert McQueen1-8/+6
2007-12-11when handling the attributes of disco <identity> elements in code, always put...Robert McQueen1-3/+3
2007-10-17use gabble_message_get_xmpp_error instead of gabble_xmpp_error_to_g_error and...Guillaume Desmottes1-8/+1
2007-07-10factor out the disco type -> xmlns function so we can deal with <disco:query ...Robert McQueen1-15/+18
2007-06-14make loop more idiomaticDafydd Harries1-3/+1
2007-04-06src/: wrap long linesSimon McVittie1-5/+10
2007-04-05Make the corresponding header the first include in each .c file, to ensure se...Simon McVittie1-1/+2
2007-04-05Fail "make check" if you declare a GError*, leave it uninitialized and don't ...Simon McVittie1-2/+2
2007-02-22Use slice allocation in various places in GabbleSimon McVittie1-2/+2
2007-02-21disco: free request nodeDafydd Harries1-0/+1
2007-01-08Rename lib/helpers.c to lib/dbus.c since that's now all it doesSimon McVittie1-1/+1
2007-01-05Remove tp- prefix from header files: it serves no namespacing purpose and get...Simon McVittie1-1/+1
2007-01-05util.[ch]: move g_strdiff, gabble_mixin_offset_cast to lbi as tp_strdiff, tp_...Simon McVittie1-2/+2