Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-02-06 * path.cc (symlink_info::check_nfs_symlink): Reopen file withCorinna Vinschen
2010-01-29 Throughout, use FileBothDirectoryInformation info class rather thanCorinna Vinschen
2010-01-12 * globals.cc (ro_u_nwfs): New R/O unicode string.Corinna Vinschen
2010-01-12 * dtable.cc (build_fh_name_worker): Remove. Move all functionalityCorinna Vinschen
2009-12-24 * path.cc (symlink_info::check): Set fileattr toCorinna Vinschen
2009-12-21 * path.cc (cygwin_conv_path): Add band-aid including comment to avoidCorinna Vinschen
2009-11-10 * fhandler_disk_file.cc (is_volume_mountpoint): Align check withCorinna Vinschen
2009-11-09 * path.cc (symlink_info::check_reparse_point): Always checkCorinna Vinschen
2009-11-02 * miscfuncs.h (transform_chars): Declare. Define inline variation here.Corinna Vinschen
2009-11-02path.ccCorinna Vinschen
2009-10-30 * sec_helper.cc (security_descriptor::free): If sd_size is 0, callCorinna Vinschen
2009-10-09 * path.cc (tfx_chars): Convert all ASCII control characters exceptCorinna Vinschen
2009-10-02* dcrt0.cc (dll_crt0_1): Move cxx_malloc reset kluge from here.Christopher Faylor
2009-09-26Provide euidaccess, canonicalize_file_name; fix fchmodat.Eric Blake
2009-09-22 * path.cc (symlink_worker): Rework error handling to generate LinuxCorinna Vinschen
2009-09-21 * cygheap.h (cwdstuff::get_posix): Convert to const inline method justCorinna Vinschen
2009-08-27 * path.h (INTERIX_SYMLINK_COOKIE): Define.Corinna Vinschen
2009-08-25 * mount.cc (fs_info::update): Add comment.Corinna Vinschen
2009-08-24 * globals.cc (ro_u_volume): New R/O unicode string.Corinna Vinschen
2009-08-05* fhandler_socket.cc (fhandler_socket::send_internal): Just use wmem size ifChristopher Faylor
2009-08-01* cygheap_malloc.h: New file.Christopher Faylor
2009-07-30 * path.h (class path_conv): Convert path from char array to char *.Corinna Vinschen
2009-07-22 * path.cc (symlink_info::check): Handle STATUS_NOT_SUPPORTED fromCorinna Vinschen
2009-07-22 * path.cc (symlink_info::check): Fix typo in comment.Corinna Vinschen
2009-07-17 * globals.cc: Improve comment on R/O UNICODE_STRINGs.Corinna Vinschen
2009-07-15 * path.cc (cwdstuff::set): Only fix up UNC path in win32 so as notCorinna Vinschen
2009-07-14 Throughout avoid having to initialize constant UNICODE_STRINGs.Corinna Vinschen
2009-06-18 * path.cc (chdir): Check error conditions first.Corinna Vinschen
2009-06-08 * path.cc (symlink_info::check): Return with error set to ENOENT ifCorinna Vinschen
2009-06-02 * path.cc (path_conv::check): Don't call set_exec for files on "noacl"Corinna Vinschen
2009-05-30* path.cc (cwdstuff::set): Rewrite previous change to properly test the end ofChristopher Faylor
2009-05-28* path.cc (cwdstuff::set): Avoid removing a nonexistent trailing slash.Christopher Faylor
2009-05-13 * cygheap.h (cwdstuff): Convert to class. Make posix and dir private.Corinna Vinschen
2009-05-09 * sec_auth.cc (str2uni_cat): Move from here...Corinna Vinschen
2009-04-15 * path.cc (path_conv::get_wide_win32_path): Allow relative paths.Corinna Vinschen
2009-03-26 * path.cc (symlink_worker): Write target filename as UTF-16 stringCorinna Vinschen
2009-03-14* path.cc (warn_msdos): Don't warn about MS-DOS filenames encountered duringChristopher Faylor
2009-03-13 * fhandler_disk_file.cc (path_conv::isgood_inode): Move to be definedCorinna Vinschen
2009-01-29 * fhandler_disk_file.cc (fhandler_disk_file::readdir): Fix inode numberCorinna Vinschen
2009-01-11 * errno.cc (errmap): Set errno to ENOENT instead of ENOSHARE throughout.Corinna Vinschen
2009-01-09 * mount.cc (mount_info::from_fstab_line): Always convert driveCorinna Vinschen
2009-01-09* include/sys/cygwin.h (CW_SETERRNO): Define.Christopher Faylor
2009-01-07 * fhandler_disk_file.cc (fhandler_disk_file::link): Only add .exe ifCorinna Vinschen
2009-01-03Remove unneeded header files from source files throughout. Update copyrightsChristopher Faylor
2008-12-25* mount.cc: Change comment.Christopher Faylor
2008-12-24* path.cc (symlink_info::check_shortcut): Ensure that symlink handle is closedChristopher Faylor
2008-12-19 * path.cc (path_conv::check): Handle incoming DOS paths non-POSIXy,Corinna Vinschen
2008-12-18 * path.cc (symlin_info::check): Set 4th parameter ofCorinna Vinschen
2008-12-14* fhandler_disk_file.cc (readdir_get_ino): Don't complain about MS-DOS pathsChristopher Faylor
2008-11-26Remove unneeded whitespace.Christopher Faylor