summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/fhandler_socket.cc
Commit message (Expand)AuthorAgeFilesLines
* * cygtls.cc (_cygtls::fixup_after_fork): Wipe out exitsock local since itChristopher Faylor2004-10-261-2/+2
* Regularize most strace_prints throughout so that %E is always preceded by aChristopher Faylor2004-09-031-2/+2
* * fhandler_socket.cc (fhandler_socket::dup): Decrement dtable'sCorinna Vinschen2004-08-191-1/+5
* * fhandler_socket.cc (fhandler_socket::release): CallCorinna Vinschen2004-06-231-1/+1
* * path.cc (chdir): Always use the normalized_path as posix_cwd, except if itChristopher Faylor2004-05-281-23/+23
* * fhandler_socket.cc (fhandler_socket::recvfrom): Use original flagsCorinna Vinschen2004-05-161-12/+9
* * cygthread.cc (cygthread::is): Eliminate.Christopher Faylor2004-05-161-3/+4
* revert previous not-ready-for-primetime checkin.Christopher Faylor2004-05-151-4/+3
* * cygheap.h: Remove some parameter names from declarations throughout.Christopher Faylor2004-05-151-3/+4
* * fhandler.h (class fhandler_socket): Add "owner" status flag.Corinna Vinschen2004-05-101-10/+34
* Revert code reversion from 2004-04-03. So, revert to async I/O again.Corinna Vinschen2004-05-071-51/+167
* * Use new unified status_flag accessor methods from classes fhandler_*,Corinna Vinschen2004-04-101-17/+17
* * fhandler.h (fhandler_base::status): Declare private.Corinna Vinschen2004-04-091-3/+1
* * fhandler.cc (fhandler_base::write): Use bool parameter in calls toCorinna Vinschen2004-04-091-6/+10
* * fhandler.h (class fhandler_socket): Remove has_been_closed member.Corinna Vinschen2004-04-031-92/+48
* * fhandler_socket.cc (fhandler_socket::recvfrom): Rearrange loopCorinna Vinschen2004-04-011-11/+13
* * fhandler_socket.cc (fhandler_socket::sendto): Drop out of loop ifCorinna Vinschen2004-04-011-2/+4
* * fhandler_socket.cc (fhandler_socket::recvfrom): Always initializeCorinna Vinschen2004-03-311-19/+18
* * fhandler_socket.cc (fhandler_socket::sendmsg): Add SIGPIPE handling.Corinna Vinschen2004-03-311-0/+13
* * fhandler_socket.cc (fhandler_socket::recvfrom): Initialize res toCorinna Vinschen2004-03-311-19/+10
* * fhandler.h (class fhandler_socket): Add has_been_closed member.Corinna Vinschen2004-03-291-32/+74
* * fhandler_socket.cc (fhandler_socket::ioctl): Add FIONREAD handling.Corinna Vinschen2004-02-091-0/+5
* * debug.h (console_printf): Define for non-debugging condition.Christopher Faylor2004-02-091-1/+1
* * fhandler.h (*::fixup_after_exec): Eliminate unused handle argument.Christopher Faylor2004-02-021-2/+2
* Throughout, change name from set_inheritance to set_no_inheritance to betterChristopher Faylor2004-02-021-3/+3
* 2004-01-23 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2004-01-241-15/+13
* * configure.in: Remove NEWVFORK default.Christopher Faylor2004-01-231-0/+1
* Change use of BOOL, TRUE, FALSE to bool, true, false, as appropriate,Christopher Faylor2003-12-071-10/+10
* * dir.cc (mkdir): Use local security_descriptor. CallCorinna Vinschen2003-11-261-1/+2
* * cygserver.h (client_request::request_code_t): AddCorinna Vinschen2003-11-191-1/+1
* 2003-11-11 Robert Collins <rbtcollins@hotmail.com>Robert Collins2003-11-141-2/+2
* * include/tzfile.h: Add some missing entries.Christopher Faylor2003-09-251-2/+2
* * devices.cc: New file.Christopher Faylor2003-09-251-35/+24
* * fhandler_socket.cc (fhandler_socket::fstat): Don't use PC_POSIX.Corinna Vinschen2003-09-101-2/+1
* * exceptions.cc (ctrl_c_handler): Send SIGHUP when events occur only if thereChristopher Faylor2003-07-261-3/+3
* * fhandler.h (fhandler_socket::get_connect_state): New method toCorinna Vinschen2003-07-051-0/+1
* * cygheap.h (enum impersonation): New enum.Corinna Vinschen2003-06-301-4/+2
* Throughout, remove "include <errno.h>" from files which already includeChristopher Faylor2003-06-161-1/+0
* * fhandler_socket.cc (fhandler_socket::connect): Change errorThomas Pfaff2003-06-071-6/+8
* * fhandler_socket.cc (connect_thread): Remove.Corinna Vinschen2003-06-031-53/+3
* * fhandler_socket.cc (fhandler_socket::accept): Rename `signalled'Corinna Vinschen2003-06-021-2/+2
* * fhandler_socket.cc (fhandler_socket::connect): Simplify previousCorinna Vinschen2003-06-021-28/+10
* * fhandler_socket.cc: Include cygthread.h.Corinna Vinschen2003-06-021-108/+59
* * fhandler_socket.cc (fhandler_socket::dup): Rearrange. FixCorinna Vinschen2003-05-291-21/+22
* * fhandler_socket.cc (fhandler_socket::dup): If running impersonated,Corinna Vinschen2003-05-281-10/+17
* * fhandler_socket.cc (sock_event::~sock_event): New method.Thomas Pfaff2003-05-271-21/+26
* * fhandler_socket.cc (fhandler_socket::dup): First try duplicatingCorinna Vinschen2003-05-271-7/+8
* * fhandler_socket.cc (fhandler_socket::connect): Guard calls toCorinna Vinschen2003-05-261-3/+3
* * fhandler_socket.cc (secret_event_name): Return void. Use incomingCorinna Vinschen2003-05-201-9/+8
* * fhandler_socket.cc (SECRET_EVENT_NAME): Remove.Corinna Vinschen2003-05-201-20/+23