profile/ivi/GSSDP.git
10 years agoRemove deprecated build variable
Jens Georg [Tue, 30 Jul 2013 06:54:31 +0000 (08:54 +0200)]
Remove deprecated build variable

10 years agoUse GNOME macro for extended compiler warnings
Jens Georg [Tue, 30 Jul 2013 06:49:13 +0000 (08:49 +0200)]
Use GNOME macro for extended compiler warnings

10 years agoClarify boolean expression
Jens Georg [Tue, 30 Jul 2013 06:43:24 +0000 (08:43 +0200)]
Clarify boolean expression

10 years agoUse SO_REUSEPORT on Debian/kFreeBSD
Jens Georg [Thu, 6 Jun 2013 09:29:20 +0000 (11:29 +0200)]
Use SO_REUSEPORT on Debian/kFreeBSD

Same as e4c8a58928d2fc94bc9b7eb6f6ef5115f7dd6f06 but for Debian on FreeBSD
kernels where __FreeBSD__ is not defined.

10 years agoAvoid non-ASCII characters in discovery requests
Bastien Nocera [Fri, 26 Jul 2013 19:47:15 +0000 (21:47 +0200)]
Avoid non-ASCII characters in discovery requests

Using the application name means that we were using a
translated string. In some locales, this caused the Synology
NAS not to answer our requests.

Use the (usually) ASCII-only prgname instead.

https://bugzilla.gnome.org/show_bug.cgi?id=704953

11 years agoUse SO_REUSEPORT on FreeBSD as well
Jens Georg [Tue, 4 Jun 2013 11:04:20 +0000 (13:04 +0200)]
Use SO_REUSEPORT on FreeBSD as well

This is used in the ports file for GSSDP downstream so let's just take it
upstream.

11 years agoFix gtk-doc warnings
Jens Georg [Thu, 30 May 2013 14:15:44 +0000 (16:15 +0200)]
Fix gtk-doc warnings

11 years agoPost-release version bump
Jens Georg [Wed, 29 May 2013 14:04:53 +0000 (16:04 +0200)]
Post-release version bump

11 years agoPrepare 0.14.3
Jens Georg [Tue, 28 May 2013 10:16:51 +0000 (12:16 +0200)]
Prepare 0.14.3

11 years agoFix typo
Jens Georg [Tue, 28 May 2013 10:21:40 +0000 (12:21 +0200)]
Fix typo

11 years agoFix parameter indentation
Jens Georg [Tue, 28 May 2013 09:29:44 +0000 (11:29 +0200)]
Fix parameter indentation

11 years agoFix compilation with -Wall -Wextra
Jens Georg [Wed, 17 Apr 2013 12:47:41 +0000 (14:47 +0200)]
Fix compilation with -Wall -Wextra

11 years agosniffer: Center dialogs on main window
Jens Georg [Tue, 16 Apr 2013 10:54:44 +0000 (12:54 +0200)]
sniffer: Center dialogs on main window

11 years agoDepend on vapigen >= 0.20 on newer g-i
Jens Georg [Mon, 15 Apr 2013 11:01:26 +0000 (13:01 +0200)]
Depend on vapigen >= 0.20 on newer g-i

11 years agosniffer: Update to GTK+3
Jens Georg [Mon, 1 Apr 2013 12:23:21 +0000 (14:23 +0200)]
sniffer: Update to GTK+3

11 years agosniffer: Make network device configurable
Jens Georg [Thu, 21 Mar 2013 10:51:06 +0000 (11:51 +0100)]
sniffer: Make network device configurable

11 years agoPrepare 0.14.2
Jens Georg [Wed, 6 Mar 2013 09:39:09 +0000 (10:39 +0100)]
Prepare 0.14.2

11 years agoUpdate .gitignore.
Krzesimir Nowak [Thu, 28 Feb 2013 09:42:23 +0000 (10:42 +0100)]
Update .gitignore.

11 years agoFix getting host IP on unix.
Krzesimir Nowak [Wed, 27 Feb 2013 16:32:44 +0000 (17:32 +0100)]
Fix getting host IP on unix.

