Commit Graph

46 Commits (499ca6a307a59454db8102c83fa8b31e5956886e)

Author SHA1 Message Date
leitner 696c5f872c add io_readwritefile, io_appendfile
leitner ed1558cd3d darn!
leitner 4eb656485b somehow, errmsg_* keep disappearing
leitner 64465d5392 forgot to install errmsg.h
leitner 2b4cee341c new Makefile
leitner 477da5466d botched dependency
leitner 8e104ff975 add alloca test
leitner 4ff7fd760b also remove havealloca.h on make clean
leitner 15b6286095 update Makefile for the BSD users
leitner 173ee15e6c do not ignore Makefile
leitner cae1a561fd integrate Linux sendfile into trysendfile.c infrastructure
first stab at AIX 5 sendfile support
leitner 2f8d7b149a OK, I give up, here is a non-GNU Makefile
leitner 674a60b278 rename Makefile to GNUmakefile; create Makefile target
leitner 21df155d61 add el-cheapo MIME decoding to test/uudecode
make install forgot to install ndelay.h
leitner 5950f0c5ae add some man pages
leitner 3cf6f00371 document "make install" problems with generic header file names in
Makefile
leitner a31d25af17 document changes, and add dependency on iopause.h to t.c
leitner f921b8cbb0 monster update: add tai, taia, iopause, case, and ipv6 enhanced dns
leitner 44a5e65081 add uninstall target
leitner a11c1f8ec0 make install forgot to install textcode.h
leitner 05f4463ec3 fix cut-and-paste error in test/uudecode program (fileout used same
buffer as filein)
leitner f688af068b add url encoding
leitner d570a9c307 add textcode api for uuencode and uudecode, base64 and quoted printable.
leitner 6e50a95445 update make clean,
two man page corrections from rolphin@free.fr
leitner dfdd6a9502 cosmetic changes in make install
leitner e071743ea8 oops, open_write did not create the file
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 3683655654 remove __THROW
leitner 05b4cf85f7 some constness stuff for buffer_0, an experimental optimization for
byte_copy and add buffer_putspace, a trivial shortcut.
leitner 6629de6768 add fmt_pad and fmt_fill.
leitner 84cd4773f4 add mmap library.
leitner ad78d69f48 read test
leitner 9bb30d2797 libowfat.a target added.
leitner 2e8427998a added man pages and ..._reuse socket bind functions.
leitner a50b334f58 added initial buffer implementation.
leitner 9a01871387 fixed "tar" make target not to include CVS subdirectories.
leitner 3083708670 Initial revision