Commit Graph

559 Commits (34c8462dea518481dbba4f2051fbfa6cb94efca9)
 

Author SHA1 Message Date
leitner 24ef5b3bfc socklen_t compatibility cruft.
leitner d6ae7e2265 this time for real ;)
leitner 59c3777f2c work around compilers that don't understand "static inline"
leitner b8a7e28b34 proper install make target.
leitner 7d4cba79e6 better %.o: %.c rule
leitner 886d8451ec cvsignore have*.h
leitner 6a5887aa8b socklen_t test.
leitner d4753c43f3 test for ipv6 and if_name2index and socklen_t.
leitner 0d591f3a9b fix order of libraries for linking t
leitner 31cde3c6fb s/gcc/$(DIET)$(CC)/
leitner 8ecb47a608 bsd and macosx compatibility
leitner 3683655654 remove __THROW
leitner b600e2ef32 document changes
leitner 05b4cf85f7 some constness stuff for buffer_0, an experimental optimization for
byte_copy and add buffer_putspace, a trivial shortcut.
sanjiyan ffd6158589 removed div with a shift
leitner b3edc1f613 various ip scanning fixes
leitner 3076acc1f2 0.7 did not exist.
leitner 03cfe1f188 be compatible to the RFC, not to the Linux kernel.
leitner cfddc730ea "::" case was handled incorrectly.
leitner ada92190c4 change semantic of fmt_fill and add man pages.
leitner 6629de6768 add fmt_pad and fmt_fill.
leitner 84cd4773f4 add mmap library.
leitner ad78d69f48 read test
leitner 5fb5d0fac1 duh
leitner 1093f1c267 oops
leitner 3259605baa test
leitner bb7870034f fix buffer initializer.
leitner 6eca5174a8 fix outputting 0.
leitner 5c1abf12b5 hex conversion bug fix.
sanjiyan 647dd96943 added a macro buffer_getline
sanjiyan 8a09e437cc error -> errno
error_proto -> EPROTO
sanjiyan 552b13e44e added buffer_2.c... needed it !
leitner 2e578322c9 fixed typos.
leitner 9bb30d2797 libowfat.a target added.
leitner 99bc1eb7e4 fmt_double looped inifinitely when trying to format 0.
leitner dc60cb52bd added ip[46] scanning routines.
leitner 23ad357186 renamed ip[46]_fmt to fmt_ip[46]
leitner fc4193e1ce buffer stuff from Olaf and ip[46]_fmt stuff from me.
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.
leitner faf7c925fe comments and prototypes disagree on parameter naming
sanjiyan 9d8f55fca3 fixed length return
leitner 7895eb3b2a fixed sendfile
leitner ff54589b32 even more man pages
leitner eb87d79391 more man pages, rename socket_mcttl6 to socket_mchopcount6
leitner c30e4855e2 more man pages.
leitner 1bcce7eed7 even more stuff
leitner a5a6b357ef imported multicast socket routines.
added recv.
leitner 3f04a3d284 accept4 and accept6
leitner 03209de7f0 und noch nen commit ;-)
leitner 1a3d6ebe8e add routines to put number in buffer.