summaryrefslogtreecommitdiff
path: root/src/request-pipeline.c
AgeCommit message (Expand)AuthorFilesLines
2012-05-30Use meta-headers for everythingSimon McVittie1-1/+1
2012-05-07Use TP_ERROR instead of deprecated TP_ERRORSSimon McVittie1-1/+1
2012-01-27Remove LmHandlerResultWill Thompson1-4/+2
2012-01-27Delete LmMessage{,Type,SubType} typedefsWill Thompson1-4/+4
2012-01-26Expunge lm_message_ref and lm_message_unref.Will Thompson1-2/+2
2011-05-03Request pipeline: remove FIXMEWill Thompson1-3/+0
2011-05-03Remove GabbleXmppError.Will Thompson1-1/+4
2011-01-07Clarify what the crypt doesSjoerd Simons1-1/+1
2011-01-07Move zombie requests into the cryptSjoerd Simons1-25/+42
2010-12-24Use g_clear_error for some code deletion loveSjoerd Simons1-9/+2
2010-12-24Factor out flushing the items queuesSjoerd Simons1-22/+22
2010-09-21various: use tp_clear_object, tp_clear_pointer moreSimon McVittie1-2/+1
2009-10-09request-pipeline.c: Fix assert item->timer_id != 0Alban Crequy1-3/+5
2009-10-06Fix gabble_request_pipeline_item_cancel: remove the timerAlban Crequy1-0/+4
2009-10-06Make gabble_request_pipeline_go() privateAlban Crequy1-1/+2
2009-08-17use g_timeout_add_seconds() instead of g_timeout_add() where possibleDafydd Harries1-2/+2
2009-08-17request pipeline: pass in error from result stanza as GError to callbackDafydd Harries1-1/+15
2009-08-16increase vCard + pipeline timeouts to 3m, and pipeline length to 10Dafydd Harries1-2/+2
2009-08-16start request timeout when item is sent, not when it is enqueuedDafydd Harries1-1/+1
2009-08-16actually set timeout on new request pipeline itemsDafydd Harries1-0/+1
2009-08-16hoist timeout_cb definition to avoid forward references laterDafydd Harries1-25/+25
2009-08-12request pipeline: cancel idle callback when pipeline is freedDafydd Harries1-1/+2
2009-08-06nicer debug messages for the request pipelineDafydd Harries1-0/+5
2009-08-06be less fussy about scheduling pipeline runs when enqueuing a pipeline requestDafydd Harries1-4/+4
2008-10-14Presence cache, register, request pipeline: use G_PARAM_STATIC_STRINGSSimon McVittie1-2/+1
2008-07-22GabbleRequestPipeline: simplify priv accessSimon McVittie1-3/+1
2008-07-21tidy up include styleDafydd Harries1-1/+2
2008-07-21make config.h the first include in every fileDafydd Harries1-0/+1
2008-07-14rename gabble-connection.h to connection.hDafydd Harries1-1/+1
2008-02-22Remove empty statement from accessor macroSimon McVittie1-1/+1
2007-10-10RequestPipeline, VCardManager: increased pipeline bandwidth, timeouts and cac...Senko Rasic1-1/+1
2007-09-25GabbleRequestPipeline: remove misleading commentSenko Rasic1-1/+0
2007-08-30request pipeline: remove idle handler on disposeDafydd Harries1-0/+2
2007-08-29GabbleRequestPipeline: make timeout/cancelled requests zombies instead of des...Senko Rasic1-7/+16
2007-08-29GabbleRequestPipeline: properly ref and unref messagesSenko Rasic1-0/+5
2007-08-06Now that the request pipeline works, pipeline up to 3 requests (that's how de...Simon McVittie1-1/+1
2007-08-06Remove unused gabble_request_pipeline_cache_quarkSimon McVittie1-9/+0
2007-08-02request-pipeline: correctly pass user_data to callbacksSimon McVittie1-4/+7
2007-08-02request-pipeline: use DEBUGSimon McVittie1-5/+5
2007-07-17Add a generic request pipeline (mostly written by Senko Rasic)Simon McVittie1-0/+398