Age | Commit message (Expand) | Author | Files | Lines |
2009-06-08 | * path.cc (symlink_info::check): Return with error set to ENOENT if | Corinna Vinschen | 1 | -1/+2 |
2009-06-02 | * path.cc (path_conv::check): Don't call set_exec for files on "noacl" | Corinna Vinschen | 1 | -1/+4 |
2009-05-29 | * path.cc (cwdstuff::set): Rewrite previous change to properly test the end of | Christopher Faylor | 1 | -5/+12 |
2009-05-28 | * path.cc (cwdstuff::set): Avoid removing a nonexistent trailing slash. | Christopher Faylor | 1 | -5/+8 |
2009-05-13 | * cygheap.h (cwdstuff): Convert to class. Make posix and dir private. | Corinna Vinschen | 1 | -3/+25 |
2009-05-09 | * sec_auth.cc (str2uni_cat): Move from here... | Corinna Vinschen | 1 | -3/+13 |
2009-04-15 | * path.cc (path_conv::get_wide_win32_path): Allow relative paths. | Corinna Vinschen | 1 | -6/+17 |
2009-03-26 | * path.cc (symlink_worker): Write target filename as UTF-16 string | Corinna Vinschen | 1 | -10/+38 |
2009-03-14 | * path.cc (warn_msdos): Don't warn about MS-DOS filenames encountered during | Christopher Faylor | 1 | -1/+1 |
2009-03-12 | * fhandler_disk_file.cc (path_conv::isgood_inode): Move to be defined | Corinna Vinschen | 1 | -1/+4 |
2009-01-29 | * fhandler_disk_file.cc (fhandler_disk_file::readdir): Fix inode number | Corinna Vinschen | 1 | -1/+27 |
2009-01-11 | * errno.cc (errmap): Set errno to ENOENT instead of ENOSHARE throughout. | Corinna Vinschen | 1 | -4/+4 |
2009-01-09 | * mount.cc (mount_info::from_fstab_line): Always convert drive | Corinna Vinschen | 1 | -24/+21 |
2009-01-09 | * include/sys/cygwin.h (CW_SETERRNO): Define. | Christopher Faylor | 1 | -2/+14 |
2009-01-07 | * fhandler_disk_file.cc (fhandler_disk_file::link): Only add .exe if | Corinna Vinschen | 1 | -1/+2 |
2009-01-03 | Remove unneeded header files from source files throughout. Update copyrights | Christopher Faylor | 1 | -1/+8 |
2008-12-25 | * mount.cc: Change comment. | Christopher Faylor | 1 | -195/+0 |
2008-12-24 | * path.cc (symlink_info::check_shortcut): Ensure that symlink handle is closed | Christopher Faylor | 1 | -2/+1 |
2008-12-19 | * path.cc (path_conv::check): Handle incoming DOS paths non-POSIXy, | Corinna Vinschen | 1 | -1/+9 |
2008-12-18 | * path.cc (symlin_info::check): Set 4th parameter of | Corinna Vinschen | 1 | -23/+26 |
2008-12-14 | * fhandler_disk_file.cc (readdir_get_ino): Don't complain about MS-DOS paths | Christopher Faylor | 1 | -1/+1 |
2008-11-26 | Remove unneeded whitespace. | Christopher Faylor | 1 | -9/+14 |
2008-11-11 | * mount.cc (mount_info::cygdrive_win32_path): Always upper case | Corinna Vinschen | 1 | -1/+8 |
2008-11-11 | * path.cc (normalize_win32_path): Don't add a trailing '\' if the cwd returns a | Christopher Faylor | 1 | -1/+2 |
2008-10-20 | * ntdll.h (NtSetAttributesFile): New inline function. | Corinna Vinschen | 1 | -12/+3 |
2008-10-09 | * fhandler_disk_file.cc (fhandler_base::fstat_helper): Check | Corinna Vinschen | 1 | -11/+0 |
2008-10-09 | * path.cc (path_conv::is_binary): Always check for GetBinaryType. | Corinna Vinschen | 1 | -5/+2 |
2008-10-09 | * path.cc (symlink_info::check_shortcut): Don't check for executability | Corinna Vinschen | 1 | -18/+3 |
2008-10-08 | * path.cc (path_conv::path_conv): Only assume executability by suffix | Corinna Vinschen | 1 | -1/+2 |
2008-09-11 | * cygheap.cc (creturn): Reorganize to avoid a new compiler warning/error. | Christopher Faylor | 1 | -17/+19 |
2008-08-20 | * path.cc (symlink_info::check_shortcut): If file can't be opened, | Corinna Vinschen | 1 | -5/+2 |
2008-08-15 | * path.cc (symlink_info::check): Don't use eabuf when trying to open | Corinna Vinschen | 1 | -8/+6 |
2008-08-14 | * external.cc (cygwin_internal): Call set_security_attribute with | Corinna Vinschen | 1 | -2/+7 |
2008-07-31 | * path.cc (symlink_info::check): Handle (and explain) a special case | Corinna Vinschen | 1 | -0/+12 |
2008-07-30 | * fhandler_disk_file.cc (fhandler_base::fstat_by_name): Check for | Corinna Vinschen | 1 | -12/+25 |
2008-07-25 | * dcrt0.cc (dll_crt0_0): Call malloc_init and user_shared_initialize_1 | Corinna Vinschen | 1 | -5/+2 |
2008-07-24 | * shared.cc (user_shared_initialize): Fetch potentially changed Cygwin | Corinna Vinschen | 1 | -17/+15 |
2008-07-16 | * path.cc (allow_winsymlinks): Revert default to create system bit | Corinna Vinschen | 1 | -1/+1 |
2008-07-16 | Add case-sensitivity. | Corinna Vinschen | 1 | -169/+99 |
2008-07-14 | Throughout drop allow_ntsec and allow_smbntsec handling. | Corinna Vinschen | 1 | -4/+3 |
2008-07-02 | * path.cc (path_conv::is_binary): Fix test. Add comment. | Corinna Vinschen | 1 | -2/+4 |
2008-06-11 | * path.cc (get_nt_native_path): Drop considerations for DOS devices. | Corinna Vinschen | 1 | -5/+10 |
2008-05-24 | * path.cc (symlink_info::check): Reorder test for nfs symlinks. | Corinna Vinschen | 1 | -1/+1 |
2008-05-23 | * fhandler_disk_file.cc (fhandler_disk_file::opendir): Don't try to | Corinna Vinschen | 1 | -4/+5 |
2008-05-23 | * mount.cc (mount_info::from_fstab): Use cygwin_hmodule rather than trying to | Christopher Faylor | 1 | -2/+0 |
2008-05-23 | * path.cc (symlink_info::check): Define eabuf and easize outside of | Corinna Vinschen | 1 | -3407/+3406 |
2008-05-23 | * path.cc (symlink_info::check): Don't pass EaBuffer to NtCreateFile if it has | Christopher Faylor | 1 | -3432/+3444 |
2008-05-22 | * path.cc (cygwin_conv_path): Define tp before setting up faul handler. | Corinna Vinschen | 1 | -2/+2 |
2008-05-21 | * fhandler_disk_file.cc (get_ino_by_handle): Rename pfai to fai. | Corinna Vinschen | 1 | -0/+1 |
2008-05-21 | * fhandler.h (dirent_states): Add dirent_nfs_d_ino state and add it to | Corinna Vinschen | 1 | -2/+3 |