celeron533
62491f4f33
Update CHANGES and bump version
7 years ago
celeron533
8a42d3c9d4
Exception for port assignment
When error code is SocketError.AccessDenied/10013(WSAEACCES), the port is reserved by system and you may not find the process name in `netstat`.
https://github.com/shadowsocks/shadowsocks-windows/issues/1835#issuecomment-453528715
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
Allen Zhu
42401afcc4
Merge pull request #2222 from DamirAinullin/enum_flags
Marked ApplicationRestartFlags with Flags attribute
7 years ago
celeron533
fdd068c414
Log checking GFWList
7 years ago
Damir Ainullin
5a2adf749c
Added flag RESTART_ALWAYS = 0 for ApplicationRestartFlags
7 years ago
Damir Ainullin
7ed2434db7
Marked ApplicationRestartFlags with Flags attribute
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
Allen Zhu
ea442e2429
Merge pull request #2166 from studentmain/master
Register restart after system reboot, #2154
7 years ago
Student Main
447632ff07
set command line parameter when register restart, for future
7 years ago
Student Main
207a977e4a
Fix typo
7 years ago
Student Main
5e0ccffa96
Register restart after system reboot, #2154
7 years ago
Allen Zhu
6e79f939ad
Merge pull request #2163 from celeron533/update_system_proxy
Update the system proxy when user-rule.txt changed
7 years ago
celeron533
5ffb7c4ca5
Update the system proxy when user-rule.txt changed
Fix #2140
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
StudentEx
36b626fbc0
Try to reset setting and retry when failed
7 years ago
StudentEx
060bbe1830
Refine sysproxy exception handling.
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>)
8 years ago
celeron533
7c1cb27aab
Update CHANGES and bump version
8 years ago
celeron533
80e4bec8c8
Fix fail to register hotkeys after wake up ( #1954 )
8 years ago
celeron533
796cd6516b
Update CHANGES and bump version
8 years ago
celeron533
721fb3f0ef
Refine HotkeyReg logic
8 years ago
voq
f24c0e9872
Merge pull request #1130 from voq/master
Auto register hotkeys
8 years ago
celeron533
ed4f8f5b78
Minor updates on Hotkeys form
- Naming
- Cleanup
- Move logic to controller
8 years ago
celeron533
05b41389f1
Get rid of the UI coupled reflection on Hotkey config form
8 years ago
celeron533
66cdd13144
Minor updates on Hotkeys form
8 years ago
celeron533
db1bbd8039
Minor updates on Hotkeys form
8 years ago
celeron533
79f33bc326
Simplify the temp folder mechanism: portable mode is back
- Portable mode ON: executable file's folder
- Portable mode OFF: current user's temp folder
8 years ago
celeron533
348e601196
Add version in log file
8 years ago
Opportunity
70ec5df5b0
Add temp folder path selection ( #1827 )
* Translation
* Environment Variables support
8 years ago
celeron533
1a56ea23ec
Update CHANGES and bump version
8 years ago
celeron533
b7e30318cd
Add plugin CLI arguments support
8 years ago
celeron533
5a78ee9212
Add square bracket for SIP002 IPv6 (RFC3986)
8 years ago
celeron533
c9ead3eee9
Server address should not be encoded
8 years ago
celeron533
25c1d02395
Update CHANGES and bump version
8 years ago
celeron533
5db7c79407
Minor changes on Forward Proxy
8 years ago
HYec
85bd65e021
Only start the current server's plugin
8 years ago
HYec
7197e46b53
Close sockets before stop plugins
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