27 Commits (0f90f8eb7134370f70c0628889bb3b07aad676db)

Author SHA1 Message Date
Felix von Leitner 65b6a4874b remove unnecessary casts in test/uudecode 17 years ago
Felix von Leitner 0698149baf switch to size_t and ssize_t 17 years ago
Felix von Leitner 1f828b0f53 make uudecode print offsets, too 17 years ago
Felix von Leitner 75773cbb03 catch write error in uudecode 17 years ago
Felix von Leitner 56fb0a586d fix for NetBSD 3.0 (they broke their sys/types.h)
remove support for ip6.int reverse lookup in DNS routines (the domain is
no longer delegated)
17 years ago
Felix von Leitner 4f5117a604 remove a few gcc 4 warnings
work around freebsd 5.4 brokenness (if you don't have IPv6 in the
    kernel, socket(PF_INET6,SOCK_STREAM,0) returns EPROTONOSUPPORT
    instead of EPFNOSUPPORT, which basically says "yeah, I know IPv6,
    but TCP?  never heard of it")
18 years ago
Felix von Leitner 03e3922f17 fix uudecode to also decode one yenc file I came across 19 years ago
Felix von Leitner 992833074b fix base64 decoding 19 years ago
Felix von Leitner 6c4ad0514f remove warnings in tests 19 years ago
Felix von Leitner bf99affbdb remove warning (changed API from int to long) 19 years ago
Felix von Leitner 9d4b503740 improve MIME handling (accept Base64 as base64) 20 years ago
Felix von Leitner 0b9e456fbb better "cut here" line handling for uuencoded files 21 years ago
Felix von Leitner fc437173ee add el-cheapo MIME decoding to test/uudecode
make install forgot to install ndelay.h
21 years ago
Felix von Leitner 9b97f2fb1f simplistic support for single-part yenc 21 years ago
Felix von Leitner 8e42301f8c flush buffer_2 properly and cleanup 21 years ago
Felix von Leitner ec1573379d doppel-oops 21 years ago
Felix von Leitner c119be2fa6 oops 21 years ago
Felix von Leitner f0cc6c8e4d less verbose reconstruction reporting 21 years ago
Felix von Leitner fdae50f0d8 change warning output 21 years ago
Felix von Leitner d0a1c0fe99 yenc reconstruction feature for uudecode 21 years ago
Felix von Leitner ffde3478a0 comment typo in byte.h
byte_rchr did not work at all (oops)
uudecode now handles yenc (a little)
21 years ago
Felix von Leitner aa3e99cc52 smarter uudecode 21 years ago
Felix von Leitner 83b6193d72 make uudecode be able to decode more than one file 21 years ago
Felix von Leitner 4635ec86c0 me stupid, read from fd 1 and not 0 21 years ago
Felix von Leitner 7539a829f5 fix cut-and-paste error in test/uudecode program (fileout used same
buffer as filein)
21 years ago
Felix von Leitner daf5111d43 test/uudecode now appears to actually work ;) 21 years ago
Felix von Leitner 78cb1c062d more textcode stuff 21 years ago