summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/btr/proxy/util
Commit message (Collapse)AuthorAgeFilesLines
* Prevent NumberFormatExceptions from breaking everything; NPE in PacProxySelectorSimon Rettberg2017-08-091-2/+2
|
* Sophisticate proxy parsing and generating, fix misinterpretation if SOCKS ↵Simon Rettberg2017-08-091-4/+11
| | | | | | | | | | 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...
* Rewrite proxy string parsing, regex was a bit wonkySimon Rettberg2017-08-021-23/+33
|
* Make proxy type detection more intelligent, decouple from target protocolSimon Rettberg2017-08-011-9/+33
|
* Minor tweaksSimon Rettberg2017-01-131-29/+47
|
* Speed up things a bit, make WPAD guessing betterSimon Rettberg2015-07-161-14/+26
|
* actually use the backend if it is set :)Jonathan Bauer2014-12-011-1/+5
|
* Revert "hack: log4j logger support"Jonathan Bauer2014-12-011-21/+1Star
| | | | This reverts commit 075f086d3211f6f347e7366a5d5f78e2b73c850e.
* hack: log4j logger supportJonathan Bauer2014-12-011-1/+21
|
* Added proxy java classes.Björn Hagemeister2014-11-117-0/+926