1
0
mirror of https://github.com/moparisthebest/pacman synced 2025-03-02 10:21:49 -05:00
Dan McGee dff73a2a69 Avoid stat call to determine is_directory if possible
On Linux and OS X, we can determine if an entry obtained through a readdir()
call is a directory without also having to stat it. This can save a
significant number of syscalls. The performance increase isn't dramatic, but
it could be on some platforms (e.g. Cygwin) so it shouldn't hurt to use this
unconditionally where supported.

Signed-off-by: Dan McGee <dan@archlinux.org>
2010-10-11 10:06:03 -05:00
..
2010-09-23 08:17:06 -05:00
2010-07-01 00:14:59 -05:00
2010-03-14 19:46:59 -05:00
2010-09-06 11:20:51 -05:00
2010-03-14 19:46:59 -05:00
2010-03-14 19:46:59 -05:00
2010-08-23 21:49:05 -05:00
2010-03-14 19:46:59 -05:00
2010-03-14 19:46:59 -05:00
2010-08-23 21:49:05 -05:00
2010-03-14 19:46:59 -05:00
2010-05-05 10:37:01 -05:00
2010-03-14 19:46:59 -05:00
2010-05-18 11:33:00 -05:00
2010-09-06 11:20:51 -05:00
2010-03-14 19:46:59 -05:00
2010-09-06 11:20:51 -05:00
2010-03-14 19:46:59 -05:00
2010-03-14 19:46:59 -05:00
2010-03-14 19:46:59 -05:00
2010-03-14 19:46:59 -05:00
2010-03-14 19:46:59 -05:00
2010-03-14 19:46:59 -05:00
2010-03-14 19:46:59 -05:00
2008-06-03 21:31:31 -05:00
2010-08-23 21:49:05 -05:00
2010-03-14 19:46:59 -05:00
2010-03-14 19:46:59 -05:00
2010-03-14 19:46:59 -05:00
2010-03-14 19:46:59 -05:00
2010-05-04 23:38:52 -05:00