nmap/nbase
dmiller f1559fbc22 Use a socket, not pipe, for STDIN emulation in fselect
Using a TCP connected socket allows us to use a single select call instead of
interrupting it every 125ms to poll the stdin-pipe.
2024-10-30 18:55:39 +00:00
..
test
acinclude.m4
CHANGELOG
configure Remove unused checks for OpenSSL from nbase 2023-10-30 19:01:08 +00:00
configure.ac Remove unused checks for OpenSSL from nbase 2023-10-30 19:01:08 +00:00
getaddrinfo.c Bump date and reapply header templates 2024-02-28 18:46:45 +00:00
getnameinfo.c Bump date and reapply header templates 2024-02-28 18:46:45 +00:00
getopt.c
getopt.h
inet_ntop.c
inet_pton.c
Makefile.in Rearrange declarations to put all addrset functions in nbase.h, hide struct addrset internals. 2018-11-01 04:35:00 +00:00
nbase.h POSIX usleep() returns an int. 2024-10-28 23:17:05 +00:00
nbase.vcxproj Linker optimizations for all projects (Windows) 2021-07-22 17:19:53 +00:00
nbase_addrset.c Bump date and reapply header templates 2024-02-28 18:46:45 +00:00
nbase_config.h.in Bump date and reapply header templates 2024-02-28 18:46:45 +00:00
nbase_crc32ct.h Bump date and reapply header templates 2024-02-28 18:46:45 +00:00
nbase_ipv6.h Bump date and reapply header templates 2024-02-28 18:46:45 +00:00
nbase_memalloc.c Bump date and reapply header templates 2024-02-28 18:46:45 +00:00
nbase_misc.c Use a socket, not pipe, for STDIN emulation in fselect 2024-10-30 18:55:39 +00:00
nbase_rnd.c Remove various "the the" repeats. Closes #2804 2024-03-16 01:16:34 +00:00
nbase_str.c Bump date and reapply header templates 2024-02-28 18:46:45 +00:00
nbase_time.c POSIX usleep() returns an int. 2024-10-28 23:17:05 +00:00
nbase_winconfig.h Bump date and reapply header templates 2024-02-28 18:46:45 +00:00
nbase_winunix.c Use a socket, not pipe, for STDIN emulation in fselect 2024-10-30 18:55:39 +00:00
nbase_winunix.h Use a socket, not pipe, for STDIN emulation in fselect 2024-10-30 18:55:39 +00:00
snprintf.c Properly return negative on error from vsnprintf 2019-12-29 05:53:27 +00:00
strcasecmp.c Bump date and reapply header templates 2024-02-28 18:46:45 +00:00