miniupnp/miniupnpc-async
Thomas Bernard 459882f4b3 update miniupnpc-async/minixml.h 2019-04-23 13:23:07 +02:00
..
.gitignore
Changelog.txt
Makefile travis-ci: "make check" for all subprojects 2019-04-23 13:13:28 +02:00
README
config.h
declspec.h
igd_desc_parse.c igd_desc_parse.c: fix buffer overflow 2015-09-15 16:15:30 +02:00
igd_desc_parse.h miniupnpc-async: update igd_desc_parse.c/.h 2014-12-15 12:30:23 +01:00
miniupnpc-async.c ensure SSDP reply headers are not partial matches 2019-01-05 12:24:46 -08:00
miniupnpc-async.h Mainly adding fd_set related header missing 2017-06-12 09:27:26 +02:00
minixml.c
minixml.h update miniupnpc-async/minixml.h 2019-04-23 13:23:07 +02:00
parsessdpreply.c ensure SSDP reply headers are not partial matches 2019-01-05 12:24:46 -08:00
parsessdpreply.h
testasync.c miniupnpc-async: rename enum values to avoid collisions 2017-05-26 12:44:35 +02:00
upnpreplyparse.c upnpreplyparse.c: Fix memory leak 2019-04-05 10:30:10 +02:00
upnpreplyparse.h
upnputils.c
upnputils.h

README

(c) 2014 Thomas BERNARD
http://miniupnp.free.fr/
https://github.com/miniupnp/miniupnp

miniupnpc-async :
  proof of concept of a UPnP IGD client using asynchronous socket calls
  (ie non blocking sockets)

  To be reimplemented using libevent2 (http://libevent.org/)