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-06-30 * cygheap.h (enum impersonation): New enum.Corinna Vinschen
2003-06-16Throughout, remove "include <errno.h>" from files which already includeChristopher Faylor
2003-06-07* fhandler_socket.cc (fhandler_socket::connect): Change errorThomas Pfaff
2003-06-03 * fhandler_socket.cc (connect_thread): Remove.Corinna Vinschen
2003-06-03 * fhandler_socket.cc (fhandler_socket::accept): Rename `signalled'Corinna Vinschen
2003-06-03 * fhandler_socket.cc (fhandler_socket::connect): Simplify previousCorinna Vinschen
2003-06-02 * fhandler_socket.cc: Include cygthread.h.Corinna Vinschen
2003-05-29 * fhandler_socket.cc (fhandler_socket::dup): Rearrange. FixCorinna Vinschen
2003-05-29 * fhandler_socket.cc (fhandler_socket::dup): If running impersonated,Corinna Vinschen
2003-05-27* fhandler_socket.cc (sock_event::~sock_event): New method.Thomas Pfaff
2003-05-27 * fhandler_socket.cc (fhandler_socket::dup): First try duplicatingCorinna Vinschen
2003-05-26 * fhandler_socket.cc (fhandler_socket::connect): Guard calls toCorinna Vinschen
2003-05-20 * fhandler_socket.cc (secret_event_name): Return void. Use incomingCorinna Vinschen
2003-05-20 * fhandler_socket.cc (SECRET_EVENT_NAME): Remove.Corinna Vinschen
2003-05-12 Replace ino_t by __ino64_t throughout.Corinna Vinschen
2003-05-11* dir.cc (readdir): Fill out new old_d_ino field.Christopher Faylor
2003-04-01 * fhandler.cc (fhandler_base::fstat): Set the uid and gid fieldsCorinna Vinschen
2003-03-20 * fhandler_socket.cc (fhandler_socket::sendto): Restrict EPIPE andCorinna Vinschen
2003-03-11 * fhandler_socket.cc (fhandler_socket::dup): Don't callCorinna Vinschen
2003-03-112003-03-11 Corinna Vinschen <corinna@vinschen.de>Corinna Vinschen
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