summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix introspection generation in distchecklibrest-0.6.3Ross Burton2010-04-152-4/+4
* Clean pkgconfig filesRoss Burton2010-04-151-0/+2
* Bump version to 0.6.3Ross Burton2010-04-151-1/+1
* Update ignoresRoss Burton2010-04-151-1/+12
* tests: mark oauth-async as known to failRoss Burton2010-04-151-0/+3
* tests: add a timeout to oauth-asyncRoss Burton2010-04-151-0/+12
* proxy/proxy-call/xml-parser: Guard public function entry pointsRob Bradford2010-04-153-24/+136
* rest-xml-parser: Remove redundant GObject methodsRoss Burton2010-04-131-40/+0
* rest-xml-parser: Remove pointless private structRoss Burton2010-04-131-35/+22
* rest-xml-parser: Remove duplicate free for the reader in finalizeRob Bradford2010-04-061-2/+0
* oauth-proxy-call: Free the list of hash table keysRob Bradford2010-03-251-5/+5
* oauth-proxy-call: Free the encoded string that we add to the header stringRob Bradford2010-03-241-1/+3
* rest-xml-parser: Free the textReader after we close itRob Bradford2010-03-241-0/+1
* Pull version back to 0.6.2librest-0.6.2Ross Burton2010-03-191-2/+2
* Revert "Remove oauth_proxy_auth_step"Ross Burton2010-03-192-0/+117
* Bump version to 0.7Ross Burton2010-03-191-2/+2
* Add aclocal flags, so build will work under jhbuild (and still work normally ...Smith, Elliot2010-03-181-1/+1
* Add AC_CONFIG_MACRO_DIR([.]) to configure.acElliot Smith2010-03-131-0/+1
* Remove oauth_proxy_auth_stepRoss Burton2010-03-092-117/+0
* Use oauth_proxy_call_parse_token_reponse in request_token/access_tokenRoss Burton2010-03-091-29/+4
* Add oauth_proxy_call_parse_token_reponse to parse token responsesRoss Burton2010-03-092-0/+25
* Remove stale TODORoss Burton2010-03-091-2/+0
* flickr: remove stale TODORoss Burton2010-03-061-2/+0
* Change struct definition to please GIR parser (MB#9674)Ross Burton2010-03-021-4/+7
* Fix rest-extras.gir generationRoss Burton2009-11-111-0/+1
* Fix rest/Rest-0.6.gir generationRoss Burton2009-11-111-1/+1
* Use AM_V_GEN not QUIET_GENRoss Burton2009-11-112-4/+4
* Fix soup pkgconfig name when building introspection dataRoss Burton2009-11-112-2/+2
* Define ACLOCAL_AMFLAGS so that introspection.m4 is foundRoss Burton2009-11-111-0/+2
* Add build machinery for GObject introspection generationJoshua Lock2009-11-104-0/+187
* Fix compile warnings with const errorRoss Burton2009-10-124-15/+17
* 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
* Bump version to 0.6.1Ross Burton2009-10-091-1/+1
* Fix rest-extras pkg-config fileRoss Burton2009-10-081-1/+1
* Fix the default function when calling access_tokenRoss Burton2009-10-081-1/+1
* Fix the endpoint in the oauth testRoss Burton2009-10-081-1/+1
* Split the Facebook and Flickr backends to librest-extrasRoss Burton2009-10-0823-46/+124
* Fix oauth-async endpointRoss Burton2009-10-081-1/+1
* Add more class paddingRoss Burton2009-10-086-0/+18
* Enable silent rules if it's availableRoss Burton2009-10-082-1/+3
* Add 8 padding pointers for future use to the core class structsRoss Burton2009-10-082-1/+10
* Version the API documentationRoss Burton2009-10-081-0/+1
* Update for the versioned libraryRoss Burton2009-10-082-2/+2
* Version the library and headerRoss Burton2009-10-082-10/+10
* Install a versioned pkg-config fileRoss Burton2009-10-081-1/+4
* Define the API versionRoss Burton2009-10-081-1/+4
* Remove the useless error argument from rest_proxy_call_cancellibrest-0.6Ross Burton2009-08-112-14/+3
* Pre-emptive version bump to 0.6Ross Burton2009-08-051-1/+1
* Add oauth_proxy_is_oauth10a()Ross Burton2009-08-054-15/+95