aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/net.cc
AgeCommit message (Expand)AuthorFilesLines
2001-09-16* net.cc (dup_servent_ptr): Detect old Windows 95 misaligned structure andChristopher Faylor1-2/+18
2001-09-12 * Makefile.in: Build wincap.o.Corinna Vinschen1-17/+7
2001-09-11Update copyrights.Christopher Faylor1-1/+1
2001-09-07* cygheap.h (init_cygheap): Move heap pointers here.Christopher Faylor1-18/+18
2001-09-06Move appropriate variables to NO_COPY segment, throughout.Christopher Faylor1-2/+2
2001-09-06Remove initialization of static or global values to zero, throughout. ThisChristopher Faylor1-2/+2
2001-09-05 * net.cc (cygwin_connect): Add WSAEALREADY and WSAEINVAL handlingCorinna Vinschen1-5/+10
2001-08-31* cygwin.sc: New file -- linker script for building cygwin DLL.Christopher Faylor1-0/+14
2001-08-24 * net.cc (free_addr_list): Add define for symmetry.Corinna Vinschen1-2/+24
2001-08-22 * net.cc (cygwin_inet_ntoa): Rearrange previous patch to useCorinna Vinschen1-56/+72
2001-08-22 * net.cc (free_char_list): New static function.Corinna Vinschen1-7/+186
2001-08-15 * fhandler.cc (fhandler_base::is_nonblocking): New method.Corinna Vinschen1-5/+4
2001-08-14 * fhandler.cc (fhandler_base::fcntl): Use new O_NONBLOCK_MASK define.Corinna Vinschen1-1/+1
2001-08-07* cygheap.cc (cygheap_root::set): Avoid treating '/' specially.Christopher Faylor1-2/+2
2001-08-04Throughout, change check for running under Windows NT to 'iswinnt'.Christopher Faylor1-3/+3
2001-08-03 * net.cc (cygwin_accept): Allow NULL peer and len parameters.Corinna Vinschen1-0/+11
2001-07-26Throughout, reorganize header file inclusion to put security.h prior toChristopher Faylor1-0/+1
2001-06-26* mmap.cc: Clean up *ResourceLock calls throughout.Christopher Faylor1-315/+315
2001-06-20* fhandler_socket.cc (fhandler_socket::signal_secret_event): NewEgor Duda1-11/+21
2001-06-03 * net.cc (wsock_event): Add destructor.Corinna Vinschen1-0/+6
2001-05-18 * net.cc (wsock_event::wait): Explicitely cancel IO when a signalCorinna Vinschen1-1/+7
2001-05-16 * net.cc (errmap): Add missing mapping from WSAEINTR to EINTR.Corinna Vinschen1-0/+1
2001-05-16* autoload.h: Eliminate.Christopher Faylor1-40/+1
2001-05-15 * autoload.cc: Add autoload statements for ws2_32 functionsCorinna Vinschen1-25/+166
2001-05-04Revert much of previous erroneous checkin. Add ChangeLog entry.Christopher Faylor1-3/+3
2001-05-04* exceptions.cc (ctrl_c_handler): Always send signal to process if it has noChristopher Faylor1-3/+3
2001-05-03 * net.cc (wsock_init): Rename `was_in_progress' to `wsock_started'Corinna Vinschen1-3/+3
2001-05-03 * autoload.cc: Use new definition of LoadDLLinitfunc throughout.Corinna Vinschen1-16/+33
2001-04-23* net.cc [errmap]: Add '0' condition.Christopher Faylor1-1/+2
2001-04-18Throughout, change fdtab references to cygheap->fdtab.Christopher Faylor1-26/+21
2001-04-14* net.cc (cygwin_socket): Set SO_LINGER to small value so closed UNIX domainChristopher Faylor1-1/+6
2001-04-09* fhandler.h (class fhandler_socket): Add members and methods toEgor Duda1-9/+86
2001-04-03* cygrun.c (main): Fix compiler warning.Christopher Faylor1-16/+26
2001-03-20* dtable.cc: Guard against new winsock.h/winsock2.h warnings when mixingChristopher Faylor1-1/+1
2001-03-17 * net.cc (get_95_ifconf): Use strcasematch instead of strcasecmp.Corinna Vinschen1-1/+1
2001-03-17 * net.cc (cygwin_socket): Set protocol to 0 when address family isCorinna Vinschen1-1/+1
2001-03-17 * net.cc (cygwin_socket): Pass protocol parameter to socket call.Corinna Vinschen1-1/+1
2001-03-05* dlopen.c (dlopen): Return NULL when name is NULL (suggested byChristopher Faylor1-0/+1
2001-02-07 * autoload.cc: Add LoadDLLinitfunc for iphlpapi.dll.Corinna Vinschen1-149/+184
2001-01-09 Patch suggested by Ren� M�ller Fonseca <fonseca@mip.sdu.dk>Corinna Vinschen1-2/+2
2000-12-11 * net.cc (cygwin_rexec): Eliminate superfluous call toCorinna Vinschen1-4/+2
2000-12-02 * net.cc (get_inet_addr ): Close AF_UNIX socket file after reading.Corinna Vinschen1-14/+18
2000-11-29 * net.cc (cygwin_inet_aton): Return nonzero if the addressCorinna Vinschen1-2/+2
2000-11-25 * net.cc (cygwin_inet_aton): New function.Corinna Vinschen1-2/+16
2000-11-14* cygheap.h (init_cygheap): New struct holding values that live in the CygwinChristopher Faylor1-1/+1
2000-11-07 * autoload.cc: Add autoload statement for `WSASetLastError'.Corinna Vinschen1-1/+8
2000-10-28Whitespace cleanup.Christopher Faylor1-1/+1
2000-10-27 * autoload.cc: New file keeping all autoload stuff.Corinna Vinschen1-82/+1
2000-10-27 * fhandler_socket.cc: New file.Corinna Vinschen1-297/+2
2000-10-26 * dtable.cc (dtable::release): Check for socket. ChangeCorinna Vinschen1-37/+126