Just don't look further if we found one.

11 years agoPrepare 0.14.1
Jens Georg [Fri, 22 Feb 2013 16:10:39 +0000 (17:10 +0100)]
Prepare 0.14.1

11 years agoBump reqired GLib version to 2.32.
Krzesimir Nowak [Fri, 22 Feb 2013 09:36:13 +0000 (10:36 +0100)]
Bump reqired GLib version to 2.32.

And use more GHashTable-as-a-set functions.

11 years agoFix crash in new refresh cache implementation
Jussi Kukkonen [Fri, 22 Feb 2013 08:35:31 +0000 (10:35 +0200)]
Fix crash in new refresh cache implementation

Calling g_hash_table_insert() with same pointer as key and value is
not safe in currently released glib versions (<=2.34), see
https://bugzilla.gnome.org/show_bug.cgi?id=692815. Use
g_hash_table_add() instead.

https://bugzilla.gnome.org/show_bug.cgi?id=694418

11 years agoPrepare 0.14.0
Jens Georg [Wed, 20 Feb 2013 12:31:44 +0000 (13:31 +0100)]
Prepare 0.14.0

11 years agoAllow custom TTL value for GSSDPClient.
gnupnp [Wed, 20 Feb 2013 12:13:23 +0000 (13:13 +0100)]
Allow custom TTL value for GSSDPClient.

Add 'ttl' property to GSSDPSocketSource.
Add ttl parameter to gssdp_socket_source_new().
Add 'socket-ttl' property to GSSPDClient.

https://bugzilla.gnome.org/show_bug.cgi?id=656406

11 years agoAdd a function doing a service rescan.
Krzesimir Nowak [Mon, 18 Feb 2013 15:55:37 +0000 (16:55 +0100)]
Add a function doing a service rescan.

It simply starts a discovery, but now discovery was modified a bit, so
every service that has replied to our discovery messages is put into
map with responsive services. After a reasonable amount of time (here:
5 seconds), it looks for services that were cached, but haven't yet
responded. Such services are removed from cache with notifying about
them being unavailable beforehand.

This was added so we can do a rescan for services that do not send an
announcement messages when they appear or such messages may get lost
in network.

11 years agoDrop use of inet_netof
Jens Georg [Thu, 13 Dec 2012 21:49:11 +0000 (22:49 +0100)]
Drop use of inet_netof

This is just wrong in times of CIDR.

https://bugzilla.gnome.org/show_bug.cgi?id=656406

11 years agoChange maintainer
Jens Georg [Tue, 18 Dec 2012 13:27:19 +0000 (14:27 +0100)]
Change maintainer

Remove Zeeshan from maintainer, adding myself.

Thank you very much for taking care of this project.

11 years agoPost-release version bump
Jens Georg [Fri, 30 Nov 2012 13:48:22 +0000 (14:48 +0100)]
Post-release version bump

11 years agoPrepare 0.13.2
Jens Georg [Fri, 30 Nov 2012 13:36:26 +0000 (14:36 +0100)]
Prepare 0.13.2

11 years agoFix LD_LIBRARY_PATH in make check
Jens Georg [Fri, 30 Nov 2012 13:45:35 +0000 (14:45 +0100)]
Fix LD_LIBRARY_PATH in make check

11 years agoMore g_type_init deprecation
Jens Georg [Fri, 30 Nov 2012 13:40:19 +0000 (14:40 +0100)]
More g_type_init deprecation

11 years agoDrop g_type_init for glib >= 2.35
Jens Georg [Fri, 30 Nov 2012 13:29:15 +0000 (14:29 +0100)]
Drop g_type_init for glib >= 2.35

11 years agoMove -Werror out of --enable-debug
Jens Georg [Fri, 30 Nov 2012 13:27:10 +0000 (14:27 +0100)]
Move -Werror out of --enable-debug

Unbreak building with deprecation warning now, decide on better
warnings/errors later.

https://bugzilla.gnome.org/show_bug.cgi?id=682308

