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.h (class fhandler_socket): Add saw_reuseaddr status flag.
Corinna Vinschen
2006-01-29
1
-0
/
+2
*
* net.cc (rresvport): Remove extern declaration.
Corinna Vinschen
2006-01-18
1
-1
/
+0
*
* autoload.cc (rresvport): Remove.
Corinna Vinschen
2006-01-18
1
-1
/
+59
*
* net.cc (cygwin_setsockopt): Ignore errors when setting IP_TOS on
Corinna Vinschen
2006-01-13
1
-21
/
+33
*
whitespace cleanup to force snapshot.
Christopher Faylor
2005-12-22
1
-3
/
+3
*
Remove unneeded whitespace.
Christopher Faylor
2005-12-05
1
-1
/
+1
*
* fhandler_socket.cc (fhandler_socket::connect): Don't restrict
Corinna Vinschen
2005-10-22
1
-13
/
+1
*
* fhandler.h (class fhandler_socket): Add timeout parameter to wait()
Corinna Vinschen
2005-10-22
1
-50
/
+1
*
* autoload.cc: Never load wsock32.dll. Load all wsock32 function
Corinna Vinschen
2005-10-17
1
-102
/
+52
*
* net.cc (cygwin_gethostbyname): Remove debugging.
Christopher Faylor
2005-10-11
1
-3
/
+0
*
* net.cc (cygwin_gethostbyname): Remove debugging cruft.
Christopher Faylor
2005-09-23
1
-2
/
+0
*
* net.cc (cygwin_inet_ntop): Change len argument to socklen_t to
Corinna Vinschen
2005-09-17
1
-2
/
+2
*
* cygtls.h (san): New structure.
Christopher Faylor
2005-09-14
1
-2
/
+7
*
white space
Christopher Faylor
2005-08-12
1
-2
/
+2
*
Replace valid memory checks with new myfault class "exception handling", almost
Christopher Faylor
2005-07-03
1
-58
/
+61
*
* cygwin.din (inet_pton): Export.
Corinna Vinschen
2005-06-17
1
-0
/
+46
*
white space and minor comment cleanup.
Christopher Faylor
2005-05-02
1
-1
/
+1
*
* net.cc (cygwin_getservbyname): Return (possibly NULL) return value of dup_ent
Christopher Faylor
2005-04-06
1
-11
/
+13
*
* fhandler.h (fhandler_socket::secret_event): Remove.
Corinna Vinschen
2005-03-24
1
-2
/
+3
*
* net.cc (cygwin_getprotobyname): Don't try to be fancy with return values.
Christopher Faylor
2005-03-18
1
-2
/
+2
*
* cygtls.cc (free_local): New macro.
Christopher Faylor
2005-03-16
1
-83
/
+47
*
* net.cc (dup_ent): Revert older stupid test for null. Don't copy name if it
Christopher Faylor
2005-03-09
1
-6
/
+8
*
* net.cc (dup_ent): Revert previous stupid change.
Christopher Faylor
2005-03-09
1
-1
/
+1
*
* net.cc (dup_ent): Avoid dereferencing a null pointer in a debug_printf.
Christopher Faylor
2005-03-09
1
-1
/
+1
*
* fhandler_clipboard.cc (fhandler_dev_clipboard::write): Never set
Corinna Vinschen
2005-03-01
1
-3
/
+0
*
* fhandler.h (class fhandler_socket): Declare new method
Corinna Vinschen
2005-02-28
1
-0
/
+4
*
* cygwin.din (getpeereid): Export.
Corinna Vinschen
2005-02-23
1
-0
/
+17
*
copyright
Christopher Faylor
2005-02-20
1
-1
/
+2
*
* net.cc (cygwin_gethostbyname): Be more picky about what's a numeric address
Christopher Faylor
2005-02-07
1
-9
/
+13
*
* 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
[prev]
[next]