summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/fhandler_socket.cc
Commit message (Expand)AuthorAgeFilesLines
* Throughout, (mainly in fhandler*) fix remaining gcc 4.7 mismatchYaakov Selkowitz2013-05-011-2/+2
* * Merge in cygwin-64bit-branch.Corinna Vinschen2013-04-231-119/+180
* * fhandler_socket.cc (get_inet_addr): Handle abstract AF_LOCAL socket.Corinna Vinschen2013-04-081-4/+33
* * include/sys/un.h (UNIX_PATH_MAX): Rename from UNIX_PATH_LEN toCorinna Vinschen2013-03-071-9/+36
* * fhandler_socket.cc (fhandler_socket::bind): Fix check for AF_LOCALCorinna Vinschen2013-03-071-15/+28
* * fhandler_socket.cc (fhandler_socket::bind): Fix error code forCorinna Vinschen2013-02-041-1/+1
* * fhandler_socket.cc (fhandler_socket::bind): Fix length check ofCorinna Vinschen2013-02-041-4/+6
* Throughout, change __attribute__ ((regparm (N))) to just __regN. Throughout,Christopher Faylor2013-01-211-3/+3
* * fhandler_registry.cc: Drop Mingw.org considerations.Corinna Vinschen2012-11-261-11/+0
* Rename cancelable_wait -> cygwait throughout.Christopher Faylor2012-08-151-1/+1
* * fhandler.h (fhandler_socket::recv_internal): Add bool parameter.Corinna Vinschen2012-08-011-14/+18
* Change "set_thread_waiting" to "set_signal_arrived" throughout.Christopher Faylor2012-07-231-1/+1
* * DevNotes: Add entry cgf-000013.Christopher Faylor2012-07-211-5/+4
* In terms of network related functionality, rely on Winsock definitionsCorinna Vinschen2012-07-061-19/+13
* Revert errneous checkin.Christopher Faylor2012-06-191-4/+3
* * cygwait.cc (cancelable_wait): Mimic old cygwait behavior more closely wrtChristopher Faylor2012-06-191-3/+4
* * Throughout, replace usage of w32api's min with MIN from sys/param.h.Corinna Vinschen2012-03-081-8/+9
* * exceptions.cc (exception::handle): Drop abbreviation for "exception" since IChristopher Faylor2011-12-041-0/+2
* Throughout, remove extra space after function name from debugging output.Christopher Faylor2011-12-031-2/+2
* * cygerrno.h (__set_errno): Modify debugging output to make searching straceChristopher Faylor2011-10-151-2/+2
* * fhandler_socket.cc (fhandler_socket::send_internal): Fix settingCorinna Vinschen2011-08-231-2/+3
* * syscalls.cc (faccessat): Fix parens in flag expression when callingCorinna Vinschen2011-08-011-1/+1
* * fhandler.h (class fhandler_dev_mem): Remove dup method declaration.Corinna Vinschen2011-07-311-20/+3
* Throughout change "WinSock" to "Winsock" in comments.Corinna Vinschen2011-07-291-6/+14
* * fhandler.cc (fhandler_base::open): Don't open file with WRITE_DACCorinna Vinschen2011-07-051-2/+6
* whitespace eliminationChristopher Faylor2011-06-061-10/+10
* * fhandler_socket.cc (get_inet_addr): Rearrange for better readability.Corinna Vinschen2011-05-111-83/+111
* * fhandler.h (fhandler_socket::read): Declare.Corinna Vinschen2011-05-061-0/+16
* * fcntl.cc (fcntl64): Call pthread_testcancel.Corinna Vinschen2011-04-301-0/+12
* * fhandler_socket.cc (fhandler_socket::evaluate_events): Handle theCorinna Vinschen2011-04-181-14/+38
* * autoload.cc (GetExtendedTcpTable): Remove.Corinna Vinschen2011-04-021-68/+0
* * fhandler_socket.cc (get_inet_addr): Make externally available.Corinna Vinschen2011-03-291-1/+1
* * fhandler.cc (fhandler_base::open): When creating a file on aCorinna Vinschen2011-03-081-3/+10
* * fhandler_socket (fhandler_socket::readv): Call recv_internal directly,Corinna Vinschen2011-02-211-24/+20
* * Throughout fix copyright dates.Corinna Vinschen2011-02-151-1/+1
* * fhandler_socket.cc (address_in_use): Improve comment readability.Corinna Vinschen2011-01-311-3/+4
* * fhandler_socket.cc (address_in_use): Disable. Add comment.Corinna Vinschen2011-01-301-32/+10
* * fhandler_socket.cc (fhandler_socket::wait_for_events): CallCorinna Vinschen2011-01-281-0/+2
* * fhandler_socket.cc (fhandler_socket::bind): Drop has_exclusiveaddruseCorinna Vinschen2010-09-251-44/+39
* * fhandler_socket.cc (get_inet_addr): Only test the file for being aCorinna Vinschen2010-04-131-14/+32
* * fhandler_socket.cc (fhandler_socket::wait_for_events): Remove call toCorinna Vinschen2010-03-301-4/+1
* * fhandler_socket.cc (fhandler_socket::evaluate_events): Make eraseCorinna Vinschen2010-03-221-11/+12
* * fhandler_socket.cc (fhandler_socket::accept4): Reset async flagCorinna Vinschen2010-01-161-1/+1
* * fhandler_socket.cc (fhandler_socket::accept4): Set nonblockingCorinna Vinschen2010-01-151-2/+1
* * cygwin.din (accept4): Export.Corinna Vinschen2010-01-151-3/+7
* * fhandler.h (fhandler_socket::wait_for_events): Drop parameter defaultCorinna Vinschen2009-12-281-3/+3
* Throughout, replace hMainProc with GetCurrentProcess/NtCurrentProcessCorinna Vinschen2009-12-181-5/+7
* * fhandler_socket.cc (send_internal): Don't split datagram messagesCorinna Vinschen2009-12-021-4/+10
* * fhandler_socket.cc (fhandler_socket::fixup_before_fork_exec): AddCorinna Vinschen2009-11-231-3/+4
* * fhandler_socket.cc (fhandler_socket::set_close_on_exec): Only callCorinna Vinschen2009-11-231-2/+7