aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil/os_version_info.c
AgeCommit message (Expand)AuthorFilesLines
2018-06-27Add Windows 10 Release ID to About infoGraham Bloice1-0/+7
2018-06-26Windows: Fetch our version using RtlGetVersion.Gerald Combs1-70/+54
2018-03-01Windows: Remove cruft for unsupported versonsGraham Bloice1-21/+3
2018-02-22And systemd weighs in on how to find out the distribution you're on....Guy Harris1-0/+15
2018-02-08replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo1-1/+1
2017-12-10Convert to using use SPDX identifier on wsutil directoryMichael Mann1-13/+1
2017-06-16Change some names to reflect Apple's new UNIX-for-Macs name.Guy Harris1-5/+5
2017-06-16Rename a routine to match the OS name.Guy Harris1-2/+5
2017-04-05A bunch of "{Mac} OS X" -> "macOS" changes.Guy Harris1-6/+6
2016-06-13Finish moving the parenthesis.Guy Harris1-1/+1
2016-06-13Fix a compile error.Guy Harris1-1/+1
2016-06-13Don't assume we can get a module handle for kernel32.dll.Guy Harris1-1/+10
2015-07-07Next Windows Server version seems to be named Windows Server 2016 nowPascal Quantin1-1/+1
2015-01-28win32: fix detection of Windows 10 Technical PreviewPascal Quantin1-2/+20
2014-12-29Restore string.h to os_version.cMartin Mathieson1-0/+1
2014-12-28Deleting unnecessary #includes from wsutil.Martin Mathieson1-1/+0
2014-11-02Add identification of Windows (Server) 10Pascal Quantin1-0/+3
2014-10-14Add editor-modelines; adjust whitespace.Bill Meier1-0/+13
2014-06-21Move get_os_major_version() to wsutil and rename it to get_windows_major_vers...Guy Harris1-0/+24
2014-06-21Clean up inclusion of cfutils.h.Guy Harris1-1/+1
2014-06-21Need <string.h> for string routines.Guy Harris1-1/+3
2014-06-21We need the Unicode utilities, at least on Windows.Guy Harris1-4/+2
2014-06-21We need <windows.h> on Windows.Guy Harris1-0/+4
2014-06-21Move get_os_version_info() to libwsutil.Guy Harris1-0/+474