11 years agoAllow non-sourcedir build
Theppitak Karoonboonyanan [Wed, 22 Aug 2012 04:52:21 +0000 (11:52 +0700)]
Allow non-sourcedir build

https://bugzilla.gnome.org/show_bug.cgi?id=682576

11 years agoUse SO_REUSEPORT on NetBSD as well
Matthias Drochner [Fri, 30 Nov 2012 12:56:03 +0000 (13:56 +0100)]
Use SO_REUSEPORT on NetBSD as well

Fixes:
    https://bugzilla.gnome.org/show_bug.cgi?id=685949

11 years agoReally ignore invalid MAN header
Jens Georg [Fri, 16 Nov 2012 12:25:10 +0000 (13:25 +0100)]
Really ignore invalid MAN header

11 years agoMake it possible to call _init multiple times
Jens Georg [Sat, 10 Nov 2012 18:47:59 +0000 (19:47 +0100)]
Make it possible to call _init multiple times

11 years agoPost-release version bump
Jens Georg [Wed, 24 Oct 2012 19:18:45 +0000 (21:18 +0200)]
Post-release version bump

11 years agoPrepare 0.13.1
Jens Georg [Wed, 24 Oct 2012 19:15:39 +0000 (21:15 +0200)]
Prepare 0.13.1

11 years agoDon't error out if vapigen isn't found
Jens Georg [Sun, 14 Oct 2012 14:33:10 +0000 (16:33 +0200)]
Don't error out if vapigen isn't found

https://bugzilla.gnome.org/show_bug.cgi?id=686039

11 years agoAdd introspection to --make-distcheck
Jens Georg [Sun, 14 Oct 2012 13:52:23 +0000 (15:52 +0200)]
Add introspection to --make-distcheck

11 years agoPost-release version bump
Jens Georg [Sat, 6 Oct 2012 15:55:17 +0000 (17:55 +0200)]
Post-release version bump

11 years agoPrepare 0.13.0
Jens Georg [Sat, 6 Oct 2012 15:44:23 +0000 (17:44 +0200)]
Prepare 0.13.0

11 years agoAdd pkg-export to scanner args
Jens Georg [Sat, 6 Oct 2012 10:54:28 +0000 (12:54 +0200)]
Add pkg-export to scanner args

11 years agoMake Requires private in pkg-config files
Andreas Henriksson [Fri, 21 Sep 2012 12:12:37 +0000 (14:12 +0200)]
Make Requires private in pkg-config files

Putting stuff in Requires means applications using
this library will link against that when it might
not be needed at all because they use none of that
libraries symbols directly.

If only the cflags is needed (because public headers
includes headers from that package) they
can be private to avoid uselessly linking.

See #2 in http://people.freedesktop.org/~dbn/pkg-config-guide.html#faq

https://bugzilla.gnome.org/show_bug.cgi?id=685477

11 years agoDrop Requires.Private in pkg-config files
Andreas Henriksson [Fri, 21 Sep 2012 12:10:26 +0000 (14:10 +0200)]
Drop Requires.Private in pkg-config files

This field is not parsed at all by pkg-config! (cf. Requires.private)
Apparently whatever is listed in it is not needed.

https://bugzilla.gnome.org/show_bug.cgi?id=685477

11 years agoBump version
Jens Georg [Sat, 6 Oct 2012 11:01:53 +0000 (13:01 +0200)]
Bump version

11 years agoUpdate license headers
Jens Georg [Fri, 31 Aug 2012 09:24:21 +0000 (11:24 +0200)]
Update license headers

11 years agoPrepare 0.12.2.1
Jens Georg [Mon, 20 Aug 2012 19:25:11 +0000 (21:25 +0200)]
Prepare 0.12.2.1

11 years agoAdd missing deps file
Jens Georg [Mon, 20 Aug 2012 19:24:16 +0000 (21:24 +0200)]
Add missing deps file

Fixes:
  https://bugzilla.gnome.org/show_bug.cgi?id=682228

