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
...
*
* 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
*
* sync.h (new_muto): Just accept an argument which denotes the name of the
Christopher Faylor
2002-02-22
1
-1
/
+0
*
* dtable.cc (dtable::dup2): Revert previous patch.
Corinna Vinschen
2002-02-09
1
-84
/
+7
*
* net.cc (get_2k_ifconf): Create interface entries for tokenring cards.
Corinna Vinschen
2002-02-09
1
-1
/
+6
*
* dtable.cc (dtable::dup2): Store fd for fhandler_socket.
Corinna Vinschen
2002-02-08
1
-0
/
+1
*
* net.cc (cygwin_getsockname): Fix handling of NULL sun_path.
Corinna Vinschen
2002-02-07
1
-6
/
+11
*
* net.cc (getdomainname): Fix registry key for 9x systems, too.
Corinna Vinschen
2002-01-29
1
-2
/
+2
*
* net.cc (getdomainname): Fix registry key for NT systems.
Corinna Vinschen
2002-01-29
1
-0
/
+1
*
Add newline at EOF.
Christopher Faylor
2002-01-21
1
-1
/
+1
*
* cygwin.din: Add recvmsg and sendmsg.
Corinna Vinschen
2002-01-19
1
-0
/
+61
*
* net.cc (cygwin_accept): Set sun_path for newly connected socket.
Corinna Vinschen
2002-01-09
1
-0
/
+2
*
* net.cc: Replace usage of AF_UNIX by Posix compliant AF_LOCAL
Corinna Vinschen
2002-01-04
1
-29
/
+114
*
* fhandler.h (fhandler_socket::sun_path): New private member.
Corinna Vinschen
2002-01-01
1
-5
/
+23
*
* net.cc (cygwin_getsockopt): Dereference optlen pointer when passing to
Christopher Faylor
2001-12-04
1
-1
/
+1
*
* net.cc (cygwin_getsockopt): Allow NULL optval.
Christopher Faylor
2001-12-03
1
-8
/
+8
*
* net.cc (cygwin_hstrerror): Allow s == NULL.
Corinna Vinschen
2001-11-24
1
-1
/
+13
*
* net.cc (cygwin_inet_ntoa): Add parameter checking.
Corinna Vinschen
2001-11-24
1
-1
/
+11
*
* net.cc (inet_makeaddr): Revert previous change.
Christopher Faylor
2001-11-24
1
-1
/
+1
*
* dtable.cc (dtable::vfork_parent_restore): Add debugging statement.
Christopher Faylor
2001-11-24
1
-112
/
+192
*
* dtable.cc (dtable::build_fhandler): Don't increment console fd count if new
Christopher Faylor
2001-11-10
1
-1
/
+0
*
Eliminate excess whitespace.
Christopher Faylor
2001-11-05
1
-16
/
+16
*
* net.cc (get_2k_ifconf): Change multiple IP address naming scheme
Corinna Vinschen
2001-10-22
1
-74
/
+88
*
* fhandler.cc (fhandler_base::fork_fixup): Don't protect handle.
Christopher Faylor
2001-10-15
1
-61
/
+45
*
* autoload.cc (load_wsock32): Declare dummy function to force loading of
Christopher Faylor
2001-10-14
1
-31
/
+25
*
* fhandler_dsp.cc (fhandler_dsp::ioctl): Return 0 for successful
Christopher Faylor
2001-10-13
1
-0
/
+3
*
* autoload.cc (wsock_init): Reorganize slightly to accomodate a new compiler.
Christopher Faylor
2001-10-13
1
-1
/
+1
*
* net.cc (cygwin_sendto): Use correct socket address when sending
Egor Duda
2001-10-11
1
-2
/
+2
*
* net.cc (get_95_ifconf): Using other registry values pointing to
Corinna Vinschen
2001-10-10
1
-49
/
+26
*
* net.cc (dup_servent_ptr): Detect old Windows 95 misaligned structure and
Christopher Faylor
2001-09-16
1
-2
/
+18
*
* Makefile.in: Build wincap.o.
Corinna Vinschen
2001-09-12
1
-17
/
+7
[prev]
[next]