summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/net.cc
Commit message (Expand)AuthorAgeFilesLines
* * fhandler.cc (fhandler_base::fork_fixup): Don't protect handle.Christopher Faylor2001-10-151-61/+45
* * autoload.cc (load_wsock32): Declare dummy function to force loading ofChristopher Faylor2001-10-141-31/+25
* * fhandler_dsp.cc (fhandler_dsp::ioctl): Return 0 for successfulChristopher Faylor2001-10-131-0/+3
* * autoload.cc (wsock_init): Reorganize slightly to accomodate a new compiler.Christopher Faylor2001-10-131-1/+1
* * net.cc (cygwin_sendto): Use correct socket address when sendingEgor Duda2001-10-111-2/+2
* * net.cc (get_95_ifconf): Using other registry values pointing toCorinna Vinschen2001-10-101-49/+26
* * net.cc (dup_servent_ptr): Detect old Windows 95 misaligned structure andChristopher Faylor2001-09-161-2/+18
* * Makefile.in: Build wincap.o.Corinna Vinschen2001-09-121-17/+7
* Update copyrights.Christopher Faylor2001-09-111-1/+1
* * cygheap.h (init_cygheap): Move heap pointers here.Christopher Faylor2001-09-071-18/+18
* Move appropriate variables to NO_COPY segment, throughout.Christopher Faylor2001-09-061-2/+2
* Remove initialization of static or global values to zero, throughout. ThisChristopher Faylor2001-09-061-2/+2
* * net.cc (cygwin_connect): Add WSAEALREADY and WSAEINVAL handlingCorinna Vinschen2001-09-051-5/+10
* * cygwin.sc: New file -- linker script for building cygwin DLL.Christopher Faylor2001-08-311-0/+14
* * net.cc (free_addr_list): Add define for symmetry.Corinna Vinschen2001-08-241-2/+24
* * net.cc (cygwin_inet_ntoa): Rearrange previous patch to useCorinna Vinschen2001-08-221-56/+72
* * net.cc (free_char_list): New static function.Corinna Vinschen2001-08-221-7/+186
* * fhandler.cc (fhandler_base::is_nonblocking): New method.Corinna Vinschen2001-08-151-5/+4
* * fhandler.cc (fhandler_base::fcntl): Use new O_NONBLOCK_MASK define.Corinna Vinschen2001-08-141-1/+1
* * cygheap.cc (cygheap_root::set): Avoid treating '/' specially.Christopher Faylor2001-08-071-2/+2
* Throughout, change check for running under Windows NT to 'iswinnt'.Christopher Faylor2001-08-041-3/+3
* * net.cc (cygwin_accept): Allow NULL peer and len parameters.Corinna Vinschen2001-08-031-0/+11
* Throughout, reorganize header file inclusion to put security.h prior toChristopher Faylor2001-07-261-0/+1
* * mmap.cc: Clean up *ResourceLock calls throughout.Christopher Faylor2001-06-261-315/+315
* * fhandler_socket.cc (fhandler_socket::signal_secret_event): NewEgor Duda2001-06-201-11/+21
* * net.cc (wsock_event): Add destructor.Corinna Vinschen2001-06-031-0/+6
* * net.cc (wsock_event::wait): Explicitely cancel IO when a signalCorinna Vinschen2001-05-181-1/+7
* * net.cc (errmap): Add missing mapping from WSAEINTR to EINTR.Corinna Vinschen2001-05-161-0/+1
* * autoload.h: Eliminate.Christopher Faylor2001-05-161-40/+1
* * autoload.cc: Add autoload statements for ws2_32 functionsCorinna Vinschen2001-05-151-25/+166
* Revert much of previous erroneous checkin. Add ChangeLog entry.Christopher Faylor2001-05-041-3/+3
* * exceptions.cc (ctrl_c_handler): Always send signal to process if it has noChristopher Faylor2001-05-041-3/+3
* * net.cc (wsock_init): Rename `was_in_progress' to `wsock_started'Corinna Vinschen2001-05-031-3/+3
* * autoload.cc: Use new definition of LoadDLLinitfunc throughout.Corinna Vinschen2001-05-031-16/+33
* * net.cc [errmap]: Add '0' condition.Christopher Faylor2001-04-231-1/+2
* Throughout, change fdtab references to cygheap->fdtab.Christopher Faylor2001-04-181-26/+21
* * net.cc (cygwin_socket): Set SO_LINGER to small value so closed UNIX domainChristopher Faylor2001-04-141-1/+6
* * fhandler.h (class fhandler_socket): Add members and methods toEgor Duda2001-04-091-9/+86
* * cygrun.c (main): Fix compiler warning.Christopher Faylor2001-04-031-16/+26
* * dtable.cc: Guard against new winsock.h/winsock2.h warnings when mixingChristopher Faylor2001-03-201-1/+1
* * net.cc (get_95_ifconf): Use strcasematch instead of strcasecmp.Corinna Vinschen2001-03-171-1/+1
* * net.cc (cygwin_socket): Set protocol to 0 when address family isCorinna Vinschen2001-03-171-1/+1
* * net.cc (cygwin_socket): Pass protocol parameter to socket call.Corinna Vinschen2001-03-171-1/+1
* * dlopen.c (dlopen): Return NULL when name is NULL (suggested byChristopher Faylor2001-03-051-0/+1
* * autoload.cc: Add LoadDLLinitfunc for iphlpapi.dll.Corinna Vinschen2001-02-071-149/+184
* Patch suggested by Ren� M�ller Fonseca <fonseca@mip.sdu.dk>Corinna Vinschen2001-01-091-2/+2
* * net.cc (cygwin_rexec): Eliminate superfluous call toCorinna Vinschen2000-12-111-4/+2
* * net.cc (get_inet_addr ): Close AF_UNIX socket file after reading.Corinna Vinschen2000-12-021-14/+18
* * net.cc (cygwin_inet_aton): Return nonzero if the addressCorinna Vinschen2000-11-291-2/+2
* * net.cc (cygwin_inet_aton): New function.Corinna Vinschen2000-11-251-2/+16