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
kimw
f9bd1c9150
featured: save bandwidth in config.json file
9 years ago
kimw
bc3080701b
daily rolling log file
9 years ago
kimw
937171996a
name the variable better: rename LogFile => LogFilePath
9 years ago
kimw
af3fe3fc92
upgraded 3rd packages:
Fody 1.29.3 => 1.29.4
Microsoft.Bcl 1.1.8 => 1.1.10
Microsoft.Bcl.Build 1.0.14 => 1.0.21
Newtonsoft.Json 7.0.1 => 8.0.2
9 years ago
Gang Zhuo
12ba488c7b
atomic operations to increase traffic statistics
9 years ago
Gang Zhuo
b918cb85ae
tiny fix
9 years ago
Gang Zhuo
d2833e6d9f
Merge pull request #413 from kimw/master
a lot of commits
9 years ago
kimw
6f38bbb1d3
fixed 0 bytes will not show up, and, corrected function name
9 years ago
kimw
22accf4a90
reformated source code
9 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.
9 years ago
kimw
c2095b5ad7
migrated SimpleJson => Newtonesoft.Json, and of cause removed SimpleJson source files.
9 years ago
kimw
04486094f7
fixed compile errors in Release mode
9 years ago
kimw
84f14d71c9
clean up avoid log message on timeout and network cut off. it's useless but confuse users.
9 years ago
kimw
b813d9eebc
featured middle click on tray pops up log viewer
9 years ago
kimw
9194b0325f
avoid warning message while compile
9 years ago
kimw
64390d45ac
GetTempPath() now supports: return a full path with filename combined which pointed to the temporary directory
9 years ago
kimw
2cce646700
featured show bandwidth in log form's title
9 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
9 years ago
Gang Zhuo
e76582c602
Merge pull request #405 from wongsyrone/chacha20-ietf
add chacha20-ietf support with updated libsscrypto
9 years ago
Syrone Wong
131c4940c6
add chacha20-ietf support with updated libsscrypto
ChaCha20 with an extended (96 bit) nonce and a 32-bit counter has
been implemented as crypto_stream_chacha20_ietf() from LibSodium 1.0.4
Please refer to https://tools.ietf.org/html/rfc7539 for details.
Signed-off-by: Syrone Wong <wong.syrone@gmail.com>
9 years ago
Gang Zhuo
c539e027d7
support custom abp file
9 years ago
Gang Zhuo
3d49bc3128
delay check for updates
9 years ago
Gang Zhuo
805226024b
Merge pull request #400 from SuperHentai/master
Fix https://github.com/shadowsocks/shadowsocks-windows/issues/399
9 years ago
Kaguya
87c5b23e21
https://github.com/shadowsocks/shadowsocks-windows/issues/399
9 years ago
icylogic
0ffee0110a
Merge pull request #391 from icylogic/master
Fix #389
9 years ago
icylogic
e900ad30d7
Merge branch 'hotfix/check_usability'
9 years ago
icylogic
1196696ed7
fix #389 : crash on empty statistic data.
9 years ago
Gang Zhuo
961ca041b2
Fix bug
9 years ago
Gang Zhuo
dd0d047402
override MD5, so compatible with FIPS
9 years ago
Gang Zhuo
1097d4fc5b
remove space by trim()
9 years ago
Gang Zhuo
6838c9d605
Merge pull request #376 from 10people/master
Fix error in open log file in debug mode.
9 years ago
10people
d0e16dc658
Add debug log in network transfer.
9 years ago