Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-04-19 | Build: remove in-tree miniupnpc | anonimal | 92 | -12576/+0 | |
Will be replaced by a submodule. (cherry picked from commit e962216678e699a8fc7eb271a8a515f5ca65f7cb) | |||||
2018-01-11 | miniupnpc: always build with -fPIC | moneromooo-monero | 1 | -0/+7 | |
since we now build PIE binaries | |||||
2017-11-14 | make this build on SunOS/Solaris | Pavel Maryanov | 1 | -0/+3 | |
2017-08-30 | update miniupnpc | MaxXor | 25 | -159/+619 | |
2017-02-21 | update copyright year, fix occasional lack of newline at line end | Riccardo Spagni | 1 | -1/+1 | |
2016-12-15 | Preliminary support for DragonFly BSD | Antonio Huete Jimenez | 1 | -2/+2 | |
- It builds but no further testing has been done. | |||||
2016-12-04 | Spelling in errors. | taushet | 1 | -1/+1 | |
2016-09-17 | remove errant target_link_libraries | Riccardo Spagni | 1 | -1/+1 | |
2016-09-17 | don't build any miniupnpc executables | Riccardo Spagni | 1 | -1/+1 | |
2016-09-17 | don't build miniupnpc test executables | Riccardo Spagni | 1 | -3/+1 | |
2016-09-17 | updated miniupnp | Riccardo Spagni | 7 | -22/+44 | |
2016-03-21 | fix building on FreeBSD | Riccardo Spagni | 1 | -1/+1 | |
2016-03-21 | bump miniupnpc API version number | Riccardo Spagni | 1 | -1/+1 | |
2016-03-21 | update miniupnpc | Riccardo Spagni | 13 | -68/+174 | |
2016-01-03 | Avoid cmake-3.x block comment syntax | Howard Chu | 1 | -4/+6 | |
2015-12-31 | let miniupnp's cmakelist handle defaults | Riccardo Spagni | 1 | -1/+1 | |
2015-12-31 | fix miniupnpc cmakelist | Riccardo Spagni | 1 | -3/+11 | |
2015-12-31 | updated copyright year | Riccardo Spagni | 1 | -1/+1 | |
2015-12-30 | add missing miniupnpc files, modify cmake to not build miniupnpc tests and ↵ | Riccardo Spagni | 11 | -2/+629 | |
to fix an issue with finding miniupnpcstrings | |||||
2015-12-30 | updated miniupnpc | Riccardo Spagni | 45 | -1452/+2050 | |
2015-10-09 | miniupnpc: quick fix for buffer overflow | moneromooo-monero | 1 | -0/+4 | |
http://talosintel.com/reports/TALOS-2015-0035/ reported by palexander on IRC | |||||
2014-11-10 | miniupnpc: bump the _POSIX_C_SOURCE feature macro | Ben Boeckel | 1 | -1/+1 | |
FreeBSD doesn't expose IPv6 structures without this. | |||||
2014-10-23 | miniupnpc: clean up build system | Ben Boeckel | 1 | -65/+5 | |
Changes: - remove amiga and solaris conditionals - remove -fPIC hackery (use POSITION_INDEPENDENT_CODE instead) - remove tests - retab | |||||
2014-10-23 | cmake: remove configuration variables | Ben Boeckel | 1 | -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-23 | miniupnpc: clear out else/endfoo command arguments | Ben Boeckel | 1 | -15/+15 | |
2014-10-05 | fix for miniupnpc static compile under Windows | Riccardo Spagni | 1 | -2/+4 | |
2014-10-02 | remove dangling upnp port mappings, updated miniupnpc | Riccardo Spagni | 70 | -219/+718 | |
2014-04-09 | Port mapping with UPnP | Antonio Juarez | 76 | -0/+10311 | |