summaryrefslogtreecommitdiff
path: root/external/miniupnpc
Commit message (Collapse)AuthorAgeFilesLines
* Avoid cmake-3.x block comment syntaxHoward Chu2016-01-031-4/+6
|
* let miniupnp's cmakelist handle defaultsRiccardo Spagni2015-12-311-1/+1
|
* fix miniupnpc cmakelistRiccardo Spagni2015-12-311-3/+11
|
* updated copyright yearRiccardo Spagni2015-12-311-1/+1
|
* add missing miniupnpc files, modify cmake to not build miniupnpc tests and ↵Riccardo Spagni2015-12-3011-2/+629
| | | | to fix an issue with finding miniupnpcstrings
* updated miniupnpcRiccardo Spagni2015-12-3045-1451/+2049
|
* miniupnpc: quick fix for buffer overflowmoneromooo-monero2015-10-091-0/+4
| | | | | | http://talosintel.com/reports/TALOS-2015-0035/ reported by palexander on IRC
* miniupnpc: bump the _POSIX_C_SOURCE feature macroBen Boeckel2014-11-101-1/+1
| | | | FreeBSD doesn't expose IPv6 structures without this.
* miniupnpc: clean up build systemBen Boeckel2014-10-231-65/+5
| | | | | | | | | Changes: - remove amiga and solaris conditionals - remove -fPIC hackery (use POSITION_INDEPENDENT_CODE instead) - remove tests - retab
* cmake: remove configuration variablesBen Boeckel2014-10-231-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.
* miniupnpc: clear out else/endfoo command argumentsBen Boeckel2014-10-231-15/+15
|
* fix for miniupnpc static compile under WindowsRiccardo Spagni2014-10-051-2/+4
|
* remove dangling upnp port mappings, updated miniupnpcRiccardo Spagni2014-10-0270-219/+718
|
* Port mapping with UPnPAntonio Juarez2014-04-0976-0/+10311