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
2003-03-09This commit was manufactured by cvs2svn to create branchcvs2svn
2003-03-09whitespace cleanupChristopher Faylor
2003-03-04 * fhandler_socket.cc (fhandler_socket::dup): Initialize type.Corinna Vinschen
2003-03-01 * fhandler_socket.cc (fhandler_socket::bind): Open and write socketCorinna Vinschen
2003-03-01 * fhandler_socket.cc (get_inet_addr): Open and read socket file usingCorinna Vinschen
2003-02-282003-03-27 Corinna Vinschen <corinna@vinschen.de>Corinna Vinschen
2003-02-21 * fhandler_socket.cc (fhandler_socket::fhandler_socket): Fix compilerCorinna Vinschen
2003-02-21 * dtable.cc (dtable::build_fhandler_from_name): Set some fhandlerCorinna Vinschen
2003-02-20 * fhandler_disk_file.cc (fhandler_disk_file::opendir): Check descriptorCorinna Vinschen
2003-02-03 * fhandler_socket.cc (fhandler_socket::recvfrom): Return bufferCorinna Vinschen
2003-01-28 * fhandler_socket.cc (fhandler_socket::accept): On successful executionCorinna Vinschen
2003-01-26* uinfo.cc (pwdgrp::load): Regularize strace output. Add warning forChristopher Faylor
2002-12-14Throughout, change fhandler_*::read and fhandler_*::raw_read to void functionsChristopher Faylor
2002-11-28revert botched checkinChristopher Faylor
2002-11-28* include/cygwin/version.h: Bump DLL minor number.Christopher Faylor
2002-11-28* fhandler_socket.cc (fhandler_socket::sendto): Fix potential unitialized valueChristopher Faylor
2002-11-07 * fhandler_socket.cc (fhandler_socket::ioctl): Return correct flagsCorinna Vinschen
2002-11-05* fhandler_socket.cc (fhandler_socket::recvmsg): Call if from == NULLChristopher Faylor
2002-10-21Change _function() to function() throughout.Christopher Faylor
2002-10-20missed checkinChristopher Faylor
2002-09-30whitespaceChristopher Faylor
2002-09-30Remove \n from calls to strace class printfs throughout.Christopher Faylor
2002-09-22* fhandler.cc (fhandler_base::dup): Don't set handle on failure. Caller hasChristopher Faylor
2002-09-19* cygthread.cc (cygthread::initialized): Avoid copying on fork or some threadsChristopher Faylor
2002-09-04 * fhandler.h (fhandler_socket::read): Remove method.Corinna Vinschen
2002-08-30* miscfuncs.cc (check_iovec_for_read): Don't check buffer when zero lengthChristopher Faylor
2002-08-28 * fhandler_socket.cc (fhandler_socket::recvfrom): Eliminate flagsCorinna Vinschen
2002-08-27 * fhandler_socket.cc (fhandler_socket::check_peer_secret_event):Corinna Vinschen
2002-08-26 * fhandler.h (fhandler_socket::recvfrom): Fix prototype.Corinna Vinschen
2002-08-12 * fhandler.h (fhandler_socket::recv): Remove method.Conrad Scott
2002-08-08 * winsup.h (__check_null_invalid_struct): Make ptr argument non-const.Conrad Scott
2002-08-07 Fix by Conrad Scott <conrad.scott@dsl.pipex.com>:Corinna Vinschen
2002-07-14* debug.h (handle_list): Move here from debug.cc. Add "inherit" flagChristopher Faylor
2002-07-06 * fhandler.h (fhandler_socket::is_unconnected): Constify.Corinna Vinschen
2002-07-05 * fhandler.h (UNCONNECTED): New define.Corinna Vinschen
2002-07-04 * fhandler_socket.cc (fhandler_socket::set_sun_path): Don't freeCorinna Vinschen
2002-07-04 * fhandler_socket.cc (fhandler_socket::dup): Add missing copy operationCorinna Vinschen
2002-07-03 * autoload.cc (WSAEventSelect): Define new autoload function.Corinna Vinschen
2002-06-26 * fhandler.h (fhandler_socket::bind): Add method definition.Corinna Vinschen
2002-06-24* fhandler.cc (fhandler_base::fstat): Set S_IFIFO for pipes.Christopher Faylor
2002-06-10 * fhandler.h (fhandler_socket::fixup_after_fork): Revert patch fromCorinna Vinschen
2002-06-08coerceChristopher Faylor
2002-06-08* fhandler_socket.cc (fhandler_socket::fstat): Don't assume that socket isChristopher Faylor
2002-06-05Remove fcntl.h includes throughout.Christopher Faylor
2002-06-04 * fhandler.h (class fhandler_socket): Add private methodCorinna Vinschen
2002-05-24* dtable.cc (dtable::build_fhandler_from_name): Just pass posix path along toChristopher Faylor
2002-03-05* fhandler_socket.cc (fhandler_socket::close): Respond to signals whileChristopher Faylor
2002-02-25 * cygwin.din (fstat64): New symbol.Corinna Vinschen
2002-02-09 * dtable.cc (dtable::dup2): Revert previous patch.Corinna Vinschen
2002-02-08 * dtable.cc (dtable::dup2): Store fd for fhandler_socket.Corinna Vinschen