- 03 Feb, 2014 3 commits
-
-
Jens Georg authored
Signed-off-by:
Jens Georg <mail@jensge.org>
-
Jens Georg authored
Signed-off-by:
Jens Georg <mail@jensge.org>
-
Jens Georg authored
Signed-off-by:
Jens Georg <mail@jensge.org>
-
- 01 Feb, 2014 1 commit
-
-
Jens Georg authored
The white-list change listener only handles control points currently. https://bugzilla.gnome.org/show_bug.cgi?id=711332
-
- 21 Jan, 2014 3 commits
-
-
Jussi Kukkonen authored
-
Jussi Kukkonen authored
Make notify-callback code more robust, so that removing a notify-callback from a notify-callback works. https://bugzilla.gnome.org/show_bug.cgi?id=690400
-
Jussi Kukkonen authored
Test that removing a notify-callback from the callback itself works. https://bugzilla.gnome.org/show_bug.cgi?id=690400
-
- 20 Jan, 2014 3 commits
-
-
-
Jussi Kukkonen authored
Test that proxies created by ResourceFactory have the GType set in gupnp_resource_factory_register_resource_proxy_type() https://bugzilla.gnome.org/show_bug.cgi?id=678701
-
-
- 18 Jan, 2014 1 commit
-
-
Jussi Kukkonen authored
-
- 14 Dec, 2013 5 commits
-
-
Jens Georg authored
-
Jens Georg authored
-
Jens Georg authored
-
-
Jussi Kukkonen authored
Fix a typo that crashes gupnp_context_constructor() if msearch-port property does not exist (it was added in gssdp 0.14.6). https://bugzilla.gnome.org/show_bug.cgi?id=720372
-
- 10 Dec, 2013 2 commits
-
-
Jussi Kukkonen authored
First ctrl-C in test-introspection will cancel all current and future gupnp_service_info_get_introspection_async_full() calls. https://bugzilla.gnome.org/show_bug.cgi?id=704867
-
Jussi Kukkonen authored
This version of get_introspection can be cancelled using GCancellable. https://bugzilla.gnome.org/show_bug.cgi?id=704867
-
- 07 Dec, 2013 4 commits
-
-
Jens Georg authored
This reverts commit 909e721c.
-
Jens Georg authored
This reverts commit c90f5194.
-
Jussi Kukkonen authored
First ctrl-C in test-introspection will cancel all current and future gupnp_service_info_get_introspection_async_full() calls. https://bugzilla.gnome.org/show_bug.cgi?id=704867
-
Jussi Kukkonen authored
This version of get_introspection can be cancelled using GCancellable. https://bugzilla.gnome.org/show_bug.cgi?id=704867
-
- 01 Dec, 2013 1 commit
-
-
Jens Georg authored
-
- 30 Nov, 2013 1 commit
-
-
Jens Georg authored
They cannot guarantee the order of arguments which breaks interaction with DLNA-complient devices. The use of end_action_hash is fine, though. It can be paired with all of the begin_action_* functions. https://bugzilla.gnome.org/show_bug.cgi?id=710491
-
- 17 Nov, 2013 2 commits
-
-
Philip Withnall authored
It’s a private dependency, and if it’s not listed here, statically linking against libgupnp will fail with undefined symbol errors for libuuid symbols. https://bugzilla.gnome.org/show_bug.cgi?id=711027
-
Parthiban Balasubramanian authored
Device description requests must also respond with 1.1 version same as service description requests. https://bugzilla.gnome.org/show_bug.cgi?id=711167
-
- 30 Oct, 2013 2 commits
-
-
Jens Georg authored
-
Jens Georg authored
-
- 29 Oct, 2013 2 commits
-
-
Jens Georg authored
-
Jens Georg authored
GSSDPClient introduced a new msearch-port property that this patch sets from the port property in GUPnPContext. https://bugzilla.gnome.org/show_bug.cgi?id=711015
-
- 23 Oct, 2013 1 commit
-
-
Jens Georg authored
Convenience method for adding white list entries from a string array (usually aquired via commandline args or such)
-
- 18 Oct, 2013 4 commits
-
-
Jens Georg authored
-
Jens Georg authored
-
Jens Georg authored
-
Jens Georg authored
-
- 16 Oct, 2013 5 commits
-
-
Jens Georg authored
-
Jens Georg authored
-
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
-
-