summaryrefslogtreecommitdiff
path: root/src/vcard-manager.c
Commit message (Expand)AuthorAgeFilesLines
* Moved macro CHECK_STR_EMPTY to util and use it where possibleNicolas Dufresne2010-02-181-1/+1
* Treat <item-not-found/> as the empty vCardWill Thompson2010-01-111-1/+12
* vcard-manager: Iterate over hashtable instead of usin g_hash_table_find to ch...Andre Moreira Magalhaes (andrunko)2009-12-091-18/+18
* vcard-manager: Do not try to set vcard fields not supported by google servers.Andre Moreira Magalhaes (andrunko)2009-12-091-2/+22
* fd.o#25341: Always sets its own vcard on loginAndre Moreira Magalhaes (andrunko)2009-12-071-0/+28
* vCard default timer is set to 3 seconds for the unit testsAlban Crequy2009-10-091-3/+9
* vcard-manager.c: Remove unused variable (and fix compilation with -Werror)Alban Crequy2009-10-061-2/+0
* Emit the signal AvatarUpdated at the end of the conflict resolutionAlban Crequy2009-10-061-1/+1
* vcard-manager.c: Fix: cancel the request in the pipeline on timeoutAlban Crequy2009-10-061-1/+5
* Fix a crash in vCard Manager dispose: remove the source of the suspended timeoutAlban Crequy2009-10-061-0/+6
* vcard-manager.c: Add a FIXME: When requesting a vCard, the timeout is not alw...Alban Crequy2009-10-061-0/+3
* vcard-manager.c: Rename cache_entry_ensure_queued to request_sendAlban Crequy2009-10-061-4/+4
* Make DEBUG output for suspending vCard gets more usefulWill Thompson2009-10-061-3/+3
* Clarify FIXME about generalizing error-extracting codeWill Thompson2009-10-061-1/+3
* Clarify vCard get error processingWill Thompson2009-10-061-11/+10
* vcard-manager.c: Suspend vCard request on all "wait" errors from the server, ...Alban Crequy2009-10-061-7/+11
* vcard-manager.c: Add a debug when Gabble suspend a vCard requestAlban Crequy2009-10-061-0/+3
* vcard-manager.c: Move the timer arming in cache_entry_ensure_queued()Alban Crequy2009-10-061-6/+5
* vcard-manager.c: Add a FIXME to use error.c, as per Daf's reviewAlban Crequy2009-10-061-0/+1
* vcard-manager.c: Remove redondant test on suspended_timer_id, add an assert i...Alban Crequy2009-10-061-6/+3
* Fix timer problemAlban Crequy2009-10-061-1/+5
* vCard replay timer is set to 3 seconds for the unit testsAlban Crequy2009-10-061-4/+11
* Bug #23684: Automatically request a vCard after the server replied with the e...Alban Crequy2009-10-061-4/+64
* vcard-manager.c: don't crash when a set fails and there are edits pendingDafydd Harries2009-08-281-2/+15
* vcard-manager.c: correct assertion about when priv->edits is NULLDafydd Harries2009-08-191-1/+1
* use g_timeout_add_seconds() instead of g_timeout_add() where possibleDafydd Harries2009-08-171-7/+7
* request pipeline: pass in error from result stanza as GError to callbackDafydd Harries2009-08-171-39/+6
* replace_reply_cb(): cancel all pending vCard edit requests if there was an errorDafydd Harries2009-08-171-1/+1
* remove unnecessary castDafydd Harries2009-08-171-1/+1
* remove invalid assertionDafydd Harries2009-08-171-1/+4
* increase vCard + pipeline timeouts to 3m, and pipeline length to 10Dafydd Harries2009-08-161-1/+1
* use vCard default timeout, not pipeline default timeout, for vCard set requestsDafydd Harries2009-08-161-1/+2
* style tweakDafydd Harries2009-08-061-2/+2
* fix the case where overlapping vCard changes are madeDafydd Harries2009-08-061-1/+6
* move checks from pipeline_reply_cb() to manager_patch_vcard()Dafydd Harries2009-08-061-7/+7
* vCard manager: assert that priv->edit_pipeline_request is not NULL before NUL...Dafydd Harries2009-08-061-0/+1
* vCard manager style tweaksDafydd Harries2009-08-061-36/+33
* eliminate unreachable code in vCard managerDafydd Harries2009-08-061-6/+1
* don't send vCard multiple vCard set requests at the same timeDafydd Harries2009-08-061-9/+7
* vcard-manager.c: use the returned value of lm_message_node_refGuillaume Desmottes2009-07-161-4/+2
* lm_message_node_unlink; takes the parent as argumentGuillaume Desmottes2009-06-291-1/+1
* vcard-manager.c: use the lm_message_node_get_value accessorGuillaume Desmottes2009-06-291-1/+1
* vcard-manager.c: use node iteration wrappersDafydd Harries2009-06-291-3/+3
* Simplify access to private struct in several filesWill Thompson2009-03-231-26/+21
* GabbleVCardManager: use G_PARAM_STATIC_STRINGSSimon McVittie2008-10-141-3/+2
* vcard-manager: cache_entry_complete_requests: copy the pending_requests list ...Guillaume Desmottes2008-07-311-6/+6
* vcard-manager: cache_entry_complete_requests: copy the next element from the ...Guillaume Desmottes2008-07-311-8/+7
* vcard-manager: cache_entry_complete_requests: stop to iterate if the entry wa...Guillaume Desmottes2008-07-311-1/+8
* GabbleVCardManagerPrivate: simplify priv accessSimon McVittie2008-07-221-3/+1
* tidy up libc/glib includesDafydd Harries2008-07-211-1/+0