kimw
|
bc3080701b
|
daily rolling log file
|
10 years ago |
kimw
|
937171996a
|
name the variable better: rename LogFile => LogFilePath
|
10 years ago |
Gang Zhuo
|
12ba488c7b
|
atomic operations to increase traffic statistics
|
10 years ago |
Gang Zhuo
|
b918cb85ae
|
tiny fix
|
10 years ago |
kimw
|
22accf4a90
|
reformated source code
|
10 years ago |
kimw
|
d2bb2c4a7d
|
fixed don't update abp rules while event user-rule file changed. in fact, the PAC will overwrite with gfwlist & use-rule but abp.
|
10 years ago |
kimw
|
c2095b5ad7
|
migrated SimpleJson => Newtonesoft.Json, and of cause removed SimpleJson source files.
|
10 years ago |
kimw
|
04486094f7
|
fixed compile errors in Release mode
|
10 years ago |
kimw
|
84f14d71c9
|
clean up avoid log message on timeout and network cut off. it's useless but confuse users.
|
10 years ago |
kimw
|
64390d45ac
|
GetTempPath() now supports: return a full path with filename combined which pointed to the temporary directory
|
10 years ago |
kimw
|
2cce646700
|
featured show bandwidth in log form's title
|
10 years ago |
kimw
|
0b16ef7445
|
Merge upstream
# Conflicts:
# README.md
# shadowsocks-csharp/Controller/Service/AvailabilityStatistics.cs
# shadowsocks-csharp/Controller/Service/PACServer.cs
# shadowsocks-csharp/Controller/Strategy/SimplyChooseByStatisticsStrategy.cs
# shadowsocks-csharp/Data/cn.txt
# shadowsocks-csharp/Model/Configuration.cs
# shadowsocks-csharp/Model/LogViewerConfig.cs
# shadowsocks-csharp/View/LogForm.Designer.cs
# shadowsocks-csharp/View/LogForm.cs
# shadowsocks-csharp/View/MenuViewController.cs
|
10 years ago |
Gang Zhuo
|
c539e027d7
|
support custom abp file
|
10 years ago |
Gang Zhuo
|
3d49bc3128
|
delay check for updates
|
10 years ago |
Kaguya
|
87c5b23e21
|
https://github.com/shadowsocks/shadowsocks-windows/issues/399
|
10 years ago |
10people
|
d0e16dc658
|
Add debug log in network transfer.
|
10 years ago |
Gang Zhuo
|
8a6249c4a3
|
revert Newtonsoft.Json
|
10 years ago |
Gang Zhuo
|
092d1168ff
|
start all instances on boot under portable model
|
10 years ago |
Gang Zhuo
|
8bc9a7911b
|
remove reference of Newtonsoft.Json
|
10 years ago |
Gang Zhuo
|
29d70acfb5
|
replace 'one_time_auth' to 'auth'
|
10 years ago |
icylogic
|
6550c04650
|
escape comma for csv;
prevent a bug
|
10 years ago |
icylogic
|
426623c9f2
|
always notify user that a choice is made
|
10 years ago |
icylogic
|
b9632f8636
|
basic statistics form UI
|
10 years ago |
icylogic
|
4684af053e
|
Merge branch 'master' into feature/statistics_ui
|
10 years ago |
Gang Zhuo
|
098640e792
|
refact
|
10 years ago |
Gang Zhuo
|
c5e27486fb
|
Protocol V2
|
10 years ago |
Gang Zhuo
|
3aac1cfcfc
|
Refine the authentication for true CCA
|
10 years ago |
Gang Zhuo
|
a070c3c986
|
small fix
|
10 years ago |
Gang Zhuo
|
b197af124b
|
fix bug: shadowsocks restart twice, when click Ok button on Edit Servers window
|
10 years ago |
Gang Zhuo
|
1d1c325ce1
|
fix UnitTest
|
10 years ago |
Gang Zhuo
|
ab79dbce0e
|
Download updates automatically
|
10 years ago |
Gang Zhuo
|
00ccb52bef
|
Add an option for checking updates
|
10 years ago |
Gang Zhuo
|
19085a3cd1
|
Update the hash function
follow with 5ae4df94e4
|
10 years ago |
icylogic
|
efdc347d68
|
Merge branch 'master' into feature/statistics_ui
|
10 years ago |
Gang Zhuo
|
eae3943556
|
reserve buffer for one-time auth
|
10 years ago |
Gang Zhuo
|
ca8df1b51f
|
fix buffer size
|
10 years ago |
Gang Zhuo
|
1564e9ff81
|
support onetime auth
|
10 years ago |
icylogic
|
c68283430a
|
bump 2.5.8
|
10 years ago |
Wensheng Tang
|
29afe43414
|
Update GFWList URL
|
10 years ago |
icylogic
|
8d2574b003
|
bump 2.5.7
|
10 years ago |
icylogic
|
3f56deb418
|
init chart
|
10 years ago |
icylogic
|
6c7f33dec3
|
ping asynchronously to accelerate evaluating
|
10 years ago |
icylogic
|
eb6ae48bc1
|
refactor
|
10 years ago |
icylogic
|
107bc99282
|
move loading and filtering jobs to statistics service
|
10 years ago |
kimw
|
0a733c61b8
|
fixed: standardize Logging usage
1. Add Logging.Info()
2. Console.WriteLine() -> Logging.Info()
3. Console.WriteLine() in exceptions -> Logging.LogUsefulException()
|
10 years ago |
kimw
|
2a71bd7ed7
|
fixed: rename LogFile -> LogFilePath, for more understandable
|
10 years ago |
kimw
|
4f310efeac
|
Merge remote-tracking branch 'upstream/master'
|
10 years ago |
kimw
|
0759bc894f
|
Move: gfwlist from googelcode -> github
|
10 years ago |
icylogic
|
e45dd8b695
|
core functions finished
|
10 years ago |
icylogic
|
4e1b140dd9
|
Add Json.Net and separate out Statistics Configuration file
Import Json.Net since it's difficult for SimpleJson to deal with nested type.
|
10 years ago |