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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
* dcrt0.cc (dll_crt0_1): Don't call set_cygwin_privileges on 9x.
Corinna Vinschen
2005-04-04
1
-3
/
+9
*
* fhandler.h (fhandler_socket::secret_event): Remove.
Corinna Vinschen
2005-03-24
1
-21
/
+13
*
* fhandler.h (fhandler_socket::eid_connect): Make private.
Corinna Vinschen
2005-03-23
1
-3
/
+10
*
* fhandler.h (class cygthread): Remove forward declaration.
Corinna Vinschen
2005-03-21
1
-1
/
+0
*
* fhandler.h (class cygthread): Forward declare.
Corinna Vinschen
2005-03-21
1
-2
/
+7
*
* child_info.h (fork_info): Use different method to alias variable.
Christopher Faylor
2005-03-19
1
-1
/
+1
*
* dir.cc: Rename opendir_* to dirent_* throughout.
Christopher Faylor
2005-03-16
1
-0
/
+8
*
* fhandler.h (class fhandler_socket): Declare new method
Corinna Vinschen
2005-02-28
1
-0
/
+3
*
* fhandler.h (class fhandler_base): Declare fixup_mmap_after_fork
Corinna Vinschen
2005-02-25
1
-6
/
+7
*
* cygwin.din (getpeereid): Export.
Corinna Vinschen
2005-02-23
1
-0
/
+11
*
* fhandler.h (fhandler_base::fstat_helper): Declare with additional
Corinna Vinschen
2005-02-20
1
-4
/
+5
*
* autoload.cc (FindFirstVolumeA): Add.
Corinna Vinschen
2005-02-20
1
-0
/
+1
*
* fhandler.h (enum query_state): Add query_write_attributes state.
Corinna Vinschen
2005-02-20
1
-2
/
+7
*
* fhandler.h (class fhandler_base): Declare new method link.
Corinna Vinschen
2005-02-19
1
-0
/
+3
*
* fhandler.h (class fhandler_socket): Declare new methods fchown,
Corinna Vinschen
2005-02-19
1
-0
/
+3
*
white space
Christopher Faylor
2005-02-13
1
-2
/
+2
*
* fhandler.cc (fhandler_base::raw_write): Mark as changed on
Corinna Vinschen
2005-02-11
1
-1
/
+4
*
* cygthread.h (cygthread::terminate_thread): Reflect return value.
Christopher Faylor
2005-02-06
1
-0
/
+9
*
* fhandler.h (fhandler_base::ftruncate): Define new virtual method.
Corinna Vinschen
2005-02-02
1
-1
/
+4
*
* fhandler.cc (fhandler_base::get_proc_fd_name): Don't generate
Corinna Vinschen
2005-02-01
1
-0
/
+2
*
* path.h (path_conv::set_name): Declare new function.
Christopher Faylor
2005-01-31
1
-0
/
+1
*
* cygheap.h (class cygheap_fdenum): New class to enumerate used
Corinna Vinschen
2005-01-31
1
-1
/
+6
*
* autoload.cc (GetModuleFileNameExA): Add.
Corinna Vinschen
2005-01-29
1
-0
/
+1
*
* fhandler.h (fhandler_disk_file::touch_ctime): Declare.
Corinna Vinschen
2005-01-13
1
-0
/
+2
*
Reorganize header file inclusion throughout so that cygerrno.h comes first.
Christopher Faylor
2005-01-12
1
-2
/
+4
*
* fhandler.h (fhandler_dev_dsp:~fhandler_dev_dsp): Delete.
Corinna Vinschen
2004-08-17
1
-2
/
+3
*
* fhandler.h (class fhandler_dev_raw): Remove is_writing flag.
Corinna Vinschen
2004-07-15
1
-5
/
+1
*
* dtable.cc (dtable::find_fifo): Release lock after fifo found (still racy).
Christopher Faylor
2004-06-07
1
-0
/
+2
*
* fhandler.h (class fhandler_socket): Add "owner" status flag.
Corinna Vinschen
2004-05-10
1
-2
/
+4
*
Revert code reversion from 2004-04-03. So, revert to async I/O again.
Corinna Vinschen
2004-05-07
1
-1
/
+7
*
* fhandler_disk_file.cc (fhandler_base::open_fs): Change
Corinna Vinschen
2004-04-20
1
-1
/
+1
*
* errno.cc (errmap): Handle ERROR_IO_PENDING.
Corinna Vinschen
2004-04-19
1
-0
/
+1
*
* autoload.cc (NtCreateFile): Add.
Corinna Vinschen
2004-04-16
1
-2
/
+3
*
* fhandler.cc (fhandler_base::open): Simplify access evaluation
Corinna Vinschen
2004-04-14
1
-0
/
+4
*
* fhandler.cc (fhandler_base::open): Accomodate query_write_control
Corinna Vinschen
2004-04-14
1
-2
/
+6
*
* dir.cc (mkdir): Call set_file_attribute with additional handle
Corinna Vinschen
2004-04-13
1
-0
/
+3
*
* winsup.h (IMPLEMENT_STATUS_FLAG): New macro to define status flag
Corinna Vinschen
2004-04-13
1
-47
/
+17
*
* Use new unified status_flag accessor methods from classes fhandler_*,
Corinna Vinschen
2004-04-10
1
-77
/
+67
*
* fhandler.h (class fhandler_dev_raw): Move status bits into protected
Corinna Vinschen
2004-04-09
1
-13
/
+20
*
* fhandler.h (fhandler_base::status): Declare private.
Corinna Vinschen
2004-04-09
1
-14
/
+23
*
* fhandler.cc (fhandler_base::write): Use bool parameter in calls to
Corinna Vinschen
2004-04-09
1
-101
/
+80
*
* fhandler.cc (fhandler_base::open): Set query access mode according
Corinna Vinschen
2004-04-08
1
-4
/
+9
*
* fhandler.h (class fhandler_socket): Remove has_been_closed member.
Corinna Vinschen
2004-04-03
1
-1
/
+0
*
* fhandler.h (class fhandler_socket): Add has_been_closed member.
Corinna Vinschen
2004-03-29
1
-0
/
+1
*
* errno.cc (errmap): Map ERROR_SHARING_VIOLATION to EBUSY,
Corinna Vinschen
2004-03-26
1
-34
/
+11
*
* autoload.cc: Load eight more functions for waveIn support.
Corinna Vinschen
2004-03-23
1
-2
/
+9
*
* cygheap.cc (init_cheap): Add ability to specify minimal cygwin heap size when
Christopher Faylor
2004-03-21
1
-2
/
+0
*
Fix ChangeLog dates.
Corinna Vinschen
2004-03-15
1
-2
/
+4
*
* errno.cc (errmap): Handle ERROR_BUS_RESET.
Corinna Vinschen
2004-03-13
1
-3
/
+22
*
* debug.h (console_printf): Define for non-debugging condition.
Christopher Faylor
2004-02-09
1
-1
/
+1
[next]