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
/
path.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add miscfuncs.h to files as needed throughout.
Christopher Faylor
2008-04-07
1
-0
/
+3
*
* Fix copyright dates.
Corinna Vinschen
2008-04-01
1
-1
/
+1
*
* smallprint.cc (__small_vswprintf): Fix uninitialized usage of `w'.
Corinna Vinschen
2008-03-31
1
-1
/
+4
*
* dtable.cc: Define various device-related string constants as wide character
Christopher Faylor
2008-03-22
1
-6
/
+6
*
* fhandler_disk_file.cc (fhandler_disk_file::readdir_helper): Disable
Corinna Vinschen
2008-03-12
1
-2
/
+0
*
* Makefile.in (DLL_OFILES): Add tls_pbuf.o.
Corinna Vinschen
2008-03-07
1
-1
/
+2
*
* ntdll.h (struct _FILE_FS_OBJECTID_INFORMATION): Define.
Corinna Vinschen
2008-01-22
1
-4
/
+5
*
* ntdll.h (NtNotifyChangeDirectoryFile): Declare.
Corinna Vinschen
2007-08-21
1
-3
/
+4
*
* hookapi.cc (ld_preload): Call LoadLibraryW.
Corinna Vinschen
2007-08-20
1
-0
/
+6
*
* path.cc (fillout_mntent): Append backslash to drive-only paths before
Corinna Vinschen
2007-08-19
1
-14
/
+3
*
* path.h (path_conv::operator char *): Delete.
Corinna Vinschen
2007-08-16
1
-2
/
+0
*
* fhandler_disk_file.cc (fhandler_disk_file::link): Drop superfluous
Corinna Vinschen
2007-08-15
1
-1
/
+0
*
* fhandler.h (fhandler_base::pc): Make public.
Corinna Vinschen
2007-08-14
1
-0
/
+2
*
* devices.in (dev_storage): Use native NT device name for kmsg mailslot.
Corinna Vinschen
2007-08-13
1
-1
/
+7
*
* path.h (struct fs_info): Drop root_len and name_hash members.
Corinna Vinschen
2007-08-02
1
-16
/
+0
*
* fhandler_disk_file.cc (fhandler_base::fstat_by_handle): Drop
Corinna Vinschen
2007-08-01
1
-13
/
+2
*
* fhandler_disk_file.cc (fhandler_disk_file::link): Revert to checking
Corinna Vinschen
2007-07-31
1
-0
/
+1
*
* dir.cc (readdir_worker): Drop dir parameter from call to
Corinna Vinschen
2007-07-26
1
-2
/
+9
*
* fhandler.cc (fhandler_base::open): Drop local wpath and upath
Corinna Vinschen
2007-07-19
1
-4
/
+11
*
* path.cc (fs_info::update): Set and use is_cdrom.
Christopher Faylor
2007-05-15
1
-6
/
+11
*
* Makefile.in (DLL_OFILES): Add fhandler_procnet.o.
Corinna Vinschen
2007-01-17
1
-1
/
+8
*
* autoload.cc (SHFileOperationA): Drop definition.
Corinna Vinschen
2006-12-10
1
-0
/
+16
*
* dir.cc (mkdir): Check last path component for "..".
Corinna Vinschen
2006-11-30
1
-1
/
+1
*
* path.cc (fs_info::update): Define GETVOLINFO_VALID_MASK and TEST_GVI.
Corinna Vinschen
2006-11-23
1
-0
/
+3
*
* fhandler.cc (check_posix_perm): Moved here from syscalls.cc.
Corinna Vinschen
2006-11-07
1
-2
/
+0
*
* fhandler_disk_file.cc (fhandler_base::fstat_by_handle): Drop
Corinna Vinschen
2006-10-31
1
-0
/
+2
*
* path.h (SYMLINK_EA_NAME): Remove.
Corinna Vinschen
2006-08-09
1
-5
/
+0
*
* environ.cc (dos_file_warning): Declare.
Christopher Faylor
2006-08-01
1
-0
/
+1
*
* fhandler.h (fhandler_base): Change fstat_helper prototype
Corinna Vinschen
2006-04-26
1
-14
/
+29
*
* fhandler_disk_file.cc (fhandler_disk_file::opendir): Use iscygdrive
Corinna Vinschen
2006-02-28
1
-0
/
+1
*
* fhandler_disk_file.cc (FS_IS_SAMBA): Move out of
Corinna Vinschen
2006-02-18
1
-0
/
+1
*
* dlfcn.cc (check_path_access): Call find_exec with FE_DLL option.
Corinna Vinschen
2006-01-31
1
-1
/
+2
*
* autoload.cc (NtQueryDirectoryFile): Define.
Corinna Vinschen
2006-01-27
1
-2
/
+3
*
* devices.h (_minor): Coerce argument to proper type before manipulating.
Christopher Faylor
2005-12-01
1
-1
/
+1
*
* dir.cc (mkdir): Abandon use of PC_WRITABLE.
Christopher Faylor
2005-10-12
1
-2
/
+1
*
* fhandler_disk_file.cc: Change calls to pc.set_attributes into
Corinna Vinschen
2005-09-30
1
-1
/
+0
*
* dir.cc (mkdir): Check for trailing /. or /.. component.
Corinna Vinschen
2005-09-29
1
-0
/
+1
*
* fhandler.h (fhandler_base::fstat_helper): Declare with additional
Corinna Vinschen
2005-09-22
1
-0
/
+8
*
* hookapi.cc (rvadelta): Change argument to DWORD to eliminate a compiler
Christopher Faylor
2005-09-08
1
-0
/
+7
*
Remove PC_FULL from path_conv usage throughout.
Christopher Faylor
2005-05-13
1
-1
/
+1
*
* cygtls.cc (_cygtls::remove): Eliminate compiler warning.
Christopher Faylor
2005-05-13
1
-2
/
+5
*
* dcrt0.cc (do_global_dtors): Run DLL dtors.
Christopher Faylor
2005-04-14
1
-0
/
+2
*
* path.cc (is_floppy): Make externally available.
Corinna Vinschen
2005-03-29
1
-0
/
+2
*
* path.h (pathconv_arg): Define PC_NO_ACCESS_CHECK.
Christopher Faylor
2005-03-12
1
-13
/
+15
*
copyright
Christopher Faylor
2005-02-20
1
-1
/
+1
*
* path.h (path_conv::issocket): Return true if device == FH_UNIX rather than
Christopher Faylor
2005-02-16
1
-1
/
+1
*
white space
Christopher Faylor
2005-02-13
1
-1
/
+1
*
* path.h (path_conv::set_name): Declare new function.
Christopher Faylor
2005-01-31
1
-0
/
+1
*
* pinfo.cc (pinfo::exit): Don't access self after releasing it.
Corinna Vinschen
2005-01-13
1
-1
/
+4
*
* path.h (path_conv::set_normalized_path): Add second argument and fill it in
Christopher Faylor
2004-12-23
1
-1
/
+1
[next]