summaryrefslogtreecommitdiffstats
path: root/config.h.cmake
Commit message (Expand)AuthorAgeFilesLines
* swrap: print out SOCKET_WRAPPER_PACKAGE and SOCKET_WRAPPER_VERSION on first useStefan Metzmacher2021-02-021-2/+2
* configure: check for pragma init/fini for constructors/destructorsBjörn Jacke2020-11-041-0/+2
* socket_wrapper.c: implement getsockopt(TCP_INFO) if the platform supports itStefan Metzmacher2020-06-221-0/+1
* Revert "socket_wrapper.c: implement getsockopt(TCP_INFO) if the platform supp...Stefan Metzmacher2020-06-191-1/+0
* socket_wrapper.c: implement getsockopt(TCP_INFO) if the platform supports itStefan Metzmacher2020-06-191-0/+1
* swrap: provide _{socket,close,connect,...} symbols on FreeBSDStefan Metzmacher2020-03-191-0/+2
* cmake: Remove unused config.h variablesAndreas Schneider2019-02-201-5/+0
* swrap: Also log the process nameAndreas Schneider2018-11-131-0/+6
* cmake: Require at least cmake 3.2.0Andreas Schneider2018-08-171-2/+2
* swrap: Suppress intentional fall through warningAnoop C S2017-07-271-0/+1
* cmake: Check for fopen64() functionAndreas Schneider2017-04-061-0/+1
* cmake: Check for open64() functionAndreas Schneider2017-04-061-0/+1
* cmake: Check for constructor attributeAndreas Schneider2016-10-201-0/+1
* swrap: Add support for accept4()Andreas Schneider2016-05-031-0/+1
* swrap: Add support for running on OpenBSDAndreas Schneider2016-05-031-0/+1
* src: Add support for running with address sanitizer.Andreas Schneider2014-10-201-0/+1
* swrap: Add support for eventfd with unsigned count variable.Andreas Schneider2014-10-011-0/+1
* swrap: add check for rpc/rpc.h - needed on freebsd for bindresvportMichael Adam2014-06-011-0/+1
* swrap: Add support for bindresvport().Andreas Schneider2014-05-311-0/+1
* swrap: Check if the in_pktinfo structure is available.Andreas Schneider2014-05-261-0/+1
* cmake: Add check for HAVE_STRUCT_IN6_PKTINFO.Andreas Schneider2014-05-211-0/+4
* swrap: use LIBC_SO from GNU libc, if availablePino Toscano2014-05-081-0/+1
* src: Add timerfd_create() to handle stale fds.Andreas Schneider2014-01-281-0/+2
* src: Add eventfd() to handle stale fds.Andreas Schneider2014-01-281-0/+2
* src: Add signalfd() to handle stale fds.Andreas Schneider2014-01-281-0/+3
* cmake: Check for HAVE_STRUCT_MSGHDR_MSG_CONTROL.Andreas Schneider2014-01-211-0/+1
* cmake: Fix HAVE_STRUCT_SOCKADDR_SA_LEN detection.Andreas Schneider2014-01-211-0/+4
* Fix formatting of variables of type pid_tJakub Hrozek2013-12-111-0/+2
* cmake: Detect attribute formatJakub Hrozek2013-12-111-0/+1
* swrap: Add swrap_libc_init() function.Andreas Schneider2013-12-051-0/+1
* src: Fix build on OpenIndiana.Andreas Schneider2013-07-081-0/+3
* src: Correctly load symbols on APPLE.Andreas Schneider2013-07-051-0/+2
* cmake: Check for getimeofday on MacOSX correctly.Andreas Schneider2013-07-031-0/+1
* cmake: Check for Thread Local Storage.Andreas Schneider2013-07-031-0/+1
* src: Add a destructor to cleanup unix socket files.Andreas Schneider2013-06-301-0/+1
* cmake: Check correctly for IPv6.Andreas Schneider2013-02-071-21/+1
* Initial commit.Andreas Schneider2013-02-071-0/+58