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
/
fhandler.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
* security.cc (set_file_sd): Drop using FILE_OPEN_FOR_RECOVERY flag in
Corinna Vinschen
2009-05-04
1
-19
/
+4
*
* fhandler.cc (fhandler_base::wait_overlapped): Set bytes to -1 on EINTR or
Christopher Faylor
2009-01-27
1
-4
/
+5
*
* fhandler.h (fhandler_base_setup_overlapped): Add new argument.
Christopher Faylor
2008-12-23
1
-7
/
+17
*
* fhandler.cc (fhandler_base::wait_overlapped): Reorganize to eliminate gotos
Christopher Faylor
2008-12-20
1
-37
/
+37
*
Remove unneeded whitespace.
Christopher Faylor
2008-11-26
1
-6
/
+6
*
* cygheap.cc (creturn): Reorganize to avoid a new compiler warning/error.
Christopher Faylor
2008-09-11
1
-3
/
+3
*
add comments
Christopher Faylor
2008-08-25
1
-0
/
+4
*
* fhandler.cc (fhandler_base::wait_overlapped): Reorganize again to accommodate
Christopher Faylor
2008-08-22
1
-2
/
+4
*
* fhandler.cc (fhandler_base::wait_overlapped): Always assume that bytes will
Christopher Faylor
2008-08-20
1
-12
/
+11
*
* fhandler.cc (fhandler_base::wait_overlapped): Don't treat ERROR_BROKEN_PIPE
Christopher Faylor
2008-08-19
1
-2
/
+2
*
* external.cc (cygwin_internal): Call set_security_attribute with
Corinna Vinschen
2008-08-14
1
-1
/
+1
*
* fhandler.cc (fhandler_base::open): Use Samba workaround generally
Corinna Vinschen
2008-08-07
1
-17
/
+21
*
* fhandler.cc (fhandler_base::open): Rename x to fh. On Samba, always
Corinna Vinschen
2008-07-18
1
-17
/
+24
*
* environ.cc (known): Remove "binmode" option.
Corinna Vinschen
2008-07-18
1
-4
/
+1
*
Add case-sensitivity.
Corinna Vinschen
2008-07-16
1
-1
/
+1
*
* fhandler.cc (fhandler_base::fpathconf): On _PC_POSIX_PERMISSIONS
Corinna Vinschen
2008-07-14
1
-1
/
+1
*
Throughout drop allow_ntsec and allow_smbntsec handling.
Corinna Vinschen
2008-07-14
1
-4
/
+3
*
* Makefile.in (DLL_OFILES): Add nfs.o.
Corinna Vinschen
2008-05-20
1
-1
/
+36
*
* fhandler.cc (fhandler_base::open): Move handling FILE_ATTRIBUTE_NORMAL
Corinna Vinschen
2008-04-25
1
-1
/
+2
*
* fhandler.cc (fhandler_base::open): *Only* handle SYSTEM and HIDDEN
Corinna Vinschen
2008-04-25
1
-9
/
+11
*
* fhandler.cc (fhandler_base::open): Handle SYSTEM and HIDDEN attributes
Corinna Vinschen
2008-04-25
1
-1
/
+1
*
* cygwin.din (futimens): Export.
Corinna Vinschen
2008-04-24
1
-2
/
+2
*
Remove unneeded header files from source files throughout.
Christopher Faylor
2008-04-07
1
-6
/
+0
*
* Fix copyright dates.
Corinna Vinschen
2008-04-01
1
-1
/
+1
*
Throughout, call fcntl64 instead of fcntl or fcntl_worker.
Corinna Vinschen
2008-04-01
1
-5
/
+0
*
* smallprint.cc (__small_vswprintf): Fix uninitialized usage of `w'.
Corinna Vinschen
2008-03-31
1
-12
/
+12
*
* fhandler.cc (fhandler_base::dup): Drop setting flags in the parent.
Corinna Vinschen
2008-03-24
1
-1
/
+9
*
* fhandler.cc (fhandler_base::open): Use %S for PUNICODE_STRING.
Brian Dessent
2008-03-08
1
-1
/
+1
*
* fhandler.cc (fhandler_base::open_): Add missing test for O_CREAT.
Corinna Vinschen
2008-03-06
1
-1
/
+1
*
s/open/create/
Corinna Vinschen
2008-03-06
1
-1
/
+1
*
* child_info.h (~child_info_spawn): Check moreinfo->myself_pinfo for
Corinna Vinschen
2008-03-05
1
-1
/
+7
*
* fhandler.cc (fhandler_base::fpathconf): Fix _PC_NAME_MAX and
Corinna Vinschen
2008-02-16
1
-2
/
+10
*
Perform whitespace cleanup throughout.
Christopher Faylor
2008-02-15
1
-2
/
+2
*
* Makefile.in (DLL_OFILES): Add ntea.o.
Corinna Vinschen
2008-02-10
1
-0
/
+15
*
* dtable.cc (POSIX_NAMED_PIPE): New define.
Christopher Faylor
2007-12-16
1
-0
/
+3
*
revert premature checkin
Christopher Faylor
2007-11-08
1
-3
/
+0
*
* dllfixdbg: Eliminate extra objcopy step.
Christopher Faylor
2007-11-08
1
-0
/
+3
*
* fhandler_disk_file.cc (fhandler_base::fstat_helper): Don't remove
Corinna Vinschen
2007-10-30
1
-1
/
+2
*
* fhandler.cc (fhandler_base::open): Open native symlinks with
Corinna Vinschen
2007-10-18
1
-30
/
+38
*
* fhandler.cc (is_at_eof): Rewrite using NT functions.
Corinna Vinschen
2007-10-15
1
-71
/
+86
*
* fhandler.cc (fhandler_base::open): Partly revert change from
Corinna Vinschen
2007-09-17
1
-1
/
+11
*
* fhandler.cc (rootdir): Delete.
Corinna Vinschen
2007-08-20
1
-89
/
+0
*
* devices.in (dev_storage): Use native NT device name for kmsg mailslot.
Corinna Vinschen
2007-08-13
1
-9
/
+8
*
* fhandler.cc (fhandler_base::open): Remove HIDDEN_DOT_FILES code.
Corinna Vinschen
2007-08-12
1
-5
/
+0
*
* fhandler.cc (check_posix_perms): Remove.
Corinna Vinschen
2007-08-01
1
-26
/
+1
*
* fhandler.cc (fhandler_base::wait_overlapped): Handle read EOF better and
Christopher Faylor
2007-07-29
1
-6
/
+21
*
* cygtls.h (_cygtls::inside_kernel): Move function declaration into _cygtls
Christopher Faylor
2007-07-29
1
-16
/
+37
*
* fhandler.h (enum query_state): Drop redundant query_stat_control.
Corinna Vinschen
2007-07-27
1
-7
/
+4
*
* fhandler.cc (fhandler_base::fhaccess): Accommodate interface changes
Corinna Vinschen
2007-07-20
1
-1
/
+1
*
* fhandler.cc (fhandler_base::open): Drop local wpath and upath
Corinna Vinschen
2007-07-19
1
-6
/
+1
[next]