1027 Commits (master)
 

Author SHA1 Message Date
leitner f908a9dcd4 fix socket routines 23 years ago
leitner 6df029a2f8 add comments 23 years ago
leitner 95c129c81a document error signalling through (void*)0 return code. 23 years ago
leitner 41e7e1f2a2 open_write also didn't specify mode 0644 23 years ago
leitner e071743ea8 oops, open_write did not create the file 23 years ago
leitner 176cea952b document fmt.h change 23 years ago
leitner 31d016c7c4 don't include str.h in fmt.h 23 years ago
leitner 67b6379bbf s/socket_tcp/socket_tcp4/ 23 years ago
leitner ae4b409c55 add and update man pages. 23 years ago
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