aboutsummaryrefslogtreecommitdiff
path: root/external/miniupnpc
Commit message (Collapse)AuthorAgeFilesLines
* Build: remove in-tree miniupnpcanonimal2018-04-1992-12576/+0
| | | | | | Will be replaced by a submodule. (cherry picked from commit e962216678e699a8fc7eb271a8a515f5ca65f7cb)
* miniupnpc: always build with -fPICmoneromooo-monero2018-01-111-0/+7
| | | | since we now build PIE binaries
* make this build on SunOS/SolarisPavel Maryanov2017-11-141-0/+3
|
* update miniupnpcMaxXor2017-08-3025-159/+619
|
* update copyright year, fix occasional lack of newline at line endRiccardo Spagni2017-02-211-1/+1
|
* Preliminary support for DragonFly BSDAntonio Huete Jimenez2016-12-151-2/+2
| | | | - It builds but no further testing has been done.
* Spelling in errors.taushet2016-12-041-1/+1
|
* remove errant target_link_librariesRiccardo Spagni2016-09-171-1/+1
|
* don't build any miniupnpc executablesRiccardo Spagni2016-09-171-1/+1
|
* don't build miniupnpc test executablesRiccardo Spagni2016-09-171-3/+1
|
* updated miniupnpRiccardo Spagni2016-09-177-22/+44
|
* fix building on FreeBSDRiccardo Spagni2016-03-211-1/+1
|
* bump miniupnpc API version numberRiccardo Spagni2016-03-211-1/+1
|
* update miniupnpcRiccardo Spagni2016-03-2113-68/+174
|
* 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