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
...
*
* errno.cc (errmap): Change mapping of NO_SYSTEM_RESOURCES to EFBIG.
Christopher Faylor
2011-03-09
1
-42
/
+123
*
* fhandler.cc (fhandler_base::open): When creating a file on a
Corinna Vinschen
2011-03-08
1
-0
/
+7
*
* fhandler.cc (fhandler_base_overlapped::close): Finish any pending I/O before
Christopher Faylor
2011-02-21
1
-1
/
+8
*
* Throughout fix copyright dates.
Corinna Vinschen
2011-02-15
1
-1
/
+1
*
* fhandler.cc (fhandler_base::fsync): Ignore ERROR_INVALID_FUNCTION
Corinna Vinschen
2011-02-01
1
-1
/
+8
*
* fhandler.cc: Drop including nfs.h.
Corinna Vinschen
2010-09-30
1
-1
/
+0
*
* fhandler.cc (fhandler_base::open): Handle query_write_dac flag.
Corinna Vinschen
2010-09-24
1
-0
/
+3
*
* fhandler.cc (fhandler_base::open): Always open NFS files with
Corinna Vinschen
2010-09-21
1
-6
/
+9
*
* fhandler.cc (fhandler_base::raw_write): Remove STATUS_DISK_FULL
Corinna Vinschen
2010-07-23
1
-3
/
+0
*
Align seekdir and telldir API to POSIX definition.
Corinna Vinschen
2010-07-05
1
-2
/
+2
*
* dtable.cc (dtable::dup_worker): Reset path_conv handle in duplicated
Corinna Vinschen
2010-06-15
1
-1
/
+1
*
* fhandler.h (fhandler_base::setup_overlapped): Delete virtual declaration.
Christopher Faylor
2010-04-02
1
-19
/
+36
*
* fhandler.cc (fhandler_base::dup): Call setup_overlapped unconditionally.
Christopher Faylor
2010-03-31
1
-29
/
+46
*
* fhandler.cc (fhandler_base::fstat): Keep st_ctime and st_birthtime
Corinna Vinschen
2010-03-29
1
-3
/
+8
*
* fhandler.cc (fhandler_base::fstat): Set st_mtime time to current time.
Christopher Faylor
2010-03-28
1
-1
/
+2
*
* fhandler.cc (fhandler_base::setup_overlapped): Revert to starting with handle
Christopher Faylor
2010-02-18
1
-1
/
+1
*
* fhandler.cc (fhandler_base::setup_overlapped): Don't set signalled state to
Christopher Faylor
2010-02-15
1
-23
/
+1
*
* cygwin.din (dup3): Export.
Corinna Vinschen
2010-01-14
1
-2
/
+2
*
Throughout, replace hMainProc with GetCurrentProcess/NtCurrentProcess
Corinna Vinschen
2009-12-18
1
-4
/
+5
*
* sec_helper.cc (security_descriptor::free): If sd_size is 0, call
Corinna Vinschen
2009-10-30
1
-2
/
+2
*
* fhandler.cc (fhandler_base::open): Remove unused variables sa and sd.
Corinna Vinschen
2009-10-24
1
-3
/
+1
*
* fhandler.cc (fhandler_base::open): Always create file with default
Corinna Vinschen
2009-10-24
1
-27
/
+21
*
Fix some POSIX-compliance bugs in link, rename, mkdir.
Eric Blake
2009-09-26
1
-1
/
+1
*
Fix faccessat(,0) and access() semantics.
Eric Blake
2009-09-25
1
-10
/
+10
*
* fhandler.cc (fhandler_base::open): Only set R/O attribute if ACLs
Corinna Vinschen
2009-08-26
1
-2
/
+3
*
* sigproc.h (wait_for_sigthread): Eliminate parameter.
Christopher Faylor
2009-07-24
1
-19
/
+12
*
* fhandler.h (enum del_lock_called_from): New enumeration.
Corinna Vinschen
2009-07-22
1
-4
/
+4
*
* dcrt0.cc (jit_debug): New global.
Christopher Faylor
2009-07-03
1
-1
/
+2
*
* fhandler.cc (fhandler_base::has_ongoing_io): Accept an argument indicating
Christopher Faylor
2009-06-30
1
-4
/
+4
*
* fhandler.h (fhandler_base::has_ongoing_io): Declare new function.
Christopher Faylor
2009-06-28
1
-11
/
+33
*
* gendef (cleanup): Rename from 'nocr'. Remove comments and trailing spaces.
Christopher Faylor
2009-06-28
1
-7
/
+1
*
* fhandler.cc (fhandler_base::read_overlapped): Use a better variable name.
Christopher Faylor
2009-06-16
1
-4
/
+4
*
* fhandler.cc (fhandler_base::read_overlapped): Preserve len when looping due
Christopher Faylor
2009-06-16
1
-3
/
+4
*
* errno.cc (errmap): Add mapping for ERROR_IO_INCOMPLETE.
Christopher Faylor
2009-06-14
1
-11
/
+23
*
* fhandler.cc (fhandler_base::wait_overlapped): Honor nonblocking flag for
Christopher Faylor
2009-06-14
1
-3
/
+9
*
* 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
[prev]
[next]