Age | Commit message (Expand) | Author | Files | Lines |
2021-08-29 | miniupnp: set submodule to upstream, disable install | selsta | 1 | -0/+2 |
2020-06-21 | simplewallet: add show_qr_code command | selsta | 1 | -0/+1 |
2019-09-25 | RandomX integration | Howard Chu | 1 | -0/+1 |
2019-03-05 | Update 2019 copyright | binaryFate | 1 | -1/+1 |
2018-09-11 | NetBSD support | thomasvaughan | 1 | -0/+3 |
2018-09-10 | Add Miniupnp submodule | TheCharlatan | 1 | -31/+13 |
2018-09-10 | Modify depends for monero's dependencies | TheCharlatan | 1 | -15/+31 |
2018-04-21 | Build: update CMake and p2p for in-tree miniupnp | anonimal | 1 | -31/+10 |
2018-04-19 | CMake: update new location of in-tree miniupnpc | anonimal | 1 | -2/+2 |
2018-01-26 | Update 2018 copyright | xmr-eric | 1 | -1/+1 |
2017-04-10 | update easylogging++ to latest upstream | moneromooo-monero | 1 | -0/+1 |
2017-04-03 | IOS CMAKE build settings | Jaquee | 1 | -3/+4 |
2017-02-21 | update copyright year, fix occasional lack of newline at line end | Riccardo Spagni | 1 | -1/+1 |
2016-12-20 | moved boost cpp into hpp since they're supposed to be header only | kenshi84 | 1 | -1/+0 |
2016-12-16 | added experimental boost::archive::portable_binary_{i|o}archive | kenshi84 | 1 | -0/+1 |
2016-09-17 | updated miniupnp | Riccardo Spagni | 1 | -4/+4 |
2016-03-21 | fix building on FreeBSD | Riccardo Spagni | 1 | -3/+0 |
2016-02-12 | cmake: Include OpenSSL libraries in static linking | warptangent | 1 | -4/+5 |
2016-02-12 | cmake: Fix unbound config compile settings | warptangent | 1 | -0/+4 |
2015-12-31 | let miniupnp's cmakelist handle defaults | Riccardo Spagni | 1 | -3/+0 |
2015-12-31 | updated copyright year | Riccardo Spagni | 1 | -1/+1 |
2015-03-26 | fix cmake miniupnpc typo | meshpoint | 1 | -1/+1 |
2015-03-17 | Move db_drivers/ to external/ | Thomas Winget | 1 | -0/+2 |
2015-03-17 | Revert "Moved db_drivers/ into external/ for consistency" | Thomas Winget | 1 | -2/+0 |
2015-03-17 | Revert "Build fixed, goofed up some CMake" | Thomas Winget | 1 | -4/+0 |
2015-03-16 | CMake wiring, minor cleanup, minor test addition | Thomas Winget | 1 | -0/+5 |
2015-03-10 | Build fixed, goofed up some CMake | Thomas Winget | 1 | -0/+4 |
2015-03-09 | Moved db_drivers/ into external/ for consistency | Thomas Winget | 1 | -0/+2 |
2015-01-02 | year updated in license | Riccardo Spagni | 1 | -1/+1 |
2014-10-24 | unbound: plumb the libdir up | Ben Boeckel | 1 | -1/+1 |
2014-10-23 | cmake: remove scream-make (all-caps functions) | Ben Boeckel | 1 | -15/+15 |
2014-10-23 | unbound: import cmake build system | Ben Boeckel | 1 | -82/+6 |
2014-10-23 | cmake: minor cleanups (indentation and typos) | Ben Boeckel | 1 | -0/+0 |
2014-10-23 | cmake: factor out error messages | Ben Boeckel | 1 | -3/+3 |
2014-10-06 | fixed miniupnpc dynamic target | Riccardo Spagni | 1 | -2/+4 |
2014-10-06 | fix for mingw not playing nicely with libunbound configure, fix for correctly... | Riccardo Spagni | 1 | -1/+4 |
2014-10-06 | set the winsock variable differently on Windows | Riccardo Spagni | 1 | -1/+2 |
2014-10-06 | fixed configure_command for libunbound under mingw | Riccardo Spagni | 1 | -1/+1 |
2014-10-06 | turns out mingw does actually produce .a libs and not .dll.a | Riccardo Spagni | 1 | -3/+1 |
2014-10-06 | quieten CMake when it can't find packages | Riccardo Spagni | 1 | -3/+3 |
2014-10-06 | removed required flags from miniupnp and unbound | Riccardo Spagni | 1 | -2/+2 |
2014-10-06 | include openssl in linbunbound static linking, added errors for openssl and e... | Riccardo Spagni | 1 | -3/+14 |
2014-10-06 | reference the correct unbound static lib | Riccardo Spagni | 1 | -4/+3 |
2014-10-06 | added libtool's install command | Riccardo Spagni | 1 | -7/+10 |
2014-10-06 | use the correct CMake variable for static builds | Riccardo Spagni | 1 | -1/+1 |
2014-10-06 | build libunbound correctly | Riccardo Spagni | 1 | -21/+50 |
2014-10-06 | fix missing parentheses | Riccardo Spagni | 1 | -1/+1 |
2014-10-06 | build libunbound from external if no local libunbound or for static builds | Riccardo Spagni | 1 | -197/+71 |
2014-10-06 | include openssl in linbunbound static linking, added errors for openssl and e... | Riccardo Spagni | 1 | -3/+14 |
2014-10-06 | reference the correct unbound static lib | Riccardo Spagni | 1 | -4/+3 |
2014-10-06 | added libtool's install command | Riccardo Spagni | 1 | -7/+10 |
2014-10-06 | use the correct CMake variable for static builds | Riccardo Spagni | 1 | -1/+1 |
2014-10-06 | build libunbound correctly | Riccardo Spagni | 1 | -21/+50 |
2014-10-06 | fix missing parentheses | Riccardo Spagni | 1 | -1/+1 |
2014-10-06 | build libunbound from external if no local libunbound or for static builds | Riccardo Spagni | 1 | -197/+71 |
2014-09-24 | fixed FreeBSD miniupnpc niggly | Riccardo Spagni | 1 | -1/+14 |
2014-09-24 | never use the baked-in miniupnpc on FreeBSD because explosions | Riccardo Spagni | 1 | -1/+1 |
2014-09-21 | fixed miniupnpc static building | Riccardo Spagni | 1 | -1/+1 |
2014-09-11 | fixed UPNP_LIBRARIES scope | fluffypony | 1 | -2/+6 |
2014-09-11 | added license to CMake | fluffypony | 1 | -0/+32 |
2014-09-11 | more CMake tweaks to allow detection on OS X | fluffypony | 1 | -4/+188 |
2014-09-10 | more dynamic miniupnp fixes | fluffypony | 1 | -5/+2 |
2014-09-10 | use external miniupnpc if available | fluffypony | 1 | -3/+15 |
2014-09-09 | exclude local miniupnpc for FreeBSD, install from ports instead | fluffypony | 1 | -10/+12 |
2014-04-09 | Port mapping with UPnP | Antonio Juarez | 1 | -0/+11 |