index
:
cygnal
cygnal-2.5.2
cygnal-2.9.0-branch
cygnal-3-1-6-98-branch
cygnal-3-1-98-branch
cygwin-master
"Cygwin Native Application Lib" --- http://www.kylheku.com/cygnal
kaz@kylheku.com
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
winsup
/
cygwin
/
path.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
* Makefile (DLL_OFILES): Remove ntea.o
Christopher Faylor
2007-03-01
1
-4
/
+0
*
* path.cc (close_user_proc_parms_cwd_handle): Remove.
Corinna Vinschen
2007-02-27
1
-27
/
+16
*
* cygheap.h (struct cwdstuff): Remove sync member and keep_in_sync
Corinna Vinschen
2007-02-22
1
-90
/
+53
*
Throughout replace all usage of wincap.shared with the constant
Corinna Vinschen
2007-02-22
1
-1
/
+2
*
Remove extraneous whitespace.
Christopher Faylor
2007-02-20
1
-10
/
+10
*
* Makefile.in (DLL_OFILES): Add fhandler_procnet.o.
Corinna Vinschen
2007-01-17
1
-5
/
+2
*
* autoload.cc (RtlAnsiStringToUnicodeString): Define.
Corinna Vinschen
2007-01-16
1
-15
/
+74
*
* environ.cc (set_traverse): Remove.
Corinna Vinschen
2006-12-12
1
-6
/
+0
*
* autoload.cc (SHFileOperationA): Drop definition.
Corinna Vinschen
2006-12-10
1
-2
/
+9
*
* cygheap.h (struct cwdstuff): Add "sync" member and accompanying
Corinna Vinschen
2006-12-07
1
-31
/
+54
*
* path.cc (cwdstuff::init): Don't change to windows_system_directory
Corinna Vinschen
2006-12-05
1
-4
/
+8
*
* path.cc (cwdstuff::set): Don't try to open directory on systems not
Corinna Vinschen
2006-12-05
1
-7
/
+10
*
* dir.cc (mkdir): Check last path component for "..".
Corinna Vinschen
2006-11-30
1
-18
/
+58
*
* path.cc (fs_info::update): Define GETVOLINFO_VALID_MASK and TEST_GVI.
Corinna Vinschen
2006-11-23
1
-11
/
+29
*
* fhandler.cc (check_posix_perm): Moved here from syscalls.cc.
Corinna Vinschen
2006-11-07
1
-1
/
+1
*
* path.cc (symlink_info::posixify): Fix comment.
Corinna Vinschen
2006-11-02
1
-2
/
+2
*
* path.cc (symlink_info::check): Eliminate PATH_REP bit from pflags.
Corinna Vinschen
2006-11-02
1
-1
/
+1
*
* path.cc (symlink_info::posixify): New mothod converting NT and DOS
Corinna Vinschen
2006-11-02
1
-27
/
+77
*
* fhandler_disk_file.cc (fhandler_base::fstat_by_handle): Drop
Corinna Vinschen
2006-10-31
1
-11
/
+76
*
* path.cc (path_conv::get_nt_native_path): Properly detect \\?\ paths.
Corinna Vinschen
2006-10-09
1
-4
/
+5
*
* environ.cc (env_win32_to_posix_path_list): Declare.
Christopher Faylor
2006-08-02
1
-1
/
+16
*
* environ.cc (dos_file_warning): Declare.
Christopher Faylor
2006-08-01
1
-6
/
+35
*
* path.cc (symlink_worker): Return EEXIST if newpath exists.
Corinna Vinschen
2006-07-19
1
-1
/
+2
*
* path.cc (path_conv::check): Ignore has_ea setting, it's always unset
Corinna Vinschen
2006-07-05
1
-39
/
+1
*
* autoload.cc (NtQueryEaFile): Define.
Corinna Vinschen
2006-07-03
1
-20
/
+19
*
white space
Christopher Faylor
2006-05-28
1
-8
/
+8
*
* fhandler.h (fhandler_base): Change fstat_helper prototype
Corinna Vinschen
2006-04-26
1
-7
/
+18
*
* include/sys/dirent.h (struct __DIR): Rename __d_unused to
Corinna Vinschen
2006-03-01
1
-0
/
+24
*
* path.cc (conv_path_list): Eat empty paths when converting to POSIX.
Christopher Faylor
2006-02-17
1
-16
/
+38
*
* environ.cc (struct parse_thing): Add transparent_exe option.
Corinna Vinschen
2006-02-05
1
-5
/
+11
*
* path.cc (suffix_scan::lnk_match): Return true beginning with
Corinna Vinschen
2006-02-03
1
-8
/
+6
*
* spawn.cc (find_exec): Only return files with execute permission set
Corinna Vinschen
2006-01-31
1
-1
/
+1
*
* path.cc (cwdstuff::set): Don't set win32 error, only POSIX errno.
Corinna Vinschen
2006-01-31
1
-2
/
+3
*
* path.cc (cwdstuff::set): When SetCurrentDirectory returns
Corinna Vinschen
2006-01-31
1
-0
/
+4
*
* fhandler_process.cc (fhandler_process::fill_filebuf): Disable
Corinna Vinschen
2006-01-24
1
-2
/
+15
*
* path.cc (dot_special_chars): Add ", <, >, and |.
Christopher Faylor
2006-01-04
1
-3
/
+3
*
* path.cc (path_conv::check): Rework loop removing trailing dots
Corinna Vinschen
2005-12-27
1
-9
/
+17
*
whitespace cleanup to force snapshot.
Christopher Faylor
2005-12-22
1
-6
/
+6
*
* devices.h (_minor): Coerce argument to proper type before manipulating.
Christopher Faylor
2005-12-01
1
-20
/
+16
*
* dir.cc (mkdir): Abandon use of PC_WRITABLE.
Christopher Faylor
2005-10-12
1
-8
/
+1
*
* (symlink_info::set_error): Change to return bool if input error should be
Christopher Faylor
2005-10-11
1
-7
/
+18
*
* dir.cc (mkdir): Check for trailing /. or /.. component.
Corinna Vinschen
2005-09-29
1
-0
/
+18
*
Revert erroneous checkin.
Corinna Vinschen
2005-09-28
1
-20
/
+15
*
* fhandler.h (class fhandler_dev_raw): Delete current_position and
Corinna Vinschen
2005-09-28
1
-15
/
+20
*
* cygthread.cc (cygthread::cygthread): Add more info to fatal error.
Christopher Faylor
2005-09-12
1
-0
/
+2
*
* path.cc (normalize_posix_path): Keep two leading slashes
Corinna Vinschen
2005-08-26
1
-7
/
+26
*
* path.cc (realpath): Drop call to mount_info::conv_to_posix_path
Corinna Vinschen
2005-08-25
1
-11
/
+30
*
* path.cc (normalize_win32_path): Honor network paths. Fold more
Corinna Vinschen
2005-08-25
1
-8
/
+19
*
* path.cc (path_conv::check): Fill in fileattr for /dev, defaulting to
Christopher Faylor
2005-08-24
1
-3
/
+7
*
* cygheap.h (cygheap_types): Add HEAP_COMMUNE.
Christopher Faylor
2005-08-24
1
-1
/
+7
[next]