aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/path.cc
AgeCommit message (Expand)AuthorFilesLines
2009-06-18 * path.cc (chdir): Check error conditions first.Corinna Vinschen1-5/+5
2009-06-08 * path.cc (symlink_info::check): Return with error set to ENOENT ifCorinna Vinschen1-1/+2
2009-06-02 * path.cc (path_conv::check): Don't call set_exec for files on "noacl"Corinna Vinschen1-1/+4
2009-05-29* path.cc (cwdstuff::set): Rewrite previous change to properly test the end ofChristopher Faylor1-5/+12
2009-05-28* path.cc (cwdstuff::set): Avoid removing a nonexistent trailing slash.Christopher Faylor1-5/+8
2009-05-13 * cygheap.h (cwdstuff): Convert to class. Make posix and dir private.Corinna Vinschen1-3/+25
2009-05-09 * sec_auth.cc (str2uni_cat): Move from here...Corinna Vinschen1-3/+13
2009-04-15 * path.cc (path_conv::get_wide_win32_path): Allow relative paths.Corinna Vinschen1-6/+17
2009-03-26 * path.cc (symlink_worker): Write target filename as UTF-16 stringCorinna Vinschen1-10/+38
2009-03-14* path.cc (warn_msdos): Don't warn about MS-DOS filenames encountered duringChristopher Faylor1-1/+1
2009-03-12 * fhandler_disk_file.cc (path_conv::isgood_inode): Move to be definedCorinna Vinschen1-1/+4
2009-01-29 * fhandler_disk_file.cc (fhandler_disk_file::readdir): Fix inode numberCorinna Vinschen1-1/+27
2009-01-11 * errno.cc (errmap): Set errno to ENOENT instead of ENOSHARE throughout.Corinna Vinschen1-4/+4
2009-01-09 * mount.cc (mount_info::from_fstab_line): Always convert driveCorinna Vinschen1-24/+21
2009-01-09* include/sys/cygwin.h (CW_SETERRNO): Define.Christopher Faylor1-2/+14
2009-01-07 * fhandler_disk_file.cc (fhandler_disk_file::link): Only add .exe ifCorinna Vinschen1-1/+2
2009-01-03Remove unneeded header files from source files throughout. Update copyrightsChristopher Faylor1-1/+8
2008-12-25* mount.cc: Change comment.Christopher Faylor1-195/+0
2008-12-24* path.cc (symlink_info::check_shortcut): Ensure that symlink handle is closedChristopher Faylor1-2/+1
2008-12-19 * path.cc (path_conv::check): Handle incoming DOS paths non-POSIXy,Corinna Vinschen1-1/+9
2008-12-18 * path.cc (symlin_info::check): Set 4th parameter ofCorinna Vinschen1-23/+26
2008-12-14* fhandler_disk_file.cc (readdir_get_ino): Don't complain about MS-DOS pathsChristopher Faylor1-1/+1
2008-11-26Remove unneeded whitespace.Christopher Faylor1-9/+14
2008-11-11 * mount.cc (mount_info::cygdrive_win32_path): Always upper caseCorinna Vinschen1-1/+8
2008-11-11* path.cc (normalize_win32_path): Don't add a trailing '\' if the cwd returns aChristopher Faylor1-1/+2
2008-10-20 * ntdll.h (NtSetAttributesFile): New inline function.Corinna Vinschen1-12/+3
2008-10-09 * fhandler_disk_file.cc (fhandler_base::fstat_helper): CheckCorinna Vinschen1-11/+0
2008-10-09 * path.cc (path_conv::is_binary): Always check for GetBinaryType.Corinna Vinschen1-5/+2
2008-10-09 * path.cc (symlink_info::check_shortcut): Don't check for executabilityCorinna Vinschen1-18/+3
2008-10-08 * path.cc (path_conv::path_conv): Only assume executability by suffixCorinna Vinschen1-1/+2
2008-09-11* cygheap.cc (creturn): Reorganize to avoid a new compiler warning/error.Christopher Faylor1-17/+19
2008-08-20 * path.cc (symlink_info::check_shortcut): If file can't be opened,Corinna Vinschen1-5/+2
2008-08-15 * path.cc (symlink_info::check): Don't use eabuf when trying to openCorinna Vinschen1-8/+6
2008-08-14 * external.cc (cygwin_internal): Call set_security_attribute withCorinna Vinschen1-2/+7
2008-07-31 * path.cc (symlink_info::check): Handle (and explain) a special caseCorinna Vinschen1-0/+12
2008-07-30 * fhandler_disk_file.cc (fhandler_base::fstat_by_name): Check forCorinna Vinschen1-12/+25
2008-07-25 * dcrt0.cc (dll_crt0_0): Call malloc_init and user_shared_initialize_1Corinna Vinschen1-5/+2
2008-07-24 * shared.cc (user_shared_initialize): Fetch potentially changed CygwinCorinna Vinschen1-17/+15
2008-07-16 * path.cc (allow_winsymlinks): Revert default to create system bitCorinna Vinschen1-1/+1
2008-07-16 Add case-sensitivity.Corinna Vinschen1-169/+99
2008-07-14 Throughout drop allow_ntsec and allow_smbntsec handling.Corinna Vinschen1-4/+3
2008-07-02 * path.cc (path_conv::is_binary): Fix test. Add comment.Corinna Vinschen1-2/+4
2008-06-11 * path.cc (get_nt_native_path): Drop considerations for DOS devices.Corinna Vinschen1-5/+10
2008-05-24 * path.cc (symlink_info::check): Reorder test for nfs symlinks.Corinna Vinschen1-1/+1
2008-05-23 * fhandler_disk_file.cc (fhandler_disk_file::opendir): Don't try toCorinna Vinschen1-4/+5
2008-05-23* mount.cc (mount_info::from_fstab): Use cygwin_hmodule rather than trying toChristopher Faylor1-2/+0
2008-05-23 * path.cc (symlink_info::check): Define eabuf and easize outside ofCorinna Vinschen1-3407/+3406
2008-05-23* path.cc (symlink_info::check): Don't pass EaBuffer to NtCreateFile if it hasChristopher Faylor1-3432/+3444
2008-05-22 * path.cc (cygwin_conv_path): Define tp before setting up faul handler.Corinna Vinschen1-2/+2
2008-05-21 * fhandler_disk_file.cc (get_ino_by_handle): Rename pfai to fai.Corinna Vinschen1-0/+1