index
:
cygnal
cygnal-2.5.2
cygnal-2.9.0-branch
cygnal-3-1-6-98-branch
cygnal-3-1-98-branch
cygwin-master
"Cygwin Native Application Lib" --- http://www.kylheku.com/cygnal
kaz@kylheku.com
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
winsup
/
cygwin
/
net.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
* cygrun.c (main): Fix compiler warning.
Christopher Faylor
2001-04-03
1
-16
/
+26
*
* dtable.cc: Guard against new winsock.h/winsock2.h warnings when mixing
Christopher Faylor
2001-03-20
1
-1
/
+1
*
* net.cc (get_95_ifconf): Use strcasematch instead of strcasecmp.
Corinna Vinschen
2001-03-17
1
-1
/
+1
*
* net.cc (cygwin_socket): Set protocol to 0 when address family is
Corinna Vinschen
2001-03-17
1
-1
/
+1
*
* net.cc (cygwin_socket): Pass protocol parameter to socket call.
Corinna Vinschen
2001-03-17
1
-1
/
+1
*
* dlopen.c (dlopen): Return NULL when name is NULL (suggested by
Christopher Faylor
2001-03-05
1
-0
/
+1
*
* autoload.cc: Add LoadDLLinitfunc for iphlpapi.dll.
Corinna Vinschen
2001-02-07
1
-149
/
+184
*
Patch suggested by Ren� M�ller Fonseca <fonseca@mip.sdu.dk>
Corinna Vinschen
2001-01-09
1
-2
/
+2
*
* net.cc (cygwin_rexec): Eliminate superfluous call to
Corinna Vinschen
2000-12-11
1
-4
/
+2
*
* net.cc (get_inet_addr ): Close AF_UNIX socket file after reading.
Corinna Vinschen
2000-12-02
1
-14
/
+18
*
* net.cc (cygwin_inet_aton): Return nonzero if the address
Corinna Vinschen
2000-11-29
1
-2
/
+2
*
* net.cc (cygwin_inet_aton): New function.
Corinna Vinschen
2000-11-25
1
-2
/
+16
*
* cygheap.h (init_cygheap): New struct holding values that live in the Cygwin
Christopher Faylor
2000-11-14
1
-1
/
+1
*
* autoload.cc: Add autoload statement for `WSASetLastError'.
Corinna Vinschen
2000-11-07
1
-1
/
+8
*
Whitespace cleanup.
Christopher Faylor
2000-10-28
1
-1
/
+1
*
* autoload.cc: New file keeping all autoload stuff.
Corinna Vinschen
2000-10-27
1
-82
/
+1
*
* fhandler_socket.cc: New file.
Corinna Vinschen
2000-10-27
1
-297
/
+2
*
* dtable.cc (dtable::release): Check for socket. Change
Corinna Vinschen
2000-10-26
1
-37
/
+126
*
* fhandler.cc (fhandler_base::fcntl): Treat O_NONBLOCK and OLD_O_NDELAY
Corinna Vinschen
2000-10-25
1
-8
/
+15
*
* fcntl.cc (_fcntl): Rearrange as wrapper function. Move all
Corinna Vinschen
2000-10-23
1
-1
/
+26
*
* Makefile.in: Remove some obsolete stuff.
Christopher Faylor
2000-10-16
1
-1
/
+0
*
* cygwin.din: Add symbol hstrerror.
Corinna Vinschen
2000-10-14
1
-8
/
+50
*
* net.cc (set_socket_inheritance): Rename from duplicate_socket. Use NT
Christopher Faylor
2000-10-06
1
-26
/
+25
*
* net.cc: General cleanup.
Christopher Faylor
2000-10-05
1
-117
/
+69
*
* dcrt0.cc: Add LoadDLLFunc statement for RegEnumValueA().
Corinna Vinschen
2000-10-02
1
-97
/
+186
*
* net.cc (get_ifconf): Code cleanup. Split. Call os dependent
Corinna Vinschen
2000-09-28
1
-295
/
+419
*
* dcrt0.cc (quoted): Fix problem where ' quoted strings were skipped.
Christopher Faylor
2000-09-26
1
-15
/
+0
*
* sigproc.h (sigframe::set): Eliminate second argument. Default bp to current
Christopher Faylor
2000-09-08
1
-10
/
+10
*
Break out more header info into separate files. Use appropriate header files
Christopher Faylor
2000-09-08
1
-2
/
+1
*
* Makefile.in: Add cygheap.o.
Christopher Faylor
2000-09-03
1
-67
/
+67
*
* winsup.h: Eliminate inclusion of most of the cygwin .h files. Use .h files
Christopher Faylor
2000-08-22
1
-1
/
+6
*
* cygerrno.h: New file. Use this throughout whenever errno manipulation is
Christopher Faylor
2000-08-22
1
-0
/
+1
*
* winsup.h: Split out dtable definitions into separate header file.
Christopher Faylor
2000-08-12
1
-0
/
+2
*
Rename hinfo -> dtable. Name the former dtable array 'fdtab'.
Christopher Faylor
2000-08-12
1
-18
/
+18
*
* winsup.h: take out protections of environ, errno, allow C use
DJ Delorie
2000-08-02
1
-3
/
+2
*
* include/cygwin/version.h: Bump DLL minor version number to 5 due to all of
Christopher Faylor
2000-07-29
1
-1
/
+2
*
* exceptions.cc: Remove unneeded include.
Christopher Faylor
2000-06-01
1
-0
/
+7
*
* Makefile.in: Remove libadvapi32.a.
Christopher Faylor
2000-05-30
1
-35
/
+35
*
* path.cc (mount_info::cygdrive_posix_path): Don't add trailing slash if
Christopher Faylor
2000-05-17
1
-1
/
+14
*
* net.cc: Avoid a warning in declaration inet_network.
Corinna Vinschen
2000-04-25
1
-1
/
+1
*
* net.cc (cygwin_inet_network): new function.
DJ Delorie
2000-04-24
1
-0
/
+12
*
Respond to more g++ warnings relating to initializing structures.
Christopher Faylor
2000-02-23
1
-2
/
+2
*
Respond to a multitude of g++ warnings.
Christopher Faylor
2000-02-21
1
-1
/
+1
*
import winsup-2000-02-17 snapshot
Christopher Faylor
2000-02-17
1
-0
/
+1827