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
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
2011-08-23 * fhandler_socket.cc (fhandler_socket::send_internal): Fix settingCorinna Vinschen
2011-08-01 * syscalls.cc (faccessat): Fix parens in flag expression when callingCorinna Vinschen
2011-07-31 * fhandler.h (class fhandler_dev_mem): Remove dup method declaration.Corinna Vinschen
2011-07-29 Throughout change "WinSock" to "Winsock" in comments.Corinna Vinschen
2011-07-05 * fhandler.cc (fhandler_base::open): Don't open file with WRITE_DACCorinna Vinschen
2011-06-06whitespace eliminationChristopher Faylor
2011-05-11 * fhandler_socket.cc (get_inet_addr): Rearrange for better readability.Corinna Vinschen
2011-05-06 * fhandler.h (fhandler_socket::read): Declare.Corinna Vinschen
2011-04-30 * fcntl.cc (fcntl64): Call pthread_testcancel.Corinna Vinschen
2011-04-18 * fhandler_socket.cc (fhandler_socket::evaluate_events): Handle theCorinna Vinschen
2011-04-02 * autoload.cc (GetExtendedTcpTable): Remove.Corinna Vinschen
2011-03-29 * fhandler_socket.cc (get_inet_addr): Make externally available.Corinna Vinschen
2011-03-08 * fhandler.cc (fhandler_base::open): When creating a file on aCorinna Vinschen
2011-02-21 * fhandler_socket (fhandler_socket::readv): Call recv_internal directly,Corinna Vinschen
2011-02-15 * Throughout fix copyright dates.Corinna Vinschen
2011-01-31 * fhandler_socket.cc (address_in_use): Improve comment readability.Corinna Vinschen
2011-01-31 * fhandler_socket.cc (address_in_use): Disable. Add comment.Corinna Vinschen
2011-01-28 * fhandler_socket.cc (fhandler_socket::wait_for_events): CallCorinna Vinschen
2010-09-26 * fhandler_socket.cc (fhandler_socket::bind): Drop has_exclusiveaddruseCorinna Vinschen
2010-04-13 * fhandler_socket.cc (get_inet_addr): Only test the file for being aCorinna Vinschen
2010-03-30 * fhandler_socket.cc (fhandler_socket::wait_for_events): Remove call toCorinna Vinschen
2010-03-22 * fhandler_socket.cc (fhandler_socket::evaluate_events): Make eraseCorinna Vinschen
2010-01-16 * fhandler_socket.cc (fhandler_socket::accept4): Reset async flagCorinna Vinschen
2010-01-16 * fhandler_socket.cc (fhandler_socket::accept4): Set nonblockingCorinna Vinschen
2010-01-15 * cygwin.din (accept4): Export.Corinna Vinschen
2009-12-28 * fhandler.h (fhandler_socket::wait_for_events): Drop parameter defaultCorinna Vinschen
2009-12-18 Throughout, replace hMainProc with GetCurrentProcess/NtCurrentProcessCorinna Vinschen
2009-12-02 * fhandler_socket.cc (send_internal): Don't split datagram messagesCorinna Vinschen
2009-11-23 * fhandler_socket.cc (fhandler_socket::fixup_before_fork_exec): AddCorinna Vinschen
2009-11-23 * fhandler_socket.cc (fhandler_socket::set_close_on_exec): Only callCorinna Vinschen
2009-11-17 Reintegrate socket duplication via WSADuplicateSocket/WSASocket.Corinna Vinschen
2009-10-30 * sec_helper.cc (security_descriptor::free): If sd_size is 0, callCorinna Vinschen
2009-10-12 * fhandler_disk_file.cc (fhandler_disk_file::link): Only append .lnkCorinna Vinschen
2009-09-29 * fhandler_socket.cc (fhandler_socket::recv_internal): Always callCorinna Vinschen
2009-09-22 * autoload.cc (WSARecv): Define.Corinna Vinschen
2009-08-14 * (fhandler_socket::getsockname): Fix length returned for unboundCorinna Vinschen
2009-08-13 * fhandler_socket.cc (fhandler_socket::accept): Use sizeof ratherCorinna Vinschen
2009-08-13 * fhandler.h (class fhandler_socket): Add peer_sun_path member.Corinna Vinschen
2009-08-12 * fhandler_socket.cc (fhandler_socket::accept): Always use localCorinna Vinschen