11 years agoPrepare 0.12.2
Jens Georg [Sun, 19 Aug 2012 15:38:12 +0000 (17:38 +0200)]
Prepare 0.12.2

11 years agoCreate vapi file from introspection
Jens Georg [Thu, 23 Feb 2012 12:02:44 +0000 (14:02 +0200)]
Create vapi file from introspection

The skipping of the error-domain in .metadata and the -custom.vala file
are necessary due to https://bugzilla.gnome.org/show_bug.cgi?id=670673.

They can be removed once that is fixed

https://bugzilla.gnome.org/show_bug.cgi?id=675355

11 years agoUpdate pkg-config files to include gio
Jens Georg [Sat, 18 Aug 2012 11:50:55 +0000 (13:50 +0200)]
Update pkg-config files to include gio

11 years agoCorrectly remove expired Resources
Mark Ryan [Fri, 17 Aug 2012 11:51:29 +0000 (13:51 +0200)]
Correctly remove expired Resources

Fixes a crash in GUPnP.  In the current code, Resource objects are not
always correctly removed from the resource_browser->priv->resources
hash table when they expire.  This can lead to a crash in GUPnP when
the application tries to destroy its context manager.

https://bugzilla.gnome.org/show_bug.cgi?id=682099

11 years agoAdd regression test for bgo#682099
Jens Georg [Sat, 18 Aug 2012 09:41:12 +0000 (11:41 +0200)]
Add regression test for bgo#682099

11 years agoFix for libsoup deprecations
Stef Walter [Thu, 12 Jul 2012 05:33:29 +0000 (07:33 +0200)]
Fix for libsoup deprecations

 * soup_message_headers_get() has been deprecated

https://bugzilla.gnome.org/show_bug.cgi?id=679781

12 years agoCorrect arguments to g_regex_match_simple() call
Riko Yamada [Sun, 24 Jun 2012 07:13:46 +0000 (16:13 +0900)]
Correct arguments to g_regex_match_simple() call

We were passing RegexMatchFlags as GRegexCompileFlags.

https://bugzilla.gnome.org/show_bug.cgi?id=678744

12 years agoDon't leak MatchInfo
Jens Georg [Fri, 4 May 2012 08:19:31 +0000 (10:19 +0200)]
Don't leak MatchInfo

12 years agoUpdate introspection annotations
Jens Georg [Thu, 23 Feb 2012 08:42:10 +0000 (10:42 +0200)]
Update introspection annotations

12 years agoFix gtk-doc for stricter g-i scanner
Jens Georg [Thu, 3 May 2012 09:30:17 +0000 (11:30 +0200)]
Fix gtk-doc for stricter g-i scanner

12 years agoMake internal resource cache version-independant
Jens Georg [Mon, 2 Apr 2012 16:02:26 +0000 (18:02 +0200)]
Make internal resource cache version-independant

https://bugzilla.gnome.org/show_bug.cgi?id=673150

12 years agoIgnore announcements from services with a lower version
Jens Georg [Mon, 2 Apr 2012 10:09:48 +0000 (12:09 +0200)]
Ignore announcements from services with a lower version

https://bugzilla.gnome.org/show_bug.cgi?id=673150

12 years agotests: Add some functional tests
Jens Georg [Mon, 2 Apr 2012 16:08:20 +0000 (18:08 +0200)]
tests: Add some functional tests

https://bugzilla.gnome.org/show_bug.cgi?id=673150

12 years agotests: Add regression test for bgo#673150
Jens Georg [Fri, 30 Mar 2012 11:12:45 +0000 (13:12 +0200)]
tests: Add regression test for bgo#673150

12 years agoPrepare 0.12.1
Jens Georg [Fri, 9 Dec 2011 13:52:40 +0000 (14:52 +0100)]
Prepare 0.12.1

12 years agoFix typo in GSSDPResourceBroser docs
Jens Georg [Fri, 9 Dec 2011 13:49:51 +0000 (14:49 +0100)]
Fix typo in GSSDPResourceBroser docs

