summaryrefslogtreecommitdiff
path: root/rest
AgeCommit message (Expand)AuthorFilesLines
2010-08-20build: Update the build systemlibrest-0.7.2Emmanuele Bassi1-32/+16
2010-08-19xml-parser: Clear the stack in rest_xml_node_findRob Bradford1-0/+2
2010-08-19xml-parser: Fix rest_xml_node_unref so that is correctly unrefs siblingsRob Bradford1-28/+28
2010-08-12proxy-call: Adjust to the new callback always fired invariant (since d7d4d52)Rob Bradford1-16/+9
2010-08-11Small documentation fixesRoss Burton2-5/+13
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-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 Burton4-47/+117
2010-07-08rest: add RestParam and RestParams typesRoss Burton5-1/+693
2010-05-28Fix leak of soup logger instancesJonathon Jongsma1-4/+7
2010-05-26Add a oauth2 proxyJonathon Jongsma6-0/+670
2010-05-17rest: small prototype fixes to clean up docsRoss Burton2-5/+5
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-04-15Fix introspection generation in distchecklibrest-0.6.3Ross Burton1-2/+2
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-19Revert "Remove oauth_proxy_auth_step"Ross Burton2-0/+117
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-02Change struct definition to please GIR parser (MB#9674)Ross Burton1-4/+7
2009-11-11Fix rest/Rest-0.6.gir generationRoss Burton1-1/+1
2009-11-11Use AM_V_GEN not QUIET_GENRoss Burton1-2/+2
2009-11-11Fix soup pkgconfig name when building introspection dataRoss Burton1-1/+1
2009-11-10Add build machinery for GObject introspection generationJoshua Lock1-0/+43
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-08Fix the default function when calling access_tokenRoss Burton1-1/+1
2009-10-08Split the Facebook and Flickr backends to librest-extrasRoss Burton12-1349/+25
2009-10-08Add more class paddingRoss Burton6-0/+18
2009-10-08Add 8 padding pointers for future use to the core class structsRoss Burton2-1/+10
2009-10-08Version the library and headerRoss Burton1-6/+6
2009-08-11Remove the useless error argument from rest_proxy_call_cancellibrest-0.6Ross Burton2-14/+3
2009-08-05Add oauth_proxy_is_oauth10a()Ross Burton3-15/+94
2009-08-04Clarify API documentation for the oauth_verifier parameterRoss Burton1-4/+4
2009-08-04Clarify API documentation for the oauth_callback parameterRoss Burton1-8/+6
2009-08-04Add test suite for flickr_proxy_is_successfulRoss Burton2-0/+39
2009-08-04Add flickr_proxy_is_successfulRoss Burton2-0/+39
2009-08-04Add a FlickrProxy error quarkRoss Burton2-0/+8
2009-08-04Destroy a hash instead of unreffing to show that we want it really goneRoss Burton1-1/+1