summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/path.cc
Commit message (Expand)AuthorAgeFilesLines
...
* * fhandler.h (class fhandler_base): Change inheritance of fstat_helperCorinna Vinschen2010-09-131-10/+35
* * Makefile.in (DLL_OFILES): Add fhandler_procsys.o.Corinna Vinschen2010-09-061-11/+59
* * path.cc (normalize_posix_path): Preserve //./ and //?/ prefixes.Corinna Vinschen2010-08-311-0/+15
* * external.cc (sync_wincwd): Remove.Corinna Vinschen2010-08-271-23/+36
* * path.cc (path_conv::check): Close handle in conv_handle if we'reCorinna Vinschen2010-08-201-0/+3
* * fhandler_disk_file.cc (readdir_check_reparse_point): Rename fromCorinna Vinschen2010-08-201-0/+5
* * exceptions.cc (open_stackdumpfile): Don't try to open file if weCorinna Vinschen2010-08-181-12/+5
* * cygheap.h (class cwdstuff): Make drive_length private.Corinna Vinschen2010-08-131-153/+191
* * path.cc (cygwin_conv_path): Rearrange test for "." in POSIX toCorinna Vinschen2010-08-041-9/+31
* * path.cc (path_conv::check): Move fs-specific settings to a point where weChristopher Faylor2010-07-041-10/+10
* * dtable.cc (dtable::dup_worker): Reset path_conv handle in duplicatedCorinna Vinschen2010-06-151-69/+86
* * path.cc (path_conv::check): Return with ENOTDIR if component is aCorinna Vinschen2010-06-141-0/+5
* * path.cc (symlink_info::check_shortcut): Use ro_u_empty rather thanCorinna Vinschen2010-06-091-6/+4
* * path.cc (symlink_info::check): Set h to NULL after closing handleCorinna Vinschen2010-06-081-3/+3
* * ntdll.h (STATUS_BAD_NETWORK_PATH): Define.Corinna Vinschen2010-06-021-0/+2
* * path.cc (symlink_info::check): Don't try to handle remote reparseCorinna Vinschen2010-05-261-2/+8
* * path.cc (path_conv::check): Drop setting sym.pflags before callingCorinna Vinschen2010-05-061-6/+7
* * mount.cc (struct opt): Add "dos" and "ihash" options.Corinna Vinschen2010-04-291-10/+14
* * 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