Gang Zhuo
4bdd864d2f
Merge pull request #456 from wongsyrone/privoxy-3.0.24
update privoxy to 3.0.24
9 years ago
icylogic
a1ae4a6062
Merge pull request #457 from icylogic/feature/statistics_ui
feature/statistics ui
9 years ago
icylogic
65e12e43c9
make hints more friendly.
9 years ago
icylogic
11066b7581
in case of broken configs
9 years ago
icylogic
8f175c481e
filter out meanless data.
9 years ago
icylogic
e72822aac0
turn on optimization
9 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.
9 years ago
Syrone Wong
72046973ed
update privoxy to 3.0.24
The executable was modified based on official release version, which
prevents privoxy from showing tray icon.
jmp dword ptr [<&SHELL32.Shell_NotifyIconA>] => nop
This should close #455
Signed-off-by: Syrone Wong <wong.syrone@gmail.com>
9 years ago
icylogic
7914d704d9
finish basic calculation
9 years ago
icylogic
7a3f946913
fix databinding
9 years ago
icylogic
e0e0f646b0
fix the chart
9 years ago
icylogic
3b7cbf8020
fix weird logic for reading files.
9 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
9 years ago
Gang Zhuo
ea43e2a72d
use ConcurrentDictionary instead of Dictionary
9 years ago
Gang Zhuo
3c8ff1c666
Merge pull request #438 from Licshee/using-StringEx
Using StringEx
9 years ago
Licshee
dbab0c1852
Merge branch 'master' into using-StringEx
9 years ago
Licshee
6f0c7af5c6
update dependencies
9 years ago
Licshee
0f075f67a2
.
9 years ago
Licshee
4ed0addb7d
Merge branch 'master' into using-StringEx
9 years ago
Licshee
9de588c1ce
add a new .sln file for Visual Studio 2015, since we are already using C# 6 features.
you don't think people will use Roslyn with Visual Studio 2012, do you?
9 years ago
Licshee
8c77b38a7e
- avoid conflict between Caseless & Costura
- introduce a way to detect problem(s) related to Costura ASAP
9 years ago
Licshee
f2f0227a4d
PM> Install-CleanReferencesTarget
9 years ago
Licshee
65998d0cf5
supposed to work around a problem between Caseless & Costura
9 years ago
Licshee
d176bbfc76
Merge branch 'working' into using-StringEx
9 years ago
Licshee
a8ffc60d31
updated StringEx to 0.2, in favor of s.NonWhiteSpaceLines()
9 years ago
Licshee
df83691e91
updated Caseless.Fody depencency
9 years ago
Licshee
e8027f6c82
Merge branch 'master' into working
9 years ago
Licshee
732866c095
Merge branch 'master' into using-StringEx
9 years ago
Licshee
281dfe028a
.
9 years ago
Licshee
4a45d60c40
more reliable & maintainable extension methods
9 years ago
Licshee
687f397ae3
using StringEx
9 years ago
Gang Zhuo
6a8f554c06
Merge pull request #437 from NanaLich/master
more unnecessary optimize
9 years ago
Licshee
0e2c28c9b0
.
9 years ago
Gang Zhuo
fd67708f15
Merge pull request #436 from NanaLich/master
Master
9 years ago
Licshee
0c7597cdf4
moar
9 years ago
Licshee
bf596a7d17
Merge branch 'working'
9 years ago
Licshee
6a33e24ebc
forgot about empty lines, my bad
9 years ago
icylogic
b07951132f
Merge pull request #434 from NanaLich/master
fix WPAD & FileStream handling
9 years ago
icylogic
06d60f54bc
redesign statistics form
9 years ago
Licshee
859474b577
misc improve
9 years ago
Licshee
413803c56f
fix case-insensitive behavior
9 years ago
Licshee
1287eb0fa7
fix default string comparison
9 years ago
Licshee
6c28613c7e
fix case-insensitive string comparison
9 years ago
Licshee
b08e24c49f
equality operators are always prefered in C#
since the default object.Equals(object) does nothing more than object.ReferenceEquals(object)
9 years ago
Licshee
24609bf53b
never use string.Equals(string) if you don't know what you are doing
9 years ago
Licshee
2c90e0fcb1
code style
9 years ago
Licshee
88e4d2e317
.
9 years ago
Licshee
0a71dc6f00
- better FileStream handling
- restore WPAD
9 years ago
NanaLich
6bb554bf8d
Merge pull request #1 from shadowsocks/master
Master
9 years ago
icylogic
bec1f808b3
add an option for Ping tests (disabled by default) and improve the readability of the code
9 years ago