summaryrefslogtreecommitdiff
path: root/rest
Commit message (Expand)AuthorAgeFilesLines
* rest-proxy: add some basic documentationRoss Burton2012-03-271-0/+9
* Rename rest_proxy_call_call_async to rest_proxy_call_invoke_asyncRoss Burton2012-03-272-18/+18
* rest-proxy-call: add rest_proxy_call_call_async()Danielle Madeley2012-03-273-4/+124
* Don't leak ->url in rest_proxy_call_sync (#669764)Ross Burton2012-02-241-0/+3
* add username/password supportMarc-André Lureau2011-12-082-3/+95
* proxy: Force all SSL certificates to be trustedlibrest-0.7.12Rob Bradford2011-11-101-0/+10
* build: Make libtool generate DLLs on windowsDamien Lespiau2011-09-051-0/+1
* oauth-proxy: Fix format string warningDamien Lespiau2011-09-051-1/+1
* oauth: Add property for signature typeRoss Burton2011-07-111-1/+14
* oauth: Add GType for OAuthSignatureMethod enumRoss Burton2011-07-112-0/+21
* build: Generate GLib enum typesRoss Burton2011-07-111-1/+33
* Added documentation to rest_proxy_call_upload.Eitan Isaacson2011-04-131-0/+22
* Introduce rest_proxy_call_upload to provide progress feedback.Eitan Isaacson2011-04-133-0/+143
* proxy-call: Allow customisation of data serialization (BMC#13746)Michal Mhr2011-04-132-2/+65
* Add "disable-cookies" construction property to RestProxy.librest-0.7.9Eitan Isaacson2011-03-291-7/+33
* oauth-proxy: Added 'signature-host' property.Eitan Isaacson2011-03-074-3/+78
* oauth-proxy: Use POST method doe OAuth 1.0 authentication.Eitan Isaacson2011-03-071-0/+4
* Fix a few introspection issuesMichal Hruby2011-02-231-1/+5
* proxy-call: Fix memory leaks in multipart form REST calls.Eitan Isaacson2011-02-221-0/+4
* xml-node: API for manually constructing and outputting XMLTomas Frydrych2011-02-106-247/+487
* xml-parser: Remove unused variablelibrest-0.7.4Rob Bradford2010-09-131-1/+0
* proxy-call: Use g_error_set_literal for content from the web serverRob Bradford2010-09-131-5/+5
* build: Don't include Soup and libxml in includes for GIRRob Bradford2010-09-071-1/+1
* proxy-call: The status code for the request is fetched from the messageRob Bradford2010-09-061-2/+1
* proxy-call: Remove unused code post refactoringRob Bradford2010-09-061-4/+0
* xml-parser: Remove unread 'res' variableRob Bradford2010-09-061-2/+2
* proxy: Fix compiler warningRob Bradford2010-09-061-1/+1
* proxy-call: Fix compiler warning with storing call closureRob Bradford2010-09-021-1/+1
* proxy-call: Turn off body buffer accumulation for continuous callRob Bradford2010-09-021-0/+3
* proxy-call: Add documentation for rest_proxy_call_continuousRob Bradford2010-09-021-0/+23
* proxy-call: Enhance documentation for rest_proxy_call_asyncRob Bradford2010-09-021-1/+5
* proxy-call: Add first pass at continuous call modeRob Bradford2010-09-023-0/+144
* build: Enable test code coverage analysisRob Bradford2010-09-021-4/+5
* Fix code formattingRoss Burton2010-09-011-1/+2
* Add cookie support to rest-proxyGary Ching-Pang Lin2010-09-011-0/+5
* oauth-proxy-call: Don't leak the parameter names that we stealRob Bradford2010-08-271-9/+13
* oauth-proxy-call: Prevent memory corruption by duplicating dataRob Bradford2010-08-271-1/+3
* build: Update the build systemlibrest-0.7.2Emmanuele Bassi2010-08-201-32/+16
* xml-parser: Clear the stack in rest_xml_node_findRob Bradford2010-08-191-0/+2
* xml-parser: Fix rest_xml_node_unref so that is correctly unrefs siblingsRob Bradford2010-08-191-28/+28
* proxy-call: Adjust to the new callback always fired invariant (since d7d4d52)Rob Bradford2010-08-121-16/+9
* Small documentation fixesRoss Burton2010-08-112-5/+13
* Skip non-string params in rest_params_as_string_hash_tableRoss Burton2010-08-061-2/+2
* rest-param: if we're passed NULL in _new_string, replace it with empty stringRoss Burton2010-08-061-0/+6
* Minor documentation fixesRoss Burton2010-08-048-15/+31
* oauth: do signing differently when using OAuth EchoRoss Burton2010-07-081-3/+12
* oauth: add constructor for OAuth Echo proxiesRoss Burton2010-07-083-2/+47
* Port the proxies to use RestParamRoss Burton2010-07-084-47/+117
* rest: add RestParam and RestParams typesRoss Burton2010-07-085-1/+693
* Fix leak of soup logger instancesJonathon Jongsma2010-05-281-4/+7