12 years agoUpdate documentation copyright
Jens Georg [Fri, 9 Dec 2011 13:49:30 +0000 (14:49 +0100)]
Update documentation copyright

12 years agoMark documentation as stable
Jens Georg [Fri, 9 Dec 2011 13:49:16 +0000 (14:49 +0100)]
Mark documentation as stable

12 years agoCreate proper regex if target is an UUID
Jens Georg [Wed, 16 Nov 2011 13:04:06 +0000 (14:04 +0100)]
Create proper regex if target is an UUID

This patch only appends the version regex if:
 - the target doesn't start with "uuid:"
 - the target starts with "uuid:", but has another colon later on
 - the string after the colon consists of numbers

The matching was changed to match numbers starting after the colon, not
just somewhere after the column.

https://bugzilla.gnome.org/show_bug.cgi?id=664177

12 years agogssdp-client: increase BUF_SIZE to 65536
Steffen Sledz [Mon, 31 Oct 2011 13:24:35 +0000 (14:24 +0100)]
gssdp-client: increase BUF_SIZE to 65536

A size of 1024 is a really hard limitation. The UDP length field
size sets a theoretical limit of 65,535 bytes (8 byte header +
65,527 bytes of data) for a UDP datagram.

Signed-off-by: Steffen Sledz <sledz@dresearch-fe.de>
12 years agoPrepare 0.12.0
Jens Georg [Mon, 29 Aug 2011 15:05:10 +0000 (17:05 +0200)]
Prepare 0.12.0

12 years agoFix build with -Werror
Jens Georg [Mon, 29 Aug 2011 12:45:32 +0000 (14:45 +0200)]
Fix build with -Werror

12 years agoAlways send complete announcement sets
Jens Georg [Wed, 3 Aug 2011 12:00:32 +0000 (14:00 +0200)]
Always send complete announcement sets

With cf13481a256d63421d1ffa88a4f4d418696eb94c GSSDP is sending each
announcement three times. This is ok with UPnP but DLNA likes to see
a complete announcement set (3 alives for the device, 2 for each
embedded device and one for each service) before repeating the whole
set.

Fixes DLNA requirement 7.2.4.3, 7.2.4.5

https://bugzilla.gnome.org/show_bug.cgi?id=655900

12 years agoBe less annoying with deprecation warnings
Jens Georg [Fri, 29 Jul 2011 08:56:55 +0000 (10:56 +0200)]
Be less annoying with deprecation warnings

12 years agoPrepare 0.11.2
Jens Georg [Wed, 20 Jul 2011 18:54:55 +0000 (20:54 +0200)]
Prepare 0.11.2

12 years agoBump version for deprecation
Jens Georg [Wed, 20 Jul 2011 18:45:58 +0000 (20:45 +0200)]
Bump version for deprecation

12 years agoFix minor coding style issue
Jens Georg [Wed, 20 Jul 2011 18:45:19 +0000 (20:45 +0200)]
Fix minor coding style issue

12 years agoDeprecate main_context property.
Jens Georg [Sun, 26 Jun 2011 07:15:31 +0000 (09:15 +0200)]
Deprecate main_context property.

Use g_main_context_get_thread_default() instead

12 years agoOnly use /** **/ for gtk-doc.
Jens Georg [Thu, 7 Jul 2011 17:04:14 +0000 (19:04 +0200)]
Only use /** **/ for gtk-doc.

Silence some warnings in make doc.

12 years agoFix gtk-doc warnings regarding GI annotations
Jens Georg [Thu, 7 Jul 2011 16:57:27 +0000 (18:57 +0200)]
Fix gtk-doc warnings regarding GI annotations

12 years agoAdd online location of documentation
Jens Georg [Thu, 7 Jul 2011 16:37:39 +0000 (18:37 +0200)]
Add online location of documentation

Used with e.g. gtkdoc-rebase --online.

12 years agoGenerate xz tarballs by default
Jens Georg [Thu, 7 Jul 2011 16:49:57 +0000 (18:49 +0200)]
Generate xz tarballs by default

