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_socket.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
* fhandler.h (fhandler_socket::recv): Remove method.
Conrad Scott
2002-08-12
1
-79
/
+8
*
* winsup.h (__check_null_invalid_struct): Make ptr argument non-const.
Conrad Scott
2002-08-08
1
-0
/
+2
*
Fix by Conrad Scott <conrad.scott@dsl.pipex.com>:
Corinna Vinschen
2002-08-07
1
-2
/
+3
*
* debug.h (handle_list): Move here from debug.cc. Add "inherit" flag
Christopher Faylor
2002-07-13
1
-2
/
+7
*
* fhandler.h (fhandler_socket::is_unconnected): Constify.
Corinna Vinschen
2002-07-06
1
-5
/
+5
*
* fhandler.h (UNCONNECTED): New define.
Corinna Vinschen
2002-07-05
1
-0
/
+6
*
* fhandler_socket.cc (fhandler_socket::set_sun_path): Don't free
Corinna Vinschen
2002-07-04
1
-3
/
+1
*
* fhandler_socket.cc (fhandler_socket::dup): Add missing copy operation
Corinna Vinschen
2002-07-04
1
-0
/
+2
*
* autoload.cc (WSAEventSelect): Define new autoload function.
Corinna Vinschen
2002-07-03
1
-16
/
+74
*
* fhandler.h (fhandler_socket::bind): Add method definition.
Corinna Vinschen
2002-06-26
1
-3
/
+527
*
* fhandler.cc (fhandler_base::fstat): Set S_IFIFO for pipes.
Christopher Faylor
2002-06-24
1
-1
/
+5
*
* fhandler.h (fhandler_socket::fixup_after_fork): Revert patch from
Corinna Vinschen
2002-06-10
1
-13
/
+3
*
coerce
Christopher Faylor
2002-06-08
1
-1
/
+1
*
* fhandler_socket.cc (fhandler_socket::fstat): Don't assume that socket is
Christopher Faylor
2002-06-08
1
-3
/
+4
*
Remove fcntl.h includes throughout.
Christopher Faylor
2002-06-05
1
-1
/
+0
*
* fhandler.h (class fhandler_socket): Add private method
Corinna Vinschen
2002-06-04
1
-3
/
+13
*
* dtable.cc (dtable::build_fhandler_from_name): Just pass posix path along to
Christopher Faylor
2002-05-24
1
-1
/
+1
*
* fhandler_socket.cc (fhandler_socket::close): Respond to signals while
Christopher Faylor
2002-03-05
1
-6
/
+14
*
* cygwin.din (fstat64): New symbol.
Corinna Vinschen
2002-02-25
1
-1
/
+1
*
* dtable.cc (dtable::dup2): Revert previous patch.
Corinna Vinschen
2002-02-09
1
-18
/
+71
*
* dtable.cc (dtable::dup2): Store fd for fhandler_socket.
Corinna Vinschen
2002-02-08
1
-2
/
+10
*
* fhandler.h (fhandler_socket::sun_path): New private member.
Corinna Vinschen
2002-01-01
1
-2
/
+12
*
Eliminate excess whitespace.
Christopher Faylor
2001-11-05
1
-3
/
+3
*
* fhandler_socket.cc (fhandler_socket::close): Add error handling.
Corinna Vinschen
2001-10-30
1
-1
/
+6
*
* (fhandler_socket::dup): Revert previous change.
Corinna Vinschen
2001-10-30
1
-2
/
+0
*
* dtable.cc (dtable::dup2): Add some debugging. Use methods from passed in
Christopher Faylor
2001-10-30
1
-9
/
+11
*
* fhandler.h (fhandler_serial::fhandler_serial): Change to only accept unit
Christopher Faylor
2001-10-29
1
-2
/
+2
*
Ensure that all fhandler_*::read definitions are __stdcall throughout.
Christopher Faylor
2001-10-24
1
-1
/
+1
*
Remove 'cb' parameter and modify fhandler_* constructors throughout.
Christopher Faylor
2001-10-22
1
-1
/
+0
*
* autoload.cc (load_wsock32): Declare dummy function to force loading of
Christopher Faylor
2001-10-14
1
-0
/
+2
*
* fhandler_dsp.cc (fhandler_dsp::ioctl): Return 0 for successful
Christopher Faylor
2001-10-13
1
-43
/
+47
*
* autoload.cc (wsock_init): Reorganize slightly to accomodate a new compiler.
Christopher Faylor
2001-10-13
1
-1
/
+1
*
* dcrt0.cc (dll_crt0_1): Don't close hexec_proc if it is NULL.
Christopher Faylor
2001-10-04
1
-1
/
+1
*
Add "path.h" include throughout, where needed. Use new path_conv methods and
Christopher Faylor
2001-10-01
1
-0
/
+1
*
* fhandler_socket.cc (fhandler_socket::fixup_after_exec): Close
Corinna Vinschen
2001-09-20
1
-1
/
+2
*
* fhandler.h (fhandler_socket::fixup_after_exec): Remove inline
Corinna Vinschen
2001-09-20
1
-0
/
+13
*
* fhandler_socket.cc (fhandler_socket::fhandler_socket): Revert
Corinna Vinschen
2001-09-19
1
-1
/
+1
*
* cygheap.h (init_cygheap): Move heap pointers here.
Christopher Faylor
2001-09-07
1
-14
/
+14
*
* fhandler_socket.cc (fhandler_socket::fhandler_socket): Ensure that
Christopher Faylor
2001-09-07
1
-1
/
+1
*
Remove initialization of static or global values to zero, throughout. This
Christopher Faylor
2001-09-06
1
-1
/
+1
*
* fhandler_socket.cc (fhandler_socket::close): Change 2MSL value
Corinna Vinschen
2001-09-05
1
-1
/
+1
*
* fhandler_socket.cc (fhandler_socket::create_secret_event): Relax
Egor Duda
2001-08-16
1
-2
/
+2
*
* fhandler.cc (fhandler_base::is_nonblocking): New method.
Corinna Vinschen
2001-08-15
1
-3
/
+1
*
* fhandler.cc (fhandler_base::fcntl): Use new O_NONBLOCK_MASK define.
Corinna Vinschen
2001-08-14
1
-7
/
+18
*
* cygheap.cc (cygheap_root::set): Avoid treating '/' specially.
Christopher Faylor
2001-08-07
1
-10
/
+13
*
Throughout, reorganize header file inclusion to put security.h prior to
Christopher Faylor
2001-07-26
1
-2
/
+3
*
* fhandler.h class fhandler_socket): Declare new method
Corinna Vinschen
2001-06-22
1
-0
/
+9
*
* fhandler_socket.cc (fhandler_socket::signal_secret_event): New
Egor Duda
2001-06-20
1
-4
/
+10
*
* fhandler_socket.cc (fhandler_socket::ioctl): Convert s_addr
Corinna Vinschen
2001-05-15
1
-1
/
+2
*
* fhandler_socket.cc (set_connect_secret): Use /dev/urandom to
Egor Duda
2001-05-04
1
-2
/
+20
[next]