kimw
|
c2095b5ad7
|
migrated SimpleJson => Newtonesoft.Json, and of cause removed SimpleJson source files.
|
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
|
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 |
Kaguya
|
87c5b23e21
|
https://github.com/shadowsocks/shadowsocks-windows/issues/399
|
9 years ago |
icylogic
|
6550c04650
|
escape comma for csv;
prevent a bug
|
9 years ago |
icylogic
|
b9632f8636
|
basic statistics form UI
|
9 years ago |
icylogic
|
3f56deb418
|
init chart
|
9 years ago |
icylogic
|
6c7f33dec3
|
ping asynchronously to accelerate evaluating
|
9 years ago |
icylogic
|
107bc99282
|
move loading and filtering jobs to statistics service
|
9 years ago |
kimw
|
0a733c61b8
|
fixed: standardize Logging usage
1. Add Logging.Info()
2. Console.WriteLine() -> Logging.Info()
3. Console.WriteLine() in exceptions -> Logging.LogUsefulException()
|
9 years ago |
icylogic
|
e45dd8b695
|
core functions finished
|
9 years ago |
icylogic
|
a30cb166a5
|
Merge branch 'hotfix/more_clear_log' into develop
# Conflicts:
# shadowsocks-csharp/Controller/Service/AvailabilityStatistics.cs
|
9 years ago |
icylogic
|
879163dc2b
|
Add more clear log
|
9 years ago |
icylogic
|
aa2334c9fd
|
Merge branch 'master' into feature/statistics_ui
# Conflicts:
# shadowsocks-csharp/Controller/Service/AvailabilityStatistics.cs
# shadowsocks-csharp/Controller/Strategy/StatisticsStrategy.cs
# shadowsocks-csharp/View/LogForm.Designer.cs
# shadowsocks-csharp/View/MenuViewController.cs
|
9 years ago |
clowwindy
|
c767f55b3c
|
add portable mode
|
9 years ago |
icylogic
|
7978817492
|
fixed #280, log "No such host is known" and other PingException
|
9 years ago |
icylogic
|
99baeb89f3
|
log "No such host is known" exception
|
9 years ago |
icylogic
|
34ab170e4c
|
fix serveral minor bugs
|
9 years ago |
icylogic
|
c08463710e
|
feature: get ISP
|
9 years ago |
icylogic
|
e15ba8dc8b
|
Refactor code with syntactic sugars in c#.
|
9 years ago |
icylogic
|
26557bfdc3
|
adjust interval of statistics
|
9 years ago |
icylogic
|
0e4f0f17cd
|
Add availability statistics service and a simple strategy
Strategy: Simply Choose By Statistics
|
9 years ago |