12 years agoRemove auto-generated INSTALL
Jens Georg [Thu, 7 Jul 2011 16:49:28 +0000 (18:49 +0200)]
Remove auto-generated INSTALL

12 years agoUpdate autotools
Jens Georg [Thu, 7 Jul 2011 16:48:47 +0000 (18:48 +0200)]
Update autotools

12 years agoIndentation and code style fixes
Jens Georg [Sun, 26 Jun 2011 07:06:51 +0000 (09:06 +0200)]
Indentation and code style fixes

12 years agoDon't leak path on header parsing.
Jens Georg [Thu, 14 Jul 2011 09:58:17 +0000 (11:58 +0200)]
Don't leak path on header parsing.

12 years agoFix a typo in gssdp_resource_group_get_client docs
Jens Georg [Thu, 7 Jul 2011 17:05:22 +0000 (19:05 +0200)]
Fix a typo in gssdp_resource_group_get_client docs

12 years agoRelease 0.11.1
Jens Georg [Thu, 7 Jul 2011 07:26:12 +0000 (09:26 +0200)]
Release 0.11.1

12 years agoFix functionality on OpenBSD
Jens Georg [Thu, 30 Jun 2011 19:51:11 +0000 (21:51 +0200)]
Fix functionality on OpenBSD

12 years agoFix discovery regressions introduced with 177f2772.
Jens Georg [Sat, 2 Jul 2011 13:28:30 +0000 (15:28 +0200)]
Fix discovery regressions introduced with 177f2772.

 - Only M-SEARCH should be send from port different to 1900
 - GSSDP needs to listen on that socket as well since clients
   need to reply to the port M-SEARCH was sent from.

13 years agoDrop "All rights reserved" from Nokia copyright.
Jens Georg [Fri, 1 Jul 2011 18:18:55 +0000 (20:18 +0200)]
Drop "All rights reserved" from Nokia copyright.

13 years agoAlso check HTTP version and request path
Jens Georg [Fri, 1 Jul 2011 18:15:50 +0000 (20:15 +0200)]
Also check HTTP version and request path

HTTP version has to be 1.1 and request path "*"

13 years agoAdd missing goto on error while setting TTL
Jens Georg [Thu, 30 Jun 2011 13:43:53 +0000 (15:43 +0200)]
Add missing goto on error while setting TTL

Fixes https://bugzilla.gnome.org/show_bug.cgi?id=653733

13 years agoMX header must be a positive integer
Jens Georg [Wed, 29 Jun 2011 16:52:50 +0000 (18:52 +0200)]
MX header must be a positive integer

13 years agoCheck presence of MAN header
Jens Georg [Wed, 29 Jun 2011 16:52:38 +0000 (18:52 +0200)]
Check presence of MAN header

13 years agoDo not send M-SEARCH/NOTIFY from port 1900
Jens Georg [Mon, 27 Jun 2011 15:13:34 +0000 (17:13 +0200)]
Do not send M-SEARCH/NOTIFY from port 1900

This fixes bgo#653380 and DLNA requirement 7.2.3.4.

13 years agoRelease 0.11.0
Jens Georg [Thu, 16 Jun 2011 09:03:10 +0000 (11:03 +0200)]
Release 0.11.0

13 years agoAdjust documentation for the message-delay property.
Sven Neumann [Tue, 14 Jun 2011 20:42:19 +0000 (22:42 +0200)]
Adjust documentation for the message-delay property.

The default value was changed recently, but the documentation still
referred to the old default value.

13 years agoSend alive/byebye announcements three times
Jens Georg [Tue, 14 Jun 2011 06:57:54 +0000 (08:57 +0200)]
Send alive/byebye announcements three times

UPnP recommends to send the whole batch of announcements more than
once "due to the unreliable nature of UDP".

13 years agoBump default delay to 120ms
Jens Georg [Tue, 14 Jun 2011 06:57:53 +0000 (08:57 +0200)]
Bump default delay to 120ms

UPnP recommends a message delay of a "few hundred milliseconds".