summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/net.cc
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * exceptions.cc: Remove unneeded include.Christopher Faylor2000-06-011-0/+7
* * Makefile.in: Remove libadvapi32.a.Christopher Faylor2000-05-301-35/+35
* * path.cc (mount_info::cygdrive_posix_path): Don't add trailing slash ifChristopher Faylor2000-05-171-1/+14
* * net.cc: Avoid a warning in declaration inet_network.Corinna Vinschen2000-04-251-1/+1
* * net.cc (cygwin_inet_network): new function.DJ Delorie2000-04-241-0/+12
* Respond to more g++ warnings relating to initializing structures.Christopher Faylor2000-02-231-2/+2
* Respond to a multitude of g++ warnings.Christopher Faylor2000-02-211-1/+1
* import winsup-2000-02-17 snapshotChristopher Faylor2000-02-171-0/+1827