summaryrefslogtreecommitdiffstats
path: root/src/socket_wrapper.c
Commit message (Expand)AuthorAgeFilesLines
...
* swrap: trace the SOCKET_WRAPPER_PCAP_FILE locationStefan Metzmacher2020-03-191-0/+1
* swrap: Do not leak buf in swrap_sendmsg()socket_wrapper-1.2.3Andreas Schneider2019-03-211-0/+1
* swrap: Add missing NULL checks to socket_wrapper_dir()Andreas Schneider2019-03-211-0/+19
* swrap: Print a warning if SOCKET_WRAPPER_DIR is not setAndreas Schneider2019-03-211-0/+1
* swrap: Add paranoia NULL checksAndreas Schneider2019-03-211-0/+10
* swrap: Fix strict aliasing issues in swrap_pcap_packet_init()Andreas Schneider2019-03-211-51/+61
* swrap: Fix "Value stored never used" warningAnoop C S2019-03-211-1/+0
* swrap: Do not use FALL_THROUGH for empty case statementsAmitay Isaacs2019-03-061-2/+0
* swrap: Fix a TODOAnoop C S2019-02-121-19/+54
* swrap: Add env variable to disable deep bindingAndreas Schneider2019-02-121-5/+15
* swrap: Use #ifdef instead of #if for config.h definitionsAndreas Schneider2019-01-111-6/+6
* swrap: Add an overflow checkVolker Lendecke2019-01-111-0/+5
* swrap: Do not log if we are over the limit in find_socket_info_index()Andreas Schneider2018-11-131-4/+16
* swrap: Also log the fd in swrap_socket()Andreas Schneider2018-11-131-2/+3
* swrap: Fix comparison of different signednessAndreas Schneider2018-11-131-2/+2
* swrap: Also log the process nameAndreas Schneider2018-11-131-2/+24
* swrap: Better handling for default values in socket_wrapper_max_sockets()Andreas Schneider2018-11-131-5/+15
* swrap: Always allocate the socket fd array to the maximumAndreas Schneider2018-11-131-9/+16
* swrap: Rename global variable for max socketsAndreas Schneider2018-11-131-6/+8
* swrap: Protect IPv6 case in swrap_socket()Andreas Schneider2018-11-061-0/+2
* swrap: Fix coverity issuesAnoop C S2018-10-291-4/+2
* swrap: Don't do a deep bind if we run with libasanAndreas Schneider2018-10-231-1/+9
* swrap: Add a mutex for resetting socket indexAndreas Schneider2018-10-231-2/+22
* swrap: Fix helgrind errorsAnoop C S2018-10-231-4/+32
* cmake: Suppress helgrind race condition warning we created on purposeAndreas Schneider2018-10-231-0/+6
* swrap: Add error check around pthread mutex locksAnoop C S2018-08-091-52/+114
* swrap: Fix thread deadlock found by Coverity scanAnoop C S2018-08-091-2/+4
* swrap: Update headerAndreas Schneider2018-08-091-4/+6
* swrap: Replace socket_fds linked list with an arrayAnoop C S2018-06-141-192/+122
* swrap: Update free-list only when refcount is zeroAnoop C S2018-05-021-5/+6
* swrap: Move metadata into socket_info_meta structureMichael Adam2018-05-021-10/+16
* 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