icylogic
|
65e12e43c9
|
make hints more friendly.
|
10 years ago |
icylogic
|
11066b7581
|
in case of broken configs
|
10 years ago |
icylogic
|
8f175c481e
|
filter out meanless data.
|
10 years ago |
icylogic
|
e72822aac0
|
turn on optimization
|
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
|
7a3f946913
|
fix databinding
|
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 |
Gang Zhuo
|
ea43e2a72d
|
use ConcurrentDictionary instead of Dictionary
|
10 years ago |
Licshee
|
6f0c7af5c6
|
update dependencies
|
10 years ago |
Licshee
|
f2f0227a4d
|
PM> Install-CleanReferencesTarget
|
10 years ago |
Licshee
|
65998d0cf5
|
supposed to work around a problem between Caseless & Costura
|
10 years ago |
Licshee
|
d176bbfc76
|
Merge branch 'working' into using-StringEx
|
10 years ago |
Licshee
|
a8ffc60d31
|
updated StringEx to 0.2, in favor of s.NonWhiteSpaceLines()
|
10 years ago |
Licshee
|
df83691e91
|
updated Caseless.Fody depencency
|
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
|
1287eb0fa7
|
fix default string comparison
|
10 years ago |
Licshee
|
6c28613c7e
|
fix case-insensitive string comparison
|
10 years ago |
Licshee
|
b08e24c49f
|
equality operators are always prefered in C#
since the default object.Equals(object) does nothing more than object.ReferenceEquals(object)
|
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
|
6ce4e081ec
|
Merge pull request #418 from bigtan/patch-1
add statistics config translation
|
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 |
Bigtan
|
d23af40fa1
|
add statistics config translation
add statistics config translation
|
10 years ago |