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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
First steps toward native path handling.
Kaz Kylheku
2017-11-16
1
-0
/
+1
*
More secure way of obtaining command interpreter.
Kaz Kylheku
2017-11-16
1
-0
/
+1
*
cygwin: unify reparse point checking code into single function
Corinna Vinschen
2017-07-24
1
-1
/
+2
*
Compatibility improvements to reparse point handling.
Joe_Lowe
2017-06-20
1
-0
/
+1
*
Eliminate unused parameter from path_conv::eq_worker
Corinna Vinschen
2016-11-24
1
-12
/
+4
*
Remove support for SUNWNFS file system
Corinna Vinschen
2016-06-23
1
-1
/
+0
*
Handle up to 63 partitions per drive
Corinna Vinschen
2016-06-23
1
-1
/
+5
*
Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout option
cygwin-2_5_2-release
Corinna Vinschen
2016-06-23
1
-3
/
+0
*
Improve encapsulation of FS type behind path_conv cover
Corinna Vinschen
2016-06-21
1
-3
/
+24
*
Drop has_broken_fnoi flag
Corinna Vinschen
2016-01-27
1
-1
/
+0
*
Fetch and store FileAllInformation rather than FileNetworkOpenInformation
Corinna Vinschen
2015-12-10
1
-16
/
+5
*
Drop unused path_conv::ndisk_links method
Corinna Vinschen
2015-12-09
1
-3
/
+0
*
Accommodate trailing NUL in PrlSF filesystem name.
Corinna Vinschen
2015-11-04
1
-0
/
+1
*
Add support for Parallels Desktop FS (prlfs)
Corinna Vinschen
2015-11-02
1
-0
/
+1
*
Handle unlinking in-use files on virtual drives
Corinna Vinschen
2015-04-23
1
-0
/
+1
*
* path.h (path_conv): Make path_flags private. Rename known_suffix to
Corinna Vinschen
2015-02-15
1
-20
/
+22
*
* dlfcn.cc (check_path_access): Drop FE_NATIVE from find_exec call.
Corinna Vinschen
2015-02-11
1
-3
/
+2
*
* path.h (path_conv::init_reopen_attr): Change from void to returning
Corinna Vinschen
2014-08-26
1
-3
/
+4
*
Introduce reading passwd/group entries from SAM/AD. Introduce
Corinna Vinschen
2014-02-09
1
-17
/
+0
*
* devices.in (dev_cygdrive_storage): Revert mapping to \Device\Null.
Corinna Vinschen
2013-10-31
1
-1
/
+0
*
* devices.in (dev_cygdrive_storage): Map to \Device\Null.
Corinna Vinschen
2013-10-30
1
-0
/
+1
*
* path.h (enum path_types): Drop definition of PATH_64BITEXEC.
Corinna Vinschen
2013-08-23
1
-13
/
+2
*
* autoload.cc (CreateSymbolicLink): Define.
Corinna Vinschen
2013-04-24
1
-0
/
+3
*
* Merge in cygwin-64bit-branch.
Corinna Vinschen
2013-04-23
1
-5
/
+25
*
Throughout, change __attribute__ ((regparm (N))) to just __regN. Throughout,
Christopher Faylor
2013-01-21
1
-16
/
+15
*
Fix copyrights
Corinna Vinschen
2013-01-14
1
-1
/
+1
*
* path.h (path_conv::fs_type): New method.
Corinna Vinschen
2013-01-10
1
-0
/
+1
*
Revert the reversion and go with implementation described in cgf-000017, with
Christopher Faylor
2012-12-21
1
-1
/
+1
*
* fhandler.cc (fhandler_base::write): Don't attempt to sparsify
Corinna Vinschen
2012-12-14
1
-2
/
+8
*
* path.cc (etc::dir_changed): Change `io' to a static NO_COPY
Corinna Vinschen
2012-07-31
1
-1
/
+0
*
* globals.cc (ro_u_refs): New R/O unicode string.
Corinna Vinschen
2012-06-03
1
-0
/
+1
*
* dtable.cc (fh_alloc): Only disallow opening of nonexistent on-disk device.
Christopher Faylor
2012-04-21
1
-2
/
+0
*
* dtable.cc (fh_alloc): Keep fh which was flagged as error if it is for an
Christopher Faylor
2012-04-19
1
-0
/
+2
*
* fhandler.h (fhandler_dev::open): Declare.
Corinna Vinschen
2012-04-02
1
-1
/
+2
*
* autoload.cc (NetUseGetInfo): Define.
Corinna Vinschen
2012-02-16
1
-1
/
+0
*
* fhandler_disk_file.cc (fhandler_base::fstat_by_handle): Call
Corinna Vinschen
2011-12-13
1
-0
/
+1
*
* dtable.cc (dtable::delete_archetype): Improve debugging output.
Christopher Faylor
2011-10-22
1
-2
/
+30
*
* globals.cc (ro_u_ncfsd): New R/O unicode string.
Corinna Vinschen
2011-10-21
1
-0
/
+1
*
* fhandler.h (fhandler*::copyto): Free path_conv strings first.
Christopher Faylor
2011-10-20
1
-4
/
+13
*
Throughout change TTY_* to PTY_*, tty_* to pty_*, and ttym_* to ptmx_*.
Christopher Faylor
2011-10-20
1
-5
/
+4
*
* cygerrno.h (__set_errno): Modify debugging output to make searching strace
Christopher Faylor
2011-10-15
1
-2
/
+8
*
* fhandler_disk_file.cc (__DIR_mounts::eval_ino): Create path_conv
Corinna Vinschen
2011-07-26
1
-1
/
+7
*
* autoload.cc: Call _api_fatal in asm.
Christopher Faylor
2011-05-28
1
-15
/
+7
*
* devices.h: Renumber internal devices so that FH_PROCESS is part of
Corinna Vinschen
2011-04-20
1
-1
/
+1
*
* devices.h (fh_devices): Define FH_PROC_MIN_MINOR.
Yaakov Selkowitz
2011-04-04
1
-2
/
+1
*
Implement /proc/sysvipc/*
Yaakov Selkowitz
2011-04-01
1
-1
/
+1
*
* path.cc (path_conv::check): Don't follow reparse point symlinks if
Corinna Vinschen
2011-01-17
1
-1
/
+2
*
* fhandler_tty.cc (fhandler_tty_slave::dup): Free path_conv strings
Corinna Vinschen
2010-11-29
1
-0
/
+5
*
* fhandler.h (fhandler_base::get_stat_access): Delete.
Corinna Vinschen
2010-10-07
1
-11
/
+5
*
* path.h (enum pathconv_arg): Remove PC_CHECK_EA.
Corinna Vinschen
2010-10-05
1
-1
/
+0
[next]