summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2010-04-13rest-xml-parser: Remove redundant GObject methodsRoss Burton1-40/+0
2010-04-13rest-xml-parser: Remove pointless private structRoss Burton1-35/+22
2010-04-06rest-xml-parser: Remove duplicate free for the reader in finalizeRob Bradford1-2/+0
2010-03-25oauth-proxy-call: Free the list of hash table keysRob Bradford1-5/+5
2010-03-24oauth-proxy-call: Free the encoded string that we add to the header stringRob Bradford1-1/+3
2010-03-24rest-xml-parser: Free the textReader after we close itRob Bradford1-0/+1
2010-03-19Pull version back to 0.6.2librest-0.6.2Ross Burton1-2/+2
2010-03-19Revert "Remove oauth_proxy_auth_step"Ross Burton2-0/+117
2010-03-19Bump version to 0.7Ross Burton1-2/+2
2010-03-18Add aclocal flags, so build will work under jhbuild (and still work normally ...Smith, Elliot1-1/+1
2010-03-13Add AC_CONFIG_MACRO_DIR([.]) to configure.acElliot Smith1-0/+1
2010-03-09Remove oauth_proxy_auth_stepRoss Burton2-117/+0
2010-03-09Use oauth_proxy_call_parse_token_reponse in request_token/access_tokenRoss Burton1-29/+4
2010-03-09Add oauth_proxy_call_parse_token_reponse to parse token responsesRoss Burton2-0/+25
2010-03-09Remove stale TODORoss Burton1-2/+0
2010-03-06flickr: remove stale TODORoss Burton1-2/+0
2010-03-02Change struct definition to please GIR parser (MB#9674)Ross Burton1-4/+7
2009-11-11Fix rest-extras.gir generationRoss Burton1-0/+1
2009-11-11Fix rest/Rest-0.6.gir generationRoss Burton1-1/+1
2009-11-11Use AM_V_GEN not QUIET_GENRoss Burton2-4/+4
2009-11-11Fix soup pkgconfig name when building introspection dataRoss Burton2-2/+2
2009-11-11Define ACLOCAL_AMFLAGS so that introspection.m4 is foundRoss Burton1-0/+2
2009-11-10Add build machinery for GObject introspection generationJoshua Lock4-0/+187
2009-10-12Fix compile warnings with const errorRoss Burton4-15/+17
2009-10-12Mark GErrors which shouldn't be freed as constRoss Burton4-6/+6
2009-10-09Fix makefilelibrest-0.6.1MOBLIN-2-1Ross Burton1-1/+1
2009-10-09Bump version to 0.6.1Ross Burton1-1/+1
2009-10-08Fix rest-extras pkg-config fileRoss Burton1-1/+1
2009-10-08Fix the default function when calling access_tokenRoss Burton1-1/+1
2009-10-08Fix the endpoint in the oauth testRoss Burton1-1/+1