summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2015-02-17Prepare for v0.8.5 releaseHEADmasterJoshua Judson Rosen
Update version-strings and summarise the changes since v0.8.4 in ChangeLog.
2015-02-17Remove HTTP proxy support.Joshua Judson Rosen
There are plenty of popular, readily-available external tools that, frankly, provide better options for going through proxies-- both of the HTTP variety and others (corkscrew, httptunnel, socat...); and dropping our internal implementation results in a significant reduction in code complexity--including the complete elimination of multithreading and all of the worries that go along with it.
2014-07-10Revert "Used LICENSE file instead of COPYING."Jakub Slawinski
This reverts commit 58f81d19ce809fac5d0a0fbe7b682243ada86aea. Conflicts: README.md
2014-07-10Used LICENSE file instead of COPYING.Jakub Slawinski
2014-07-10Initial project structure based on Active Port Forwarder 0.8.4.Jakub Slawinski