Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-07-01Make sure to use the Winsock definition of FIONREAD in ioctlsocket callCorinna Vinschen
2016-06-23Drop has_sendmsg flagCorinna Vinschen
2016-06-23Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen
2016-03-24Drop usage of old-age BSD types in generically used Cygwin headersCorinna Vinschen
2016-03-18Implement getentropy for CygwinCorinna Vinschen
2016-03-08Implement POSIX.1e ACL functionsCorinna Vinschen
2016-01-11Fix previous fix for generating unique inode numbers for socketsCorinna Vinschen
2016-01-11Return unique inode numbers when calling stat/fstat on pipes and IP socketsCorinna Vinschen
2015-11-27Fix race condition when waiting for a signalCorinna Vinschen
2015-11-19Reapply POSIX ACL changes.Corinna Vinschen
2015-10-20Fix compiler errors/warnings when compiling with -O3Corinna Vinschen
2015-07-29cygwin: Fix copyright datesCorinna Vinschen
2015-06-15Try to handle concurrent close on socket more gracefullyCorinna Vinschen
2015-03-12Drop defining _BSDTYPES_DEFINED before including winsup.h.Corinna Vinschen
2014-10-26 * fhandler_socket.cc (fhandler_socket::af_local_connect): DropCorinna Vinschen
2014-10-14 * fhandler_socket.cc (fhandler_socket::connect): Don't change stateCorinna Vinschen
2014-10-14 * fhandler_socket.cc (fhandler_socket::connect): Init connect_state toCorinna Vinschen
2014-10-11 Add setsockopt(sd, SOL_SOCKET, SO_PEERCRED, NULL, 0) to disableCorinna Vinschen
2014-10-11 * fhandler_socket.cc (fhandler_socket::af_local_connect): Drop outdatedCorinna Vinschen
2014-10-11 * fhandler_socket.cc (fhandler_socket::evaluate_events): HandleCorinna Vinschen
2014-10-11 * fhandler_socket.cc (fhandler_socket::evaluate_events): SlightlyCorinna Vinschen
2014-08-22 * Throughout, use __try/__except/__endtry blocks, rather than myfaultCorinna Vinschen
2014-08-19 * fhandler.h (enum conn_state): Add "connect_credxchg" state.Corinna Vinschen
2014-08-18 * dtable.cc (dtable::init_std_file_from_handle): Mention that consoleCorinna Vinschen
2014-07-24 * fhandler_socket.cc (fhandler_socket::send_internal): Fix value ofCorinna Vinschen
2014-07-07 * fhandler_socket.cc (fhandler_socket::send_internal): Improve loop toCorinna Vinschen
2014-06-16 * fhandler_socket.cc (fhandler_socket::evaluate_events): CallCorinna Vinschen
2014-05-13 * fhandler_socket.cc (fhandler_socket::ioctl): Handle the differentCorinna Vinschen
2014-04-24 * fhandler_socket.cc: On x86_64, define u_long as __ms_u_long beforeCorinna Vinschen
2013-10-25 * devices.in (dev_storage): Map /dev/random and /dev/urandom toCorinna Vinschen
2013-05-01Throughout, (mainly in fhandler*) fix remaining gcc 4.7 mismatchYaakov Selkowitz
2013-04-23 * Merge in cygwin-64bit-branch.Corinna Vinschen
2013-04-08 * fhandler_socket.cc (get_inet_addr): Handle abstract AF_LOCAL socket.Corinna Vinschen
2013-03-07 * include/sys/un.h (UNIX_PATH_MAX): Rename from UNIX_PATH_LEN toCorinna Vinschen
2013-03-07 * fhandler_socket.cc (fhandler_socket::bind): Fix check for AF_LOCALCorinna Vinschen
2013-02-04 * fhandler_socket.cc (fhandler_socket::bind): Fix error code forCorinna Vinschen
2013-02-04 * fhandler_socket.cc (fhandler_socket::bind): Fix length check ofCorinna Vinschen
2013-01-21Throughout, change __attribute__ ((regparm (N))) to just __regN. Throughout,Christopher Faylor
2012-11-26 * fhandler_registry.cc: Drop Mingw.org considerations.Corinna Vinschen
2012-08-15Rename cancelable_wait -> cygwait throughout.Christopher Faylor
2012-08-01 * fhandler.h (fhandler_socket::recv_internal): Add bool parameter.Corinna Vinschen
2012-07-23Change "set_thread_waiting" to "set_signal_arrived" throughout.Christopher Faylor
2012-07-22* DevNotes: Add entry cgf-000013.Christopher Faylor
2012-07-06 In terms of network related functionality, rely on Winsock definitionsCorinna Vinschen
2012-06-19Revert errneous checkin.Christopher Faylor
2012-06-19* cygwait.cc (cancelable_wait): Mimic old cygwait behavior more closely wrtChristopher Faylor
2012-03-08 * Throughout, replace usage of w32api's min with MIN from sys/param.h.Corinna Vinschen
2011-12-04* exceptions.cc (exception::handle): Drop abbreviation for "exception" since IChristopher Faylor
2011-12-04Throughout, remove extra space after function name from debugging output.Christopher Faylor
2011-10-16* cygerrno.h (__set_errno): Modify debugging output to make searching straceChristopher Faylor