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 |
icylogic
|
586caab7c4
|
follow CA1001: Types that own disposable fields should be disposable
https://msdn.microsoft.com/library/ms182172.aspx
|
9 years ago |
icylogic
|
ce67551d31
|
migrate to record data model
|
9 years ago |
icylogic
|
aef4b86c91
|
refactor AvailabilityStatistics to singleton
|
9 years ago |
icylogic
|
6df589facf
|
fix error caused by type migration
|
9 years ago |
icylogic
|
e0ee791e3b
|
Merge remote-tracking branch 'upstream/master' into feature/statistics_ui
|
9 years ago |
icylogic
|
b735d59d8a
|
remove ISP/Geolocation detection
|
9 years ago |
icylogic
|
6ce4e081ec
|
Merge pull request #418 from bigtan/patch-1
add statistics config translation
|
9 years ago |
Gang Zhuo
|
d7ca8ad41d
|
Merge pull request #422 from snovian/master
fix crash in HA mode.
|
9 years ago |
icylogic
|
7599704d1f
|
add speed to statistics
|
9 years ago |
icylogic
|
5b895efdba
|
Merge branch 'master' into feature/statistics_ui
|
9 years ago |
Simon Dong
|
5a0a35a839
|
fix crashed when dns can't resolve server ip address.
|
9 years ago |
Simon Dong
|
0b73017250
|
create statistics file if not exists.
|
9 years ago |
Gang Zhuo
|
6976542cf2
|
tiny fix
|
9 years ago |
Gang Zhuo
|
88101fd820
|
revert Daily Rolling Log File
Bugs on daily rolling log file. Creation time not changed after roll
|
9 years ago |
Gang Zhuo
|
fcec167c72
|
revert save bandwidth
Some bugs on Save Bandwidth. Maybe commit again after all is ok.
|
9 years ago |
Gang Zhuo
|
3c76238341
|
Merge pull request #415 from kimw/master
added 2 features
|
9 years ago |
Bigtan
|
d23af40fa1
|
add statistics config translation
add statistics config translation
|
9 years ago |
kimw
|
1ee07d196a
|
save bandwidth in config file per shadowsocks server
|
9 years ago |