- 16 Dec, 2022 1 commit
-
-
Jens Georg authored
-
- 08 Dec, 2022 1 commit
-
-
Jens Georg authored
-
- 07 Dec, 2022 2 commits
-
-
Jens Georg authored
Mainly useful for debugging context managers
-
Jens Georg authored
Skip tentative addresses, which otherwise lead to binding errors and ignore addresses that are announced as deprecated. Fixes #83
-
- 21 Nov, 2022 1 commit
-
-
Jens Georg authored
Otherwise /test/bugs/81 will fail Fixes #82
-
- 20 Nov, 2022 3 commits
-
-
Jens Georg authored
-
Jens Georg authored
-
Jens Georg authored
Fixed #81
-
- 07 Nov, 2022 6 commits
-
-
Jens Georg authored
-
Jens Georg authored
-
Jens Georg authored
-
Jens Georg authored
-
Jens Georg authored
Trying to propagate an error over some unintialized error causes a warning and, more importantly, an invalid free Fixes #80
-
Jens Georg authored
-
- 02 Nov, 2022 5 commits
-
-
Jens Georg authored
Properly unref cancellable when being done fetching description document.
-
Jens Georg authored
- Unref the actual context, not the list - Free the list element
-
Jens Georg authored
-
Jens Georg authored
- Also free list if the manager does not live anymore - Free the list nodes properly
-
Jens Georg authored
If we still have filtered contexts in shutdown, drop that reference as well
-
- 25 Oct, 2022 3 commits
-
-
Jens Georg authored
-
Jens Georg authored
-
Jens Georg authored
Do not assert_not_reached() on errors, but handle timeouts with retry and other errors like other parsing errors
-
- 10 Oct, 2022 1 commit
-
-
Jens Georg authored
Remove hack to use warnings with glib development versions
-
- 17 Sep, 2022 1 commit
-
-
Jens Georg authored
-
- 03 Sep, 2022 8 commits
-
-
Jens Georg authored
-
Jens Georg authored
-
Jens Georg authored
-
Jens Georg authored
-
Jens Georg authored
Even if we render the manpage with nonet, should be consistent
-
Without that build test suite binaties fails ```console + /usr/bin/meson compile -C x86_64-redhat-linux-gnu -j 48 --verbose ninja: Entering directory `/home/tkloczko/rpmbuild/BUILD/gupnp-1.5.3/x86_64-redhat-linux-gnu' [1/66] /usr/bin/gcc -Itests/test-service.p -Itests -I../tests -Iinternal -I../internal -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gssdp-1.6 -I/usr/include/libsoup-3.0 -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -O0 -Werror=deprecated-declarations -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -pthread '-DDATA_PATH="/home/tkloczko/rpmbuild/BUILD/gupnp-1.5.3/tests/data"' -MD -MQ tests/test-service.p/test-service.c.o -MF tests/test-service.p/test-service.c.o.d -o tests/test-service.p/test-service.c.o -c ../tests/test-service.c FAILED: tests/test-service.p/test-service.c.o /usr/bin/gcc -Itests/test-service.p -Itests -I../tests -Iinternal -I../internal -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gssdp-1.6 -I/usr/include/libsoup-3.0 -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -O0 -Werror=deprecated-declarations -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -pthread '-DDATA_PATH="/home/tkloczko/rpmbuild/BUILD/gupnp-1.5.3/tests/data"' -MD -MQ tests/test-service.p/test-service.c.o -MF tests/test-service.p/test-service.c.o.d -o tests/test-service.p/test-service.c.o -c ../tests/test-service.c In file included from ../tests/test-service.c:5: ../libgupnp/gupnp-xml-doc.h:15:10: fatal error: libxml/tree.h: No such file or directory 15 | #include <libxml/tree.h> | ^~~~~~~~~~~~~~~ compilation terminated. ``` Signed-off-by:
Tomasz Kłoczko <kloczek@github.com>
-
It is always better use fixed shebang instead use env command as it adds come security risk. Signed-off-by:
Tomasz Kłoczko <kloczek@github.com>
-
Switch to "OASIS//DocBook XML V4.5" DTD. Signed-off-by:
Tomasz Kłoczko <kloczek@github.com>
-
- 16 Aug, 2022 7 commits
-
-
Jens Georg authored
-
Jens Georg authored
-
Jens Georg authored
-
Jens Georg authored
Only check for our part of the warning, do not consider upstream texts to be stable
-
Jens Georg authored
We need that for GSSDPClient::address property
-
Jens Georg authored
-
Jens Georg authored
-
- 07 Aug, 2022 1 commit
-
-
Jens Georg authored
-