Tue, 02 Feb 2016 20:56:48 +0900 |
Yuya Nishihara |
osutil: disable compilation of recvfds() on unsupported platforms
stable
|
Thu, 14 Jan 2016 12:37:15 -0600 |
Matt Mackall |
mac: ignore resource fork when checking file sizes
|
Thu, 17 Dec 2015 23:41:46 +0900 |
Yuya Nishihara |
osutil: implement recvmsg() of SCM_RIGHTS for chg command server
|
Tue, 17 Nov 2015 13:47:14 -0800 |
Bryan O'Sullivan |
osutil: make statfiles check for interrupts periodically
|
Tue, 17 Nov 2015 13:43:09 -0800 |
Bryan O'Sullivan |
osutil: don't leak on statfiles error
|
Wed, 25 Mar 2015 16:21:58 -0700 |
Siddharth Agarwal |
osutil: mark end of string with null char, not 0
|
Wed, 25 Mar 2015 15:55:31 -0700 |
Siddharth Agarwal |
osutil: use getdirentriesattr on OS X if possible
|
Wed, 25 Mar 2015 16:43:29 -0700 |
Siddharth Agarwal |
osutil._listdir: rename to _listdir_stat
|
Tue, 27 Jan 2015 10:17:16 -0500 |
Augie Fackler |
osutil: fix memory leak of PyBytes of path in statfiles
stable
|
Tue, 27 Jan 2015 10:14:23 -0500 |
Augie Fackler |
osutil: fix leak of stat in makestat when Py_BuildValue fails
stable
|
Tue, 27 Jan 2015 10:12:55 -0500 |
Augie Fackler |
osutil.c: clean up space before a tab
stable
|
Mon, 03 Dec 2012 13:17:01 -0800 |
Bryan O'Sullivan |
osutil: tab damage, how i hate thee
|
Mon, 03 Dec 2012 12:40:24 -0800 |
Bryan O'Sullivan |
osutil: write a C implementation of statfiles for unix
|
Fri, 30 Nov 2012 17:40:11 -0800 |
Bryan O'Sullivan |
osutil: fix tab damage
|
Fri, 30 Nov 2012 15:55:09 -0800 |
Bryan O'Sullivan |
osutil: factor out creation and init of listdir_stat
|
Fri, 18 May 2012 14:34:33 -0500 |
Matt Mackall |
osutil: handle deletion race with readdir/stat (issue3463)
stable
|
Wed, 14 Sep 2011 14:37:10 -0500 |
Matt Mackall |
merge with stable
|
Thu, 08 Sep 2011 11:34:59 +0100 |
Steve Streeting |
osutil: avoid accidentally destroying the True object in isgui (issue2937)
stable
|
Wed, 13 Jul 2011 16:58:51 -0500 |
Matt Mackall |
osutil: emulate os.listdir's OSError for long names (issue2898)
|
Wed, 23 Mar 2011 23:05:32 +0100 |
Dan Villiom Podlaski Christiansen |
osutil: replace #import with #include, and add a check for it
|
Wed, 23 Mar 2011 09:41:58 -0500 |
Matt Mackall |
osutil: fix up check-code issues
|
Wed, 23 Mar 2011 09:43:34 +0100 |
Dan Villiom Podlaski Christiansen |
util: add Mac-specific check whether we're in a GUI session (issue2553)
|
Thu, 27 Jan 2011 11:15:08 +0100 |
Martin Geisler |
backout of 613b8bd2284e
|
Wed, 26 Jan 2011 12:05:01 +0100 |
Martin Geisler |
specify C indention style using Emacs file local variables
|
Sat, 15 Jan 2011 23:54:01 +0100 |
Adrian Buehlmann |
osutil: treat open modes 'w' and 'a' as 'w+' and 'a+' in posixfile
|
Tue, 15 Jun 2010 19:49:56 -0300 |
Renato Cunha |
osutil.c: Support for py3k added.
|
Mon, 25 Jan 2010 00:05:27 -0600 |
Matt Mackall |
many, many trivial check-code fixups
|
Fri, 14 Aug 2009 11:18:23 +0200 |
Sebastien Binet |
osutil: fix compilation with -ansi
|
Sat, 06 Jun 2009 13:37:41 -0700 |
Brendan Cully |
Merge with crew-stable
|
Fri, 05 Jun 2009 15:08:45 +0200 |
Arne Babenhauserheide |
Some platforms lack the PATH_MAX definition (eg. GNU/Hurd).
|
Sun, 24 May 2009 16:27:50 +0200 |
Patrick Mezard |
osutil: silence uninitialized variable warning
|
Fri, 08 May 2009 15:52:26 -0700 |
Bryan O'Sullivan |
Windows: improve performance via buffered I/O
|
Mon, 20 Oct 2008 15:19:05 +0200 |
Thomas Arendsen Hein |
Some additional space/tab cleanups
|
Sat, 18 Oct 2008 11:43:45 -0700 |
Brendan Cully |
_listdir only uses dfd if AT_SYMLINK_NOFOLLOW is defined
|
Wed, 15 Oct 2008 14:06:46 +0200 |
Benoit Boissinot |
osutil.c: refactor argument parsing, allow skip=None being passed
|
Wed, 01 Oct 2008 08:41:18 -0400 |
Petr Kodl |
Improve error handling in osutil.c
|
Sun, 14 Sep 2008 09:57:33 -0400 |
Petr Kodl |
osutil: implementation for Win32
|
Sat, 13 Sep 2008 10:46:47 -0500 |
Matt Mackall |
listdir: add support for aborting if a certain path is found
|
Sat, 13 Sep 2008 10:44:44 -0500 |
Matt Mackall |
osutil: fix some braindamage
|
Fri, 12 Sep 2008 15:11:02 -0500 |
Matt Mackall |
osutil: major listdir cleanup
|
Wed, 10 Sep 2008 22:37:07 +0200 |
Benoit Boissinot |
osutil: proper error checking and reporting
|
Mon, 15 Oct 2007 12:57:01 -0700 |
Bryan O'Sullivan |
osutil: use fdopendir instead of dirfd
|
Thu, 11 Oct 2007 17:46:06 -0500 |
Matt Mackall |
osutil: improve portability
|
Tue, 09 Oct 2007 08:39:37 -0700 |
Bryan O'Sullivan |
osutil: Solaris build fix
|
Mon, 08 Oct 2007 22:45:48 -0700 |
Bryan O'Sullivan |
Fix build error with Sun C compiler.
|
Mon, 08 Oct 2007 21:37:25 -0300 |
Alexis S. L. Carvalho |
osutil.c: use strncpy instead of strncat
|
Mon, 08 Oct 2007 18:47:21 -0500 |
Matt Mackall |
osutil: more tidying
|
Mon, 08 Oct 2007 18:47:18 -0500 |
Matt Mackall |
osutil: move file list loop to its own function
|
Mon, 08 Oct 2007 18:47:17 -0500 |
Matt Mackall |
osutil: simplify DT_REG support
|
Mon, 08 Oct 2007 18:47:16 -0500 |
Matt Mackall |
osutils: pull file stat loop into its own function
|
Mon, 08 Oct 2007 18:47:15 -0500 |
Matt Mackall |
osutil: fold stat paths together
|
Mon, 08 Oct 2007 18:47:14 -0500 |
Matt Mackall |
osutil: more cleanups
|
Mon, 08 Oct 2007 18:47:12 -0500 |
Matt Mackall |
osutil: eliminate alloca call
|
Mon, 08 Oct 2007 18:47:06 -0500 |
Matt Mackall |
osutil: cleanups
|
Sun, 07 Oct 2007 21:56:36 +0300 |
Giorgos Keramidas |
osutil.c: style fix - delete trailing end-of-line spaces
|
Sat, 06 Oct 2007 14:14:11 -0300 |
Alexis S. L. Carvalho |
osutil.c: use readdir instead of readdir64
|
Sat, 06 Oct 2007 14:14:11 -0300 |
Alexis S. L. Carvalho |
osutil.c: include Python.h before the other headers
|
Fri, 05 Oct 2007 15:01:06 -0700 |
Bryan O'Sullivan |
Add osutil module, containing a listdir function.
|