2
I Use This!
Inactive

Commits : Listings

Analyzed 20 minutes ago. based on code collected about 3 hours ago.
Apr 25, 2023 — Apr 25, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Some 'const'-ing
Arnout Engelen
as raboofje
More... almost 11 years ago
Don't poll for user input so often
Arnout Engelen
as raboofje
More... almost 11 years ago
Be more efficient about allocating duplicate stuff and on the stack vs heap
Arnout Engelen
as raboofje
More... almost 11 years ago
Don't refresh while processing packets
Arnout Engelen
as raboofje
More... almost 11 years ago
As a last resort, match packets to processes when only the local part matches
Arnout Engelen
as raboofje
More... almost 11 years ago
Don't needlessly recalculate the direction
Arnout Engelen
as raboofje
More... almost 11 years ago
Remove 'currentdevice' global
Arnout Engelen
as raboofje
More... almost 11 years ago
Remove dead code
Arnout Engelen
as raboofje
More... almost 11 years ago
Split accumulation, trace-presentation and ncurses-presentation more neatly
Arnout Engelen
as raboofje
More... almost 11 years ago
Allow setting C(XX)FLAGS from the environment
Arnout Engelen
as raboofje
More... almost 11 years ago
move allocation of initial userdata memory block out of the loop, better error
Arnout Engelen
as raboofje
More... almost 11 years ago
Get all running non-loopback devices by default, thanks to Alexandre LAURENT!
Arnout Engelen
as raboofje
More... almost 11 years ago
Enable more warnings (thanks to Alexandre LAURENT)
Arnout Engelen
as raboofje
More... almost 11 years ago
Use constants rather than magic numbers, thanks to Alexandre LAURENT
Arnout Engelen
as raboofje
More... almost 11 years ago
Oops updated too much
Arnout Engelen
as raboofje
More... almost 11 years ago
Add documentation (thanks to Cobra_Fast)
Arnout Engelen
as raboofje
More... almost 11 years ago
Use C++-style headers where available
Arnout Engelen
as raboofje
More... almost 11 years ago
errno is an integer, not a pointer.
Arnout Engelen
as raboofje
More... almost 11 years ago
Merge patch by muszo
Arnout Engelen
as raboofje
More... almost 11 years ago
make inode field 'const' and private
Arnout Engelen
as raboofje
More... about 12 years ago
Don't use the unknown tcp process anymore
Arnout Engelen
as raboofje
More... about 12 years ago
we don't need to strdup the device name
Arnout Engelen
as raboofje
More... about 12 years ago
take into account the terminal height when printing the 'total' row
Arnout Engelen
as raboofje
More... about 12 years ago
fix warning - errbuf is not const at all
Arnout Engelen
as raboofje
More... about 12 years ago
allow large values for 'pid'
Arnout Engelen
as raboofje
More... about 12 years ago
use CXXFLAGS, use LDFLAGS, fix DESTDIR
Arnout Engelen
as raboofje
More... about 12 years ago
make a 'runtests' make target that runs some 'unit test'-like tests. Fix crash when uid's without a password entry are encountered, return the uid as a string instead.
Arnout Engelen
as raboofje
More... about 12 years ago
Use negative return values on errors
Arnout Engelen
as raboofje
More... about 12 years ago
Add proper license header and COPYING file with the GPLv2 text
Arnout Engelen
as raboofje
More... over 12 years ago
previous change was only initial support, not finished work
Arnout Engelen
as raboofje
More... over 12 years ago