summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/path.cc
Commit message (Expand)AuthorAgeFilesLines
...
* * path.cc (cygwin_conv_path): Add band-aid including comment to avoidCorinna Vinschen2009-12-211-1/+20
* * fhandler_disk_file.cc (is_volume_mountpoint): Align check withCorinna Vinschen2009-11-101-14/+18
* * path.cc (symlink_info::check_reparse_point): Always checkCorinna Vinschen2009-11-091-6/+3
* * miscfuncs.h (transform_chars): Declare. Define inline variation here.Corinna Vinschen2009-11-021-57/+0
* path.ccCorinna Vinschen2009-11-021-1/+1
* * sec_helper.cc (security_descriptor::free): If sd_size is 0, callCorinna Vinschen2009-10-301-8/+3
* * path.cc (tfx_chars): Convert all ASCII control characters exceptCorinna Vinschen2009-10-091-16/+38
* * dcrt0.cc (dll_crt0_1): Move cxx_malloc reset kluge from here.Christopher Faylor2009-10-021-17/+26
* Provide euidaccess, canonicalize_file_name; fix fchmodat.Eric Blake2009-09-251-8/+16
* * path.cc (symlink_worker): Rework error handling to generate LinuxCorinna Vinschen2009-09-221-4/+13
* * cygheap.h (cwdstuff::get_posix): Convert to const inline method justCorinna Vinschen2009-09-211-22/+9
* * 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