summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/btr/proxy/search/browser/firefox/FirefoxProxySearchStrategy.java
Commit message (Collapse)AuthorAgeFilesLines
* Prevent NumberFormatExceptions from breaking everything; NPE in PacProxySelectorSimon Rettberg2017-08-091-3/+4
|
* Sophisticate proxy parsing and generating, fix misinterpretation if SOCKS ↵Simon Rettberg2017-08-091-1/+8
| | | | | | | | | | proxies This is a quick and dirty fix; it seems a major redesign is appropriate. We should also switch to some maintained version of proxy-vole from github. This one looks halfway active: https://github.com/MarkusBernhardt/proxy-vole or maybe one of its forks...
* Make proxy type detection more intelligent, decouple from target protocolSimon Rettberg2017-08-011-14/+16
|
* Added proxy java classes.Björn Hagemeister2014-11-111-0/+267