aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/net.cc
AgeCommit message (Expand)AuthorFilesLines
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
2000-10-25 * fhandler.cc (fhandler_base::fcntl): Treat O_NONBLOCK and OLD_O_NDELAYCorinna Vinschen1-8/+15
2000-10-23 * fcntl.cc (_fcntl): Rearrange as wrapper function. Move allCorinna Vinschen1-1/+26
2000-10-16* Makefile.in: Remove some obsolete stuff.Christopher Faylor1-1/+0
2000-10-14 * cygwin.din: Add symbol hstrerror.Corinna Vinschen1-8/+50
2000-10-06* net.cc (set_socket_inheritance): Rename from duplicate_socket. Use NTChristopher Faylor1-26/+25
2000-10-05* net.cc: General cleanup.Christopher Faylor1-117/+69
2000-10-02 * dcrt0.cc: Add LoadDLLFunc statement for RegEnumValueA().Corinna Vinschen1-97/+186
2000-09-28 * net.cc (get_ifconf): Code cleanup. Split. Call os dependentCorinna Vinschen1-295/+419
2000-09-26* dcrt0.cc (quoted): Fix problem where ' quoted strings were skipped.Christopher Faylor1-15/+0
2000-09-08* sigproc.h (sigframe::set): Eliminate second argument. Default bp to currentChristopher Faylor1-10/+10
2000-09-08Break out more header info into separate files. Use appropriate header filesChristopher Faylor1-2/+1
2000-09-03* Makefile.in: Add cygheap.o.Christopher Faylor1-67/+67
2000-08-22* winsup.h: Eliminate inclusion of most of the cygwin .h files. Use .h filesChristopher Faylor1-1/+6
2000-08-22* cygerrno.h: New file. Use this throughout whenever errno manipulation isChristopher Faylor1-0/+1
2000-08-12* winsup.h: Split out dtable definitions into separate header file.Christopher Faylor1-0/+2
2000-08-12Rename hinfo -> dtable. Name the former dtable array 'fdtab'.Christopher Faylor1-18/+18
2000-08-02* winsup.h: take out protections of environ, errno, allow C useDJ Delorie1-3/+2
2000-07-29* include/cygwin/version.h: Bump DLL minor version number to 5 due to all ofChristopher Faylor1-1/+2
2000-06-01* exceptions.cc: Remove unneeded include.Christopher Faylor1-0/+7
2000-05-30* Makefile.in: Remove libadvapi32.a.Christopher Faylor1-35/+35
2000-05-17* path.cc (mount_info::cygdrive_posix_path): Don't add trailing slash ifChristopher Faylor1-1/+14
2000-04-25* net.cc: Avoid a warning in declaration inet_network.Corinna Vinschen1-1/+1
2000-04-24* net.cc (cygwin_inet_network): new function.DJ Delorie1-0/+12