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.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
* cygheap.h (cwdstuff): Convert to class. Make posix and dir private.
Corinna Vinschen
2009-05-13
1
-3
/
+25
*
* sec_auth.cc (str2uni_cat): Move from here...
Corinna Vinschen
2009-05-09
1
-3
/
+13
*
* path.cc (path_conv::get_wide_win32_path): Allow relative paths.
Corinna Vinschen
2009-04-15
1
-6
/
+17
*
* path.cc (symlink_worker): Write target filename as UTF-16 string
Corinna Vinschen
2009-03-26
1
-10
/
+38
*
* path.cc (warn_msdos): Don't warn about MS-DOS filenames encountered during
Christopher Faylor
2009-03-14
1
-1
/
+1
*
* fhandler_disk_file.cc (path_conv::isgood_inode): Move to be defined
Corinna Vinschen
2009-03-12
1
-1
/
+4
*
* fhandler_disk_file.cc (fhandler_disk_file::readdir): Fix inode number
Corinna Vinschen
2009-01-29
1
-1
/
+27
*
* errno.cc (errmap): Set errno to ENOENT instead of ENOSHARE throughout.
Corinna Vinschen
2009-01-11
1
-4
/
+4
*
* mount.cc (mount_info::from_fstab_line): Always convert drive
Corinna Vinschen
2009-01-09
1
-24
/
+21
*
* include/sys/cygwin.h (CW_SETERRNO): Define.
Christopher Faylor
2009-01-09
1
-2
/
+14
*
* fhandler_disk_file.cc (fhandler_disk_file::link): Only add .exe if
Corinna Vinschen
2009-01-07
1
-1
/
+2
*
Remove unneeded header files from source files throughout. Update copyrights
Christopher Faylor
2009-01-03
1
-1
/
+8
*
* mount.cc: Change comment.
Christopher Faylor
2008-12-25
1
-195
/
+0
*
* path.cc (symlink_info::check_shortcut): Ensure that symlink handle is closed
Christopher Faylor
2008-12-24
1
-2
/
+1
*
* path.cc (path_conv::check): Handle incoming DOS paths non-POSIXy,
Corinna Vinschen
2008-12-19
1
-1
/
+9
*
* path.cc (symlin_info::check): Set 4th parameter of
Corinna Vinschen
2008-12-18
1
-23
/
+26
*
* fhandler_disk_file.cc (readdir_get_ino): Don't complain about MS-DOS paths
Christopher Faylor
2008-12-14
1
-1
/
+1
*
Remove unneeded whitespace.
Christopher Faylor
2008-11-26
1
-9
/
+14
*
* mount.cc (mount_info::cygdrive_win32_path): Always upper case
Corinna Vinschen
2008-11-11
1
-1
/
+8
*
* path.cc (normalize_win32_path): Don't add a trailing '\' if the cwd returns a
Christopher Faylor
2008-11-11
1
-1
/
+2
*
* ntdll.h (NtSetAttributesFile): New inline function.
Corinna Vinschen
2008-10-20
1
-12
/
+3
*
* fhandler_disk_file.cc (fhandler_base::fstat_helper): Check
Corinna Vinschen
2008-10-09
1
-11
/
+0
*
* path.cc (path_conv::is_binary): Always check for GetBinaryType.
Corinna Vinschen
2008-10-09
1
-5
/
+2
*
* path.cc (symlink_info::check_shortcut): Don't check for executability
Corinna Vinschen
2008-10-09
1
-18
/
+3
*
* path.cc (path_conv::path_conv): Only assume executability by suffix
Corinna Vinschen
2008-10-08
1
-1
/
+2
*
* cygheap.cc (creturn): Reorganize to avoid a new compiler warning/error.
Christopher Faylor
2008-09-11
1
-17
/
+19
*
* path.cc (symlink_info::check_shortcut): If file can't be opened,
Corinna Vinschen
2008-08-20
1
-5
/
+2
*
* path.cc (symlink_info::check): Don't use eabuf when trying to open
Corinna Vinschen
2008-08-15
1
-8
/
+6
*
* external.cc (cygwin_internal): Call set_security_attribute with
Corinna Vinschen
2008-08-14
1
-2
/
+7
*
* path.cc (symlink_info::check): Handle (and explain) a special case
Corinna Vinschen
2008-07-31
1
-0
/
+12
*
* fhandler_disk_file.cc (fhandler_base::fstat_by_name): Check for
Corinna Vinschen
2008-07-30
1
-12
/
+25
*
* dcrt0.cc (dll_crt0_0): Call malloc_init and user_shared_initialize_1
Corinna Vinschen
2008-07-25
1
-5
/
+2
*
* shared.cc (user_shared_initialize): Fetch potentially changed Cygwin
Corinna Vinschen
2008-07-24
1
-17
/
+15
*
* path.cc (allow_winsymlinks): Revert default to create system bit
Corinna Vinschen
2008-07-16
1
-1
/
+1
*
Add case-sensitivity.
Corinna Vinschen
2008-07-16
1
-169
/
+99
*
Throughout drop allow_ntsec and allow_smbntsec handling.
Corinna Vinschen
2008-07-14
1
-4
/
+3
*
* path.cc (path_conv::is_binary): Fix test. Add comment.
Corinna Vinschen
2008-07-02
1
-2
/
+4
*
* path.cc (get_nt_native_path): Drop considerations for DOS devices.
Corinna Vinschen
2008-06-11
1
-5
/
+10
*
* path.cc (symlink_info::check): Reorder test for nfs symlinks.
Corinna Vinschen
2008-05-24
1
-1
/
+1
*
* fhandler_disk_file.cc (fhandler_disk_file::opendir): Don't try to
Corinna Vinschen
2008-05-23
1
-4
/
+5
*
* mount.cc (mount_info::from_fstab): Use cygwin_hmodule rather than trying to
Christopher Faylor
2008-05-23
1
-2
/
+0
*
* path.cc (symlink_info::check): Define eabuf and easize outside of
Corinna Vinschen
2008-05-23
1
-3407
/
+3406
*
* path.cc (symlink_info::check): Don't pass EaBuffer to NtCreateFile if it has
Christopher Faylor
2008-05-23
1
-3432
/
+3444
*
* path.cc (cygwin_conv_path): Define tp before setting up faul handler.
Corinna Vinschen
2008-05-22
1
-2
/
+2
*
* fhandler_disk_file.cc (get_ino_by_handle): Rename pfai to fai.
Corinna Vinschen
2008-05-21
1
-0
/
+1
*
* fhandler.h (dirent_states): Add dirent_nfs_d_ino state and add it to
Corinna Vinschen
2008-05-21
1
-2
/
+3
*
* path.cc (symlink_worker): Fix EA buffer size info given to
Corinna Vinschen
2008-05-20
1
-5
/
+4
*
* path.cc (symlink_info::check_shortcut): Minimize requested file
Corinna Vinschen
2008-05-20
1
-5
/
+6
*
* path.cc (fs_info::update): Re-add opening the unsplitted path
Corinna Vinschen
2008-05-20
1
-0
/
+2
*
* Makefile.in (DLL_OFILES): Add nfs.o.
Corinna Vinschen
2008-05-20
1
-145
/
+270
[next]