summaryrefslogtreecommitdiffstats
path: root/src/socket_wrapper.c
Commit message (Expand)AuthorAgeFilesLines
* swrap: Implement thread safety using pthread mutexesAnoop C S2018-05-021-38/+235
* swrap: Rearrange swrap_remove_staleAnoop C S2018-05-021-6/+8
* swrap: Rearrange swrap_closeAnoop C S2018-05-021-5/+6
* swrap: Remove swrap_first_free_indexAnoop C S2018-05-021-22/+0
* swrap: Use swrap_create_socket within swrap_acceptAnoop C S2018-05-021-28/+12
* swrap: Use swrap_create_socket within swrap_socketAnoop C S2018-05-021-27/+5
* swrap: Add new routines to handle socket creationAnoop C S2018-05-021-0/+50
* swrap: Internal reorganization of core socket_info structuresMichael Adam2018-05-021-14/+29
* swrap: Reorder code inside swrap_socketMichael Adam2018-05-021-16/+18
* swrap: Use swrap_get_socket_info inside socket_wrapper_first_free_indexMichael Adam2018-05-021-3/+5
* swrap: set errno to ENFILE if there is no more free socket_infoMichael Adam2018-05-021-2/+1
* swrap: New helper functions to treat next_freeMichael Adam2018-05-021-10/+20
* swrap: Use helper functions to manage refcountAnoop C S2018-05-021-9/+24
* swrap: Use helper function swrap_get_socket_infoAnoop C S2018-05-021-12/+20
* swrap: Make early-libc-out more obvious by removing elseMichael Adam2018-05-021-1/+3
* swrap: Avoid double semicolons in the codeAndreas Schneider2018-02-201-1/+1
* swrap: Avoid symbol binding deadlocks during forkAndreas Schneider2017-12-041-15/+21
* swrap: Bind all symbols during prepareAndreas Schneider2017-12-041-7/+72
* swrap: Whitespace fixesAndreas Schneider2017-12-041-2/+2
* swrap: Fix prototype of open[64] to prevent segfault on ppc64leAndreas Schneider2017-09-071-2/+2
* swrap: Improve argument handling for libc_vopen*()Andreas Schneider2017-09-071-10/+16
* swrap: Improve argument handling for libc_vioctl()Andreas Schneider2017-09-071-11/+3
* swrap: Improve argument handling for libc_fcntl()Andreas Schneider2017-09-071-11/+3
* swrap: Simplify printing different log prefixesAndreas Schneider2017-09-071-23/+18
* swrap: Do an early return if log level doesn't matchAndreas Schneider2017-09-071-0/+4
* swrap: Always enable loggingAndreas Schneider2017-09-071-7/+0
* swrap: Protect the FALL_THROUGH defineAndreas Schneider2017-07-271-5/+7
* swrap: Add common exit point to swrap_setsockoptAnoop C S2017-07-271-6/+16
* swrap: Add common exit point to swrap_getsockoptAnoop C S2017-07-271-14/+27
* swrap: Add common exit point to swrap_connectAnoop C S2017-07-271-4/+7
* swrap: Add common exit point to swrap_auto_bindAnoop C S2017-07-271-7/+15
* swrap: Fix tab vs space in swrap_auto_bindMichael Adam2017-07-271-2/+2
* swrap: Suppress intentional fall through warningAnoop C S2017-07-271-5/+11
* swrap: Add fopen64() on systems which provide itAndreas Schneider2017-04-061-0/+40
* swrap: Add open64() on systems which provide itAndreas Schneider2017-04-061-0/+57
* swrap: Increase max wrapped interfacesAndreas Schneider2017-04-061-1/+1
* swrap: use proper blocks for early returnsMichael Adam2017-03-021-17/+51
* swrap: Add support for openat()Andreas Schneider2017-03-021-0/+64
* Avoid mutex lock wait in socket close failureAnoop C S2017-02-101-4/+0
* swrap: Add sanity check in socket_wrapper_max_sockets()Andreas Schneider2016-11-041-0/+7
* swrap: Fix use-after-freeAnoop C S2016-10-251-1/+1
* swrap: fix SWRAP_DLIST_ADD_AFTERAnoop C S2016-10-251-1/+1
* swrap: fix use-after-free in swrap_remove_stale()Michael Adam2016-10-251-2/+4
* swrap: slightly cleanup logic in swrap_closeMichael Adam2016-10-251-3/+3
* swrap: fix use-after-free in swrap_closeMichael Adam2016-10-251-2/+4
* swrap: Fix build on SolarisAndreas Schneider2016-10-251-1/+1
* swrap: Mark flags in swrap_accept4 as unusedAndreas Schneider2016-10-211-0/+4
* swrap: Fix the build on BSD and SolarisAndreas Schneider2016-10-211-0/+2
* swrap: Handle threads that forkAndreas Schneider2016-10-201-0/+43
* cmake: Check for constructor attributeAndreas Schneider2016-10-201-0/+6