miniupnp/miniupnpc-async
yangfl 2b0a6dd163 Makefile: Use crosscompile target as OS 2018-02-03 11:29:58 +08:00
..
.gitignore Add .gitignore 2014-11-07 13:07:22 +01:00
Changelog.txt
Makefile Makefile: Use crosscompile target as OS 2018-02-03 11:29:58 +08: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 miniupnpc-async: Some comments are still in French 2018-01-15 16:37:02 +01:00
miniupnpc-async.h Mainly adding fd_set related header missing 2017-06-12 09:27:26 +02:00
minixml.c
minixml.h
parsessdpreply.c
parsessdpreply.h
testasync.c miniupnpc-async: rename enum values to avoid collisions 2017-05-26 12:44:35 +02:00
upnpreplyparse.c check malloc return value 2015-09-04 18:57:24 +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/)