noisyfox
|
eef990f529
|
Check close before create reomte
Check null ref (#940)
|
8 years ago |
noisyfox
|
f66638d14c
|
Don't check and throw exception in a display function. We should check this at input side.
|
8 years ago |
noisyfox
|
0c055caffd
|
Add the missing semicolon in global proxy bypass list
|
8 years ago |
noisyfox
|
efc486c733
|
Update CHANGES and bump version
|
8 years ago |
noisyfox
|
b7b92a4af9
|
Very rarely used regex, do not compile
|
8 years ago |
noisyfox
|
a447feece2
|
Adjust qrcode display
|
8 years ago |
noisyfox
|
2a0dd88525
|
Add import URL from clipboard
|
8 years ago |
noisyfox
|
5650b1d847
|
Use compiled regex
|
8 years ago |
noisyfox
|
b972cb250b
|
Don't zoom QRCode
|
8 years ago |
noisyfox
|
f363b94fd6
|
Show ss URL in QRCode form
|
8 years ago |
noisyfox
|
a08993519f
|
Handle request line correctlly
This coudl fix #937
|
8 years ago |
noisyfox
|
8a68a3515b
|
Check server url before saving it
Don't clear the textbox, focus it instead. We want the user to see the wrong input instead of a blank textbox.
|
8 years ago |
noisyfox
|
76fbd808e3
|
Add menu item to copy local pac url
|
8 years ago |
noisyfox
|
557c797a9a
|
Refine code
|
8 years ago |
noisyfox
|
ac45b44c09
|
Update CHANGES and bump version
|
8 years ago |
noisyfox
|
c0299090c4
|
Merge branch 'proxy_dev'
|
8 years ago |
noisyfox
|
de4a2f862b
|
Update global proxy bypass list
|
8 years ago |
noisyfox
|
430137495c
|
Always use {}
|
8 years ago |
noisyfox
|
566a0fcfa5
|
Logging exception
|
8 years ago |
noisyfox
|
2c15520230
|
Remove unnecessary volatile
|
8 years ago |
noisyfox
|
9cdb71875a
|
Typo and refine code
|
8 years ago |
noisyfox
|
b04c59d8e6
|
http -> shadowsocks protocol directly
No more http->socks5 transform.
|
8 years ago |
noisyfox
|
f2b8e91f81
|
Reuse buffer from first pakcage
Remove some debug output
|
8 years ago |
noisyfox
|
d1e8f38767
|
Better host parse
|
8 years ago |
noisyfox
|
f9e39fdd1d
|
Refine header parse
|
8 years ago |
noisyfox
|
5ba0dffa5d
|
First working built-in http proxy
|
8 years ago |
noisyfox
|
0d4d01af3b
|
Remove privoxy
|
8 years ago |
noisyfox
|
a61b10bb67
|
Allow LineReader to start with a first package
|
8 years ago |
noisyfox
|
be3cc3f3a6
|
Rename Shadowsocks.Proxy -> Shadowsocks.ForwardProxy
|
8 years ago |
noisyfox
|
5c5f753721
|
Use external agents to set system proxy.
This fix the proxy issue on win10 insider preview.
|
8 years ago |
noisyfox
|
264b91d6b0
|
Fix a problem that forward proxy settings are saved twice
Fix #926
|
8 years ago |
noisyfox
|
4b067346bf
|
Refine random string generate.
|
8 years ago |
noisyfox
|
9e51b4a41b
|
Add translation
|
8 years ago |
noisyfox
|
983c1adb28
|
Check secret in PACServer
|
8 years ago |
noisyfox
|
22d8cdeff7
|
Add secret in local pac url.
|
8 years ago |
noisyfox
|
b6cd8e0750
|
Update CHANGES and bump version
|
8 years ago |
noisyfox
|
cc6f77efa5
|
Refine code
|
8 years ago |
noisyfox
|
65b9c9f5fa
|
Allow check pre-release version
|
8 years ago |
Syrone Wong
|
1e7a8de34a
|
Fix privoxy listening port conflict (#920)
Let TCP stack find a free port for us
Signed-off-by: Syrone Wong <wong.syrone@gmail.com>
|
8 years ago |
Syrone Wong
|
355ab0e63d
|
Use UTF-8 encoding for optional tag in ss url (#918)
Signed-off-by: Syrone Wong <wong.syrone@gmail.com>
|
8 years ago |
Syrone Wong
|
6d01cb074e
|
Add optional tag support for ss url (#917)
Signed-off-by: Syrone Wong <wong.syrone@gmail.com>
|
8 years ago |
noisyfox
|
17c60bf9cc
|
Don't UpdateSystemProxy before SaveConfig.
Otherwise we will update proxy twice.
|
8 years ago |
noisyfox
|
41827f283e
|
Refine code
|
8 years ago |
noisyfox
|
e7b559f1da
|
Refine code
|
8 years ago |
noisyfox
|
63816ccdd1
|
Fix hotkey unregister issue.
Use singleton mode for hotkey callbacks.
|
8 years ago |
noisyfox
|
206e0b8cb5
|
Fix a null ref
if user manually deleted the whole 'configs' field in gui-config.json.
Which won't crash the app but will lost all other configs.
|
8 years ago |
noisyfox
|
86eeba3b7d
|
Fix crash while showing config dialog.
If user manually deleted servers from gui-config.json
|
8 years ago |
noisyfox
|
6df3250a9f
|
Fix crash on startup when user manually deleted servers from gui-config.json
|
8 years ago |
Noisyfox
|
011fc253bb
|
Merge pull request #888 from wongsyrone/hotkey
hotkey: Refine system proxy mode switching logic
|
8 years ago |
Syrone Wong
|
c25e70e888
|
hotkey: Refine system proxy mode switching logic
Merge 'Switch to PAC' and 'Switch to Global'
Signed-off-by: Syrone Wong <wong.syrone@gmail.com>
|
8 years ago |