summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Fix Java warningsHEADmasterManuel Bentele2021-03-262-3/+3
|
* Add missing filesSimon Rettberg2021-03-252-0/+86
|
* Pac: Force caching of at least one hour, ignore scripts > 20kbSimon Rettberg2017-08-092-1/+13
|
* Prevent NumberFormatExceptions from breaking everything; NPE in PacProxySelectorSimon Rettberg2017-08-098-20/+33
|
* Sophisticate proxy parsing and generating, fix misinterpretation if SOCKS ↵Simon Rettberg2017-08-0910-55/+172
| | | | | | | | | | 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-0113-86/+94
|
* Minor tweaksSimon Rettberg2017-01-132-31/+49
|
* Delete unused classSimon Rettberg2017-01-131-315/+0Star
|
* Cleanup includesSimon Rettberg2017-01-131-2/+1Star
|
* Speed up things a bit, make WPAD guessing betterSimon Rettberg2015-07-163-116/+134
|
* Add HTTP connect timeoutSimon Rettberg2015-06-052-65/+77
|
* actually use the backend if it is set :)Jonathan Bauer2014-12-011-1/+5
|
* Revert "hack: log4j logger support"Jonathan Bauer2014-12-012-21/+12Star
| | | | This reverts commit 075f086d3211f6f347e7366a5d5f78e2b73c850e.
* hack: log4j logger supportJonathan Bauer2014-12-012-12/+21
|
* Removed Rhino support, cleaned up pom.xmlSimon Rettberg2014-11-133-435/+2Star
|
* Added proxy java classes.Björn Hagemeister2014-11-11116-0/+12011