summaryrefslogtreecommitdiff
path: root/rest
AgeCommit message (Expand)AuthorFilesLines
2011-11-10proxy: Force all SSL certificates to be trustedlibrest-0.7.12Rob Bradford1-0/+10
2011-09-05build: Make libtool generate DLLs on windowsDamien Lespiau1-0/+1
2011-09-05oauth-proxy: Fix format string warningDamien Lespiau1-1/+1
2011-07-11oauth: Add property for signature typeRoss Burton1-1/+14
2011-07-11oauth: Add GType for OAuthSignatureMethod enumRoss Burton2-0/+21
2011-07-11build: Generate GLib enum typesRoss Burton1-1/+33
2011-04-13Added documentation to rest_proxy_call_upload.Eitan Isaacson1-0/+22
2011-04-13Introduce rest_proxy_call_upload to provide progress feedback.Eitan Isaacson3-0/+143
2011-04-13proxy-call: Allow customisation of data serialization (BMC#13746)Michal Mhr2-2/+65
2011-03-29Add "disable-cookies" construction property to RestProxy.librest-0.7.9Eitan Isaacson1-7/+33
2011-03-07oauth-proxy: Added 'signature-host' property.Eitan Isaacson4-3/+78
2011-03-07oauth-proxy: Use POST method doe OAuth 1.0 authentication.Eitan Isaacson1-0/+4
2011-02-23Fix a few introspection issuesMichal Hruby1-1/+5
2011-02-22proxy-call: Fix memory leaks in multipart form REST calls.Eitan Isaacson1-0/+4
2011-02-10xml-node: API for manually constructing and outputting XMLTomas Frydrych6-247/+487
2010-09-13xml-parser: Remove unused variablelibrest-0.7.4Rob Bradford1-1/+0
2010-09-13proxy-call: Use g_error_set_literal for content from the web serverRob Bradford1-5/+5
2010-09-07build: Don't include Soup and libxml in includes for GIRRob Bradford1-1/+1
2010-09-06proxy-call: The status code for the request is fetched from the messageRob Bradford1-2/+1
2010-09-06proxy-call: Remove unused code post refactoringRob Bradford1-4/+0
2010-09-06xml-parser: Remove unread 'res' variableRob Bradford1-2/+2
2010-09-06proxy: Fix compiler warningRob Bradford1-1/+1
2010-09-02proxy-call: Fix compiler warning with storing call closureRob Bradford1-1/+1
2010-09-02proxy-call: Turn off body buffer accumulation for continuous callRob Bradford1-0/+3
2010-09-02proxy-call: Add documentation for rest_proxy_call_continuousRob Bradford1-0/+23
2010-09-02proxy-call: Enhance documentation for rest_proxy_call_asyncRob Bradford1-1/+5
2010-09-02proxy-call: Add first pass at continuous call modeRob Bradford3-0/+144
2010-09-02build: Enable test code coverage analysisRob Bradford1-4/+5
2010-09-01Fix code formattingRoss Burton1-1/+2
2010-09-01Add cookie support to rest-proxyGary Ching-Pang Lin1-0/+5
2010-08-27oauth-proxy-call: Don't leak the parameter names that we stealRob Bradford1-9/+13
2010-08-27oauth-proxy-call: Prevent memory corruption by duplicating dataRob Bradford1-1/+3
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