summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/fhandler_socket.cc
Commit message (Expand)AuthorAgeFilesLines
* Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen2016-06-231-3/+0
* Drop usage of old-age BSD types in generically used Cygwin headersCorinna Vinschen2016-03-241-2/+2
* Implement getentropy for CygwinCorinna Vinschen2016-03-181-2/+1
* Implement POSIX.1e ACL functionsCorinna Vinschen2016-03-081-1/+1
* Fix previous fix for generating unique inode numbers for socketsCorinna Vinschen2016-01-111-2/+4
* Return unique inode numbers when calling stat/fstat on pipes and IP socketsCorinna Vinschen2016-01-111-2/+3
* Fix race condition when waiting for a signalCorinna Vinschen2015-11-271-7/+11
* Reapply POSIX ACL changes.Corinna Vinschen2015-11-181-6/+5
* Fix compiler errors/warnings when compiling with -O3Corinna Vinschen2015-10-201-2/+2
* cygwin: Fix copyright datesCorinna Vinschen2015-07-291-1/+1
* Try to handle concurrent close on socket more gracefullyCorinna Vinschen2015-06-151-14/+40
* Drop defining _BSDTYPES_DEFINED before including winsup.h.Corinna Vinschen2015-03-121-2/+0
* * fhandler_socket.cc (fhandler_socket::af_local_connect): DropCorinna Vinschen2014-10-261-16/+6
* * fhandler_socket.cc (fhandler_socket::connect): Don't change stateCorinna Vinschen2014-10-141-2/+3
* * fhandler_socket.cc (fhandler_socket::connect): Init connect_state toCorinna Vinschen2014-10-141-4/+21
* Add setsockopt(sd, SOL_SOCKET, SO_PEERCRED, NULL, 0) to disableCorinna Vinschen2014-10-111-2/+33
* * fhandler_socket.cc (fhandler_socket::af_local_connect): Drop outdatedCorinna Vinschen2014-10-111-12/+22
* * fhandler_socket.cc (fhandler_socket::evaluate_events): HandleCorinna Vinschen2014-10-111-45/+51
* * fhandler_socket.cc (fhandler_socket::evaluate_events): SlightlyCorinna Vinschen2014-10-111-3/+3
* * Throughout, use __try/__except/__endtry blocks, rather than myfaultCorinna Vinschen2014-08-221-10/+13
* * fhandler.h (enum conn_state): Add "connect_credxchg" state.Corinna Vinschen2014-08-191-4/+14
* * dtable.cc (dtable::init_std_file_from_handle): Mention that consoleCorinna Vinschen2014-08-181-9/+21
* * fhandler_socket.cc (fhandler_socket::send_internal): Fix value ofCorinna Vinschen2014-07-241-2/+6
* * fhandler_socket.cc (fhandler_socket::send_internal): Improve loop toCorinna Vinschen2014-07-071-16/+42
* * fhandler_socket.cc (fhandler_socket::evaluate_events): CallCorinna Vinschen2014-06-161-2/+6
* * fhandler_socket.cc (fhandler_socket::ioctl): Handle the differentCorinna Vinschen2014-05-131-0/+23
* * fhandler_socket.cc: On x86_64, define u_long as __ms_u_long beforeCorinna Vinschen2014-04-241-11/+32
* * devices.in (dev_storage): Map /dev/random and /dev/urandom toCorinna Vinschen2013-10-251-21/+3
* 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