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
/
net.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
* devices.cc: New file.
Christopher Faylor
2003-09-25
1
-68
/
+45
*
* net.cc (dup_ent): Restore check for NULL input.
Christopher Faylor
2003-09-01
1
-0
/
+3
*
* net.cc (dup_ent): Make debugging output consistent.
Christopher Faylor
2003-08-31
1
-1
/
+1
*
Use dup_ent rather than specific dup_*_ptr functions throughout.
Christopher Faylor
2003-08-31
1
-36
/
+31
*
* net.cc (free_char_list): Delete.
Christopher Faylor
2003-08-31
1
-191
/
+192
*
Throughout, eliminate argument to sig_dispatch_pending.
Christopher Faylor
2003-08-19
1
-22
/
+22
*
* exceptions.cc (ctrl_c_handler): Send SIGHUP when events occur only if there
Christopher Faylor
2003-07-26
1
-9
/
+9
*
* fhandler.h (fhandler_socket::get_connect_state): New method to
Corinna Vinschen
2003-07-05
1
-5
/
+19
*
2003-06-18 Pierre Humblet <pierre.humblet@ieee.org>
Pierre Humblet
2003-06-19
1
-6
/
+25
*
Throughout, remove "include <errno.h>" from files which already include
Christopher Faylor
2003-06-16
1
-1
/
+0
*
* fhandler_socket.cc (connect_thread): Remove.
Corinna Vinschen
2003-06-03
1
-2
/
+63
*
* net.cc (cygwin_rcmd): Use correct file descriptor in call to fdsock.
Corinna Vinschen
2003-03-13
1
-2
/
+2
*
whitespace cleanup
Christopher Faylor
2003-03-09
1
-2
/
+2
*
* dtable.cc (dtable::build_fhandler_from_name): Set some fhandler
Corinna Vinschen
2003-02-21
1
-2
/
+4
*
* fhandler_disk_file.cc (fhandler_disk_file::opendir): Check descriptor
Corinna Vinschen
2003-02-20
1
-122
/
+133
*
* uinfo.cc (pwdgrp::load): Regularize strace output. Add warning for
Christopher Faylor
2003-01-26
1
-2
/
+2
*
* autoload.cc: Fix copyright date.
Corinna Vinschen
2003-01-15
1
-1
/
+1
*
* net.cc: Use gethostname define from winsock2.h.
Christopher Faylor
2003-01-11
1
-0
/
+2
*
* autoload.cc (gethostname): Make call optional, return 1 if function
Corinna Vinschen
2003-01-10
1
-1
/
+1
*
* net.cc (cygwin_gethostname): Fix call to wsock function gethostname.
Corinna Vinschen
2003-01-10
1
-3
/
+1
*
whitespace
Christopher Faylor
2002-12-12
1
-2
/
+9
*
* net.cc (free_protoent_ptr): Add missing free() for base structure.
Corinna Vinschen
2002-12-10
1
-0
/
+3
*
* exceptions.cc (handle_sigsuspend): Force pending signal delivery before
Christopher Faylor
2002-11-22
1
-0
/
+22
*
* net.cc: Sprinkle sigframes throughout.
Christopher Faylor
2002-11-19
1
-0
/
+10
*
remove unneeded comments
Christopher Faylor
2002-11-19
1
-6
/
+0
*
* net.cc: Run indent.
Corinna Vinschen
2002-11-10
1
-425
/
+517
*
Remove \n from calls to strace class printfs throughout.
Christopher Faylor
2002-09-30
1
-1
/
+1
*
More GNUify non-GNU formatted functions calls throughout.
Christopher Faylor
2002-09-23
1
-1
/
+1
*
* fhandler.cc (fhandler_base::dup): Don't set handle on failure. Caller has
Christopher Faylor
2002-09-22
1
-10
/
+10
*
* cygthread.cc (cygthread::initialized): Avoid copying on fork or some threads
Christopher Faylor
2002-09-19
1
-2
/
+2
*
* fhandler.h (fhandler_socket::read): Remove method.
Corinna Vinschen
2002-09-04
1
-3
/
+13
*
* fhandler_socket.cc (fhandler_socket::check_peer_secret_event):
Corinna Vinschen
2002-08-27
1
-4
/
+20
*
* fhandler.h (fhandler_socket::recvfrom): Fix prototype.
Corinna Vinschen
2002-08-26
1
-15
/
+17
*
* fhandler.h (fhandler_socket::recv): Remove method.
Conrad Scott
2002-08-12
1
-24
/
+6
*
* winsup.h (__check_null_invalid_struct): Make ptr argument non-const.
Conrad Scott
2002-08-08
1
-143
/
+156
*
* fhandler.h (fhandler_base::get_r_no_interrupt): Make non-virtual.
Corinna Vinschen
2002-07-31
1
-0
/
+1
*
* fhandler.h (fhandler_socket::is_unconnected): Constify.
Corinna Vinschen
2002-07-06
1
-2
/
+0
*
* fhandler.h (UNCONNECTED): New define.
Corinna Vinschen
2002-07-05
1
-0
/
+2
*
* net.cc (cygwin_getpeername): Defend against NULL pointer dereference.
Christopher Faylor
2002-07-02
1
-1
/
+1
*
* fhandler_clipboard.c (fhandler_dev_clipboard::open): Force text mode.
Christopher Faylor
2002-07-01
1
-1
/
+1
*
* fhandler.h (fhandler_socket::bind): Add method definition.
Corinna Vinschen
2002-06-26
1
-485
/
+71
*
* include/sys/strace.h (strace): Avoid use of constructor.
Christopher Faylor
2002-06-10
1
-1
/
+1
*
* fhandler.h (fhandler_socket::fixup_after_fork): Revert patch from
Corinna Vinschen
2002-06-10
1
-0
/
+6
*
Remove fcntl.h includes throughout.
Christopher Faylor
2002-06-05
1
-2
/
+1
*
* autoload.cc (LoadFuncEx): Define via new LoadFuncEx2 macro.
Christopher Faylor
2002-05-28
1
-3
/
+3
*
Remove unneeded sync.h, where appropriate, throughout. Remove unneeded heap.h,
Christopher Faylor
2002-05-25
1
-1
/
+0
*
fix formatting
Christopher Faylor
2002-05-12
1
-8
/
+12
*
* net.cc (getdomainname): Change second argument of getdomainname to size_t.
Christopher Faylor
2002-05-04
1
-1
/
+1
*
* net.cc (cygwin_accept): Set socket type for accepted socket.
Corinna Vinschen
2002-04-12
1
-8
/
+23
*
* pinfo.cc (pinfo::init): Use PID_ALLPIDS flag to control when a redirected
Christopher Faylor
2002-03-15
1
-3
/
+3
[next]