summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-07-10Version 0.5librest-0.5Ross Burton1-1/+1
2009-06-29Fixed Authorization header to only include oauth parametersMatt Wood1-19/+23
2009-06-29Enable soup debugging on synchronous callsMatt Wood1-0/+2
2009-06-18Exit the server first, to avoid ORBit concurrency issuesRoss Burton1-0/+1
2009-06-18Use 127.0.0.1 instead of localhost because we're using IPv4Ross Burton1-1/+1
2009-05-29Add basic test case for threaded opsRoss Burton3-1/+112
2009-05-29Add rest_proxy_call_sync, for threaded appsRoss Burton2-0/+26
2009-05-29Add a sync SoupSession to RestProxy and expose _send_messageRoss Burton2-0/+21
2009-05-29Factor out the message result handlingRoss Burton1-9/+21
2009-05-29Split out the message creation when callingRoss Burton1-30/+47
2009-05-29Add facebook_proxy_build_permission_urlRoss Burton2-0/+28
2009-05-29Add Facebook symbols to the API docsRoss Burton3-0/+44
2009-05-24Use https instead of http when talking to FacebookRoss Burton1-1/+1
2009-05-24Fetch the URL from the proxy when resetting itRoss Burton1-1/+1
2009-05-24Display the friend's status updatesRoss Burton1-11/+86
2009-05-24Fetch status updates in the facebook testRoss Burton1-4/+26
2009-05-24Set the call_id parameterRoss Burton1-3/+8
2009-05-24Add facebook test caseRoss Burton3-2/+105
2009-05-24Add initial facebook proxyRoss Burton6-0/+601
2009-05-24Update API docs for new flickr symbolsRoss Burton1-0/+2
2009-05-22Move the OAuth-specific parameters to the Authorized header instead of the pa...Ross Burton1-16/+64
2009-05-21Update commentRoss Burton1-1/+1
2009-05-21Fix test-oauth to work with the new APIRoss Burton1-4/+6
2009-05-20Change version to 0.4librest-0.4Ross Burton1-1/+1
2009-05-20Test the new accessorsRoss Burton1-1/+8
2009-05-20Add accessors for the api key and shared secretRoss Burton2-2/+38
2009-05-20Add gtk-doc files to ignoresRoss Burton1-0/+9
2009-05-20Add a Flickr test suiteRoss Burton3-3/+105
2009-05-20Rename key and secret to match what Flickr calls themRoss Burton4-41/+39
2009-05-20Update API documentationRoss Burton3-2/+44
2009-05-19Add Flickr test caseRoss Burton3-1/+93
2009-05-19Add initial Flickr proxyRoss Burton6-0/+553
2009-05-15If PROXY debugging is on, turn on full soup debuggingRoss Burton1-0/+7
2009-05-15Add a macro to do run-time debug enabled checksRoss Burton1-1/+3
2009-05-15Use g_print instead of g_debugRoss Burton1-2/+2
2009-05-15Revert RestXmlNode re-arrangement until I understand why it brokeRoss Burton1-2/+3
2009-05-15Document RestProxyCallRoss Burton1-0/+38
2009-05-15Delete trailing whitespaceRoss Burton1-19/+19
2009-05-15Remove rest_xml_node_new from the docsRoss Burton1-1/+0
2009-05-15Make rest_xml_node_new private until it's usefulRoss Burton2-3/+1
2009-05-15Document RestXmlNodeRoss Burton1-1/+12
2009-05-15Document rest-xml-parserRoss Burton1-0/+53
2009-05-15Update documentation sectionsRoss Burton1-41/+60
2009-05-15Document the RestProxy classesRoss Burton2-1/+15
2009-05-15Add basic OAuthProxy documentationRoss Burton2-0/+10
2009-05-15Fix typo in documentationRoss Burton1-1/+1
2009-05-15Document some parametersRoss Burton1-6/+6
2009-05-15Remove symbols which don't exist any moreRoss Burton1-5/+1
2009-05-15Don't crash dump-xml if the document cannot be parsedRoss Burton1-2/+6
2009-05-15Fix call cleanup which was causing invalid writesRoss Burton1-1/+1