]> sourceware.org Git - newlib-cygwin.git/history - winsup/cygwin/net.cc
Cygwin: add release message for latest pipe changes
[newlib-cygwin.git] / winsup / cygwin / net.cc
11 days ago Jon TurneyCygwin: Fix warnings about narrowing conversions of...
2024-02-03 Takashi YanoCygwin: net: Make if_nametoindex, etc. consistent with...
2022-08-04 Corinna VinschenCygwin: net.cc: convert wsock_errmap into a simple...
2022-08-04 Corinna VinschenCygwin: net.cc: create own type host_errmap_t for host_...
2022-08-04 Corinna VinschenCygwin: net.cc: constify gai_errmap
2022-08-03 Corinna VinschenCygwin: drop macro and code for CYGWIN_VERSION_CHECK_FO...
2022-05-29 Ken BrownCygwin: remove miscellaneous 32-bit code
2022-05-13 Corinna VinschenCygwin: wincap: drop has_gaa_largeaddress_bug flag...
2021-10-29 Corinna VinschenCygwin: remove support for Vista entirely
2021-07-30 Corinna VinschenCygwin: getaddrinfo: return valid ai_socktype and ai_pr...
2021-07-28 Ken BrownCygwin: getifaddrs: don't return a zero IPv4 address
2021-07-28 Ken BrownCygwin: getifaddrs: fix address family for IPv6 netmasks
2020-12-07 Anton Lavrentiev... Fix trace output for getdomainname()
2020-03-11 Corinna VinschenCygwin: fix formatting: drop trailing whitespace
2020-03-11 Corinna VinschenCygwin: fix formatting: collapse whitespace-only lines
2020-03-11 Corinna VinschenCygwin: fix formatting: drop spaces leading tabs
2020-01-30 Ken BrownCygwin: AF_LOCAL: set appropriate errno on system calls
2019-04-23 Erik M. BrayMinor improvements to socket error handling:
2019-01-24 Corinna VinschenCygwin: net: unify gethostname/getdomainname
2019-01-24 Corinna VinschenCygwin: gethostname: fix fetching hostname from non...
2019-01-13 Corinna VinschenCygwin: minor cleanups
2018-10-29 Corinna VinschenCygwin: fix memory corruption/SEGV if certain socket...
2018-06-26 Corinna VinschenCygwin: Allow to build without experimental AF_UNIX...
2018-03-09 Corinna VinschenCygwin: fix socketpair prototype
2018-02-28 Corinna VinschenCygwin: cleanup header including within network-releate...
2018-02-26 Corinna VinschenCygwin: sockets: Add missing cleanup if socket/socketpa...
2018-02-26 Corinna VinschenCygwin: sockets: move type and proto checks into fhandl...
2018-02-26 Corinna VinschenCygwin: fhandler_socket: define socketpair as virtual...
2018-02-23 Corinna VinschenCygwin: Create empty fhandler_socket_unix
2018-02-23 Corinna VinschenCygwin: encapsulate Winsock based fhandler_socket classes
2018-02-23 Corinna VinschenCygwin: drop unused device nodes and clean up socket...
2018-02-22 Corinna VinschenCygwin: make socketpair an AF_LOCAL-only method
2018-02-21 Corinna VinschenCygwin: split out fhandler_socket into inet and local...
2018-02-20 Corinna VinschenCygwin: net.cc: drop redundant declarations
2018-02-20 Corinna VinschenCygwin: set/getsockopt: Move implementation into fhandl...
2018-02-20 Corinna VinschenCygwin: clean error mapping
2018-02-16 Corinna VinschenCygwin: net: Improve standars conformance comments
2018-02-16 Corinna VinschenCygwin: socketpair: Move socketpair creation inside...
2018-02-14 Corinna VinschenCygwin: socket: move socket creation inside fhandler_so...
2018-02-12 Corinna VinschenCygwin: Drop HZ usage in favor of MSPERSEC and CLOCKS_P...
2018-02-07 Corinna VinschenCygwin: sockets: Handle SO_RCVTIMEO and SO_SNDTIMEO
2018-02-07 Corinna VinschenCygwin: setsockopt/getsockopt: Add missing optlen checks
2018-02-06 Corinna VinschenCygwin: setsockopt/getsockopt: Clean up code
2018-02-05 Corinna VinschenCygwin: bindresvport: Try hard to find unused port
2018-02-05 Corinna VinschenCygwin: bindresvport: check correctness of address...
2018-02-05 Corinna VinschenCygwin: bindresvport_sa: Ignore incoming port number
2017-10-10 Yaakov Selkowitzcygwin: fix gethostbyaddr argument types
2017-02-03 Corinna VinschenFix limited Internet speeds caused by inappropriate...
2017-01-09 Erik M. BrayReturn the correct value for getsockopt(SO_REUSEADDR...
2016-08-23 Jon TurneySend thread names to debugger
2016-06-24 Corinna VinschenRemove CYGWIN=detect_bloda option
2016-06-24 Corinna VinschenFix various OS-related comments
2016-06-24 Corinna Vinschennet.cc (fdsock): Fix comment
2016-06-24 Corinna VinschenRename if_indextoname to cygwin_if_indextoname (analag...
2016-06-23 Corinna VinschenDrop supports_all_posix_ai_flags
2016-06-23 Corinna VinschenDrop has_gaa_on_link_prefix flag and remove obsolete...
2016-06-23 Corinna VinschenHandle up to 63 partitions per drive
2016-06-23 Corinna VinschenSwitching the Cygwin DLL to LGPLv3+, dropping commercia... cygwin-2_5_2-release
2016-03-24 Corinna VinschenThroughout Cygwin, use u_intN_t or uintN_t
2016-03-24 Corinna VinschenFix return type of get_routedst
2016-03-24 Corinna VinschenRemove unused function convert_ifr_flags
2016-03-14 Corinna Vinschencygwin_getaddrinfo: workaround Winsock getaddrinfo...
2016-03-10 Corinna Vinschengetifaddrs: Return pointer to extended interface info...
2015-10-22 Corinna VinschenFix length returned from sys_cp_wcstombs in case nwc...
2015-06-17 Corinna VinschenAdd sethostname
2015-06-15 Corinna VinschenHandle more Winsock error codes.
2015-05-27 Takashi Yano* net.cc: Define _NETIOAPI_H_ to accomodate newer w32api.
2015-05-27 Takashi Yano* net.cc: Define _NETIOAPI_H_ to accomodate newer w32api.
2015-04-23 Renato SilvaFix buffer size error handling in gethostname.
2015-03-31 Renato SilvaFix buffer size error handling in gethostname.
2015-03-13 Alexey Pavlovnet.cc: Remove extra braces.
2015-01-23 Corinna Vinschen * net.cc (cygwin_inet_pton): Declare.
2015-01-20 Corinna Vinschen * common.din (sockatmark): Export.
2014-11-20 Corinna Vinschen * net.cc (fdsock): Change default values for socket...
2014-10-13 Corinna Vinschen * net.cc (cygwin_setsockopt): Drop redundant test...
2014-10-11 Corinna Vinschen Add setsockopt(sd, SOL_SOCKET, SO_PEERCRED, NULL,...
2014-08-22 Corinna Vinschen * Throughout, use __try/__except/__endtry blocks,...
2014-08-21 Corinna Vinschen * net.cc (if_freenameindex): Don't catch a SEGV from...
2014-06-23 Corinna Vinschen * net.cc (cygwin_getaddrinfo): Fix value of hint-...
2014-05-19 Corinna Vinschen * net.cc (call_gaa): Fix setting pa_ret pointer in...
2014-05-05 Corinna Vinschen * net.cc (cygwin_getsockopt): Rearrange code slightly...
2014-04-24 Corinna Vinschen * fhandler_socket.cc: On x86_64, define u_long as...
2014-04-16 Corinna Vinschen * net.cc (cygwin_setsockopt): Ignore IPV6_TCLASS the...
2014-02-06 Corinna Vinschen * fhandler_disk_file.cc (fhandler_disk_file::fchown...
2013-11-24 Corinna Vinschen Throughout, drop unnecessary explicit includes of...
2013-11-19 Corinna Vinschen * net.cc (cygwin_getaddrinfo): Fix a comment. Only...
2013-11-19 Corinna Vinschen * autoload.cc (IdnToAscii): Define.
2013-10-24 Corinna Vinschen * devices.in (dev_storage): Map /dev/zero and /dev...
2013-06-13 Corinna Vinschen * net.cc (gen_old_if_name): New function to generate...
2013-04-23 Corinna Vinschen * Merge in cygwin-64bit-branch.
2013-01-21 Christopher FaylorThroughout, update copyrights to reflect dates which...
2012-11-26 Corinna Vinschen * fhandler_registry.cc: Drop Mingw.org considerations.
2012-08-21 Christopher Faylor* net.cc (get_adapters_addresses): Drop FIXME part...
2012-08-16 Christopher Faylorwhitespace cleanup
2012-07-06 Corinna VinschenAdd files missing in previous checkin
2012-07-02 Christopher Faylor* Makefile.in: Add some more optimization flags for...
2012-05-21 Corinna Vinschen * net.cc (cygwin_recvfrom): Don't shortcircuit if...
2012-05-03 Corinna Vinschen * net.cc (get_adapters_addresses): Only create thread...
2012-03-08 Corinna Vinschen * net.cc (call_gaa): New thread function to call GetAd...
2012-02-27 Corinna Vinschen * cygtls.cc (dll_cmp): New comparison function for...
next
This page took 0.663579 seconds and 108 git commands to generate.