summaryrefslogtreecommitdiff
path: root/rest
Commit message (Expand)AuthorAgeFilesLines
* Fix rest/Rest-0.6.gir generationRoss Burton2009-11-111-1/+1
* Use AM_V_GEN not QUIET_GENRoss Burton2009-11-111-2/+2
* Fix soup pkgconfig name when building introspection dataRoss Burton2009-11-111-1/+1
* Add build machinery for GObject introspection generationJoshua Lock2009-11-101-0/+43
* Mark GErrors which shouldn't be freed as constRoss Burton2009-10-124-6/+6
* Fix makefilelibrest-0.6.1MOBLIN-2-1Ross Burton2009-10-091-1/+1
* Fix the default function when calling access_tokenRoss Burton2009-10-081-1/+1
* Split the Facebook and Flickr backends to librest-extrasRoss Burton2009-10-0812-1349/+25
* Add more class paddingRoss Burton2009-10-086-0/+18
* Add 8 padding pointers for future use to the core class structsRoss Burton2009-10-082-1/+10
* Version the library and headerRoss Burton2009-10-081-6/+6
* Remove the useless error argument from rest_proxy_call_cancellibrest-0.6Ross Burton2009-08-112-14/+3
* Add oauth_proxy_is_oauth10a()Ross Burton2009-08-053-15/+94
* Clarify API documentation for the oauth_verifier parameterRoss Burton2009-08-041-4/+4
* Clarify API documentation for the oauth_callback parameterRoss Burton2009-08-041-8/+6
* Add test suite for flickr_proxy_is_successfulRoss Burton2009-08-042-0/+39
* Add flickr_proxy_is_successfulRoss Burton2009-08-042-0/+39
* Add a FlickrProxy error quarkRoss Burton2009-08-042-0/+8
* Destroy a hash instead of unreffing to show that we want it really goneRoss Burton2009-08-041-1/+1
* Free the param list when signing Flickr callsRoss Burton2009-08-041-1/+1
* Add TODOsRoss Burton2009-08-041-0/+9
* Add async forms of oauth_proxy_request_token and _access_tokenRoss Burton2009-08-032-1/+116
* Fix typo in oauth_proxy_request_token documentationRoss Burton2009-08-031-1/+1
* Rename callback to callback_uri in request_tokenRoss Burton2009-08-032-5/+5
* Add more documentation to OAuthProxyRoss Burton2009-08-032-72/+175
* Move the verifier into _access_tokenRoss Burton2009-08-032-15/+4
* Add some new API to support OAuth 1.0a easilyRoss Burton2009-07-314-3/+108
* When constructing the OAuth header, steal any oauth params that have been setRoss Burton2009-07-311-0/+24
* Delete trailing whitespaceRoss Burton2009-07-314-17/+17
* Handle NULL frob correctly when constructing URLsRoss Burton2009-07-311-2/+2
* Fixed Authorization header to only include oauth parametersMatt Wood2009-06-291-19/+23
* Enable soup debugging on synchronous callsMatt Wood2009-06-291-0/+2
* 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
* 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
* Set the call_id parameterRoss Burton2009-05-241-3/+8
* Add initial facebook proxyRoss Burton2009-05-246-0/+601
* Move the OAuth-specific parameters to the Authorized header instead of the pa...Ross Burton2009-05-221-16/+64
* Add accessors for the api key and shared secretRoss Burton2009-05-202-2/+38
* Rename key and secret to match what Flickr calls themRoss Burton2009-05-204-41/+39
* 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
* 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