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::getsockname): Fix length returned for unbound
Corinna Vinschen
2009-08-14
1
-4
/
+0
*
* fhandler.h (class fhandler_socket): Add peer_sun_path member.
Corinna Vinschen
2009-08-13
1
-0
/
+2
*
* net.cc (cygwin_getnameinfo): Force setting NI_NUMERICSERV only
Corinna Vinschen
2009-08-06
1
-12
/
+19
*
* fhandler_socket.cc (fhandler_socket::send_internal): Just use wmem size if
Christopher Faylor
2009-08-04
1
-2
/
+2
*
* net.cc (get_xp_ifs): Fix typo in comment.
Corinna Vinschen
2009-07-01
1
-1
/
+1
*
* fhandler.h (class fhandler_socket): Add class members and methods
Corinna Vinschen
2009-07-01
1
-13
/
+29
*
* net.cc (fdsock): Set default socket buffer sizes to 65520. Change
Corinna Vinschen
2009-06-30
1
-12
/
+9
*
* net.cc (get_flags): New static function to generate interface flags
Corinna Vinschen
2009-06-15
1
-115
/
+287
*
* path.cc (cwdstuff::set): Avoid removing a nonexistent trailing slash.
Christopher Faylor
2009-05-28
1
-2
/
+0
*
* net.cc (gethostby_helper): Use correct signedness.
Christopher Faylor
2009-05-20
1
-35
/
+36
*
* net.cc: Undefine NOERROR and DELETE to avoid compiler warnings.
Christopher Faylor
2009-04-05
1
-0
/
+6
*
* net.cc (inet_ntop6): Convert to lowercase hex digits on the fly.
Corinna Vinschen
2009-03-27
1
-1
/
+6
*
* net.cc (cygwin_getaddrinfo): Check hints for non-NULL before
Corinna Vinschen
2009-03-27
1
-0
/
+1
*
* gethostby_helper: Fix typos in DEBUGGING case.
Corinna Vinschen
2009-03-12
1
-4
/
+4
*
* cygwin.din: Export gethostbyname2.
Corinna Vinschen
2009-03-06
1
-13
/
+309
*
* net.cc: Include asm/byteorder.h.
Corinna Vinschen
2009-03-03
1
-33
/
+39
*
* cygtls.h (unionent): Move from net.cc.
Christopher Faylor
2008-09-16
1
-39
/
+36
*
* net.cc (in6addr_any, in6addr_loopback): Add appropriate number of braces
Christopher Faylor
2008-09-11
1
-8
/
+8
*
* autoload.cc (GetExtendedTcpTable): Define.
Corinna Vinschen
2008-07-14
1
-1
/
+1
*
* fhandler_socket.cc (fhandler_socket::bind): Don't run explicit
Corinna Vinschen
2008-07-08
1
-2
/
+10
*
* net.cc (ipv6_inited): Make NO_COPY.
Corinna Vinschen
2008-07-08
1
-1
/
+1
*
* net.cc (cygwin_bindresvport_sa): Fix usage of last_used_bindresvport.
Corinna Vinschen
2008-06-24
1
-2
/
+2
*
* net.cc (if_nametoindex): Fix typo in call to get_adapters_addresses.
Corinna Vinschen
2008-06-10
1
-1
/
+22
*
* fhandler_procnet.cc (format_procnet_ifinet6): Use sprintf rather than
Corinna Vinschen
2008-06-10
1
-4
/
+4
*
* fhandler.h (-struct wsa_event): Move to wsa_event.h. Include
Corinna Vinschen
2008-04-18
1
-4
/
+3
*
Remove unneeded header files from source files throughout.
Christopher Faylor
2008-04-07
1
-4
/
+0
*
Add miscfuncs.h to files as needed throughout.
Christopher Faylor
2008-04-07
1
-0
/
+1
*
Cleanup.
Corinna Vinschen
2008-04-03
1
-20
/
+13
*
* net.cc (load_ipv6_funcs): Use MAX_PATH instead of CYG_MAX_PATH.
Corinna Vinschen
2007-10-31
1
-86
/
+84
*
* fork.cc: White space.
Christopher Faylor
2007-07-07
1
-11
/
+11
*
* autoload.cc (WSAIoctl): Remove.
Corinna Vinschen
2007-06-21
1
-447
/
+544
*
* autoload.cc (GetIpForwardTable): Define.
Corinna Vinschen
2007-06-14
1
-0
/
+45
*
* fhandler_registry.cc (registry_listing): Drop name of HKEY_DYN_DATA.
Corinna Vinschen
2007-02-26
1
-1
/
+1
*
* fhandler.cc (fhandler_base::set_no_inheritance): Always use
Corinna Vinschen
2007-02-22
1
-10
/
+0
*
* Makefile.in (DLL_IMPORTS): Add libntdll.a.
Corinna Vinschen
2007-02-22
1
-190
/
+5
*
Remove extraneous whitespace.
Christopher Faylor
2007-02-20
1
-44
/
+44
*
* net.cc (ga_dup): New function, taken from ga_clone with v4-in-v6
Corinna Vinschen
2007-02-01
1
-19
/
+130
*
* net.cc (cygwin_getaddrinfo): Fix thinko in AI_ADDRCONFIG handling.
Corinna Vinschen
2007-01-31
1
-2
/
+1
*
* net.cc (cygwin_getaddrinfo): Check ai_flags for valid values.
Corinna Vinschen
2007-01-31
1
-1
/
+34
*
* net.cc (if_nametoindex): This time, really free IP_ADAPTER_ADDRESSES
Corinna Vinschen
2007-01-24
1
-7
/
+7
*
* net.cc (gai_errmap): Add EAI_OVERFLOW entry. Fix formatting.
Corinna Vinschen
2007-01-23
1
-15
/
+16
*
* net.cc (if_nametoindex): Free IP_ADAPTER_ADDRESSES memory.
Corinna Vinschen
2007-01-23
1
-19
/
+34
*
* autoload.cc (WSAIoctl): Define.
Corinna Vinschen
2007-01-21
1
-6
/
+497
*
* fhandler_socket.cc (fhandler_socket::ioctl): Handle SIOCGIFINDEX.
Corinna Vinschen
2007-01-16
1
-0
/
+15
*
(get_ifconf): Set MTU for loopback to more correct value.
Corinna Vinschen
2007-01-04
1
-2
/
+2
*
* fhandler_socket.cc (fhandler_socket::ioctl): Don't fake results
Corinna Vinschen
2007-01-04
1
-107
/
+106
*
* net.cc (get_ipv6_funcs): Fix formatting.
Corinna Vinschen
2006-11-23
1
-3
/
+3
*
* net.cc (cygwin_getnameinfo): Fix typo in comment.
Corinna Vinschen
2006-10-20
1
-1
/
+1
*
* fhandler_socket.cc (fhandler_socket::recvmsg): Remove unused tot
Corinna Vinschen
2006-07-27
1
-2
/
+3
*
* fhandler.h (class fhandler_socket): Remove prot_info_ptr.
Corinna Vinschen
2006-07-27
1
-7
/
+8
[next]