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
2002-06-26 * fhandler.h (fhandler_socket::bind): Add method definition.Corinna Vinschen
2002-06-24* fhandler.cc (fhandler_base::fstat): Set S_IFIFO for pipes.Christopher Faylor
2002-06-10 * fhandler.h (fhandler_socket::fixup_after_fork): Revert patch fromCorinna Vinschen
2002-06-08coerceChristopher Faylor
2002-06-08* fhandler_socket.cc (fhandler_socket::fstat): Don't assume that socket isChristopher Faylor
2002-06-05Remove fcntl.h includes throughout.Christopher Faylor
2002-06-04 * fhandler.h (class fhandler_socket): Add private methodCorinna Vinschen
2002-05-24* dtable.cc (dtable::build_fhandler_from_name): Just pass posix path along toChristopher Faylor
2002-03-05* fhandler_socket.cc (fhandler_socket::close): Respond to signals whileChristopher Faylor
2002-02-25 * cygwin.din (fstat64): New symbol.Corinna Vinschen
2002-02-09 * dtable.cc (dtable::dup2): Revert previous patch.Corinna Vinschen
2002-02-08 * dtable.cc (dtable::dup2): Store fd for fhandler_socket.Corinna Vinschen
2002-01-01 * fhandler.h (fhandler_socket::sun_path): New private member.Corinna Vinschen
2001-11-05Eliminate excess whitespace.Christopher Faylor
2001-10-30 * fhandler_socket.cc (fhandler_socket::close): Add error handling.Corinna Vinschen
2001-10-30 * (fhandler_socket::dup): Revert previous change.Corinna Vinschen
2001-10-30* dtable.cc (dtable::dup2): Add some debugging. Use methods from passed inChristopher Faylor
2001-10-29* fhandler.h (fhandler_serial::fhandler_serial): Change to only accept unitChristopher Faylor
2001-10-24Ensure that all fhandler_*::read definitions are __stdcall throughout.Christopher Faylor
2001-10-22Remove 'cb' parameter and modify fhandler_* constructors throughout.Christopher Faylor
2001-10-14* autoload.cc (load_wsock32): Declare dummy function to force loading ofChristopher Faylor
2001-10-13* fhandler_dsp.cc (fhandler_dsp::ioctl): Return 0 for successfulChristopher Faylor
2001-10-13* autoload.cc (wsock_init): Reorganize slightly to accomodate a new compiler.Christopher Faylor
2001-10-04* dcrt0.cc (dll_crt0_1): Don't close hexec_proc if it is NULL.Christopher Faylor
2001-10-01Add "path.h" include throughout, where needed. Use new path_conv methods andChristopher Faylor
2001-09-20 * fhandler_socket.cc (fhandler_socket::fixup_after_exec): CloseCorinna Vinschen
2001-09-20 * fhandler.h (fhandler_socket::fixup_after_exec): Remove inlineCorinna Vinschen
2001-09-19 * fhandler_socket.cc (fhandler_socket::fhandler_socket): RevertCorinna Vinschen
2001-09-08* cygheap.h (init_cygheap): Move heap pointers here.Christopher Faylor
2001-09-07* fhandler_socket.cc (fhandler_socket::fhandler_socket): Ensure thatChristopher Faylor
2001-09-06Remove initialization of static or global values to zero, throughout. ThisChristopher Faylor
2001-09-05 * fhandler_socket.cc (fhandler_socket::close): Change 2MSL valueCorinna Vinschen
2001-08-16* fhandler_socket.cc (fhandler_socket::create_secret_event): RelaxEgor Duda
2001-08-15 * fhandler.cc (fhandler_base::is_nonblocking): New method.Corinna Vinschen
2001-08-14 * fhandler.cc (fhandler_base::fcntl): Use new O_NONBLOCK_MASK define.Corinna Vinschen
2001-08-07* cygheap.cc (cygheap_root::set): Avoid treating '/' specially.Christopher Faylor
2001-07-26Throughout, reorganize header file inclusion to put security.h prior toChristopher Faylor
2001-06-23 * fhandler.h class fhandler_socket): Declare new methodCorinna Vinschen
2001-06-20* fhandler_socket.cc (fhandler_socket::signal_secret_event): NewEgor Duda
2001-05-15 * fhandler_socket.cc (fhandler_socket::ioctl): Convert s_addrCorinna Vinschen
2001-05-04* fhandler_socket.cc (set_connect_secret): Use /dev/urandom toEgor Duda
2001-04-19Throughout, change fdtab references to cygheap->fdtab.Christopher Faylor
2001-04-09* fhandler.h (class fhandler_socket): Add members and methods toEgor Duda
2001-03-20* dtable.cc: Guard against new winsock.h/winsock2.h warnings when mixingChristopher Faylor
2001-03-18Update copyrights.Christopher Faylor
2001-02-08 * autoload.cc: Add LoadDLLinitfunc for iphlpapi.dll.Corinna Vinschen
2000-10-28Whitespace cleanup.Christopher Faylor
2000-10-27 * fhandler_socket.cc: New file.Corinna Vinschen