index
:
cygnal
cygnal-2.5.2
cygnal-2.9.0-branch
cygnal-3-1-6-98-branch
cygnal-3-1-98-branch
cygwin-master
"Cygwin Native Application Lib" --- http://www.kylheku.com/cygnal
kaz@kylheku.com
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
winsup
/
cygwin
/
dir.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
* dir.cc (readdir_worker): Initialize dirent.d_type and __d_unused1.
Corinna Vinschen
2008-11-28
1
-0
/
+3
*
Remove unneeded header files from source files throughout.
Christopher Faylor
2008-04-07
1
-5
/
+0
*
* smallprint.cc (__small_vswprintf): Fix uninitialized usage of `w'.
Corinna Vinschen
2008-03-31
1
-1
/
+1
*
* dir.cc (readdir_worker): Convert w32name to PUNICODE_STRING.
Corinna Vinschen
2007-08-16
1
-5
/
+6
*
* dir.cc (readdir_worker): Drop dir parameter from call to
Corinna Vinschen
2007-07-26
1
-2
/
+1
*
* dir.cc (closedir): Revert change from 2007-06-29.
Corinna Vinschen
2007-07-09
1
-5
/
+1
*
* cygwin.din: Export fdopendir.
Corinna Vinschen
2007-06-29
1
-4
/
+19
*
* dir.cc (rmdir): Move existance check in front of
Corinna Vinschen
2007-02-22
1
-2
/
+2
*
Throughout remove all usage of wincap.access_denied_on_delete.
Corinna Vinschen
2007-02-22
1
-0
/
+2
*
* Makefile.in (DLL_OFILES): Add fhandler_procnet.o.
Corinna Vinschen
2007-01-17
1
-2
/
+2
*
* dir.cc (mkdir): Check last path component for "..".
Corinna Vinschen
2006-11-30
1
-2
/
+2
*
white space
Christopher Faylor
2006-05-28
1
-3
/
+3
*
* dir.cc (opendir): Fix indentation.
Corinna Vinschen
2006-03-03
1
-1
/
+1
*
* dir.cc (readdir_worker): Use slash as path separator when evaluating
Corinna Vinschen
2006-02-28
1
-1
/
+5
*
* dir.cc (rewinddir): Keep dirent_get_d_ino and dirent_set_d_ino flags.
Corinna Vinschen
2006-02-05
1
-1
/
+1
*
* dir.cc (rmdir): Reorganize check for trailing dot to return correct error
Christopher Faylor
2006-02-04
1
-6
/
+3
*
* dir.cc (mkdir): Reorganize check for trailing dot to return correct error
Christopher Faylor
2006-02-04
1
-6
/
+2
*
* dir.cc (readdir_worker): Add comment about writing old 32 bit d_ino.
Corinna Vinschen
2006-01-31
1
-0
/
+2
*
* autoload.cc (NtQueryDirectoryFile): Define.
Corinna Vinschen
2006-01-27
1
-35
/
+32
*
* dir.cc (readdir_worker): Turn off expensive inode calculation.
Christopher Faylor
2006-01-24
1
-0
/
+4
*
* include/cygwin/version.h: Bump API minor number to 151.
Christopher Faylor
2006-01-21
1
-47
/
+34
*
* dir.cc (readdir_worker): Fill in invalid fields with -1. Accommodate name
Christopher Faylor
2006-01-19
1
-3
/
+3
*
* dir.cc (readdir_worker): Minor code cleanup.
Christopher Faylor
2006-01-03
1
-51
/
+52
*
* dir.cc (readdir_worker): Ensure that saw_dot flags are updated when not
Christopher Faylor
2006-01-03
1
-2
/
+9
*
* include/sys/dirent.h: Change __deprecated_d_ino to __invalid_d_ino throughout
Christopher Faylor
2005-12-19
1
-7
/
+7
*
* dir.cc (readdir_workdir): Only fill out d_ino when linked into older app.
Christopher Faylor
2005-12-05
1
-37
/
+45
*
revert accidental checkin
Christopher Faylor
2005-12-05
1
-4
/
+0
*
Remove unneeded whitespace.
Christopher Faylor
2005-12-05
1
-0
/
+4
*
* dir.cc (rmdir): Eliminate nonsensical code.
Christopher Faylor
2005-10-21
1
-4
/
+1
*
* dir.cc (mkdir): Abandon use of PC_WRITABLE.
Christopher Faylor
2005-10-12
1
-3
/
+6
*
* dir.cc (mkdir): Check for trailing /. or /.. component.
Corinna Vinschen
2005-09-29
1
-0
/
+20
*
*dir.cc (readdir_r): Invert sense on error-test.
Christopher Faylor
2005-08-28
1
-1
/
+1
*
* dir.cc (readdir_worker): Make static. Only add '.' and '..' when readdir
Christopher Faylor
2005-08-23
1
-2
/
+2
*
* cygerrno.h (geterrno_from_win_error): Change declaration to default to using
Christopher Faylor
2005-08-20
1
-22
/
+47
*
* fhandler.h (dirent_states): Add dirent_isroot, dirent_saw_cygdrive,
Christopher Faylor
2005-08-19
1
-3
/
+3
*
Replace valid memory checks with new myfault class "exception handling", almost
Christopher Faylor
2005-07-03
1
-6
/
+13
*
* fhandler.h (fhandler_base::mkdir): New virtual method.
Christopher Faylor
2005-05-25
1
-97
/
+20
*
Remove PC_FULL from path_conv usage throughout.
Christopher Faylor
2005-05-13
1
-2
/
+2
*
* cygtls.cc (_cygtls::remove): Eliminate compiler warning.
Christopher Faylor
2005-05-13
1
-6
/
+2
*
* dir.cc: Rename opendir_* to dirent_* throughout.
Christopher Faylor
2005-03-16
1
-14
/
+6
*
* path.cc (chdir): Always use the normalized_path as posix_cwd, except if it
Christopher Faylor
2004-05-28
1
-8
/
+8
*
* dir.cc (writable_directory): Remove.
Corinna Vinschen
2004-05-03
1
-35
/
+0
*
* autoload.cc (NtCreateFile): Add.
Corinna Vinschen
2004-04-16
1
-1
/
+1
*
* dir.cc (mkdir): Call set_file_attribute with additional handle
Corinna Vinschen
2004-04-13
1
-1
/
+1
*
2004-03-19 Pierre Humblet <pierre.humblet@ieee.org>
Pierre Humblet
2004-03-20
1
-36
/
+40
*
2004-03-14 Pierre Humblet <pierre.humblet@ieee.org>
Pierre Humblet
2004-03-14
1
-48
/
+48
*
* dir.cc (mkdir): Use local security_descriptor. Call
Corinna Vinschen
2003-11-26
1
-1
/
+2
*
* devices.cc: New file.
Christopher Faylor
2003-09-25
1
-6
/
+4
*
* dir.cc (rmdir): Add more samba workarounds.
Christopher Faylor
2003-09-11
1
-2
/
+7
*
* fhandler_disk_file.cc (num_entries): Take . and .. into account if they do
Christopher Faylor
2003-09-10
1
-0
/
+2
[next]