summaryrefslogtreecommitdiff
path: root/rest/rest-private.h
Commit message (Collapse)AuthorAgeFilesLines
* Port to libsoup3Carlos Garcia Campos2021-11-041-3/+19
|
* Remove glib-compat.{c,h}Timm Bäder2016-06-161-1/+0
|
* Remove all GLIB_CHECK_VERSION usesTimm Bäder2016-06-161-1/+1
| | | | Where the checked version is < 2.36, which we now require
* Fix compilation with older glibsChristophe Fergeau2013-06-281-0/+1
| | | | | | | | | | | configure.ac requires glib 2.24, but librest is making use of glib functions that were added in later releases (g_clear_object, g_simple_async_report_take_gerror_in_idle, ...). This commit adds reimplementation of these functions which will be used when an older glib is present at build time. glib-compat.[ch] come from spice-gtk. https://bugzilla.gnome.org/show_bug.cgi?id=703103
* xml-node: API for manually constructing and outputting XMLTomas Frydrych2011-02-101-0/+7
| | | | | | | | | | | | | Split out RestXmlNode into separate source files and added simple API for manually constructing tree of RextXmlNodes and converting such a tree to a string: * xml_node_add_child() * xml_node_add_attribute() * xml_node_set_content() * xml_node_print() Includes xml test for make check
* Use the session callback instead of finished (BMC#842)Ross Burton2010-05-141-1/+3
| | | | | | | | Use the completed callback in soup_session_queue_message instead of connecting to finished on the message itself. I'm not entirely why the behaviour is different but this fixes #842 where an async call make inside another async call would end up with the original message "finishing" again, causing infinite loops.
* Add a sync SoupSession to RestProxy and expose _send_messageRoss Burton2009-05-291-0/+2
|
* Add a macro to do run-time debug enabled checksRoss Burton2009-05-151-1/+3
|
* Add license header.Rob Bradford2009-01-151-0/+22
|
* Add a rest_proxy_call_cancel function to cancel an issued call.Rob Bradford2008-11-201-1/+2
| | | | | This function is now used by the weak notify handler to cancel the call when the weakly referenced object goes away.
* Replace _rest_proxy_call_set_proxy with a GObject propertyRob Bradford2008-09-151-2/+0
|
* Add missing prototypeRob Bradford2008-09-041-0/+4
|
* Add some implementations to the RestProxyCall objectRob Bradford2008-09-041-0/+6
|
* Add a debugging macro that can output debugging conditional on an env. var.Rob Bradford2008-09-011-0/+25