1
0
Fork 0
mirror of https://github.com/Sonarr/Sonarr synced 2024-12-26 17:57:43 +00:00
Sonarr/NzbDrone.Common
2012-01-26 21:05:09 -08:00
..
Model
Properties
ConfigFileProvider.cs
ConsoleProvider.cs
DiskProvider.cs Updated diskprovider to use GetFiles instead of EnumerateFiles to prevent a screwed up issue. 2012-01-22 22:43:11 -08:00
EnviromentProvider.cs Started to add support for deskmetrics 2012-01-25 17:32:36 -08:00
ExceptioneerTarget.cs Better exception logging. 2012-01-19 22:12:07 -08:00
IISProvider.cs Enabled rolling file logging. 2012-01-22 18:41:44 -08:00
LogConfiguration.cs Enabled rolling file logging. 2012-01-22 18:41:44 -08:00
NzbDrone.Common.csproj Added SecurityProvider to deal with administrative tasks (Url Registering and FW Port Opening). 2012-01-16 23:17:58 -08:00
packages.config
PathExtentions.cs Cleaned up Backup. 2012-01-26 21:05:09 -08:00
ProcessProvider.cs Enabled rolling file logging. 2012-01-22 18:41:44 -08:00
SecurityProvider.cs New: Added check to ensure FW is enabled before opening and closing ports. 2012-01-25 18:01:37 -08:00
ServiceProvider.cs Replaced ServiceInstall.bat/ServiceUninstall.bat with exe files that automatically elevate user permissions. 2012-01-16 23:12:22 -08:00
WebClientProvider.cs