summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-08-16Post release version bumplibrest-0.7.1Rob Bradford1-1/+1
2010-08-12proxy-call: Adjust to the new callback always fired invariant (since d7d4d52)Rob Bradford1-16/+9
2010-08-11Small documentation fixesRoss Burton4-9/+23
2010-08-11flickr: get the content type a quicker and better wayRoss Burton1-24/+7
2010-08-06flickr: add flickr_proxy_new_upload_for_fileRoss Burton3-0/+80
2010-08-06flickr: add upload support, with a special FlickrProxyCall modeRoss Burton4-7/+67
2010-08-06Skip non-string params in rest_params_as_string_hash_tableRoss Burton1-2/+2
2010-08-06rest-param: if we're passed NULL in _new_string, replace it with empty stringRoss Burton1-0/+6
2010-08-04Minor documentation fixesRoss Burton8-15/+31
2010-08-04docs: remove Class structures that have no membersRoss Burton1-6/+7
2010-08-04docs: ignore the private structsRoss Burton2-15/+2
2010-08-04docs: merge rest-extras into restRoss Burton10-218/+122
2010-08-04Rename duplicate PROXY_GET_PRIVATE macros, to silence the introspection gener...Ross Burton6-22/+22
2010-08-03Remove versions from .gitignorelibrest-0.7.0Ross Burton1-4/+2
2010-08-03Bump the API version to 0.7Ross Burton1-1/+1
2010-07-13flickr: optimise signature generationRoss Burton1-6/+7
2010-07-08oauth: do signing differently when using OAuth EchoRoss Burton1-3/+12
2010-07-08oauth: add constructor for OAuth Echo proxiesRoss Burton3-2/+47
2010-07-08Port the proxies to use RestParamRoss Burton7-51/+128
2010-07-08rest: add RestParam and RestParams typesRoss Burton7-1/+730
2010-06-17Post branch version bumpRob Bradford1-1/+1
2010-06-16flickr-proxy: Allow specifying the permissions required in the login urlRob Bradford3-5/+9
2010-05-28Fix leak of soup logger instancesJonathon Jongsma1-4/+7
2010-05-26docs: add oauth2 proxyRoss Burton3-0/+42
2010-05-26Add a oauth2 proxyJonathon Jongsma9-1/+729
2010-05-17rest: small prototype fixes to clean up docsRoss Burton2-5/+5
2010-05-17docs: ignore rest-proxy-call-private.hRoss Burton1-1/+1
2010-05-17Update ignores for new docsRoss Burton1-11/+13
2010-05-17docs: update rest-sectionsRoss Burton1-0/+4
2010-05-17docs: document librest-extrasRoss Burton6-1/+207
2010-05-17docs: remove rest-extras from rest docs, they don't workRoss Burton4-51/+12
2010-05-14get-flickr-favorites.c: add missing licenseRoss Burton1-0/+22
2010-05-14lastfm: add very basic test caseRoss Burton3-1/+88
2010-05-14examples: add an example to sent a user a shout on Last.fmRoss Burton3-1/+149
2010-05-14Add lastfm error handling to the test suiteRoss Burton1-0/+1
2010-05-14Add Lastfm proxyRoss Burton6-2/+662
2010-05-14tests: oauth-async passes nowRoss Burton1-3/+0
2010-05-14Use the session callback instead of finished (BMC#842)Ross Burton3-13/+17
2010-05-14Don't check for dispose or finalize when chaining upRoss Burton2-9/+5
2010-05-14tests/threaded: don't be verbose by defaultRoss Burton1-2/+5
2010-05-13tests/oauth: don't use _runRoss Burton1-3/+3
2010-05-07Remove FacebookProxyRoss Burton12-888/+3
2010-04-15Post-release bump to 0.6.4Ross Burton1-1/+1
2010-04-15Fix introspection generation in distchecklibrest-0.6.3Ross Burton2-4/+4
2010-04-15Clean pkgconfig filesRoss Burton1-0/+2
2010-04-15Bump version to 0.6.3Ross Burton1-1/+1
2010-04-15Update ignoresRoss Burton1-1/+12
2010-04-15tests: mark oauth-async as known to failRoss Burton1-0/+3
2010-04-15tests: add a timeout to oauth-asyncRoss Burton1-0/+12
2010-04-15proxy/proxy-call/xml-parser: Guard public function entry pointsRob Bradford3-24/+136