summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/path.cc
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create branch 'binutils-binutils-2_20-branchpointcvs2svn2009-09-041-3613/+0
* * path.h (INTERIX_SYMLINK_COOKIE): Define.Corinna Vinschen2009-08-261-6/+30
* * mount.cc (fs_info::update): Add comment.Corinna Vinschen2009-08-251-3/+15
* * globals.cc (ro_u_volume): New R/O unicode string.Corinna Vinschen2009-08-241-2/+9
* * fhandler_socket.cc (fhandler_socket::send_internal): Just use wmem size ifChristopher Faylor2009-08-041-1/+1
* * cygheap_malloc.h: New file.Christopher Faylor2009-08-011-17/+21
* * path.h (class path_conv): Convert path from char array to char *.Corinna Vinschen2009-07-301-25/+29
* * path.cc (symlink_info::check): Handle STATUS_NOT_SUPPORTED fromCorinna Vinschen2009-07-221-1/+3
* * path.cc (symlink_info::check): Fix typo in comment.Corinna Vinschen2009-07-221-1/+1
* * globals.cc: Improve comment on R/O UNICODE_STRINGs.Corinna Vinschen2009-07-171-5/+10
* * path.cc (cwdstuff::set): Only fix up UNC path in win32 so as notCorinna Vinschen2009-07-151-1/+5
* Throughout avoid having to initialize constant UNICODE_STRINGs.Corinna Vinschen2009-07-141-4/+4
* * path.cc (chdir): Check error conditions first.Corinna Vinschen2009-06-181-5/+5
* * path.cc (symlink_info::check): Return with error set to ENOENT ifCorinna Vinschen2009-06-081-1/+2
* * path.cc (path_conv::check): Don't call set_exec for files on "noacl"Corinna Vinschen2009-06-021-1/+4
* * path.cc (cwdstuff::set): Rewrite previous change to properly test the end ofChristopher Faylor2009-05-291-5/+12
* * path.cc (cwdstuff::set): Avoid removing a nonexistent trailing slash.Christopher Faylor2009-05-281-5/+8
* * 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