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
*
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
*
Throughout, change fdtab references to cygheap->fdtab.
Christopher Faylor
2001-04-18
1
-1
/
+1
*
* fhandler.h (class fhandler_socket): Add members and methods to
Egor Duda
2001-04-09
1
-0
/
+89
*
* dtable.cc: Guard against new winsock.h/winsock2.h warnings when mixing
Christopher Faylor
2001-03-20
1
-1
/
+1
*
Update copyrights.
Christopher Faylor
2001-03-18
1
-1
/
+1
*
* autoload.cc: Add LoadDLLinitfunc for iphlpapi.dll.
Corinna Vinschen
2001-02-07
1
-11
/
+20
*
Whitespace cleanup.
Christopher Faylor
2000-10-28
1
-1
/
+1
*
* fhandler_socket.cc: New file.
Corinna Vinschen
2000-10-27
1
-0
/
+310