aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/net.cc
AgeCommit message (Expand)AuthorFilesLines
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
2000-02-23Respond to more g++ warnings relating to initializing structures.Christopher Faylor1-2/+2
2000-02-21Respond to a multitude of g++ warnings.Christopher Faylor1-1/+1
2000-02-17import winsup-2000-02-17 snapshotChristopher Faylor1-0/+1827