Gang Zhuo
|
3da00178de
|
better way to kill privoxy
|
10 years ago |
Gang Zhuo
|
4325b7f6f9
|
fix https://github.com/shadowsocks/shadowsocks-windows/issues/466
|
10 years ago |
Gang Zhuo
|
a9589dba8b
|
bump 3.0
|
10 years ago |
icylogic
|
a99fef37d3
|
track multiple servers at the same time
Correct AvailabilityStatistics's behavior under special strategies like "LoadBalance", which may switch the server several times in a short period.
|
10 years ago |
icylogic
|
7914d704d9
|
finish basic calculation
|
10 years ago |
icylogic
|
e0e0f646b0
|
fix the chart
|
10 years ago |
icylogic
|
3b7cbf8020
|
fix weird logic for reading files.
|
10 years ago |
icylogic
|
2086b5900d
|
Merge remote-tracking branch 'upstream/master' into feature/statistics_ui
# Conflicts:
# shadowsocks-csharp/Controller/Service/AvailabilityStatistics.cs
# shadowsocks-csharp/Controller/Strategy/StatisticsStrategy.cs
# shadowsocks-csharp/View/StatisticsStrategyConfigurationForm.cs
|
10 years ago |
Licshee
|
a8ffc60d31
|
updated StringEx to 0.2, in favor of s.NonWhiteSpaceLines()
|
10 years ago |
Licshee
|
732866c095
|
Merge branch 'master' into using-StringEx
|
10 years ago |
Licshee
|
281dfe028a
|
.
|
10 years ago |
Licshee
|
4a45d60c40
|
more reliable & maintainable extension methods
|
10 years ago |
Licshee
|
0c7597cdf4
|
moar
|
10 years ago |
icylogic
|
06d60f54bc
|
redesign statistics form
|
10 years ago |
Licshee
|
859474b577
|
misc improve
|
10 years ago |
icylogic
|
bec1f808b3
|
add an option for Ping tests (disabled by default) and improve the readability of the code
|
10 years ago |
icylogic
|
586caab7c4
|
follow CA1001: Types that own disposable fields should be disposable
https://msdn.microsoft.com/library/ms182172.aspx
|
10 years ago |
icylogic
|
ce67551d31
|
migrate to record data model
|
10 years ago |
icylogic
|
aef4b86c91
|
refactor AvailabilityStatistics to singleton
|
10 years ago |
icylogic
|
6df589facf
|
fix error caused by type migration
|
10 years ago |
icylogic
|
e0ee791e3b
|
Merge remote-tracking branch 'upstream/master' into feature/statistics_ui
|
10 years ago |
icylogic
|
b735d59d8a
|
remove ISP/Geolocation detection
|
10 years ago |
icylogic
|
7599704d1f
|
add speed to statistics
|
10 years ago |
icylogic
|
5b895efdba
|
Merge branch 'master' into feature/statistics_ui
|
10 years ago |
Simon Dong
|
5a0a35a839
|
fix crashed when dns can't resolve server ip address.
|
10 years ago |
Simon Dong
|
0b73017250
|
create statistics file if not exists.
|
10 years ago |
kimw
|
1ee07d196a
|
save bandwidth in config file per shadowsocks server
|
10 years ago |
kimw
|
f9bd1c9150
|
featured: save bandwidth in config.json file
|
10 years ago |
Gang Zhuo
|
b918cb85ae
|
tiny fix
|
10 years ago |
kimw
|
22accf4a90
|
reformated source code
|
10 years ago |
kimw
|
c2095b5ad7
|
migrated SimpleJson => Newtonesoft.Json, and of cause removed SimpleJson source files.
|
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
|
29d70acfb5
|
replace 'one_time_auth' to 'auth'
|
10 years ago |
icylogic
|
6bccd24e81
|
Catch All Exception for GetStringAsync
|
10 years ago |
icylogic
|
6550c04650
|
escape comma for csv;
prevent a bug
|
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
|
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 |