0
I Use This!
Inactive

Commits : Listings

Analyzed about 8 hours ago. based on code collected about 18 hours ago.
May 06, 2023 — May 06, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
SYN filters can now drop silently (previous behavior) or drop-with-reset. Drop-with-reset is useful for proxies to reproduce a rst received from the server on the client side. More... over 10 years ago
Updated Makefile.in to include change in Makefile.am More... over 10 years ago
Added missing changes to Makefile.am. More... over 10 years ago
Added autoconf/automake output so this dir is buildable out-of-the-box. More... over 10 years ago
Added a newline to workaround malformed configure script generation with automake 1.14. More... over 10 years ago
Integration of libev with libuinet that provides a new uinet watcher type. To enable the uinet watchers when building this version, ./configure --with-uinet=../libuinet/api_includes More... over 10 years ago
bringing libev-4.15 into trunk More... over 10 years ago
Bump years. More... over 10 years ago
Update years. More... over 10 years ago
Fix indent and fix test for writable events. More... over 10 years ago
Convert epoll to the new poll thread API. More... over 10 years ago
Quiet gcc set-but-unused warning. More... over 10 years ago
Add native strlcpy implementation to uinet build. More... over 10 years ago
Avoid uinet/host conflict on #define s6_addr. More... over 10 years ago
Add missing arc4random() implementation. More... over 10 years ago
Finish plumbing SocketImpl argument through example programs. More... over 10 years ago
Avoid setting sin_len when it does not exist in sockaddr. More... over 10 years ago
#include <stdio.h> to properly pick up snprintf() prototype. More... over 10 years ago
#include <limits.h> to pick up IOV_MAX on some systems. More... over 10 years ago
Added network/uinet/lib.mk so wanproxy programs that want to use libuinet can do so by adding network/uinet to USE_LIBS. More... over 10 years ago
Link with librt on Linux to pick up clock_gettime. More... over 10 years ago
Fix check of wrong variable. More... over 10 years ago
Fix SocketUinet::close to clear the upcalls before doing the close. Otherwise we could continue to receive upcalls for a SocketUinet which has not only been closed, but deleted. Also NULL out the socket pointer in SocketUinet on close so that it's easier to spot such problems. More... over 10 years ago
Compile kernel files with -fno-builtin. This avoids problems such as with the kernel implementation of memset(), which conditionally calls bzero(). In some compiler versions, bzero() is a builtin that resolves to memset(), in which case, at runtime, it becomes memset() all the way down. More... over 10 years ago
Add casts to char * for arrays of uint8_t passed in calls to string functions. More... over 10 years ago
Add definition and initializatio for 'cold'. More... over 10 years ago
Access the first element when given arrays names because sometimes the same name is passed without the array decoration, and it needs to access the same memory. More... over 10 years ago
- Correctly handle UINET_EINPROGRESS return from doconnect(). More... over 10 years ago
rx packet sizes are now set correctly. This, I hope, is the last piece of cruft from the partitioning of the uinet_if_netmap driver. More... over 10 years ago
- Fixed overrides for vtoslab() and vsetslab(). The page-to-slab hash now correctly maps page numbers to slabs and looks up slabs by the page number of the supplied virtual address, instead of the address itself. More... over 10 years ago