summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/net.cc
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * cygheap.h (init_cygheap): New struct holding values that live in the CygwinChristopher Faylor2000-11-141-1/+1
* * autoload.cc: Add autoload statement for `WSASetLastError'.Corinna Vinschen2000-11-071-1/+8
* Whitespace cleanup.Christopher Faylor2000-10-281-1/+1
* * autoload.cc: New file keeping all autoload stuff.Corinna Vinschen2000-10-271-82/+1
* * fhandler_socket.cc: New file.Corinna Vinschen2000-10-271-297/+2
* * dtable.cc (dtable::release): Check for socket. ChangeCorinna Vinschen2000-10-261-37/+126
* * fhandler.cc (fhandler_base::fcntl): Treat O_NONBLOCK and OLD_O_NDELAYCorinna Vinschen2000-10-251-8/+15
* * fcntl.cc (_fcntl): Rearrange as wrapper function. Move allCorinna Vinschen2000-10-231-1/+26
* * Makefile.in: Remove some obsolete stuff.Christopher Faylor2000-10-161-1/+0
* * cygwin.din: Add symbol hstrerror.Corinna Vinschen2000-10-141-8/+50
* * net.cc (set_socket_inheritance): Rename from duplicate_socket. Use NTChristopher Faylor2000-10-061-26/+25
* * net.cc: General cleanup.Christopher Faylor2000-10-051-117/+69
* * dcrt0.cc: Add LoadDLLFunc statement for RegEnumValueA().Corinna Vinschen2000-10-021-97/+186
* * net.cc (get_ifconf): Code cleanup. Split. Call os dependentCorinna Vinschen2000-09-281-295/+419
* * dcrt0.cc (quoted): Fix problem where ' quoted strings were skipped.Christopher Faylor2000-09-261-15/+0
* * sigproc.h (sigframe::set): Eliminate second argument. Default bp to currentChristopher Faylor2000-09-081-10/+10
* Break out more header info into separate files. Use appropriate header filesChristopher Faylor2000-09-081-2/+1
* * Makefile.in: Add cygheap.o.Christopher Faylor2000-09-031-67/+67
* * winsup.h: Eliminate inclusion of most of the cygwin .h files. Use .h filesChristopher Faylor2000-08-221-1/+6
* * cygerrno.h: New file. Use this throughout whenever errno manipulation isChristopher Faylor2000-08-221-0/+1
* * winsup.h: Split out dtable definitions into separate header file.Christopher Faylor2000-08-121-0/+2
* Rename hinfo -> dtable. Name the former dtable array 'fdtab'.Christopher Faylor2000-08-121-18/+18
* * winsup.h: take out protections of environ, errno, allow C useDJ Delorie2000-08-021-3/+2
* * include/cygwin/version.h: Bump DLL minor version number to 5 due to all ofChristopher Faylor2000-07-291-1/+2