aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/fhandler_socket.cc
AgeCommit message (Expand)AuthorFilesLines
2004-02-09 * fhandler_socket.cc (fhandler_socket::ioctl): Add FIONREAD handling.Corinna Vinschen1-0/+5
2004-02-09* debug.h (console_printf): Define for non-debugging condition.Christopher Faylor1-1/+1
2004-02-02* fhandler.h (*::fixup_after_exec): Eliminate unused handle argument.Christopher Faylor1-2/+2
2004-02-02Throughout, change name from set_inheritance to set_no_inheritance to betterChristopher Faylor1-3/+3
2004-01-242004-01-23 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet1-15/+13
2004-01-23* configure.in: Remove NEWVFORK default.Christopher Faylor1-0/+1
2003-12-07Change use of BOOL, TRUE, FALSE to bool, true, false, as appropriate,Christopher Faylor1-10/+10
2003-11-26 * dir.cc (mkdir): Use local security_descriptor. CallCorinna Vinschen1-1/+2
2003-11-19 * cygserver.h (client_request::request_code_t): AddCorinna Vinschen1-1/+1
2003-11-142003-11-11 Robert Collins <rbtcollins@hotmail.com>Robert Collins1-2/+2
2003-09-25* include/tzfile.h: Add some missing entries.Christopher Faylor1-2/+2
2003-09-25* devices.cc: New file.Christopher Faylor1-35/+24
2003-09-10 * fhandler_socket.cc (fhandler_socket::fstat): Don't use PC_POSIX.Corinna Vinschen1-2/+1
2003-07-26* exceptions.cc (ctrl_c_handler): Send SIGHUP when events occur only if thereChristopher Faylor1-3/+3
2003-07-05 * fhandler.h (fhandler_socket::get_connect_state): New method toCorinna Vinschen1-0/+1
2003-06-30 * cygheap.h (enum impersonation): New enum.Corinna Vinschen1-4/+2
2003-06-16Throughout, remove "include <errno.h>" from files which already includeChristopher Faylor1-1/+0
2003-06-07* fhandler_socket.cc (fhandler_socket::connect): Change errorThomas Pfaff1-6/+8
2003-06-03 * fhandler_socket.cc (connect_thread): Remove.Corinna Vinschen1-53/+3
2003-06-02 * fhandler_socket.cc (fhandler_socket::accept): Rename `signalled'Corinna Vinschen1-2/+2
2003-06-02 * fhandler_socket.cc (fhandler_socket::connect): Simplify previousCorinna Vinschen1-28/+10
2003-06-02 * fhandler_socket.cc: Include cygthread.h.Corinna Vinschen1-108/+59
2003-05-29 * fhandler_socket.cc (fhandler_socket::dup): Rearrange. FixCorinna Vinschen1-21/+22
2003-05-28 * fhandler_socket.cc (fhandler_socket::dup): If running impersonated,Corinna Vinschen1-10/+17
2003-05-27* fhandler_socket.cc (sock_event::~sock_event): New method.Thomas Pfaff1-21/+26
2003-05-27 * fhandler_socket.cc (fhandler_socket::dup): First try duplicatingCorinna Vinschen1-7/+8
2003-05-26 * fhandler_socket.cc (fhandler_socket::connect): Guard calls toCorinna Vinschen1-3/+3
2003-05-20 * fhandler_socket.cc (secret_event_name): Return void. Use incomingCorinna Vinschen1-9/+8
2003-05-20 * fhandler_socket.cc (SECRET_EVENT_NAME): Remove.Corinna Vinschen1-20/+23
2003-05-11 Replace ino_t by __ino64_t throughout.Corinna Vinschen1-1/+1
2003-05-11* dir.cc (readdir): Fill out new old_d_ino field.Christopher Faylor1-2/+2
2003-04-01 * fhandler.cc (fhandler_base::fstat): Set the uid and gid fieldsCorinna Vinschen1-2/+0
2003-03-20 * fhandler_socket.cc (fhandler_socket::sendto): Restrict EPIPE andCorinna Vinschen1-2/+7
2003-03-11 * fhandler_socket.cc (fhandler_socket::dup): Don't callCorinna Vinschen1-1/+14
2003-03-112003-03-11 Corinna Vinschen <corinna@vinschen.de>Corinna Vinschen1-4/+13
2003-03-09whitespace cleanupChristopher Faylor1-30/+30
2003-03-04 * fhandler_socket.cc (fhandler_socket::dup): Initialize type.Corinna Vinschen1-0/+1
2003-03-01 * fhandler_socket.cc (fhandler_socket::bind): Open and write socketCorinna Vinschen1-20/+32
2003-03-01 * fhandler_socket.cc (get_inet_addr): Open and read socket file usingCorinna Vinschen1-7/+27
2003-02-272003-03-27 Corinna Vinschen <corinna@vinschen.de>Corinna Vinschen1-61/+118
2003-02-21 * fhandler_socket.cc (fhandler_socket::fhandler_socket): Fix compilerCorinna Vinschen1-11/+6
2003-02-21 * dtable.cc (dtable::build_fhandler_from_name): Set some fhandlerCorinna Vinschen1-6/+41
2003-02-20 * fhandler_disk_file.cc (fhandler_disk_file::opendir): Check descriptorCorinna Vinschen1-11/+19
2003-02-03 * fhandler_socket.cc (fhandler_socket::recvfrom): Return bufferCorinna Vinschen1-1/+12
2003-01-28 * fhandler_socket.cc (fhandler_socket::accept): On successful executionCorinna Vinschen1-16/+15
2003-01-26* uinfo.cc (pwdgrp::load): Regularize strace output. Add warning forChristopher Faylor1-1/+1
2002-12-14Throughout, change fhandler_*::read and fhandler_*::raw_read to void functionsChristopher Faylor1-4/+7
2002-11-28revert botched checkinChristopher Faylor1-6/+6
2002-11-28* include/cygwin/version.h: Bump DLL minor number.Christopher Faylor1-6/+6
2002-11-27* fhandler_socket.cc (fhandler_socket::sendto): Fix potential unitialized valueChristopher Faylor1-3/+3