Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-03-24Throughout Cygwin, use u_intN_t or uintN_tCorinna Vinschen
2016-03-24Fix return type of get_routedstCorinna Vinschen
2016-03-24Remove unused function convert_ifr_flagsCorinna Vinschen
2016-03-14cygwin_getaddrinfo: workaround Winsock getaddrinfo issue with broken DNSCorinna Vinschen
2016-03-10getifaddrs: Return pointer to extended interface info in ifa_data memberCorinna Vinschen
2015-10-22Fix length returned from sys_cp_wcstombs in case nwc > # of wcharsCorinna Vinschen
2015-06-17Add sethostnameCorinna Vinschen
2015-06-15Handle more Winsock error codes.Corinna Vinschen
2015-05-27* net.cc: Define _NETIOAPI_H_ to accomodate newer w32api.Takashi Yano
2015-04-23Fix buffer size error handling in gethostname.Renato Silva
2015-03-13net.cc: Remove extra braces.Alexey Pavlov
2015-01-23 * net.cc (cygwin_inet_pton): Declare.Corinna Vinschen
2015-01-20 * common.din (sockatmark): Export.Corinna Vinschen
2014-11-20 * net.cc (fdsock): Change default values for socket buffers on 32 bitCorinna Vinschen
2014-10-13 * net.cc (cygwin_setsockopt): Drop redundant test for AF_LOCAL andCorinna Vinschen
2014-10-11 Add setsockopt(sd, SOL_SOCKET, SO_PEERCRED, NULL, 0) to disableCorinna Vinschen
2014-08-22 * Throughout, use __try/__except/__endtry blocks, rather than myfaultCorinna Vinschen
2014-08-21 * net.cc (if_freenameindex): Don't catch a SEGV from free to failCorinna Vinschen
2014-06-23 * net.cc (cygwin_getaddrinfo): Fix value of hint->ai_addrlen on 64 bit.Corinna Vinschen
2014-05-19 * net.cc (call_gaa): Fix setting pa_ret pointer in case of an errorCorinna Vinschen
2014-05-05 * net.cc (cygwin_getsockopt): Rearrange code slightly and handleCorinna Vinschen
2014-04-24 * fhandler_socket.cc: On x86_64, define u_long as __ms_u_long beforeCorinna Vinschen
2014-04-16 * net.cc (cygwin_setsockopt): Ignore IPV6_TCLASS the same way as IP_TOS.Corinna Vinschen
2014-02-07 * fhandler_disk_file.cc (fhandler_disk_file::fchown): Fix typo inCorinna Vinschen
2013-11-24 Throughout, drop unnecessary explicit includes of windows header filesCorinna Vinschen
2013-11-19 * net.cc (cygwin_getaddrinfo): Fix a comment. Only memset whints ifCorinna Vinschen
2013-11-19 * autoload.cc (IdnToAscii): Define.Corinna Vinschen
2013-10-24 * devices.in (dev_storage): Map /dev/zero and /dev/full to \Device\Null.Corinna Vinschen
2013-06-13 * net.cc (gen_old_if_name): New function to generate short interfaceCorinna Vinschen
2013-04-23 * Merge in cygwin-64bit-branch.Corinna Vinschen
2013-01-21Throughout, update copyrights to reflect dates which correspond to main-branchChristopher Faylor
2012-11-26 * fhandler_registry.cc: Drop Mingw.org considerations.Corinna Vinschen
2012-08-21* net.cc (get_adapters_addresses): Drop FIXME part of comment.Christopher Faylor
2012-08-17whitespace cleanupChristopher Faylor
2012-07-06Add files missing in previous checkinCorinna Vinschen
2012-07-02* Makefile.in: Add some more optimization flags for cygwait, malloc and path....Christopher Faylor
2012-05-21 * net.cc (cygwin_recvfrom): Don't shortcircuit if len == 0. Add commentCorinna Vinschen
2012-05-03 * net.cc (get_adapters_addresses): Only create thread on affectedCorinna Vinschen
2012-03-08 * net.cc (call_gaa): New thread function to call GetAdaptersAddresses.Corinna Vinschen
2012-02-27 * cygtls.cc (dll_cmp): New comparison function for bsearch.Corinna Vinschen
2011-12-18Clean up whitespace.Christopher Faylor
2011-12-04Throughout, remove extra space after function name from debugging output.Christopher Faylor
2011-10-05 * net.cc (socketpair): Bind first socket to loopback only as well.Corinna Vinschen
2011-09-02 * net.cc (cygwin_getsockopt): Drop erroneous double conversion of errorCorinna Vinschen
2011-08-172011-08-16 Pierre Humblet <Pierre.Humblet@ieee.org>Pierre Humblet
2011-08-04 * net.cc (socketpair): Release sb0 if there's no space left for sb1.Corinna Vinschen
2011-07-29 Throughout change "WinSock" to "Winsock" in comments.Corinna Vinschen
2011-06-06whitespace eliminationChristopher Faylor
2011-05-01 * net.cc (fdsock): Drop setting uninterruptible_io to true.Corinna Vinschen
2011-04-19 * net.cc (get_ipv4fromreg_ipcnt): Rearrange to fetch all registryCorinna Vinschen