log mercurial/win32.py @ 36306:3496bffe266d

age author description
Tue, 02 Jan 2018 12:14:08 +0900 Yuya Nishihara win32: do not call GetVolumePathName() with the minimum buffer length
Tue, 02 Jan 2018 12:02:25 +0900 Yuya Nishihara win32: allocate buffer of maximum length for GetVolumeInformation()
Fri, 29 Dec 2017 22:15:37 -0500 Matt Harbison win32: split a utility function to obtain the volume out of getfstype()
Fri, 29 Dec 2017 21:28:19 -0500 Matt Harbison win32: implement util.getfstype()
Tue, 22 Aug 2017 20:03:07 -0400 Augie Fackler python3: wrap all uses of <exception>.strerror with strtolocal
Wed, 29 Mar 2017 23:45:23 -0400 Matt Harbison win32: add a method to trigger the Crypto API to complete a certificate chain
Thu, 30 Mar 2017 00:33:00 -0400 Matt Harbison win32: work around a WinError problem handling HRESULT types