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
*
* exceptions.cc: (ctrl_c_handler): Do nothing while a Cygwin subprocess is
Christopher Faylor
2004-09-12
1
-8
/
+8
*
2004-09-05 Pierre Humblet <pierre.humblet@ieee.org>
Pierre Humblet
2004-09-07
1
-23
/
+26
*
Regularize most strace_prints throughout so that %E is always preceded by a
Christopher Faylor
2004-09-03
1
-1
/
+1
*
2004-06-17 Pierre Humblet <pierre.humblet@ieee.org>
Pierre Humblet
2004-06-17
1
-8
/
+8
*
* path.cc (fchdir): Pass the Posix path to chdir.
Corinna Vinschen
2004-06-08
1
-1
/
+1
*
* spawn.cc (find_exec): Use has_slash to determine if path has a slash rather
Christopher Faylor
2004-06-02
1
-5
/
+5
*
2004-05-30 Pierre Humblet <pierre.humblet@ieee.org>
Pierre Humblet
2004-05-31
1
-24
/
+25
*
* path.cc (chdir): Always use the normalized_path as posix_cwd, except if it
Christopher Faylor
2004-05-28
1
-23
/
+23
*
* cygheap.h (cwdstuff::set): Modify return value and arguments.
Christopher Faylor
2004-05-15
1
-35
/
+57
*
* path.cc (path_conv::check): Don't bail out with error if path is "//".
Corinna Vinschen
2004-05-12
1
-1
/
+1
*
Christopher Faylor <cgf@timesys.com>
Christopher Faylor
2004-05-07
1
-3
/
+4
*
2004-05-06 Pierre Humblet <pierre.humblet@ieee.org>
Pierre Humblet
2004-05-06
1
-74
/
+43
*
* path.cc (normalize_win32_path): Detect components with only dots. Remove a
Christopher Faylor
2004-05-04
1
-36
/
+24
*
* path.cc (is_unc_share): Remove redundant tests.
Christopher Faylor
2004-05-04
1
-8
/
+6
*
* path.cc (check_sysfile): Don't scan string twice.
Corinna Vinschen
2004-05-04
1
-2
/
+3
*
* fhandler.cc (fhandler_base::open): Call path_conv::get_nt_native_path
Corinna Vinschen
2004-04-30
1
-0
/
+28
*
fix comment
Christopher Faylor
2004-04-20
1
-1
/
+1
*
* path.cc (is_unc_share): Rename from slash_unc_prefix_p throughout.
Christopher Faylor
2004-04-20
1
-40
/
+25
*
* autoload.cc (NtCreateFile): Add.
Corinna Vinschen
2004-04-16
1
-2
/
+1
*
2004-04-14 Pierre Humblet <pierre.humblet@ieee.org>
Pierre Humblet
2004-04-14
1
-1
/
+1
*
* dir.cc (mkdir): Call set_file_attribute with additional handle
Corinna Vinschen
2004-04-13
1
-1
/
+1
*
* winsup.h (IMPLEMENT_STATUS_FLAG): New macro to define status flag
Corinna Vinschen
2004-04-13
1
-1
/
+0
*
2004-04-12 Pierre Humblet <pierre.humblet@ieee.org>
Pierre Humblet
2004-04-12
1
-3
/
+3
*
* fhandler.cc (rootdir): Add and use second argument.
Corinna Vinschen
2004-04-10
1
-2
/
+1
*
* Use new unified status_flag accessor methods from classes fhandler_*,
Corinna Vinschen
2004-04-10
1
-54
/
+60
*
* path.cc (path_conv::check): Optimize symlink replacements.
Christopher Faylor
2004-04-10
1
-143
/
+88
*
* path.cc (fsinfo): Global storage for file system information.
Corinna Vinschen
2004-04-09
1
-2
/
+19
*
* path.cc (hash_path_name): Replace hash algorithm with SDBM.
Corinna Vinschen
2004-04-08
1
-2
/
+2
*
* path.cc (path_prefix_p): Optimize test order.
Christopher Faylor
2004-04-08
1
-3
/
+3
*
* path.cc (path_conv::check): Use 'strchr' rather than 'strrchr' to find end of
Christopher Faylor
2004-03-26
1
-1
/
+1
*
* path.cc (normalize_posix_path): Reorganize to short circuit to DOS path
Christopher Faylor
2004-03-25
1
-8
/
+13
*
update copyright. Minor reformatting.
Christopher Faylor
2004-03-24
1
-4
/
+6
*
* path.cc (conv_path_list): Return error condition.
Christopher Faylor
2004-02-21
1
-43
/
+99
*
* Makefile.in (clean): Clean libserver, too.
Christopher Faylor
2004-02-17
1
-4
/
+9
*
* path.cc (mount_item::build_win32): Backslashify paths in non-managed case.
Christopher Faylor
2003-12-26
1
-1
/
+4
*
* exceptions.cc (set_signal_mask): Redefine to not pass by address. Report
Christopher Faylor
2003-12-23
1
-38
/
+44
*
* winsup.h (access_worker): Declare with added fhandler_base parameter.
Christopher Faylor
2003-12-15
1
-1
/
+1
*
Change use of BOOL, TRUE, FALSE to bool, true, false, as appropriate,
Christopher Faylor
2003-12-07
1
-16
/
+16
*
* path.cc (slash_unc_prefix_p): Allow '.' as a valid character after '\\' in a
Christopher Faylor
2003-12-05
1
-1
/
+1
*
Eliminate use of sigframe and sigthread throughout.
Christopher Faylor
2003-11-28
1
-3
/
+0
*
* dir.cc (mkdir): Use local security_descriptor. Call
Corinna Vinschen
2003-11-26
1
-1
/
+2
*
2003-11-11 Robert Collins <rbtcollins@hotmail.com>
Robert Collins
2003-11-14
1
-45
/
+45
*
* path.cc (dot_special_chars): New global variable.
Christopher Faylor
2003-10-29
1
-2
/
+15
*
* path.cc (normalize_posix_path): Test runs of more than two
Corinna Vinschen
2003-10-25
1
-1
/
+8
*
* path.cc (win32_device_name): Fix comment.
Corinna Vinschen
2003-10-24
1
-2
/
+3
*
* path.cc (win32_device_name): Only fill out destination buffer when it's
Christopher Faylor
2003-10-02
1
-2
/
+4
*
* Makefile.in: Add YA method for generating devices.cc.
Christopher Faylor
2003-10-01
1
-16
/
+2
*
* devices.h (enum fh_devices): Remove DEV_RAWDRIVE_MAJOR and
Corinna Vinschen
2003-09-30
1
-3
/
+0
*
* devices.h: Move a few device major numbers. Fix typo of FH_UDP.
Corinna Vinschen
2003-09-28
1
-5
/
+7
*
* path.cc (symlink_info::check): Use new introducer for mknod'ed files.
Christopher Faylor
2003-09-27
1
-2
/
+2
[next]