add IPv6 patch
ignore generated files
fix a few harmless compiler warnings
add netcat manpage
support named ports with dashes in them
fix address size check
rename the arm() func to arm_timer() as gcc arm compilers define "arm" by default
do not define HAVE_BIND by default -- let builders do it
remove embedded /* in comments
make sure the buffer holding the command line is always NUL terminated
add a -b option to allow sending to broadcast addresses
use __linux__ rather than LINUX as toolchains set that up automatically
add an option to use sig{set,long}jmp and default it to on for linux systems
declare proper return types for funcs and move helpme() up before its first usage
include time.h by default for time() prototype
dump usage() info to stdout when asking for help
drop default stripping
define HAVE_SOCKLEN_T for linux systems
Fix the size of a strncpy
fix crashes with large port numbers
mmm, actually allow HAVE_BIND on all systems and use resolv.h on linux systems
add an -c option which is like -e but executes through a shell
use socklen_t with network functions
do not make the -n flag affect service name lookups
drop "punt" message when using CTRL+C
add a -q option for controlling automatic exit behavior
change inet_addr to inet_aton
dont delay with sleep() before calling exit()
*Hobbit*'s netcat 1.10
fix crashes with large port numbers
add a -q option for controlling automatic exit behavior
add a -b option to allow sending to broadcast addresses
change inet_addr to inet_aton
drop "punt" message when using CTRL+C
drop default stripping
Fix the size of a strncpy