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
*
* fhandler_socket.cc (fhandler_socket::dup): Decrement dtable's
Corinna Vinschen
2004-08-19
1
-1
/
+1
*
* net.cc (cygwin_gethostbyname): Show failing host name on error.
Christopher Faylor
2004-08-11
1
-0
/
+1
*
* path.cc (chdir): Always use the normalized_path as posix_cwd, except if it
Christopher Faylor
2004-05-28
1
-1
/
+1
*
Revert code reversion from 2004-04-03. So, revert to async I/O again.
Corinna Vinschen
2004-05-07
1
-56
/
+0
*
* Use new unified status_flag accessor methods from classes fhandler_*,
Corinna Vinschen
2004-04-10
1
-7
/
+7
*
* fhandler.cc (fhandler_base::write): Use bool parameter in calls to
Corinna Vinschen
2004-04-09
1
-6
/
+6
*
* fhandler.h (class fhandler_socket): Remove has_been_closed member.
Corinna Vinschen
2004-04-03
1
-58
/
+34
*
* net.cc (wsock_event::release): Use NULL handle in call to
Corinna Vinschen
2004-04-02
1
-1
/
+2
*
* net.cc (wsock_event::wait): Make wsa_err an int. Don't set
Corinna Vinschen
2004-04-01
1
-5
/
+8
*
* fhandler_socket.cc (fhandler_socket::sendto): Drop out of loop if
Corinna Vinschen
2004-04-01
1
-25
/
+30
*
* fhandler_tape.cc (mtinfo_drive::get_pos): Only set partition if
Corinna Vinschen
2004-03-31
1
-2
/
+3
*
* fhandler_socket.cc (fhandler_socket::recvfrom): Initialize res to
Corinna Vinschen
2004-03-31
1
-2
/
+2
*
* fhandler.h (class fhandler_socket): Add has_been_closed member.
Corinna Vinschen
2004-03-29
1
-30
/
+47
*
* net.cc (wsock_event::wait): Change scope of local "len" variable.
Corinna Vinschen
2004-03-29
1
-1
/
+1
*
* debug.h (console_printf): Define for non-debugging condition.
Christopher Faylor
2004-02-09
1
-1
/
+1
*
* configure.in: Remove NEWVFORK default.
Christopher Faylor
2004-01-23
1
-0
/
+1
*
* exceptions.cc (set_signal_mask): Redefine to not pass by address. Report
Christopher Faylor
2003-12-23
1
-55
/
+34
*
Substitute 0x7fffffff and 0xffffffff by INT32_MAX and UINT32_MAX
Corinna Vinschen
2003-12-03
1
-2
/
+2
*
Eliminate use of sigframe and sigthread throughout.
Christopher Faylor
2003-11-28
1
-22
/
+0
*
* net.cc (dup_ent): Use IsBadStringPtr for alignment checks. Don't use a known
Christopher Faylor
2003-11-04
1
-5
/
+4
*
* net.cc (dup_ent): Move Win 95 misalignment recogition before
Corinna Vinschen
2003-11-03
1
-10
/
+15
*
* 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
[next]