- 02 May, 2017 2 commits
-
-
Alex Henrie authored
Signed-off-by: Alex Henrie <alexhenrie24@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
-
Alex Henrie authored
Signed-off-by: Alex Henrie <alexhenrie24@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
-
- 25 Aug, 2016 1 commit
-
-
Michael Gilbert authored
Signed-off-by: Jens Reyer <jre.winesim@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
-
- 08 Aug, 2016 1 commit
-
-
Matt Robinson authored
Signed-off-by: Matt Robinson <git@nerdoftheherd.com> Signed-off-by: André Hentschel <nerv@dawncrow.de> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
-
- 04 May, 2016 2 commits
-
-
Sebastian Lackner authored
Signed-off-by: Sebastian Lackner <sebastian@fds-team.de> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
-
Alexandre Julliard authored
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
-
- 03 May, 2016 2 commits
-
-
Alexandre Julliard authored
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
-
Sebastian Lackner authored
Signed-off-by: Sebastian Lackner <sebastian@fds-team.de> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
-
- 02 May, 2016 1 commit
-
-
Alexandre Julliard authored
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
-
- 28 Apr, 2016 1 commit
-
-
Alexandre Julliard authored
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
-
- 18 Apr, 2016 1 commit
-
-
Seong-ho Cho authored
Signed-off-by: Seong-ho Cho <darkcircle.0426@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
-
- 09 Feb, 2016 1 commit
-
-
Jacek Caban authored
This is needed by Office 2013, which hooks those functions and expects flag to be set. Signed-off-by: Jacek Caban <jacek@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
-
- 22 Jan, 2016 1 commit
-
-
Alex Henrie authored
Signed-off-by: Alex Henrie <alexhenrie24@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
-
- 25 Dec, 2015 1 commit
-
-
Alex Henrie authored
Windows autodetects up to 256 serial ports and 256 parallel ports per system. Signed-off-by: Alex Henrie <alexhenrie24@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
-
- 21 Dec, 2015 1 commit
-
-
Piotr Caban authored
Signed-off-by: Piotr Caban <piotr@codeweavers.com> Signed-off-by: Ken Thomases <ken@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
-
- 05 Oct, 2015 1 commit
-
-
Francois Gouget authored
Signed-off-by: Francois Gouget <fgouget@free.fr>
-
- 02 Oct, 2015 1 commit
-
-
Michael Müller authored
Signed-off-by: Michael Müller <michael@fds-team.de> Signed-off-by: Sebastian Lackner <sebastian@fds-team.de>
-
- 12 Jun, 2015 2 commits
-
-
Ken Thomases authored
ntdll: Fix the "not found" status set by read_directory_stat() and read_directory_getattrlist() for when restart_scan is set.
-
Ken Thomases authored
Revert "ntdll: Avoid one of the calls to getattrlist() when read_directory_getattrlist() checks the case sensitivity of the file system.". This was wrong-headed and could never have worked. The second getattrlist() call that I was trying to avoid was only necessary when the first fails. Given that the first failed, its results can't be used to avoid the second, no matter what information we requested. This reverts commit 5514df9d.
-
- 22 May, 2015 1 commit
-
-
Ken Thomases authored
ntdll: Avoid one of the calls to getattrlist() when read_directory_getattrlist() checks the case sensitivity of the file system. Extract a new function, get_dir_case_sensitivity_attr_by_id(), from get_dir_case_sensitivity_attr(). Call that instead of get_dir_case_sensitivity() from read_directory_getattrlist(). We get the device and file system IDs from the same getattrlist() call we're already doing, so that avoids an extra call.
-
- 21 May, 2015 4 commits
-
-
Alexandre Julliard authored
-
Ken Thomases authored
ntdll: Fix read_directory_getattrlist() to get the name of a symlink rather than its target, but still detect if the symlink is broken.
-
Ken Thomases authored
ntdll: If read_directory_getattrlist() finds that the file doesn't exist, return successful "no file" result to stop search.
-
Ken Thomases authored
The docs for getattrlist() say that ATTR_CMN_NAME can return up to NAME_MAX + 1 Unicode characters (code points) encoded in UTF-8, which means it can be up to NAME_MAX * 3 + 1 bytes.
-
- 20 May, 2015 2 commits
-
-
Matteo Bruni authored
It's necessary to return the actual filename with correct casing and a plain stat doesn't allow that. Make read_directory_stat() return the result of the stat() call on a case-insensitive filesystem only when the file is missing.
-
Matteo Bruni authored
When searching for a specific filename on a case-insensitive filesystem we first try with stat(). If stat() does find the file we currently return the requested filename back. That presents an issue when the application cares about the casing of the actual file stored on-disk. Specifically, NtQueryDirectoryFile is supposed to return the actual filename with correct casing. One possible solution to the issue, without having to resort to manually scanning the directory entries, is to make use of the OS X getattrlist() function, since it can return the filename stored on the filesystem.
-
- 16 Mar, 2015 1 commit
-
-
Francois Gouget authored
-
- 02 Mar, 2015 1 commit
-
-
Alexandre Julliard authored
-
- 17 Dec, 2014 1 commit
-
-
Erich E. Hoover authored
-
- 23 Sep, 2014 1 commit
-
-
André Hentschel authored
-
- 05 Sep, 2014 1 commit
-
-
Felix Janda authored
-
- 30 Jul, 2014 1 commit
-
-
Ken Thomases authored
ntdll: In find_file_in_dir(), don't test directory entries' short names if the target name isn't a short name. hash_short_file_name() will always create a short name of at least 8 characters with the 5th being a tilde (~). If the target name isn't of that form, then it can never match any short name constructed from the directory entries.
-
- 15 May, 2014 2 commits
-
-
Martin Storsjo authored
-
Martin Storsjo authored
-
- 07 Apr, 2014 2 commits
-
-
Huw Davies authored
-
Huw Davies authored
Bionic has a stub function named getmntent which outputs an unimplemented message.
-
- 09 Dec, 2013 1 commit
-
-
Frédéric Delanoy authored
-
- 03 Dec, 2013 1 commit
-
-
Huw Davies authored
In the wildcard case, we can't know how much to reduce it by anyway.
-
- 30 Oct, 2013 1 commit
-
-
Frédéric Delanoy authored
-
- 04 Sep, 2013 1 commit
-
-
Alexandre Julliard authored
-