summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* WIPgioRoss Burton2010-08-133-5/+103
|
* tests/proxy: test some cancellationRoss Burton2010-08-131-0/+40
|
* Clean up error handling in rest_proxy_call_invoke_asyncRoss Burton2010-08-131-2/+9
|
* Remove unused variablesRoss Burton2010-08-131-4/+1
|
* Rename rest_proxy_call_invoke to rest_proxy_call_invoke_asyncRoss Burton2010-08-133-13/+13
|
* tests: don't use _call_run where it's trivialRoss Burton2010-08-132-5/+5
|
* Deprecate rest_proxy_call_async and _cancelRoss Burton2010-08-131-0/+2
|
* Add basic test for rest_proxy_call_invokeRoss Burton2010-08-131-0/+42
|
* Add GIO-style async invoke methodsRoss Burton2010-08-133-0/+163
|
* proxy-call: Adjust to the new callback always fired invariant (since d7d4d52)Rob Bradford2010-08-121-16/+9
| | | | | | Since the callback is always fired when the call is completed, cancelled or an error situation. We need to adapt the code for rest_proxy_call_cancel so that it doesn't unref the call object a second time.
* Small documentation fixesRoss Burton2010-08-114-9/+23
|
* flickr: get the content type a quicker and better wayRoss Burton2010-08-111-24/+7
|
* flickr: add flickr_proxy_new_upload_for_fileRoss Burton2010-08-063-0/+80
|
* flickr: add upload support, with a special FlickrProxyCall modeRoss Burton2010-08-064-7/+67
|
* Skip non-string params in rest_params_as_string_hash_tableRoss Burton2010-08-061-2/+2
|
* rest-param: if we're passed NULL in _new_string, replace it with empty stringRoss Burton2010-08-061-0/+6
|
* Minor documentation fixesRoss Burton2010-08-048-15/+31
|
* docs: remove Class structures that have no membersRoss Burton2010-08-041-6/+7
|
* docs: ignore the private structsRoss Burton2010-08-042-15/+2
|
* docs: merge rest-extras into restRoss Burton2010-08-0410-218/+122
|
* Rename duplicate PROXY_GET_PRIVATE macros, to silence the introspection ↵Ross Burton2010-08-046-22/+22
| | | | generation
* Remove versions from .gitignorelibrest-0.7.0Ross Burton2010-08-031-4/+2
|
* Bump the API version to 0.7Ross Burton2010-08-031-1/+1
|
* flickr: optimise signature generationRoss Burton2010-07-131-6/+7
|
* oauth: do signing differently when using OAuth EchoRoss Burton2010-07-081-3/+12
|
* oauth: add constructor for OAuth Echo proxiesRoss Burton2010-07-083-2/+47
|
* Port the proxies to use RestParamRoss Burton2010-07-087-51/+128
|
* rest: add RestParam and RestParams typesRoss Burton2010-07-087-1/+730
|
* Post branch version bumpRob Bradford2010-06-171-1/+1
|
* flickr-proxy: Allow specifying the permissions required in the login urlRob Bradford2010-06-163-5/+9
|
* Fix leak of soup logger instancesJonathon Jongsma2010-05-281-4/+7
| | | | | | | When adding a feature, the soup session takes a reference on the feature, so we need to unref it after adding in order for it not to leak. http://bugs.meego.com/show_bug.cgi?id=2500
* docs: add oauth2 proxyRoss Burton2010-05-263-0/+42
|
* Add a oauth2 proxyJonathon Jongsma2010-05-269-1/+729
| | | | | | | | | | | | | This new class provides a proxy class for oauth2-based web services, such as the new facebook graph API. The basic idea is as follows: - Construct a OAuth2Proxy object - Build a login url with _build_login_url(_full)() - Display said url in a browser widget (e.g. webkit) and listen for redirects to the specified 'redirect_uri' - Extract the access token from the uri that you are redirected to - Set the access token for the proxy with _set_access_token() http://bugs.meego.com/show_bug.cgi?id=2265
* rest: small prototype fixes to clean up docsRoss Burton2010-05-172-5/+5
|
* docs: ignore rest-proxy-call-private.hRoss Burton2010-05-171-1/+1
|
* Update ignores for new docsRoss Burton2010-05-171-11/+13
|
* docs: update rest-sectionsRoss Burton2010-05-171-0/+4
|
* docs: document librest-extrasRoss Burton2010-05-176-1/+207
|
* docs: remove rest-extras from rest docs, they don't workRoss Burton2010-05-174-51/+12
|
* get-flickr-favorites.c: add missing licenseRoss Burton2010-05-141-0/+22
|
* lastfm: add very basic test caseRoss Burton2010-05-143-1/+88
|
* examples: add an example to sent a user a shout on Last.fmRoss Burton2010-05-143-1/+149
|
* Add lastfm error handling to the test suiteRoss Burton2010-05-141-0/+1
|
* Add Lastfm proxyRoss Burton2010-05-146-2/+662
|
* tests: oauth-async passes nowRoss Burton2010-05-141-3/+0
|
* Use the session callback instead of finished (BMC#842)Ross Burton2010-05-143-13/+17
| | | | | | | | Use the completed callback in soup_session_queue_message instead of connecting to finished on the message itself. I'm not entirely why the behaviour is different but this fixes #842 where an async call make inside another async call would end up with the original message "finishing" again, causing infinite loops.
* Don't check for dispose or finalize when chaining upRoss Burton2010-05-142-9/+5
|
* tests/threaded: don't be verbose by defaultRoss Burton2010-05-141-2/+5
|
* tests/oauth: don't use _runRoss Burton2010-05-131-3/+3
|
* Remove FacebookProxyRoss Burton2010-05-0712-888/+3
|