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
*
* dtable.cc (handle_to_fn): Attempt to handle "raw" accesses to remote shares.
Christopher Faylor
2002-06-05
1
-2
/
+5
*
Remove fcntl.h includes throughout.
Christopher Faylor
2002-06-05
1
-10
/
+13
*
* fhandler.cc (fhandler_base::open): Don't set binmode if already set. Don't
Christopher Faylor
2002-06-04
1
-1
/
+1
*
* path.cc (chdir): Don't allow cd'ing to a non-directory virtual path.
Christopher Faylor
2002-06-01
1
-0
/
+5
*
oops
Christopher Faylor
2002-05-31
1
-1
/
+0
*
* fhandler_console.cc (fhandler_console::open): Reinstate setting of flags.
Christopher Faylor
2002-05-31
1
-1
/
+1
*
* path.cc (path_conv::check): Set fileattr to INVALID_FILE_ATTRIBUTES for
Christopher Faylor
2002-05-31
1
-1
/
+9
*
* autoload.cc (LoadFuncEx): Define via new LoadFuncEx2 macro.
Christopher Faylor
2002-05-28
1
-20
/
+37
*
Remove unneeded sync.h, where appropriate, throughout. Remove unneeded heap.h,
Christopher Faylor
2002-05-25
1
-1
/
+0
*
* dtable.cc (dtable::build_fhandler_from_name): Just pass posix path along to
Christopher Faylor
2002-05-24
1
-15
/
+6
*
* path.cc (path_conv::check): Make sure any trailing path component is part of
Christopher Faylor
2002-05-23
1
-1
/
+5
*
* fhandler.h (fhandler_virtual::exists): Eliminate path argument.
Christopher Faylor
2002-05-22
1
-2
/
+5
*
* path.cc (path_conv::check): Always set executable bit for executable
Christopher Faylor
2002-05-18
1
-1
/
+1
*
* fhandler.h (executable_states): For now, make dont_care_if_executable
Christopher Faylor
2002-05-12
1
-45
/
+46
*
fix comment
Christopher Faylor
2002-05-12
1
-1
/
+1
*
* net.cc (getdomainname): Change second argument of getdomainname to size_t.
Christopher Faylor
2002-05-04
1
-3
/
+1
*
* fhandler_proc.cc (fhandler_proc::fstat): Use fhandler name rather than
Christopher Faylor
2002-05-03
1
-13
/
+19
*
* path.cc (hash_path_name): Improve hash function strength.
Corinna Vinschen
2002-05-02
1
-3
/
+2
*
add comment
Christopher Faylor
2002-05-02
1
-0
/
+1
*
* path.h (pathconv_arg): Add PC_POSIX.
Christopher Faylor
2002-05-02
1
-5
/
+51
*
* path.cc (normalize_posix_path): Avoid runs of '.'s > 2.
Christopher Faylor
2002-03-07
1
-1
/
+5
*
* sync.h (new_muto): Just accept an argument which denotes the name of the
Christopher Faylor
2002-02-22
1
-9
/
+9
*
* times.cc (hires::prime): Restore thread priority on failure condition.
Christopher Faylor
2002-02-17
1
-1
/
+1
*
* path.cc (symlink): Fix check for already existing file.
Corinna Vinschen
2002-01-23
1
-1
/
+1
*
* path.cc (fchdir): Call chdir with full windows path.
Corinna Vinschen
2002-01-15
1
-1
/
+1
*
* dir.cc: Use INVALID_FILE_ATTRIBUTES instead of "(DWORD) -1"
Corinna Vinschen
2002-01-14
1
-8
/
+8
*
* path.cc (path_conv::check): Use full path name for determining attributes
Christopher Faylor
2001-12-08
1
-5
/
+8
*
* path.cc (path_conv::check): Reset FH_CYGDRIVE if iterating through path.
Christopher Faylor
2001-12-07
1
-31
/
+33
*
* path.cc (path_conv::check): Don't complain if /dev/x/foo when x doesn't
Christopher Faylor
2001-12-06
1
-10
/
+14
*
* net.cc (cygwin_getsockopt): Allow NULL optval.
Christopher Faylor
2001-12-03
1
-18
/
+7
*
* path.cc (mount_info::conv_to_win32_path): Avoid returning error if cygdrive
Christopher Faylor
2001-12-03
1
-6
/
+11
*
* path.cc (path_conv::check): Tighten FH_CYGDRIVE check to avoid matching
Christopher Faylor
2001-11-24
1
-11
/
+8
*
* autoload.cc (IsDebuggerPresent): Make conditional load since it is not
Christopher Faylor
2001-11-24
1
-2
/
+2
*
* path.cc (chdir): Allow 'cd /cygdrive'.
Christopher Faylor
2001-11-24
1
-6
/
+13
*
* dtable.cc (dtable::vfork_parent_restore): Add debugging statement.
Christopher Faylor
2001-11-24
1
-1
/
+5
*
* path.cc (conv_path_list): Fix wild indexing into path due to conflicting
Christopher Faylor
2001-11-22
1
-28
/
+50
*
* Makefile.in (DLL_OFILES): Add fhandler_disk_file.o.
Christopher Faylor
2001-11-21
1
-18
/
+11
*
* path.cc (conv_path_list): Copy source paths before modifying them.
Christopher Faylor
2001-11-17
1
-3
/
+8
*
* dir.cc (mkdir): Add HIDDEN file attribute if file has leading dot
Corinna Vinschen
2001-11-13
1
-5
/
+12
*
Eliminate excess whitespace.
Christopher Faylor
2001-11-05
1
-12
/
+12
*
* fhandler.h (fhandler_serial::fhandler_serial): Change to only accept unit
Christopher Faylor
2001-10-29
1
-4
/
+14
*
* Makefile.in: Only build testsuite directory on first 'make check'.
Christopher Faylor
2001-10-24
1
-14
/
+9
*
* path.cc (getcwd): Allow len == 0 when buf == NULL.
Corinna Vinschen
2001-10-19
1
-1
/
+1
*
* fhandler_raw.cc (fhandler_dev_raw::open): Eliminate compatibility
Corinna Vinschen
2001-10-16
1
-5
/
+5
*
* autoload.cc: Add load statement for `NtOpenFile'.
Corinna Vinschen
2001-10-16
1
-34
/
+137
*
minor reformat.
Christopher Faylor
2001-10-16
1
-42
/
+21
*
* fhandler.cc (fhandler_base::fork_fixup): Don't protect handle.
Christopher Faylor
2001-10-15
1
-11
/
+9
*
* dtable.cc (dtable::build_fhandler_from_name): Use PC_FULL to determine path
Christopher Faylor
2001-10-14
1
-16
/
+0
*
* fhandler_dsp.cc (fhandler_dsp::ioctl): Return 0 for successful
Christopher Faylor
2001-10-13
1
-0
/
+4
*
* path.cc (normalize_posix_path): Don't eat a '.' after a '\\' since it has
Christopher Faylor
2001-10-07
1
-1
/
+13
[next]