| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
Add new constructors that allow to set the new parameters directly,
instead of forcing the use of g_object_new
|
|
|
|
|
|
| |
CID352971, CID352973, CID352974, CID352977, CID352980
Also sprinkle some coverity false-positive markers
|
| |
|
| |
|
|
|
|
|
| |
Remove deprecated introspection functions, completely rewrite the
introspect_async() function
|
| |
|
|
|
|
| |
Reset ABI version, also bump project version
|
| |
|
| |
|
|
|
|
| |
Also, drop the wall of license text and use the SPDX identifier
|
|
|
|
| |
Those are moved into examples, and gtests is moved one up
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
| ../gupnp-1.2.6/examples/get-volume.c: In function 'on_introspection':
| ../gupnp-1.2.6/examples/get-volume.c:53:17: error: format not a string literal and no format arguments [-Werror=format-security]
| 53 | g_critical (error->message);
| | ^~~~~~~~~~
| ../gupnp-1.2.6/examples/get-volume.c:114:17: error: format not a string literal and no format arguments [-Werror=format-security]
| 114 | g_critical (error->message);
| | ^~~~~~~~~~
| ../gupnp-1.2.6/examples/get-volume.c: In function 'main':
| ../gupnp-1.2.6/examples/get-volume.c:150:17: error: format not a string literal and no format arguments [-Werror=format-security]
| 150 | g_error (error->message);
| | ^~~~~~~
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Signed-off-by: Jens Georg <mail@jensge.org>
|
|
|
|
| |
Signed-off-by: Jens Georg <mail@jensge.org>
|
|
|
|
| |
Signed-off-by: Jens Georg <mail@jensge.org>
|
|
|
|
|
|
|
|
| |
Adapt to 2011 spec update
Signed-off-by: Jens Georg <mail@jensge.org>
https://bugzilla.gnome.org/show_bug.cgi?id=764050
|
|
|
|
| |
Signed-off-by: Jens Georg <mail@jensge.org>
|
|
|
|
|
|
| |
We require 2.40 by the build, so the macros are not needed anymore.
Signed-off-by: Jens Georg <mail@jensge.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
|
|
|
|
|
| |
Call it for old versions.
https://bugzilla.gnome.org/show_bug.cgi?id=688411
|
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=673100
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
Now the application developer just gives us the path of the directory
where description documents are hosted and a path to the root device
description (which could either be absolute or relative to description
document directory.
|
|
|
|
| |
Thanks to Romain Tartière <romain@blogreen.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* tests/test-proxy.c:
* tests/test-server.c:
* tests/test-browsing.c:
* tests/test-introspection.c:
* examples/light-client.c:
* examples/light-server.c:
Don't user g_error but g_printerr (Sven Neumann).
git-svn-id: https://svn.o-hand.com/repos/gupnp/trunk/gupnp@1364 d8cb91d7-bff9-0310-92b9-80b65e4482b2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* libgupnp/gupnp-service.c:
* libgupnp/gupnp-service-proxy.c:
* tests/test-proxy.c:
* tests/test-server.c:
* tests/test-browsing.c:
* tests/test-introspection.c:
* examples/light-client.c:
* examples/light-server.c:
Don't pass arbitrary strings to printf() for security (thanks Sven Neumann)
git-svn-id: https://svn.o-hand.com/repos/gupnp/trunk/gupnp@1360 d8cb91d7-bff9-0310-92b9-80b65e4482b2
|
|
|
|
|
|
|
|
|
|
| |
* examples/Makefile.am:
Link examples to gthread.
git-svn-id: https://svn.o-hand.com/repos/gupnp/trunk/gupnp@1247 d8cb91d7-bff9-0310-92b9-80b65e4482b2
|
|
|
|
|
|
|
|
| |
* examples/BinaryLight1.xml:
Use better friendly and model names.
git-svn-id: https://svn.o-hand.com/repos/gupnp/trunk/gupnp@1054 d8cb91d7-bff9-0310-92b9-80b65e4482b2
|
|
|
|
| |
git-svn-id: https://svn.o-hand.com/repos/gupnp/trunk/gupnp@1044 d8cb91d7-bff9-0310-92b9-80b65e4482b2
|
|
* examples/:
* Makefile.am:
* configure.ac:
Add some basic but non-trivial examples.
git-svn-id: https://svn.o-hand.com/repos/gupnp/trunk/gupnp@1042 d8cb91d7-bff9-0310-92b9-80b65e4482b2
|