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