Sat, 25 Mar 2017 17:25:23 +0900 |
Yuya Nishihara |
statfs: make getfstype() raise OSError
|
file |
diff |
annotate
|
Sat, 25 Mar 2017 17:24:11 +0900 |
Yuya Nishihara |
statfs: rename pygetfstype to getfstype
|
file |
diff |
annotate
|
Sat, 25 Mar 2017 17:23:21 +0900 |
Yuya Nishihara |
statfs: refactor inner function as a mapping from statfs to string
|
file |
diff |
annotate
|
Sat, 25 Mar 2017 17:13:12 +0900 |
Yuya Nishihara |
statfs: simplify handling of return value
|
file |
diff |
annotate
|
Sat, 25 Mar 2017 12:58:55 -0700 |
Jun Wu |
statfs: detect more filesystems on Linux
|
file |
diff |
annotate
|
Fri, 24 Mar 2017 15:05:42 -0700 |
Jun Wu |
statfs: avoid static allocation
|
file |
diff |
annotate
|
Fri, 24 Mar 2017 14:59:19 -0700 |
Jun Wu |
statfs: change Linux feature detection
|
file |
diff |
annotate
|
Thu, 23 Mar 2017 22:13:02 -0700 |
Jun Wu |
osutil: report fstype for BSD and OSX
|
file |
diff |
annotate
|
Mon, 20 Mar 2017 16:34:12 -0700 |
Jun Wu |
osutil: export a "getfstype" method
|
file |
diff |
annotate
|
Mon, 20 Mar 2017 16:24:59 -0700 |
Jun Wu |
osutil: add a C function getting filesystem type
|
file |
diff |
annotate
|
Wed, 15 Mar 2017 20:43:12 -0700 |
Jun Wu |
osutil: fix potential wrong fd close
|
file |
diff |
annotate
|
Thu, 09 Mar 2017 11:56:47 -0800 |
Gregory Szorc |
osutil: use Python memory allocator in _listdir
|
file |
diff |
annotate
|
Fri, 11 Nov 2016 21:11:17 +0000 |
Jun Wu |
osutil: implement setprocname to set process title for some platforms
|
file |
diff |
annotate
|
Sun, 09 Oct 2016 13:47:46 +0200 |
Gregory Szorc |
osutil: use PyLongObject on Python 3 for listdir_slot
|
file |
diff |
annotate
|
Sun, 09 Oct 2016 13:41:18 +0200 |
Gregory Szorc |
osutil: use PyLongObject in recvfds
|
file |
diff |
annotate
|
Sat, 08 Oct 2016 21:58:55 +0200 |
Gregory Szorc |
osutil: convert PyString* to PyBytes*
|
file |
diff |
annotate
|
Sat, 19 Mar 2016 20:02:19 -0400 |
Augie Fackler |
osutil: stop using strcpy
|
file |
diff |
annotate
|
Tue, 02 Feb 2016 20:56:48 +0900 |
Yuya Nishihara |
osutil: disable compilation of recvfds() on unsupported platforms
stable
|
file |
diff |
annotate
|
Thu, 14 Jan 2016 12:37:15 -0600 |
Matt Mackall |
mac: ignore resource fork when checking file sizes
|
file |
diff |
annotate
|
Thu, 17 Dec 2015 23:41:46 +0900 |
Yuya Nishihara |
osutil: implement recvmsg() of SCM_RIGHTS for chg command server
|
file |
diff |
annotate
|
Tue, 17 Nov 2015 13:47:14 -0800 |
Bryan O'Sullivan |
osutil: make statfiles check for interrupts periodically
|
file |
diff |
annotate
|
Tue, 17 Nov 2015 13:43:09 -0800 |
Bryan O'Sullivan |
osutil: don't leak on statfiles error
|
file |
diff |
annotate
|
Wed, 25 Mar 2015 16:21:58 -0700 |
Siddharth Agarwal |
osutil: mark end of string with null char, not 0
|
file |
diff |
annotate
|
Wed, 25 Mar 2015 15:55:31 -0700 |
Siddharth Agarwal |
osutil: use getdirentriesattr on OS X if possible
|
file |
diff |
annotate
|
Wed, 25 Mar 2015 16:43:29 -0700 |
Siddharth Agarwal |
osutil._listdir: rename to _listdir_stat
|
file |
diff |
annotate
|
Tue, 27 Jan 2015 10:17:16 -0500 |
Augie Fackler |
osutil: fix memory leak of PyBytes of path in statfiles
stable
|
file |
diff |
annotate
|
Tue, 27 Jan 2015 10:14:23 -0500 |
Augie Fackler |
osutil: fix leak of stat in makestat when Py_BuildValue fails
stable
|
file |
diff |
annotate
|
Tue, 27 Jan 2015 10:12:55 -0500 |
Augie Fackler |
osutil.c: clean up space before a tab
stable
|
file |
diff |
annotate
|
Mon, 03 Dec 2012 13:17:01 -0800 |
Bryan O'Sullivan |
osutil: tab damage, how i hate thee
|
file |
diff |
annotate
|
Mon, 03 Dec 2012 12:40:24 -0800 |
Bryan O'Sullivan |
osutil: write a C implementation of statfiles for unix
|
file |
diff |
annotate
|