log mercurial/osutil.c @ 32359:dc51700be00c

age author description
Tue, 25 Apr 2017 17:36:59 -0700 Jun Wu osutil: add version to help detect breaking binary changes
Sat, 25 Mar 2017 17:25:23 +0900 Yuya Nishihara statfs: make getfstype() raise OSError
Sat, 25 Mar 2017 17:24:11 +0900 Yuya Nishihara statfs: rename pygetfstype to getfstype
Sat, 25 Mar 2017 17:23:21 +0900 Yuya Nishihara statfs: refactor inner function as a mapping from statfs to string
Sat, 25 Mar 2017 17:13:12 +0900 Yuya Nishihara statfs: simplify handling of return value
Sat, 25 Mar 2017 12:58:55 -0700 Jun Wu statfs: detect more filesystems on Linux
Fri, 24 Mar 2017 15:05:42 -0700 Jun Wu statfs: avoid static allocation
Fri, 24 Mar 2017 14:59:19 -0700 Jun Wu statfs: change Linux feature detection
Thu, 23 Mar 2017 22:13:02 -0700 Jun Wu osutil: report fstype for BSD and OSX
Mon, 20 Mar 2017 16:34:12 -0700 Jun Wu osutil: export a "getfstype" method
Mon, 20 Mar 2017 16:24:59 -0700 Jun Wu osutil: add a C function getting filesystem type
Wed, 15 Mar 2017 20:43:12 -0700 Jun Wu osutil: fix potential wrong fd close
Thu, 09 Mar 2017 11:56:47 -0800 Gregory Szorc osutil: use Python memory allocator in _listdir
Fri, 11 Nov 2016 21:11:17 +0000 Jun Wu osutil: implement setprocname to set process title for some platforms