Student Main
3fe3f99d41
Init JS variable in more reliable and quick way, reduce redundant code
6 years ago
lonelam
0a8c9d4eee
FIX: some crash about thread-safe in statistics
6 years ago
Allen Zhu
67e630f277
Merge pull request #2539 from celeron533/PAC
Refine PAC server
6 years ago
celeron533
36297b9132
Refine PAC resources
- Uncompress the text file for better version control
- Touch the PAC files in first place
6 years ago
celeron533
aa8dac1a10
Define socks5 command
6 years ago
celeron533
7030c380a1
Refine PAC server
- Split the file operations to new PACDaemon
- More precise matching logic for handling PAC content http request
6 years ago
celeron533
f38205a8f8
Update the GFWList via IPv6Loopback when available
6 years ago
Stzx
17c499c525
Modify PAC request behavior
Update the PAC file using the proxy channel only when proxy mode is enabled.
6 years ago
celeron533
48506fa0ea
Update CHANGES and bump version
7 years ago
celeron533
6c711218a0
Update CHANGES and bump version
7 years ago
Yifei0727
5c0ce2159b
add jsonignore for param localHost
7 years ago
Yifei0727
339d29b2b9
change UpdateChecker WebProxy host support IPv6 mode
7 years ago
Yifei0727
58c914d8ed
add Pac support for IPv6
7 years ago
Yifei0727
f8fef5f909
add IPv6 support for tcp/dup/ and Privoxy
7 years ago
tato
13c679e514
Fix udp relay
7 years ago
celeron533
62491f4f33
Update CHANGES and bump version
7 years ago
rickryo
0d6c8bd0bc
add "basic access authentication" support for http proxy
7 years ago
celeron533
db4c560fdb
Update CHANGES and bump version
7 years ago
celeron533
63282a4c8d
Update user-agent
7 years ago
celeron533
fdd068c414
Log checking GFWList
7 years ago
celeron533
f7944c08cc
Log registered encryptor with conditions
DumpRegisteredEncryptor
7 years ago
celeron533
9ee988d9f1
Update the PAC javascript to support user rules in a better way
PAC will check the user rules first to find whether the URL should be connected via PROXY or DIRECT. If it does not match, then go to check GFWList rules.
7 years ago
celeron533
f75ffc06fc
Minor updates
7 years ago
celeron533
fee1cf4df9
Update CHANGES and bump version
7 years ago
Syrone Wong
9911a173bc
update privoxy to 3.0.28
binary modified via OD with tray icon function calls bypassed
Signed-off-by: Syrone Wong <wong.syrone@gmail.com>
7 years ago
celeron533
55cd6c56e1
Update CHANGES and bump version
7 years ago
celeron533
e7f33e3b9d
Update CHANGES and bump version
7 years ago
celeron533
7e21e168cf
Update CHANGES and bump version
7 years ago
celeron533
98538e32c0
Code cleanup
7 years ago
celeron533
1b373fd145
Fix #1969 #1818
Cause: process's additional environment variables are not expanded
by correctly.
Innovated by studentmain (StudentEx <scncgz@gmail.com>)
7 years ago
celeron533
7c1cb27aab
Update CHANGES and bump version
7 years ago
celeron533
796cd6516b
Update CHANGES and bump version
7 years ago
celeron533
348e601196
Add version in log file
8 years ago
celeron533
1a56ea23ec
Update CHANGES and bump version
8 years ago
celeron533
b7e30318cd
Add plugin CLI arguments support
8 years ago
celeron533
25c1d02395
Update CHANGES and bump version
8 years ago
celeron533
e2b9822224
Update CHANGES and bump version
8 years ago
Allen Zhu
a12a70ccf0
Merge pull request #1671 from wongsyrone/master
Add OpenSSL 1.1.0g support due to hardware acceleration
8 years ago
Syrone Wong
4d4f1753c7
Add OpenSSL 1.1.0g support due to hardware acceleration
Note: If you want to compile it by yourself, please make sure
do NOT use `no-asm` configure option, since the main point of
this commit is to utilize assembly in openssl
Add OpenSSL test
8 years ago
celeron533
f042e91305
Minor changes
SIP003 server port validation
Year 2018
8 years ago
celeron533
647f986003
Avoid raise FileSystemWatcher event twice
When saving user-rule.txt file, some text editors can raise FileSystemWatcher event twice.
The 1st time is blank content, then the 2nd time is the modified content.
8 years ago
celeron533
8cd64d4022
Reuse the PAC file merge procedure
8 years ago
Allen Zhu
7021edd61f
Merge pull request #1564 from jinliming2/user-rule
Put user rules at the begin of the PAC file.
8 years ago
Syrone Wong
218925e191
Close connection if received zero bytes
This might fix 500 Privoxy Internal Error: no-server-data
8 years ago
Liming Jin
dc718a583b
Put user rules at the begin of the PAC file.
Fix : #1468
Enhance: 46d40fec67
8 years ago
celeron533
0c877a76c6
Update CHANGES and bump version
8 years ago
celeron533
08f06f7177
Update CHANGES and bump version
8 years ago
Raif Atef
cf5de91acb
Use job objects with SIP003 plugin to avoid lingering processes if app is killed.
8 years ago
Raif Atef
caa96ad334
Fix port range check and move Sip003Plugin.
8 years ago
Raif Atef
f04b497d79
SIP002 and SIP003 support
8 years ago