summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add rest_proxy_call_get_payload_as_xmlxmlRoss Burton2010-10-052-0/+25
|
* rest-proxy-call: save the content type paramsRoss Burton2010-10-052-0/+2
|
* Add rest_xml_parser_parse_from_data_fullRoss Burton2010-10-052-2/+31
| | | | This allows the caller to pass in a base URI and character encoding.
* rest-proxy-call: don't unset ->url straight awayRoss Burton2010-10-051-8/+3
|
* build: Don't include Soup and libxml in includes for GIRRob Bradford2010-09-151-1/+1
|
* Post release version bumpRob Bradford2010-09-131-1/+1
|
* 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
| | | | Fixes: http://bugs.meego.com/show_bug.cgi?id=6295
* build: Don't include Soup and libxml in includes for GIRRob Bradford2010-09-071-1/+1
| | | | The librest API doesn't export API that uses these two.
* tests: Add + to the OAuth escape testsRoss Burton2010-09-061-2/+2
|
* proxy-call: The status code for the request is fetched from the messageRob Bradford2010-09-061-2/+1
| | | | | Therefore we don't need to save the return value from soup_session_send_message ().
* proxy-call: Remove unused code post refactoringRob Bradford2010-09-061-4/+0
| | | | | The RestProxyCallClass is not needed in these functions any more since it is accessed through prepare_message ()
* xml-parser: Remove unread 'res' variableRob Bradford2010-09-061-2/+2
| | | | | We never read from this variable apart from in the loop so we can instead simply compare the result of the function.
* examples: Fix compiler warningsRob Bradford2010-09-062-3/+3
|
* proxy: Fix compiler warningRob Bradford2010-09-061-1/+1
|
* tests: add proxy-continuousRoss Burton2010-09-023-1/+192
|
* 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
|
* examples: Add a demo for the continuous streamed modeRob Bradford2010-09-022-1/+95
|
* proxy-call: Add first pass at continuous call modeRob Bradford2010-09-023-0/+144
|
* build: Enable test code coverage analysisRob Bradford2010-09-025-9/+62
|
* Fix code formattingRoss Burton2010-09-011-1/+2
|
* Add cookie support to rest-proxyGary Ching-Pang Lin2010-09-011-0/+5
| | | | Signed-off-by: Gary Ching-Pang Lin <chingpang@gmail.com>
* Post release version bumpRob Bradford2010-08-311-1/+1
|
* build: Remove duplicated version numbering from build systemlibrest-0.7.3Rob Bradford2010-08-311-1/+4
|
* 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
|
* Post release version bumpRob Bradford2010-08-241-1/+1
|
* build: Update the build systemlibrest-0.7.2Emmanuele Bassi2010-08-206-83/+76
| | | | | | | | | | | | | | | | • Use an autoconf released in this millenium • Use the LT macros for libtool • Do not create SGML templates for gtk-doc, and speed up the build • Place every build-related file under build/ • Update the introspection.m4 • Use the introspection makefile rules Signed-off-by: Emmanuele Bassi <ebassi@linux.intel.com>
* 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
|
* post-twitter: use the correct URL endpointRoss Burton2010-08-171-2/+2
|
* Post release version bumpRob Bradford2010-08-161-1/+1
|
* Post release version bumplibrest-0.7.1Rob Bradford2010-08-161-1/+1
|
* proxy-call: Adjust to the new callback always fired invariant (since d7d4d52)Rob Bradford2010-08-121-16/+9
| | | | | | Since the callback is always fired when the call is completed, cancelled or an error situation. We need to adapt the code for rest_proxy_call_cancel so that it doesn't unref the call object a second time.
* Small documentation fixesRoss Burton2010-08-114-9/+23
|
* flickr: get the content type a quicker and better wayRoss Burton2010-08-111-24/+7
|
* flickr: add flickr_proxy_new_upload_for_fileRoss Burton2010-08-063-0/+80
|
* flickr: add upload support, with a special FlickrProxyCall modeRoss Burton2010-08-064-7/+67
|
* 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
|
* docs: remove Class structures that have no membersRoss Burton2010-08-041-6/+7
|
* docs: ignore the private structsRoss Burton2010-08-042-15/+2
|
* docs: merge rest-extras into restRoss Burton2010-08-0410-218/+122
|
* Rename duplicate PROXY_GET_PRIVATE macros, to silence the introspection ↵Ross Burton2010-08-046-22/+22
| | | | generation
* Remove versions from .gitignorelibrest-0.7.0Ross Burton2010-08-031-4/+2
|
* Bump the API version to 0.7Ross Burton2010-08-031-1/+1
|