summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add ARP lookup for Linuxwip/client-cacheJens Georg2013-12-011-0/+41
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=653894
* Fill user-agent cache from SSDP packetsJens Georg2013-12-011-0/+13
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=653894
* Add user-agent cache to GSSDP clientJens Georg2013-12-014-1/+86
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=653894
* Post-release version bumpJens Georg2013-10-301-1/+1
|
* Prepare 0.14.6gssdp-0.14.6Jens Georg2013-10-301-0/+14
|
* Fix message-received marshallingJens Georg2013-10-304-4/+9
|
* Misc doc changesJens Georg2013-10-303-10/+10
|
* Add msearch-port property to GSSDPClientJens Georg2013-10-293-9/+88
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=711015
* Post-release version bumpJens Georg2013-09-031-1/+1
|
* Prepare 0.14.5gssdp-0.14.5Jens Georg2013-09-031-0/+14
|
* Move AC_CANONICAL_* macros to prevent warningJens Georg2013-09-031-3/+3
|
* Some gtk-doc updatesJens Georg2013-09-033-3/+18
|
* Port get_host_ip() to Android/BionicReynaldo H. Verdejo Pinochet2013-09-023-0/+221
| | | | | | | Add Bionic netlink code for network configuration discovery. https://bugzilla.gnome.org/show_bug.cgi?id=707161
* Post-release version bumpJens Georg2013-07-301-1/+1
|
* Prepare 0.14.4gssdp-0.14.4Jens Georg2013-07-301-0/+15
|
* Remove deprecated build variableJens Georg2013-07-301-1/+1
|
* Use GNOME macro for extended compiler warningsJens Georg2013-07-301-0/+2
|
* Clarify boolean expressionJens Georg2013-07-301-1/+1
|
* Use SO_REUSEPORT on Debian/kFreeBSDJens Georg2013-07-301-2/+2
| | | | | Same as e4c8a58928d2fc94bc9b7eb6f6ef5115f7dd6f06 but for Debian on FreeBSD kernels where __FreeBSD__ is not defined.
* Avoid non-ASCII characters in discovery requestsBastien Nocera2013-07-271-1/+1
| | | | | | | | | | 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
* Use SO_REUSEPORT on FreeBSD as wellJens Georg2013-06-041-2/+2
| | | | | This is used in the ports file for GSSDP downstream so let's just take it upstream.
* Fix gtk-doc warningsJens Georg2013-05-302-0/+9
|
* Post-release version bumpJens Georg2013-05-291-1/+1
|
* Prepare 0.14.3gssdp-0.14.3Jens Georg2013-05-282-1/+18
|
* Fix typoJens Georg2013-05-281-1/+1
|
* Fix parameter indentationJens Georg2013-05-286-36/+36
|
* Fix compilation with -Wall -WextraJens Georg2013-04-179-57/+73
|
* sniffer: Center dialogs on main windowJens Georg2013-04-161-0/+3
|
* Depend on vapigen >= 0.20 on newer g-iJens Georg2013-04-152-4/+25
|
* sniffer: Update to GTK+3Jens Georg2013-04-012-355/+292
|
* sniffer: Make network device configurableJens Georg2013-03-211-2/+21
|
* Prepare 0.14.2gssdp-0.14.2Jens Georg2013-03-062-1/+10
|
* Update .gitignore.Krzesimir Nowak2013-02-281-0/+19
|
* Fix getting host IP on unix.Krzesimir Nowak2013-02-271-0/+1
| | | | Just don't look further if we found one.
* Prepare 0.14.1gssdp-0.14.1Jens Georg2013-02-222-1/+13
|
* Bump reqired GLib version to 2.32.Krzesimir Nowak2013-02-222-7/+5
| | | | And use more GHashTable-as-a-set functions.
* Fix crash in new refresh cache implementationJussi Kukkonen2013-02-221-3/+2
| | | | | | | | | 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
* Prepare 0.14.0gssdp-0.14.0Jens Georg2013-02-202-1/+18
|
* Allow custom TTL value for GSSDPClient.gnupnp2013-02-203-4/+63
| | | | | | | | 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
* Add a function doing a service rescan.Krzesimir Nowak2013-02-203-0/+109
| | | | | | | | | | | | | 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.
* Drop use of inet_netofJens Georg2013-02-091-113/+91
| | | | | | This is just wrong in times of CIDR. https://bugzilla.gnome.org/show_bug.cgi?id=656406
* Change maintainerJens Georg2012-12-181-3/+3
| | | | | | Remove Zeeshan from maintainer, adding myself. Thank you very much for taking care of this project.
* Post-release version bumpJens Georg2012-11-301-1/+1
|
* Prepare 0.13.2gssdp-0.13.2Jens Georg2012-11-301-0/+22
|
* Fix LD_LIBRARY_PATH in make checkJens Georg2012-11-301-1/+1
|
* More g_type_init deprecationJens Georg2012-11-302-0/+4
|
* Drop g_type_init for glib >= 2.35Jens Georg2012-11-302-0/+4
|
* Move -Werror out of --enable-debugJens Georg2012-11-301-1/+7
| | | | | | | Unbreak building with deprecation warning now, decide on better warnings/errors later. https://bugzilla.gnome.org/show_bug.cgi?id=682308
* Allow non-sourcedir buildTheppitak Karoonboonyanan2012-11-301-1/+11
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=682576
* Use SO_REUSEPORT on NetBSD as wellMatthias Drochner2012-11-301-2/+2
| | | | | Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=685949