68 Commits (57d1ff8ba690db5e6b1745eae2a0a865e87ace1b)
 

Author SHA1 Message Date
leitner 57d1ff8ba6 document byte_copy bug 23 years ago
leitner caf0b55872 buffering updates 23 years ago
leitner f6d554da10 Fixed input buffers, thanks to David Lichteblau. 23 years ago
leitner b40bae5bf4 fmt_str was broken. It did not check for out==NULL 23 years ago
leitner 1fa408275c remove even more void* 23 years ago
leitner 620f0bbef2 remove more void* arithmetic 23 years ago
leitner 30fac6dd12 remove void* arithmetic 23 years ago
leitner 732c0235ba more bug fixes 23 years ago
leitner 40897bd709 bug fixes 23 years ago
leitner 24ef5b3bfc socklen_t compatibility cruft. 23 years ago
leitner d6ae7e2265 this time for real ;) 23 years ago
leitner 59c3777f2c work around compilers that don't understand "static inline" 23 years ago
leitner b8a7e28b34 proper install make target. 23 years ago
leitner 7d4cba79e6 better %.o: %.c rule 23 years ago
leitner 886d8451ec cvsignore have*.h 23 years ago
leitner 6a5887aa8b socklen_t test. 23 years ago
leitner d4753c43f3 test for ipv6 and if_name2index and socklen_t. 23 years ago
leitner 0d591f3a9b fix order of libraries for linking t 23 years ago
leitner 31cde3c6fb s/gcc/$(DIET)$(CC)/ 23 years ago
leitner 8ecb47a608 bsd and macosx compatibility 23 years ago
leitner 3683655654 remove __THROW 23 years ago
leitner b600e2ef32 document changes 23 years ago
leitner 05b4cf85f7 some constness stuff for buffer_0, an experimental optimization for
byte_copy and add buffer_putspace, a trivial shortcut.
23 years ago
sanjiyan ffd6158589 removed div with a shift 23 years ago
leitner b3edc1f613 various ip scanning fixes 24 years ago
leitner 3076acc1f2 0.7 did not exist. 24 years ago
leitner 03cfe1f188 be compatible to the RFC, not to the Linux kernel. 24 years ago
leitner cfddc730ea "::" case was handled incorrectly. 24 years ago
leitner ada92190c4 change semantic of fmt_fill and add man pages. 24 years ago
leitner 6629de6768 add fmt_pad and fmt_fill. 24 years ago
leitner 84cd4773f4 add mmap library. 24 years ago
leitner ad78d69f48 read test 24 years ago
leitner 5fb5d0fac1 duh 24 years ago
leitner 1093f1c267 oops 24 years ago
leitner 3259605baa test 24 years ago
leitner bb7870034f fix buffer initializer. 24 years ago
leitner 6eca5174a8 fix outputting 0. 24 years ago
leitner 5c1abf12b5 hex conversion bug fix. 24 years ago
sanjiyan 647dd96943 added a macro buffer_getline 24 years ago
sanjiyan 8a09e437cc error -> errno
error_proto -> EPROTO
24 years ago
sanjiyan 552b13e44e added buffer_2.c... needed it ! 24 years ago
leitner 2e578322c9 fixed typos. 24 years ago
leitner 9bb30d2797 libowfat.a target added. 24 years ago
leitner 99bc1eb7e4 fmt_double looped inifinitely when trying to format 0. 24 years ago
leitner dc60cb52bd added ip[46] scanning routines. 24 years ago
leitner 23ad357186 renamed ip[46]_fmt to fmt_ip[46] 24 years ago
leitner fc4193e1ce buffer stuff from Olaf and ip[46]_fmt stuff from me. 24 years ago
sanjiyan 6838f0f0bb aded buffer_getc, buffer_getn get n bytes less only if EOF and
buffer_get_token for getting n bytes till finding a termination char or
EOF/error.
24 years ago
leitner faf7c925fe comments and prototypes disagree on parameter naming 24 years ago
sanjiyan 9d8f55fca3 fixed length return 24 years ago