summaryrefslogtreecommitdiff
path: root/lib/sys_socket.in.h
Commit message (Expand)AuthorAgeFilesLines
* maint: update copyrightEric Blake2014-01-011-1/+1
* headers: check that _GL_INLINE_HEADER_BEGIN is definedPaul Eggert2013-08-281-0/+3
* maint: update all copyright year number rangesEric Blake2013-01-011-1/+1
* sys_socket: better 'inline'Paul Eggert2012-11-291-1/+8
* maint: replace FSF snail-mail addresses with URLsPaul Eggert2012-02-091-2/+1
* maint: spelling fixesPaul Eggert2012-02-051-1/+1
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
* sys_socket: use stdalign, not alignofPaul Eggert2011-10-271-1/+1
* sys_select: Fix compilation error on mingw, introduced on 2011-06-30.Bruno Haible2011-07-071-27/+29
* Allow multiple gnulib generated include files to be combined.Bruno Haible2011-05-291-7/+7
* sys_socket: Ensure 'struct iovec' definition.Bruno Haible2011-04-301-3/+6
* passfd: allow compilation on mingwEric Blake2011-04-211-1/+13
* passfd: Work around bug with CMSG_FIRSTHDR on FreeBSD 6.4.Bruno Haible2011-03-131-0/+4
* Allow multiple gnulib generated replacements to coexist.Bruno Haible2011-02-071-0/+15
* maint: update almost all copyright ranges to include 2011Jim Meyering2011-01-011-1/+1
* sys_socket: Hide mismatch of declarations on NonStop Kernel.Bruno Haible2010-12-241-9/+20
* sys_socket: Ensure ss_family field on AIX.Bruno Haible2010-11-301-1/+8
* Avoid line length limitation from HP NonStop system header files.Bruno Haible2010-10-041-0/+1
* Avoid some lines longer than 80 characters.Paul Eggert2010-10-031-2/+2
* sys_socket: Avoid #define replacements in C++ mode.Bruno Haible2010-04-051-6/+21
* maint: use pragma consistently across replacement headersEric Blake2010-03-251-4/+4
* sys_socket: Avoid #define replacements in C++ mode.Bruno Haible2010-03-081-201/+348
* Use POSIX declarations for socket functions.Bruno Haible2010-03-071-9/+13
* warn-on-use: use instead of link-warningEric Blake2010-01-201-61/+61
* update nearly all FSF copyright year lists to include 2010Jim Meyering2010-01-011-1/+1
* New module 'arg-nonnull'. Declare which arguments expect non-NULL values.Bruno Haible2009-12-111-10/+18
* Use spaces for indentation, not tabs.Bruno Haible2009-12-101-20/+20
* Tolerate declared but missing accept4 syscall.Bruno Haible2009-08-251-2/+3
* New module 'accept4'.Bruno Haible2009-08-251-0/+26
* sys_socket: MinGW and IRIX does not have sa_family_t type.Simon Josefsson2009-05-201-0/+4
* Don't use undefined macro 'max'.Bruno Haible2009-05-091-6/+8
* sys_socket: Define sockaddr_storage.Simon Josefsson2009-05-081-0/+18
* Use socklen_t in the native Windows replacements prototypes.Bruno Haible2009-03-011-3/+3
* Override the gethostname() declaration on native Windows systems.Bruno Haible2008-10-251-0/+5
* Move HAVE__GL_CLOSE_FD_MAYBE_SOCKET macro.Bruno Haible2008-10-251-5/+0
* lib/sys_socket.in.h (FD_ISSET): Fix warnings under mingw.Simon Josefsson2008-10-221-2/+2
* Cleanup and simplify winsock split changes.Bruno Haible2008-10-211-2/+1
* Avoid gcc warnings because of #pragma GCC system_header on older gcc.Bruno Haible2008-10-181-0/+2
* New module 'shutdown'.Bruno Haible2008-10-111-0/+17
* New module 'ioctl'.Bruno Haible2008-10-101-6/+0
* Make the ioctl() signature POSIX compliant.Bruno Haible2008-10-101-1/+1
* Combine the two replacements of 'close'.Paolo Bonzini2008-10-101-3/+8
* New modules 'accept', 'bind', 'connect', 'getpeername', 'getsockname', 'getso...Bruno Haible2008-10-061-35/+230
* remove trailing spacesJim Meyering2008-10-011-1/+1
* Make the headers usable in C++.Bruno Haible2008-09-291-0/+8
* implement full-blown select(2) for winsockPaolo Bonzini2008-09-241-2/+1
* add sockets wrappersPaolo Bonzini2008-09-231-6/+80
* Remove errno value definitions from <sys/socket.h>.Bruno Haible2008-09-141-11/+0
* port poll tests to WindowsPaolo Bonzini2008-09-121-0/+1
* Avoid some "gcc -pedantic" warnings.Bruno Haible2008-08-301-0/+2