summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-01-15Add missing implementations for RestProxyCall functions (MB: #420)librest-0.1Rob Bradford1-0/+45
2009-01-15Update AUTHORS.Rob Bradford1-0/+2
2009-01-15Add license header.Rob Bradford16-0/+352
2008-12-18Use rest_xml_node_unref in the testRoss Burton1-1/+1
2008-12-18Make RestXmlNode ref counted, and add a boxed gtypeRoss Burton2-34/+72
2008-12-09Link against gthreadJoshua Lock2-11/+4
2008-11-20Add a rest_proxy_call_cancel function to cancel an issued call.Rob Bradford4-10/+52
2008-11-20Check for an outstanding call when making a new one.Rob Bradford1-7/+24
2008-11-20Add GError infrastructure for RestProxyCallRob Bradford2-0/+12
2008-11-20Remove deprecated functionsRob Bradford2-366/+0
2008-11-20Remove use of deprecated functionsRob Bradford2-78/+65
2008-11-18Fix leak of url in rest_proxy_call_raw_async_valistRob Bradford1-0/+1
2008-11-18Fix leaks in test-xml.Rob Bradford1-3/+17
2008-11-18Free the siblings of a node when that node is freed.Rob Bradford1-10/+30
2008-11-17Intern tag names in the children hashRoss Burton1-5/+7
2008-11-17Use the same key when we add an existing nodeRoss Burton1-1/+1
2008-11-17Use static GQueues in rest_xml_parser_parse_from_dataRoss Burton1-5/+4
2008-11-17Use static GQueues in rest_xml_node_findRoss Burton2-7/+5
2008-11-17Don't leak a GList in rest_xml_node_freeRoss Burton1-1/+3
2008-09-29Merge branch 'master' into oauthRoss Burton0-0/+0
2008-09-29Merge branch 'master' into oauthRoss Burton3-21/+84
2008-09-29Merge commit 'ross-pug/oauth'Rob Bradford10-3/+474
2008-09-19Add more API docsRoss Burton1-0/+15
2008-09-19Rename rest_proxy_call_get_response_message to _status_messageRoss Burton3-8/+7
2008-09-19Add more API docsRoss Burton1-0/+17
2008-09-19Remove prototypes of rest_proxy_call_add_params_from_hash and rest_proxy_call...Ross Burton2-8/+0
2008-09-19Fix prototype of rest_proxy_call_add_headersRoss Burton2-3/+1
2008-09-19More API docsRoss Burton1-2/+44
2008-09-19Merge branch 'master' into oauthRoss Burton5-0/+96
2008-09-19Document RestProxyCall and RestProxyCallClassRoss Burton1-0/+14
2008-09-19Document rest_proxy_newRoss Burton1-0/+14
2008-09-19Documnt RestProxyRoss Burton1-0/+5
2008-09-19Add the classes to the docs, as they have vfuncs to documentRoss Burton1-0/+2
2008-09-18Add some API docsRoss Burton1-0/+58
2008-09-18Add rest_proxy_call_get_params to the docsRoss Burton1-0/+1
2008-09-18Add G_GNUC_NULL_TERMINATED to the vaargs methodsRoss Burton1-0/+2
2008-09-18Add OAuth proxy to the docsRoss Burton2-0/+35
2008-09-18Add test-oauthRoss Burton2-2/+57
2008-09-18Fix whitespaceRoss Burton1-5/+5
2008-09-18Merge branch 'ross' into oauthRoss Burton3-3/+3
2008-09-18Remove un-needed EXTRADIST, and pass --enable-gtk-doc to distcheckRoss Burton1-1/+1
2008-09-18Add top_srcdir to the include path to fix distcheckRoss Burton2-2/+2
2008-09-18Initial addition of the OAuthProxyRoss Burton6-1/+382
2008-09-18Merge branch 'master' into rossRoss Burton1-1/+44
2008-09-18Reverse the list of siblings of children nodes so that the are in order.Rob Bradford1-1/+44
2008-09-17Merge branch 'master' into rossRoss Burton0-0/+0
2008-09-17Free url and url_format in RestProxy finalizeRoss Burton1-0/+5
2008-09-17Merge branch 'master' into rossRoss Burton14-173/+503
2008-09-17Free url and url_format in RestProxy finalizeRoss Burton1-0/+5
2008-09-17Add customisable generated gtk-doc files.Rob Bradford4-0/+97