summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/path.cc
Commit message (Expand)AuthorAgeFilesLines
* * mount.h (fs_info::inited): New inline method.Corinna Vinschen2010-04-261-24/+29
* * path.h (get_nt_native_path): Add third parameter to declaration andCorinna Vinschen2010-04-231-28/+46
* * path.cc (symlink_info::check): Make sure to restart only once.Corinna Vinschen2010-04-221-1/+3
* * mount.cc (GETVOLINFO_VALID_MASK): Drop FILE_SEQUENTIAL_WRITE_ONCECorinna Vinschen2010-04-221-38/+83
* * path.cc (symlink_info::check): Fix a comment.Corinna Vinschen2010-04-221-5/+5
* * path.cc (cygwin_create_path): Free memory on error.Christopher Faylor2010-04-201-4/+7
* * path.cc (path_conv::set_normalized_path): Use crealloc_abort to avoid aChristopher Faylor2010-04-091-1/+1
* * spawn.cc (find_exec): Enable finding paths in backslash notation,Corinna Vinschen2010-03-291-0/+10
* * path.cc (warn_msdos): Enforce extended hex printing of multibyteCorinna Vinschen2010-02-201-2/+2
* * path.cc (path_conv::check): Treat native DOS paths as "noacl".Corinna Vinschen2010-02-151-5/+7
* * path.cc (symlink_info::check_nfs_symlink): Reopen file withCorinna Vinschen2010-02-061-0/+7
* Throughout, use FileBothDirectoryInformation info class rather thanCorinna Vinschen2010-01-291-15/+19
* * globals.cc (ro_u_nwfs): New R/O unicode string.Corinna Vinschen2010-01-121-7/+9
* * dtable.cc (build_fh_name_worker): Remove. Move all functionalityCorinna Vinschen2010-01-121-15/+2
* * path.cc (symlink_info::check): Set fileattr toCorinna Vinschen2009-12-241-1/+6
* * 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