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_socket.cc (fhandler_socket::ioctl): Return correct flags
Corinna Vinschen
2002-11-07
1
-1
/
+2
*
* fhandler_socket.cc (fhandler_socket::recvmsg): Call if from == NULL
Christopher Faylor
2002-11-05
1
-8
/
+7
*
Change _function() to function() throughout.
Christopher Faylor
2002-10-21
1
-11
/
+9
*
missed checkin
Christopher Faylor
2002-10-20
1
-1
/
+1
*
whitespace
Christopher Faylor
2002-09-30
1
-19
/
+19
*
Remove \n from calls to strace class printfs throughout.
Christopher Faylor
2002-09-30
1
-5
/
+5
*
* fhandler.cc (fhandler_base::dup): Don't set handle on failure. Caller has
Christopher Faylor
2002-09-22
1
-1
/
+1
*
* cygthread.cc (cygthread::initialized): Avoid copying on fork or some threads
Christopher Faylor
2002-09-19
1
-48
/
+48
*
* fhandler.h (fhandler_socket::read): Remove method.
Corinna Vinschen
2002-09-04
1
-106
/
+289
*
* miscfuncs.cc (check_iovec_for_read): Don't check buffer when zero length
Christopher Faylor
2002-08-30
1
-1
/
+3
*
* fhandler_socket.cc (fhandler_socket::recvfrom): Eliminate flags
Corinna Vinschen
2002-08-28
1
-2
/
+12
*
* fhandler_socket.cc (fhandler_socket::check_peer_secret_event):
Corinna Vinschen
2002-08-27
1
-21
/
+1
*
* fhandler.h (fhandler_socket::recvfrom): Fix prototype.
Corinna Vinschen
2002-08-26
1
-2
/
+2
*
* 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
[next]