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
2006-10-20 * net.cc (cygwin_getnameinfo): Fix typo in comment.Corinna Vinschen
2006-07-27 * fhandler_socket.cc (fhandler_socket::recvmsg): Remove unused totCorinna Vinschen
2006-07-27 * fhandler.h (class fhandler_socket): Remove prot_info_ptr.Corinna Vinschen
2006-07-252006-07-25 Corinna Vinschen <corinna@vinschen.de>Corinna Vinschen
2006-07-07 * Makefile.in (DLL_OFILES): Add inet_addr.o and inet_network.o.Corinna Vinschen
2006-07-05 * Makefile.in (DLL_OFILES): Add rexec.o.Corinna Vinschen
2006-07-03 * net.cc (cygwin_sendto): Define appropriate parameters usingCorinna Vinschen
2006-06-30 * net.cc (cygwin_sendto): Allow zero-sized packets.Corinna Vinschen
2006-06-26 Revert patches from 2005-10-22 and 2006-06-14 to use event drivenCorinna Vinschen
2006-06-12 * net.cc (fdsock): Disable raising buffer sizes. Add comment toCorinna Vinschen
2006-05-28white spaceChristopher Faylor
2006-04-05* fhandler_socket.cc: Move iptypes.h include after winsock2 since it now reliesChristopher Faylor
2006-04-04 * net.cc (fdsock): Raise default SO_RCVBUF/SO_SNDBUF buffer sizes toCorinna Vinschen
2006-01-29 * fhandler.h (class fhandler_socket): Add saw_reuseaddr status flag.Corinna Vinschen
2006-01-18 * net.cc (rresvport): Remove extern declaration.Corinna Vinschen
2006-01-18 * autoload.cc (rresvport): Remove.Corinna Vinschen
2006-01-13 * net.cc (cygwin_setsockopt): Ignore errors when setting IP_TOS onCorinna Vinschen
2005-12-22whitespace cleanup to force snapshot.Christopher Faylor
2005-12-05Remove unneeded whitespace.Christopher Faylor
2005-10-22 * fhandler_socket.cc (fhandler_socket::connect): Don't restrictCorinna Vinschen
2005-10-22 * fhandler.h (class fhandler_socket): Add timeout parameter to wait()Corinna Vinschen
2005-10-18 * autoload.cc: Never load wsock32.dll. Load all wsock32 functionCorinna Vinschen
2005-10-11* net.cc (cygwin_gethostbyname): Remove debugging.Christopher Faylor
2005-09-24* net.cc (cygwin_gethostbyname): Remove debugging cruft.Christopher Faylor
2005-09-17 * net.cc (cygwin_inet_ntop): Change len argument to socklen_t toCorinna Vinschen
2005-09-15* cygtls.h (san): New structure.Christopher Faylor
2005-08-12white spaceChristopher Faylor
2005-07-03Replace valid memory checks with new myfault class "exception handling", almostChristopher Faylor
2005-06-18 * cygwin.din (inet_pton): Export.Corinna Vinschen
2005-05-02white space and minor comment cleanup.Christopher Faylor
2005-04-06* net.cc (cygwin_getservbyname): Return (possibly NULL) return value of dup_entChristopher Faylor
2005-03-24 * fhandler.h (fhandler_socket::secret_event): Remove.Corinna Vinschen
2005-03-19* net.cc (cygwin_getprotobyname): Don't try to be fancy with return values.Christopher Faylor
2005-03-16* cygtls.cc (free_local): New macro.Christopher Faylor
2005-03-10* net.cc (dup_ent): Revert older stupid test for null. Don't copy name if itChristopher Faylor
2005-03-10* net.cc (dup_ent): Revert previous stupid change.Christopher Faylor
2005-03-09* net.cc (dup_ent): Avoid dereferencing a null pointer in a debug_printf.Christopher Faylor
2005-03-01 * fhandler_clipboard.cc (fhandler_dev_clipboard::write): Never setCorinna Vinschen
2005-02-28 * fhandler.h (class fhandler_socket): Declare new methodCorinna Vinschen
2005-02-23 * cygwin.din (getpeereid): Export.Corinna Vinschen
2005-02-20copyrightChristopher Faylor
2005-02-07* net.cc (cygwin_gethostbyname): Be more picky about what's a numeric addressChristopher Faylor
2004-08-19 * fhandler_socket.cc (fhandler_socket::dup): Decrement dtable'sCorinna Vinschen
2004-08-11* net.cc (cygwin_gethostbyname): Show failing host name on error.Christopher Faylor
2004-05-28* path.cc (chdir): Always use the normalized_path as posix_cwd, except if itChristopher Faylor
2004-05-07 Revert code reversion from 2004-04-03. So, revert to async I/O again.Corinna Vinschen
2004-04-10 * Use new unified status_flag accessor methods from classes fhandler_*,Corinna Vinschen
2004-04-09 * fhandler.cc (fhandler_base::write): Use bool parameter in calls toCorinna Vinschen
2004-04-03 * fhandler.h (class fhandler_socket): Remove has_been_closed member.Corinna Vinschen
2004-04-02 * net.cc (wsock_event::release): Use NULL handle in call toCorinna Vinschen