- 10 Aug, 2010 1 commit
-
-
Zeeshan Ali (Khattak) authored
-
- 04 Aug, 2010 2 commits
-
-
Zeeshan Ali (Khattak) authored
-
Zeeshan Ali (Khattak) authored
soup_message_headers_get_content_length() only returns non-0 if the encoding in use is 'Content-Length'. Although I'm not sure we are correctly handling 'chunked' encoding but at least now we pass the DLNA CTT test 7.2.5.7.
-
- 29 Jul, 2010 2 commits
-
-
Zeeshan Ali (Khattak) authored
-
Zachary Goldberg authored
-
- 24 Jun, 2010 1 commit
-
-
Sven Neumann authored
Signed-off-by:
Sven Neumann <s.neumann@raumfeld.com>
-
- 09 Jun, 2010 1 commit
-
-
Zeeshan Ali (Khattak) authored
-
- 02 Jun, 2010 2 commits
-
-
Sven Neumann authored
GUPnPService should remove all handlers installed on the shared SoupServer instance when it is disposed. Signed-off-by:
Sven Neumann <s.neumann@raumfeld.com>
-
Sven Neumann authored
Signed-off-by:
Sven Neumann <s.neumann@raumfeld.com>
-
- 26 May, 2010 2 commits
-
-
Zeeshan Ali (Khattak) authored
DLNA requirement 7.2.22.1 mandates devices to enforce subscription timeout of 300 seconds.
-
Olivier Crête authored
-
- 25 May, 2010 1 commit
-
-
Sven Neumann authored
Since we are using the collected value in place and unsetting it directly after, there is no need to actually copy contents to it. This saves some needless string copies. Signed-off-by:
Sven Neumann <s.neumann@raumfeld.com>
-
- 18 May, 2010 3 commits
-
-
Zeeshan Ali (Khattak) authored
Although we stopped doing this for very good reasons in commit 7ebd4453, we are now re-introducing this to be compatible with server-side implementations using older GUPnP.
-
Zeeshan Ali (Khattak) authored
-
Sven Neumann authored
Signed-off-by:
Sven Neumann <s.neumann@raumfeld.com>
-
- 19 Apr, 2010 2 commits
-
-
- 09 Apr, 2010 2 commits
-
-
Zeeshan Ali (Khattak) authored
-
Zeeshan Ali (Khattak) authored
Fixes `make distcheck`.
-
- 06 Apr, 2010 7 commits
-
-
Zeeshan Ali (Khattak) authored
-
Zach Goldberg authored
On some machines (particularly inside scratchbox) this field would break GCC's strict aliasing rules with -O2 or higher by casting from a SubscriptionData to a gpointer. Since we don't strictly need it typed as a SubscriptionData and we can let GCC to strict aliasing with it as a gpointer we can safely type it as just a gpointer and prevent warnings/errors. Co-author & reviewer: Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
-
Zach Goldberg authored
Variants of gupnp_service_action_get/set that use lists rather than varargs. This is mainly done to allow PyGI to deal with service actions. gobject-introspection do not (yet) support vararg and on top of that PyGI maintainer refuses to handle reference type 'in' parameters correctly because the only way to do that is 'inefficient'. Co-author and reviewer: Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
-
Zach Goldberg authored
Variant of gupnp_service_action_get_value that creates a new GValue and returns that instead of taking an already initialized GValue and setting it. This is mainly done to allow PyGI to deal with service actions. PyGI maintainer refuses to handle reference type 'in' parameters correctly because the only way to do that is 'inefficient'. Co-author and reviewer: Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
-
Zach Goldberg authored
This is mainly done to allow PyGI to be able to call actions. gobject-introspection do not (yet) support vararg and on top of that PyGI maintainer refuses to handle reference type 'in' parameters correctly because the only way to do that is 'inefficient'. Co-author and reviewer: Zeeshan Ali <zeeshanak@gnome.org>
-
Zeeshan Ali (Khattak) authored
-
Zeeshan Ali (Khattak) authored
-
- 03 Apr, 2010 5 commits
-
-
Ross Burton authored
Portions of this patch by Zachary Goldberg <zach@zachgoldberg.com>.
-
Zach Goldberg authored
-
Ross Burton authored
-
Ross Burton authored
-
Zach Goldberg authored
-
- 01 Apr, 2010 1 commit
-
-
Zeeshan Ali (Khattak) authored
The user-agent is not specified by a static string but by a regular expression (GRegex). This is mainly to allow applications to not having to care about version numbers in HTTP user-agent header which usually tend to change pretty often for a product.
-
- 29 Mar, 2010 3 commits
-
-
Zeeshan Ali (Khattak) authored
-
Zeeshan Ali (Khattak) authored
-
Zeeshan Ali (Khattak) authored
There is no need to set User-Agent header on each message ourselves, we can just set it once on the SoupSession.
-
- 26 Mar, 2010 1 commit
-
-
Zeeshan Ali (Khattak) authored
-
- 18 Mar, 2010 4 commits
-
-
Ross Burton authored
-
Philip Withnall authored
-
Olivier Crête authored
Otherwise signal may be emitted on a non-existing object and it will crash
-
Neil Roberts authored
This allows additional macro search paths to be searched by setting the ACLOCAL_FLAGS variable. This is needed for jhbuild. http://bugzilla.openedhand.com/show_bug.cgi?id=2039
-