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
*
* fhandler.h (fhandler_socket::recv): Remove method.
Conrad Scott
2002-08-12
1
-3
/
+0
*
* cygthread.cc (cygthread::exit_thread): Define new method.
Christopher Faylor
2002-08-02
1
-1
/
+2
*
* fhandler.h (fhandler_base::get_r_no_interrupt): Make non-virtual.
Corinna Vinschen
2002-07-31
1
-1
/
+1
*
* fhandler.h (fhandler_base::get_r_no_interrupt): Make virtual.
Christopher Faylor
2002-07-31
1
-1
/
+1
*
* fhandler.h (class fhandler_serial): Add new members of
Corinna Vinschen
2002-07-22
1
-0
/
+3
*
* fhandler.h (fhandler_socket::is_unconnected): Constify.
Corinna Vinschen
2002-07-06
1
-6
/
+9
*
* fhandler.h (UNCONNECTED): New define.
Corinna Vinschen
2002-07-05
1
-0
/
+9
*
* autoload.cc (GetSecurityInfo): Define new autoload function.
Christopher Faylor
2002-07-02
1
-6
/
+7
*
* fhandler.h (fhandler_process::pid): New field.
Christopher Faylor
2002-06-30
1
-2
/
+2
*
* fhandler.h (fhandler_process::p): New field.
Christopher Faylor
2002-06-30
1
-1
/
+2
*
* fhandler.h (fhandler_socket::bind): Add method definition.
Corinna Vinschen
2002-06-26
1
-0
/
+15
*
* fhandler.h (fhandler_socket::fixup_after_fork): Revert patch from
Corinna Vinschen
2002-06-10
1
-2
/
+0
*
Remove fcntl.h includes throughout.
Christopher Faylor
2002-06-05
1
-4
/
+5
*
* fhandler.h (class fhandler_socket): Add private method
Corinna Vinschen
2002-06-04
1
-0
/
+2
*
Remove unneeded sigproc.h includes throughout.
Christopher Faylor
2002-06-02
1
-4
/
+2
*
* fhandler_console.cc (fhandler_console::open): Reinstate setting of flags.
Christopher Faylor
2002-05-31
1
-2
/
+2
*
* autoload.cc (LoadFuncEx): Define via new LoadFuncEx2 macro.
Christopher Faylor
2002-05-28
1
-2
/
+14
*
* dtable.cc (dtable::build_fhandler_from_name): Just pass posix path along to
Christopher Faylor
2002-05-24
1
-5
/
+3
*
* fhandler.h (fhandler_virtual::exists): Eliminate path argument.
Christopher Faylor
2002-05-22
1
-4
/
+4
*
* fhandler.h (executable_states): For now, make dont_care_if_executable
Christopher Faylor
2002-05-12
1
-1
/
+1
*
* autoload.cc: Add dynamic load statements for 'ZwQueryInformationProcess' and
Christopher Faylor
2002-05-12
1
-5
/
+14
*
* path.h (pathconv_arg): Add PC_POSIX.
Christopher Faylor
2002-05-02
1
-8
/
+81
*
* net.cc (cygwin_accept): Set socket type for accepted socket.
Corinna Vinschen
2002-04-12
1
-0
/
+3
*
2002-03-15 Robert Collins <rbtcollins@hotmail.com>
Robert Collins
2002-03-19
1
-0
/
+1
*
2002-02-28 Robert Collins <rbtcollins@hotmail.com>
Robert Collins
2002-02-28
1
-0
/
+2
*
* cygwin.din (fstat64): New symbol.
Corinna Vinschen
2002-02-25
1
-32
/
+32
*
* (child_info.h, cygheap.h, dcrt0.cc, dir.cc, fhandler.cc, fhandler.h,
Corinna Vinschen
2002-02-10
1
-24
/
+24
*
* dtable.cc (dtable::dup2): Revert previous patch.
Corinna Vinschen
2002-02-09
1
-7
/
+5
*
* dtable.cc (dtable::dup2): Store fd for fhandler_socket.
Corinna Vinschen
2002-02-08
1
-1
/
+7
*
* fhandler.h (fhandler_socket::sun_path): New private member.
Corinna Vinschen
2002-01-01
1
-1
/
+4
*
* fhandler.h (fhandler_serial::ev): New class member.
Christopher Faylor
2001-12-11
1
-0
/
+1
*
* dtable.cc (dtable::vfork_parent_restore): Add debugging statement.
Christopher Faylor
2001-11-24
1
-21
/
+25
*
* path.cc (conv_path_list): Fix wild indexing into path due to conflicting
Christopher Faylor
2001-11-22
1
-10
/
+24
*
* Makefile.in (DLL_OFILES): Add fhandler_disk_file.o.
Christopher Faylor
2001-11-21
1
-0
/
+20
*
* fhandler.h (fhandler_pipe::broken_pipe): Renamed from saweof.
Christopher Faylor
2001-11-05
1
-2
/
+2
*
* fhandler.h (fhandler_base::ready_for_read): Remove unused argument.
Christopher Faylor
2001-11-04
1
-6
/
+4
*
* fhandler.cc (fhandler_base::read): Return just read ahead characters if slow
Christopher Faylor
2001-11-03
1
-35
/
+3
*
* dll_init.h (class dll_list): Reorder functions to avoid compiler "can't
Christopher Faylor
2001-11-03
1
-1
/
+1
*
* fhandler.h: Change Windows 'BOOL's to c++ 'bool's for all variables.
Christopher Faylor
2001-11-02
1
-11
/
+11
*
* dtable.cc (dtable::build_fhandler): Issue internal error on unknown device.
Christopher Faylor
2001-11-01
1
-44
/
+41
*
* fhandler.h (fhandler_serial::fhandler_serial): Change to only accept unit
Christopher Faylor
2001-10-29
1
-2
/
+1
*
fix spelling errors
Christopher Faylor
2001-10-28
1
-1
/
+1
*
Ensure that all fhandler_*::read definitions are __stdcall throughout.
Christopher Faylor
2001-10-24
1
-18
/
+18
*
Remove 'cb' parameter and modify fhandler_* constructors throughout.
Christopher Faylor
2001-10-22
1
-6
/
+5
*
* autoload.cc: Add load statement for `NtOpenFile'.
Corinna Vinschen
2001-10-16
1
-3
/
+4
*
* fhandler_dsp.cc (fhandler_dsp::ioctl): Return 0 for successful
Christopher Faylor
2001-10-13
1
-25
/
+25
*
* dtable.cc (dtable::build_fhandler): Allocate correct amount for given
Christopher Faylor
2001-10-08
1
-9
/
+22
*
Add second path_conv * argument to fstat()s throughout.
Christopher Faylor
2001-10-05
1
-22
/
+23
*
* dcrt0.cc (dll_crt0_1): Don't close hexec_proc if it is NULL.
Christopher Faylor
2001-10-04
1
-22
/
+15
*
Add "path.h" include throughout, where needed. Use new path_conv methods and
Christopher Faylor
2001-10-01
1
-6
/
+2
[next]