summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* swrap: Increase max wrapped interfacesAndreas Schneider2017-04-061-1/+1
* tests: Fix test_close_failure test caseMichael Adam2017-03-171-3/+1
* swrap: use proper blocks for early returnsMichael Adam2017-03-021-17/+51
* swrap: Add support for openat()Andreas Schneider2017-03-021-0/+64
* Increase wait time during echo_server's pid-file checkAnoop C S2017-02-271-1/+1
* Avoid mutex lock wait in socket close failureAnoop C S2017-02-103-5/+52
* swrap: Add sanity check in socket_wrapper_max_sockets()Andreas Schneider2016-11-041-0/+7
* tests: Clean-up max_sockets test caseAnoop C S2016-10-271-20/+4
* 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-203-0/+19
* swrap: Make symbol loading thread-safeAndreas Schneider2016-10-201-3/+22
* cmake: Link pthread library headersMichael Adam2016-10-202-2/+3
* swrap: Fix strict-aliasing issues while loading symbolsAndreas Schneider2016-10-201-143/+221
* tests: Add a test for max_socketsMichael Adam2016-10-202-1/+112
* swrap: Introduce a freelist in the socket_info arrayMichael Adam2016-10-201-7/+37
* swrap: Replace linked list of socket_info with preallocated array of structuresAnoop C S2016-10-201-28/+120
* swrap: Optimization in (commented out) check_addr_port_in_use()Michael Adam2016-10-201-0/+6
* swrap: Improve vfcntl to add the dup'd fd after the source fdMichael Adam2016-10-201-7/+7
* swrap: Improve dup2 to add the dup'd fd after the source fdMichael Adam2016-10-201-5/+6
* swrap: Improve dup to add the dup'd fd after the source fdMichael Adam2016-10-201-5/+6
* swrap: Add SWRAP_DLIST_ADD_AFTER macroMichael Adam2016-10-201-0/+14
* swrap: Untangle socket_info_fd from socket_info structure.Anoop C S2016-10-201-58/+76
* swrap: remove ununsed members from struct swrap.Michael Adam2016-08-231-5/+0
* swrap: Add test case to validate oldfd = newfd case in dup2()Anoop C S2016-08-232-0/+51
* swrap: Treat the case of fd == newfd correctly in dup2()Michael Adam2016-08-231-0/+10
* swrap: Delay addition of child socket_info_fd into socket_info listAnoop C S2016-08-121-2/+1
* swrap: Remove redunant check in swrap_socketAnoop C S2016-08-121-4/+1
* swrap: Simplify swrap_remove_stale by early returnAnoop C S2016-08-121-14/+16
* Bump version to 1.1.7socket_wrapper-1.1.7Andreas Schneider2016-05-202-2/+8
* tests: Add test_connect_sendto_null_ipv4() testAndreas Schneider2016-05-171-0/+52
* tests: Add a udp test case for sendto() after a connect()Richard Sharpe2016-05-171-0/+52
* swrap: Fix sendto() with connected socketsRichard Sharpe2016-05-171-9/+28
* swrap: Allow to open RAW sockets when loadedAndreas Schneider2016-05-171-0/+3
* swrap: Add support for accept4()Andreas Schneider2016-05-033-2/+43
* swrap: Add support for running on OpenBSDAndreas Schneider2016-05-033-0/+13
* Bump version to 1.1.6socket_wrapper-1.1.6Andreas Schneider2016-03-152-2/+8
* swrap: Fix buliding on unix systems without AF_NETLINKAndreas Schneider2016-03-021-0/+2
* swrap: Use calloc() instead of malloc and memsetAndreas Schneider2016-02-241-6/+8
* swrap: Allow to open NETLINK sockets when loadedAndreas Schneider2016-02-241-0/+1
* tests: Add test for ephemeral port binding in listen()Andreas Schneider2015-11-042-0/+116
* swrap: Automatically bind an ephemeral port if neededAndreas Schneider2015-11-041-0/+8
* tests: Add valgrind suppression file for dlopen() issuesAndreas Schneider2015-10-281-0/+16