Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * Workaround for Mono not correctly implementing the OperatingSystemVersion ↵ | Adam Frisby | 2007-08-01 | 1 | -2/+1 |
| | | | | class. | ||||
* | * Added GetLocalHost() to Util | Adam Frisby | 2007-07-30 | 1 | -0/+20 |
| | | | | | * ExternalHostName supports "SYSTEMIP" again. | ||||
* | * Added new compatibility functions to Util | Adam Frisby | 2007-07-29 | 1 | -0/+55 |
| | | | | | | * IsEnvironmentSupported() - returns whether the platform is supported, if not, an error message is specified (at the moment restricts 95/98/ME, Systems that lack HTTPD.SYS and versions of the .NET framework prior to 2.0) * GetFileName() - returns a system valid filename, on windows this places data in the Application Data directory, on UNIX, the folder in which the application is calling from. | ||||
* | * Added "GetHostFromDNS" to Util to replace the various DNS resolution ↵ | Adam Frisby | 2007-07-18 | 1 | -0/+25 |
| | | | | methods we use. Favours IPv4 addresses before IPv6 addresses to work around the Vista preference issue. | ||||
* | changed to native line ending encoding | Sean Dague | 2007-07-16 | 1 | -184/+184 |
| | |||||
* | * Optimized usings (the 'LL ate my scripts' commit) | lbsa71 | 2007-07-03 | 1 | -2/+0 |
| | | | | | * added some licensing info | ||||
* | Some work on restructuring the namespaces / project names. Note this doesn't ↵ | MW | 2007-06-27 | 1 | -0/+186 |
compile yet as not all the code has been changed to use the new namespaces. Am committing it now for feedback on the namespaces. |