aboutsummaryrefslogtreecommitdiff
path: root/external/miniupnpc (follow)
AgeCommit message (Collapse)AuthorFilesLines
2014-11-10miniupnpc: bump the _POSIX_C_SOURCE feature macroBen Boeckel1-1/+1
FreeBSD doesn't expose IPv6 structures without this.
2014-10-23miniupnpc: clean up build systemBen Boeckel1-65/+5
Changes: - remove amiga and solaris conditionals - remove -fPIC hackery (use POSITION_INDEPENDENT_CODE instead) - remove tests - retab
2014-10-23cmake: remove configuration variablesBen Boeckel1-11/+0
CMAKE_BUILD_TYPE is meant for single-config build tools (e.g., make and ninja) while CMAKE_CONFIGURATION_TYPES is meant for multi-config build tools (e.g., Xcode and Visual Studio). They should not be mixed or manually set.
2014-10-23miniupnpc: clear out else/endfoo command argumentsBen Boeckel1-15/+15
2014-10-05fix for miniupnpc static compile under WindowsRiccardo Spagni1-2/+4
2014-10-02remove dangling upnp port mappings, updated miniupnpcRiccardo Spagni70-219/+718
2014-04-09Port mapping with UPnPAntonio Juarez76-0/+10311