striconveh: Simplify last commit.
[gnulib.git] / lib / sys_socket.in.h
2010-04-05 Bruno Haiblesys_socket: Avoid #define replacements in C++ mode.
2010-03-25 Eric Blakemaint: use pragma consistently across replacement headers
2010-03-08 Bruno Haiblesys_socket: Avoid #define replacements in C++ mode.
2010-03-07 Bruno HaibleUse POSIX declarations for socket functions.
2010-01-20 Eric Blakewarn-on-use: use instead of link-warning
2010-01-01 Jim Meyeringupdate nearly all FSF copyright year lists to include...
2009-12-11 Bruno HaibleNew module 'arg-nonnull'. Declare which arguments expec...
2009-12-10 Bruno HaibleUse spaces for indentation, not tabs.
2009-08-25 Bruno HaibleTolerate declared but missing accept4 syscall.
2009-08-25 Bruno HaibleNew module 'accept4'.
2009-05-20 Simon Josefssonsys_socket: MinGW and IRIX does not have sa_family_t...
2009-05-08 Bruno HaibleDon't use undefined macro 'max'.
2009-05-08 Simon Josefssonsys_socket: Define sockaddr_storage.
2009-03-01 Bruno HaibleUse socklen_t in the native Windows replacements protot...
2008-10-25 Bruno HaibleOverride the gethostname() declaration on native Window...
2008-10-25 Bruno HaibleMove HAVE__GL_CLOSE_FD_MAYBE_SOCKET macro.
2008-10-22 Simon Josefssonlib/sys_socket.in.h (FD_ISSET): Fix warnings under...
2008-10-21 Bruno HaibleCleanup and simplify winsock split changes.
2008-10-18 Bruno HaibleAvoid gcc warnings because of #pragma GCC system_header...
2008-10-11 Bruno HaibleNew module 'shutdown'.
2008-10-10 Bruno HaibleNew module 'ioctl'.
2008-10-10 Bruno HaibleMake the ioctl() signature POSIX compliant.
2008-10-09 Paolo BonziniCombine the two replacements of 'close'.
2008-10-06 Bruno HaibleNew modules 'accept', 'bind', 'connect', 'getpeername...
2008-10-01 Jim Meyeringremove trailing spaces
2008-09-29 Bruno HaibleMake the headers usable in C++.
2008-09-24 Paolo Bonziniimplement full-blown select(2) for winsock
2008-09-23 Paolo Bonziniadd sockets wrappers
2008-09-14 Bruno HaibleRemove errno value definitions from <sys/socket.h>.
2008-09-12 Paolo Bonziniport poll tests to Windows
2008-08-30 Bruno HaibleAvoid some "gcc -pedantic" warnings.
2008-04-28 Simon JosefssonFix proper win32 checks and use of inline for setsockopt.
2008-04-23 Simon JosefssonMake setsockopt replacement more typesafe.
2008-04-22 Simon JosefssonCast fourth argument to setsockopt on MinGW.
2008-04-13 Bruno HaibleOverride <sys/socket.h> when it exists but is incomplete.
2007-10-01 Bruno HaibleRename sys_socket_.h to sys_socket.in.h.