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
*
* 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
*
* 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
[next]