aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/fhandler_socket.cc
AgeCommit message (Expand)AuthorFilesLines
2005-09-28 Revert erroneous checkin.Corinna Vinschen1-91/+22
2005-09-28 * fhandler.h (class fhandler_dev_raw): Delete current_position andCorinna Vinschen1-22/+91
2005-08-18 * fhandler_socket.cc (fhandler_socket::recvfrom): Always initializeCorinna Vinschen1-4/+4
2005-08-12white spaceChristopher Faylor1-1/+1
2005-07-05Change foo (void) to foo () for all c++ functions throughout. Remove allChristopher Faylor1-8/+8
2005-07-03Replace valid memory checks with new myfault class "exception handling", almostChristopher Faylor1-3/+7
2005-06-12 * fhandler_socket.cc (fhandler_socket::recvmsg): Avoid SEGV in OpenSSHCorinna Vinschen1-0/+1
2005-06-10 * fhandler_socket.cc (fhandler_socket::sendto): Always initializeCorinna Vinschen1-4/+4
2005-05-03 * fhandler_socket.cc (get_inet_addr): Add missing __seterrno call.Corinna Vinschen1-0/+2
2005-05-02white space and minor comment cleanup.Christopher Faylor1-8/+8
2005-04-18 * fhandler.h (enum conn_state): Add connect_failed state.Corinna Vinschen1-1/+3
2005-04-13 * fhandler.h (class fhandler_socket): Remove utimes.Corinna Vinschen1-11/+0
2005-04-06 * fhandler_socket.cc (get_inet_addr): Add type parameter to returnCorinna Vinschen1-4/+19
2005-03-24 * fhandler.h (fhandler_socket::secret_event): Remove.Corinna Vinschen1-233/+140
2005-03-23 * fhandler.h (fhandler_socket::eid_connect): Make private.Corinna Vinschen1-66/+86
2005-03-22* Makefile.in (DLL_OFILES): Add hookapi.o. Eliminate some cruft.Christopher Faylor1-1/+3
2005-03-21 * fhandler.h (class cygthread): Forward declare.Corinna Vinschen1-131/+169
2005-03-17 * fhandler_socket.cc (fhandler_socket::connect): Always set sun_pathCorinna Vinschen1-42/+34
2005-03-09 * fhandler_socket.cc (fhandler_socket::eid_pipe_name): Fix formatCorinna Vinschen1-43/+51
2005-03-08 * fhandler_socket.cc (fhandler_socket::listen): Don't limit the numberCorinna Vinschen1-2/+2
2005-03-04 * fhandler_socket.cc (fhandler_socket::ioctl): Only cancelCorinna Vinschen1-1/+1
2005-02-28 * fhandler.h (class fhandler_socket): Declare new methodCorinna Vinschen1-36/+92
2005-02-23 * cygwin.din (getpeereid): Export.Corinna Vinschen1-3/+99
2005-02-20 * fhandler.h (enum query_state): Add query_write_attributes state.Corinna Vinschen1-8/+15
2005-02-20copyrightChristopher Faylor1-1/+1
2005-02-19 * fhandler.h (class fhandler_base): Declare new method link.Corinna Vinschen1-0/+12
2005-02-19 * fhandler.h (class fhandler_socket): Declare new methods fchown,Corinna Vinschen1-5/+57
2005-02-01 * fhandler.cc (fhandler_base::get_proc_fd_name): Don't generateCorinna Vinschen1-18/+11
2005-01-31 * cygheap.h (class cygheap_fdenum): New class to enumerate usedCorinna Vinschen1-0/+9
2004-10-26* cygtls.cc (_cygtls::fixup_after_fork): Wipe out exitsock local since itChristopher Faylor1-2/+2
2004-09-03Regularize most strace_prints throughout so that %E is always preceded by aChristopher Faylor1-2/+2
2004-08-19 * fhandler_socket.cc (fhandler_socket::dup): Decrement dtable'sCorinna Vinschen1-1/+5
2004-06-23 * fhandler_socket.cc (fhandler_socket::release): CallCorinna Vinschen1-1/+1
2004-05-28* path.cc (chdir): Always use the normalized_path as posix_cwd, except if itChristopher Faylor1-23/+23
2004-05-16 * fhandler_socket.cc (fhandler_socket::recvfrom): Use original flagsCorinna Vinschen1-12/+9
2004-05-16* cygthread.cc (cygthread::is): Eliminate.Christopher Faylor1-3/+4
2004-05-15revert previous not-ready-for-primetime checkin.Christopher Faylor1-4/+3
2004-05-15* cygheap.h: Remove some parameter names from declarations throughout.Christopher Faylor1-3/+4
2004-05-10 * fhandler.h (class fhandler_socket): Add "owner" status flag.Corinna Vinschen1-10/+34
2004-05-07 Revert code reversion from 2004-04-03. So, revert to async I/O again.Corinna Vinschen1-51/+167
2004-04-10 * Use new unified status_flag accessor methods from classes fhandler_*,Corinna Vinschen1-17/+17
2004-04-09 * fhandler.h (fhandler_base::status): Declare private.Corinna Vinschen1-3/+1
2004-04-09 * fhandler.cc (fhandler_base::write): Use bool parameter in calls toCorinna Vinschen1-6/+10
2004-04-03 * fhandler.h (class fhandler_socket): Remove has_been_closed member.Corinna Vinschen1-92/+48
2004-04-01 * fhandler_socket.cc (fhandler_socket::recvfrom): Rearrange loopCorinna Vinschen1-11/+13
2004-04-01 * fhandler_socket.cc (fhandler_socket::sendto): Drop out of loop ifCorinna Vinschen1-2/+4
2004-03-31 * fhandler_socket.cc (fhandler_socket::recvfrom): Always initializeCorinna Vinschen1-19/+18
2004-03-31 * fhandler_socket.cc (fhandler_socket::sendmsg): Add SIGPIPE handling.Corinna Vinschen1-0/+13
2004-03-31 * fhandler_socket.cc (fhandler_socket::recvfrom): Initialize res toCorinna Vinschen1-19/+10
2004-03-29 * fhandler.h (class fhandler_socket): Add has_been_closed member.Corinna Vinschen1-32/+74