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
2016-08-05Workaround for filesystems with broken FileAllInformation info class (NcFsd)Corinna Vinschen
2016-07-14Transform all special chars in relative Windows path stringCorinna Vinschen
2016-06-25Fix various OS-related commentsCorinna Vinschen
2016-06-24symlink_info::check fixup comment and two test for non-XPCorinna Vinschen
2016-06-24Drop max_sys_priv wincapCorinna Vinschen
2016-06-24Drop has_fast_cwd flagCorinna Vinschen
2016-06-23Drop has_broken_udf flagCorinna Vinschen
2016-06-23Handle up to 63 partitions per driveCorinna Vinschen
2016-06-23Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen
2016-06-21Use new path_conv_handle functions to access file infoCorinna Vinschen
2016-05-31realpath: Handle Win32 and NT long path prefixesCorinna Vinschen
2016-04-15Cygwin: Drop definition and usage of _mode_t in favor of __mode_tCorinna Vinschen
2016-04-05Revert "Refactor to avoid nonnull checks on "this" pointer."Corinna Vinschen
2016-04-04Refactor to avoid nonnull checks on "this" pointer.Peter Foley
2016-04-01Remove MALLOC_CHECK and calls to it entirelyCorinna Vinschen
2016-02-09cygwin_conv_path: Always preserve trailing backslashes in conversion to POSIX...Corinna Vinschen
2015-12-10Fetch and store FileAllInformation rather than FileNetworkOpenInformationCorinna Vinschen
2015-12-06Allow cygwin_conv_path(3) and cygpath(1) to emit /proc/cygdrive prefixed pathCorinna Vinschen
2015-11-26Fix creating relative native symlinks in top-level directoriesCorinna Vinschen
2015-11-19Reapply POSIX ACL changes.Corinna Vinschen
2015-11-18Don't generate Windows native symlinks targeting Cygwin-only targetsCorinna Vinschen
2015-11-02Add support for Parallels Desktop FS (prlfs)Corinna Vinschen
2015-10-22Fix length returned from sys_cp_wcstombs in case nwc > # of wcharsCorinna Vinschen
2015-10-21Fix EIO error accessing certain (OS X SMB?) drivesCorinna Vinschen
2015-07-06winsup/cygwin: rework basename redefinition handling in path.ccYaakov Selkowitz
2015-04-23Handle unlinking in-use files on virtual drivesCorinna Vinschen
2015-04-23Undef basename before defining function.Corinna Vinschen
2015-04-23cygwin: add GNU basename(3)Yaakov Selkowitz
2015-02-15 * path.h (path_conv): Make path_flags private. Rename known_suffix toCorinna Vinschen
2015-01-22 * fhandler.h (class fhandler_process): Add fd_type member.Corinna Vinschen
2014-12-16 * path.cc (find_fast_cwd): Point to problem reporting web site ratherCorinna Vinschen
2014-12-16 * path.cc (warn_msdos): Slightly reformat.Corinna Vinschen
2014-10-28 * globals.cc (dos_file_warning): Set to false by default.Corinna Vinschen
2014-10-20 * path.cc (symlink_info::check): Set error from status code if openingCorinna Vinschen
2014-08-22 * Throughout, use __try/__except/__endtry blocks, rather than myfaultCorinna Vinschen
2014-04-18 * cygtls.h (TP_NUM_C_BUFS): Raise to 50 to allow SYMLOOP_MAX recursionsCorinna Vinschen
2014-02-27 * path.cc (find_fast_cwd_pointer): Fix preceeding comment.Corinna Vinschen
2014-02-09 Introduce reading passwd/group entries from SAM/AD. IntroduceCorinna Vinschen
2014-01-22 * path.cc (etc::test_file_change): In case of NtQueryFullAttributesFileCorinna Vinschen
2013-12-07 * path.cc (symlink_native): Workaround Windows 8.1 bug: Drop long pathCorinna Vinschen
2013-11-25 Throughout, keep function definitions and declarations in sync withCorinna Vinschen
2013-11-24 Throughout, drop unnecessary explicit includes of windows header filesCorinna Vinschen
2013-07-31 * path.cc (normalize_posix_path): Don't check existence of / or // dirCorinna Vinschen
2013-07-18 * path.cc (normalize_posix_path): Start checking path before ".." atCorinna Vinschen
2013-07-15 * path.cc (symlink_native): Fix common prefix search. Enhance comment.Corinna Vinschen
2013-06-28 * path.cc (find_fast_cwd_pointer): Use gas syntax for assemblerCorinna Vinschen
2013-06-21 * path.cc (cygwin_conv_path): Handle NULL "from" path gracefully.Corinna Vinschen
2013-06-17 * path.cc (cnt_bs): New inline function.Corinna Vinschen
2013-06-12 * path.cc (normalize_posix_path): Fix long-standing problem whichCorinna Vinschen
2013-05-23 * environ.cc (set_winsymlinks): Handle "winsymlinks:nativestrict"Corinna Vinschen