1
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 6 hours ago.
Aug 31, 2024 — Aug 31, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
more list_empty() use instead of directly check the header More... over 17 years ago
use list_del_init() and list_empty() to check if a node is in the list More... over 17 years ago
minor constification fixes update libnfnetlink dependencies More... over 17 years ago
Max Kellermann <[email protected]>: Fix tons of gcc warnings More... over 17 years ago
Max Kellermann <[email protected]>: add missing printf arguments More... over 17 years ago
Max Kellermann <[email protected]>: import tcp_state_helper only once More... over 17 years ago
Max Kellermann <[email protected]>: use add_alarm() in mod_alarm() More... over 17 years ago
Max Kellermann <[email protected]>: use timeradd() since manipulating tv_sec directly More... over 17 years ago
merge several *_alarm() functions into init_alarm() More... over 17 years ago
add traffic_stats.h and netlink.h to include/Makefile.am More... over 17 years ago
Add include/netlink.h and include/traffic_stats.h More... over 17 years ago
Max Kellermann <[email protected]>: add missing function prototypes More... over 17 years ago
Max Kellermann <[email protected]>: use the comma operator instead of curly braces More... over 17 years ago
constify queue_iterate() More... over 17 years ago
Max Kellermann <[email protected]>: set the return type of the parse functions to "void" More... over 17 years ago
Max Kellermann <[email protected]>: fix wrong invocations after prototype cleanup More... over 17 years ago
Max Kellermann <[email protected]>: fix shadow warnings by renaming variables or making them local More... over 17 years ago
Max Kellermann <[email protected]>: yacc generates a function with a return value, and the conntrackd code uses "return;" to ignore a value. this is not legal. convert all of these to "break;" which might be what the author intended to do. More... over 17 years ago
Max Kellermann <[email protected]>: remove prefetch from slist.h since it confuses gcc More... over 17 years ago
Max Kellermann <[email protected]>: use const when possible More... over 17 years ago
Max Kellermann <[email protected]> Use list_for_each_entry() instead of list_for_each() More... over 17 years ago
Max Kellermann <[email protected]>: enable gcc warnings, including -Werror More... over 17 years ago
Max Kellermann <[email protected]>: the global variable "alarm" conflicts with the alarm() function from unistd.h. resolve that conflict by giving those two global variables a better name. More... over 17 years ago
fix broken next alarm calculation in the run loop More... over 17 years ago
fix overflow in usecs in mod_alarm() More... over 17 years ago
make sure add_alarm() and mod_alarm() insert sorted by due time More... over 17 years ago
improve alarm framework based on suggestions from Max Duempel More... over 17 years ago
set up the configuration flags when defaulting More... over 17 years ago
add support for `conntrack -E -o xml,timestamp' More... over 17 years ago
o remove -lpthread during compilation o update library function checking in configure.in More... over 17 years ago