summaryrefslogtreecommitdiff
path: root/libgssdp
Commit message (Expand)AuthorAgeFilesLines
* Remove gnome-commonJens Georg2015-06-144-7/+11
* gssdp-client: Plug memory leakRichard Röjfors2014-10-041-0/+8
* Accept messages from other networks on loopbackJussi Kukkonen2014-08-061-4/+13
* Check arguments in PktInfoMessage public functionsJens Georg2014-07-251-0/+4
* Fix pkt-address property in PktInfoMessageJens Georg2014-07-251-1/+1
* Use int consistently for packet info interface indexJussi Kukkonen2014-07-251-3/+3
* Include config.h in gssdp-socket-functions.cJussi Kukkonen2014-07-251-0/+1
* Do not use g_warning() when receiving malformed SSDP messagesJussi Kukkonen2014-07-091-3/+3
* Handle only "200 OK" response as valid SSDP responseJussi Kukkonen2014-07-091-6/+3
* Properly set max age property.Andre Moreira Magalhaes (andrunko)2014-05-311-1/+1
* Replace usage of ?:Jens Georg2014-05-242-2/+2
* Add support for additionnal vendor specific headers in messagesLouis-Francis Ratté-Boulianne2014-05-243-6/+131
* gssdp-client: Use strncpy() instead of strcpy()Philip Withnall2014-05-191-1/+1
* Use pktinfo on Linux to determine source ifJens Georg2014-05-047-22/+465
* Include sys/socket.hJens Georg2014-05-041-0/+1
* gssdp-socket-source: Fix the destroy/unref order on a GSourcePhilip Withnall2014-04-241-1/+1
* gssdp-client: Use g_warning() instead of g_error()Philip Withnall2014-04-241-2/+2
* Fix compilation on mingwJens Georg2014-03-271-1/+1
* Do not leak interface nameJens Georg2014-03-161-0/+5
* Port to glib multicast socket functionsRiko Yamada2014-03-155-186/+42
* Use g_list_free_full ()Jens Georg2014-03-152-28/+8
* Style fixes for previous commitJens Georg2014-03-151-6/+6
* Recover from lost bye bye packets.Branislav Katreniak2014-03-151-44/+78
* Add missing declaration of _new_with_portJens Georg2013-12-011-0/+5
* Fix message-received marshallingJens Georg2013-10-303-3/+8
* Misc doc changesJens Georg2013-10-303-10/+10
* Add msearch-port property to GSSDPClientJens Georg2013-10-293-9/+88
* Some gtk-doc updatesJens Georg2013-09-031-0/+15
* Port get_host_ip() to Android/BionicReynaldo H. Verdejo Pinochet2013-09-022-0/+204
* Clarify boolean expressionJens Georg2013-07-301-1/+1
* Use SO_REUSEPORT on Debian/kFreeBSDJens Georg2013-07-301-2/+2
* Avoid non-ASCII characters in discovery requestsBastien Nocera2013-07-271-1/+1
* Use SO_REUSEPORT on FreeBSD as wellJens Georg2013-06-041-2/+2
* Fix gtk-doc warningsJens Georg2013-05-301-0/+6
* Fix parameter indentationJens Georg2013-05-284-27/+27
* Fix compilation with -Wall -WextraJens Georg2013-04-175-18/+30
* Fix getting host IP on unix.Krzesimir Nowak2013-02-271-0/+1
* Bump reqired GLib version to 2.32.Krzesimir Nowak2013-02-221-4/+2
* Fix crash in new refresh cache implementationJussi Kukkonen2013-02-221-3/+2
* Allow custom TTL value for GSSDPClient.gnupnp2013-02-203-4/+63
* Add a function doing a service rescan.Krzesimir Nowak2013-02-202-0/+108
* Drop use of inet_netofJens Georg2013-02-091-113/+91
* Use SO_REUSEPORT on NetBSD as wellMatthias Drochner2012-11-301-2/+2
* Really ignore invalid MAN headerJens Georg2012-11-161-2/+4
* Make it possible to call _init multiple timesJens Georg2012-11-101-0/+7
* Add introspection to --make-distcheckJens Georg2012-10-141-1/+1
* Add pkg-export to scanner argsJens Georg2012-10-061-1/+2
* Update license headersJens Georg2012-08-3115-30/+30
* Correctly remove expired ResourcesMark Ryan2012-08-181-1/+13
* Correct arguments to g_regex_match_simple() callRiko Yamada2012-06-251-2/+2