- 16 Oct, 2013 4 commits
-
-
Andrzej Bieniek authored
Quiet option is useful to disable printing overhead when measuring library performance. Example run: gupnp/examples$ ./light-server -q ^C gupnp/examples$ ./light-server --help Usage: lt-light-server [OPTION...] Help Options: -h, --help Show help options Application Options: -q, --quiet Turn off output https://bugzilla.gnome.org/show_bug.cgi?id=708575
-
Andrzej Bieniek authored
Options added to help with library performance measurements. To send 1000 toggle commands with 50ms delay run: gupnp/examples$ ./light-client -q -c 1000 -d 50 toggle For more options run: gupnp/examples$ ./light-client --help Usage: lt-light-client [OPTION...] [on|off|toggle] Help Options: -h, --help Show help options Application Options: -q, --quiet Turn off output -c, --repeat-counter=value Repeat counter -d, --repeat-delay=value Delay in [ms] between each iteration https://bugzilla.gnome.org/show_bug.cgi?id=708575
-
-
Jens Georg authored
If one of the call-backs has an error, just recreate the soup message. If we want to re-use the old soup message we need to get the reference counting right etc. This could lead to cases where notifications were not sent properly because the first URL was failing and the requeuing failed as well. Also it caused crashes by leaving a dangling pointer in pending_messages. https://bugzilla.gnome.org/show_bug.cgi?id=703263
-
- 30 Sep, 2013 1 commit
-
-
Jens Georg authored
We can't use xml_util_get_child_element_content_glib as this early-exits and we need to collect all values that can occur. On top of that, don't add empty list entries. https://bugzilla.gnome.org/show_bug.cgi?id=708751
-
- 16 Sep, 2013 1 commit
-
-
Emanuele Aina authored
GCC was complaining with the following error: error: typedef 'GUPnPNetworkManager' locally defined but not used [-Werror=unused-local-typedefs] Move the #include lines to the global scope to make it happy. Alos use #ifdef/#if defined() consistently, instead of relying on the defined values. https://bugzilla.gnome.org/show_bug.cgi?id=708162
-
- 03 Sep, 2013 3 commits
-
-
Jens Georg authored
-
Jens Georg authored
-
Ludovic Ferrandis authored
Remove an unnecessary call to gssdp_resource_browser_rescan https://bugzilla.gnome.org/show_bug.cgi?id=706996
-
- 20 Aug, 2013 10 commits
-
-
Jens Georg authored
-
Jens Georg authored
-
Jens Georg authored
-
Jens Georg authored
This was actually wrong. We're supposed to return the full document there.
-
Jens Georg authored
-
Jens Georg authored
-
Jens Georg authored
We require GLib >= 2.24 anyway now.
-
Ludovic Ferrandis authored
Remove the GList element found by g_list_find_custom. https://bugzilla.gnome.org/show_bug.cgi?id=706326
-
Ludovic Ferrandis authored
Fix compilation with --enable-debug flag Add a test for gupnp_white_list_remove_entry Add test-white-list in .gitignore file https://bugzilla.gnome.org/show_bug.cgi?id=706326
-
Jens Georg authored
-
- 16 Aug, 2013 10 commits
-
-
Jens Georg authored
3b3ff4c5 forgot to modify tests
-
Jens Georg authored
-
Jens Georg authored
Use "standard" naming for property accessors
-
-
-
-
-
Jens Georg authored
-
Ludovic Ferrandis authored
GUPnPContextManager is now using GUPnPWhiteList to filter networks Add test program https://bugzilla.gnome.org/show_bug.cgi?id=705712
-
-
- 13 Aug, 2013 1 commit
-
-
- 12 Aug, 2013 1 commit
-
-
- 30 Jul, 2013 9 commits
-
-
Jens Georg authored
-
Jens Georg authored
-
Jens Georg authored
-
-
-
Ludovic Ferrandis authored
In case of error, gupnp_service_proxy_send_action_valist returns without freeing 1 va_list, 2 GList and 1 GHashTable. https://bugzilla.gnome.org/show_bug.cgi?id=704094
-
Ludovic Ferrandis authored
In both function, if type parameter is NULL, the call to resource_type_match will crash as this function call strcmp on type without any check. https://bugzilla.gnome.org/show_bug.cgi?id=704094
-
Ludovic Ferrandis authored
In icon_parse() function, icon->mime_type could be initialized to NULL. The call to strcmp could potentially crash. https://bugzilla.gnome.org/show_bug.cgi?id=704094
-
-