Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-10-02 | timestamps changed from uint64_t to int64_t | Grant Limberg | |
There were cases in the code where time calculations and comparisons were overflowing and causing connection instability. This will keep time calculations within expected ranges. | |||
2017-07-17 | Wire up PortMapper in Android | Grant Limberg | |
Enables UPnP port mapping for Android client on networks with UPnP routers | |||
2017-07-06 | Cleanup. | Adam Ierymenko | |
2017-06-27 | Rename Utils::snprintf due to it being a #define on one platform. | Adam Ierymenko | |
2017-04-27 | License header update. | Adam Ierymenko | |
2016-06-21 | GitHub issue #338 | Adam Ierymenko | |
2016-06-21 | GitHub issue #339 | Adam Ierymenko | |
2016-06-08 | Fix include for system json-parser. | Adam Ierymenko | |
2016-01-12 | boring doc stuff | Adam Ierymenko | |
2015-12-21 | Selectively move over changes from "edge" to "dev" excluding netcon. | Adam Ierymenko | |
2015-11-30 | Put selftest back and turn off tracing in PortMapper. | Adam Ierymenko | |
2015-11-30 | ... and here. | Adam Ierymenko | |
2015-11-30 | Need to close on premature abort too or resources are leaked. | Adam Ierymenko | |
2015-11-30 | Also add a timeout for the actual NAT-PMP port mapping step. | Adam Ierymenko | |
2015-11-30 | Fix for uPnP | Adam Ierymenko | |
2015-11-30 | Merge miniupnpc/libnatpmp build into main build by just adding flags, defs, ↵ | Adam Ierymenko | |
and objs. | |||
2015-11-30 | Ton of uPnP work and adding NAT-PMP support, still testing... | Adam Ierymenko | |