summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/path.cc
Commit message (Expand)AuthorAgeFilesLines
* * cygheap.h (cwdstuff): Convert to class. Make posix and dir private.Corinna Vinschen2009-05-131-3/+25
* * sec_auth.cc (str2uni_cat): Move from here...Corinna Vinschen2009-05-091-3/+13
* * path.cc (path_conv::get_wide_win32_path): Allow relative paths.Corinna Vinschen2009-04-151-6/+17
* * path.cc (symlink_worker): Write target filename as UTF-16 stringCorinna Vinschen2009-03-261-10/+38
* * path.cc (warn_msdos): Don't warn about MS-DOS filenames encountered duringChristopher Faylor2009-03-141-1/+1
* * fhandler_disk_file.cc (path_conv::isgood_inode): Move to be definedCorinna Vinschen2009-03-121-1/+4
* * fhandler_disk_file.cc (fhandler_disk_file::readdir): Fix inode numberCorinna Vinschen2009-01-291-1/+27
* * errno.cc (errmap): Set errno to ENOENT instead of ENOSHARE throughout.Corinna Vinschen2009-01-111-4/+4
* * mount.cc (mount_info::from_fstab_line): Always convert driveCorinna Vinschen2009-01-091-24/+21
* * include/sys/cygwin.h (CW_SETERRNO): Define.Christopher Faylor2009-01-091-2/+14
* * fhandler_disk_file.cc (fhandler_disk_file::link): Only add .exe ifCorinna Vinschen2009-01-071-1/+2
* Remove unneeded header files from source files throughout. Update copyrightsChristopher Faylor2009-01-031-1/+8
* * mount.cc: Change comment.Christopher Faylor2008-12-251-195/+0
* * path.cc (symlink_info::check_shortcut): Ensure that symlink handle is closedChristopher Faylor2008-12-241-2/+1
* * path.cc (path_conv::check): Handle incoming DOS paths non-POSIXy,Corinna Vinschen2008-12-191-1/+9
* * path.cc (symlin_info::check): Set 4th parameter ofCorinna Vinschen2008-12-181-23/+26
* * fhandler_disk_file.cc (readdir_get_ino): Don't complain about MS-DOS pathsChristopher Faylor2008-12-141-1/+1
* Remove unneeded whitespace.Christopher Faylor2008-11-261-9/+14
* * mount.cc (mount_info::cygdrive_win32_path): Always upper caseCorinna Vinschen2008-11-111-1/+8
* * path.cc (normalize_win32_path): Don't add a trailing '\' if the cwd returns aChristopher Faylor2008-11-111-1/+2
* * ntdll.h (NtSetAttributesFile): New inline function.Corinna Vinschen2008-10-201-12/+3
* * fhandler_disk_file.cc (fhandler_base::fstat_helper): CheckCorinna Vinschen2008-10-091-11/+0
* * path.cc (path_conv::is_binary): Always check for GetBinaryType.Corinna Vinschen2008-10-091-5/+2
* * path.cc (symlink_info::check_shortcut): Don't check for executabilityCorinna Vinschen2008-10-091-18/+3
* * path.cc (path_conv::path_conv): Only assume executability by suffixCorinna Vinschen2008-10-081-1/+2
* * cygheap.cc (creturn): Reorganize to avoid a new compiler warning/error.Christopher Faylor2008-09-111-17/+19
* * path.cc (symlink_info::check_shortcut): If file can't be opened,Corinna Vinschen2008-08-201-5/+2
* * path.cc (symlink_info::check): Don't use eabuf when trying to openCorinna Vinschen2008-08-151-8/+6
* * external.cc (cygwin_internal): Call set_security_attribute withCorinna Vinschen2008-08-141-2/+7
* * path.cc (symlink_info::check): Handle (and explain) a special caseCorinna Vinschen2008-07-311-0/+12
* * fhandler_disk_file.cc (fhandler_base::fstat_by_name): Check forCorinna Vinschen2008-07-301-12/+25
* * dcrt0.cc (dll_crt0_0): Call malloc_init and user_shared_initialize_1Corinna Vinschen2008-07-251-5/+2
* * shared.cc (user_shared_initialize): Fetch potentially changed CygwinCorinna Vinschen2008-07-241-17/+15
* * path.cc (allow_winsymlinks): Revert default to create system bitCorinna Vinschen2008-07-161-1/+1
* Add case-sensitivity.Corinna Vinschen2008-07-161-169/+99
* Throughout drop allow_ntsec and allow_smbntsec handling.Corinna Vinschen2008-07-141-4/+3
* * path.cc (path_conv::is_binary): Fix test. Add comment.Corinna Vinschen2008-07-021-2/+4
* * path.cc (get_nt_native_path): Drop considerations for DOS devices.Corinna Vinschen2008-06-111-5/+10
* * path.cc (symlink_info::check): Reorder test for nfs symlinks.Corinna Vinschen2008-05-241-1/+1
* * fhandler_disk_file.cc (fhandler_disk_file::opendir): Don't try toCorinna Vinschen2008-05-231-4/+5
* * mount.cc (mount_info::from_fstab): Use cygwin_hmodule rather than trying toChristopher Faylor2008-05-231-2/+0
* * path.cc (symlink_info::check): Define eabuf and easize outside ofCorinna Vinschen2008-05-231-3407/+3406
* * path.cc (symlink_info::check): Don't pass EaBuffer to NtCreateFile if it hasChristopher Faylor2008-05-231-3432/+3444
* * path.cc (cygwin_conv_path): Define tp before setting up faul handler.Corinna Vinschen2008-05-221-2/+2
* * fhandler_disk_file.cc (get_ino_by_handle): Rename pfai to fai.Corinna Vinschen2008-05-211-0/+1
* * fhandler.h (dirent_states): Add dirent_nfs_d_ino state and add it toCorinna Vinschen2008-05-211-2/+3
* * path.cc (symlink_worker): Fix EA buffer size info given toCorinna Vinschen2008-05-201-5/+4
* * path.cc (symlink_info::check_shortcut): Minimize requested fileCorinna Vinschen2008-05-201-5/+6
* * path.cc (fs_info::update): Re-add opening the unsplitted pathCorinna Vinschen2008-05-201-0/+2
* * Makefile.in (DLL_OFILES): Add nfs.o.Corinna Vinschen2008-05-201-145/+270