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
|
a486514afb
|
Conditional compile
|
10 years ago |
Gang Zhuo
|
a9589dba8b
|
bump 3.0
|
10 years ago |
icylogic
|
65e12e43c9
|
make hints more friendly.
|
10 years ago |
icylogic
|
11066b7581
|
in case of broken configs
|
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
|
687f397ae3
|
using StringEx
|
10 years ago |
Licshee
|
0e2c28c9b0
|
.
|
10 years ago |
Licshee
|
0c7597cdf4
|
moar
|
10 years ago |
Licshee
|
6a33e24ebc
|
forgot about empty lines, my bad
|
10 years ago |
icylogic
|
06d60f54bc
|
redesign statistics form
|
10 years ago |
Licshee
|
859474b577
|
misc improve
|
10 years ago |
Licshee
|
413803c56f
|
fix case-insensitive behavior
|
10 years ago |
Licshee
|
24609bf53b
|
never use string.Equals(string) if you don't know what you are doing
|
10 years ago |
Licshee
|
2c90e0fcb1
|
code style
|
10 years ago |
Licshee
|
88e4d2e317
|
.
|
10 years ago |
Licshee
|
0a71dc6f00
|
- better FileStream handling
- restore WPAD
|
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 |
Gang Zhuo
|
6976542cf2
|
tiny fix
|
10 years ago |
Gang Zhuo
|
88101fd820
|
revert Daily Rolling Log File
Bugs on daily rolling log file. Creation time not changed after roll
|
10 years ago |
Gang Zhuo
|
fcec167c72
|
revert save bandwidth
Some bugs on Save Bandwidth. Maybe commit again after all is ok.
|
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 |
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 |