leitner
94feba3667
use write in buffer_put for a slight perf improvement
7 years ago
leitner
38ea25fd9f
more updates
10 years ago
leitner
e175800a8c
add io_fd_canwrite (like io_fd but assume the fd is writable)
...
save a few syscalls here and there
13 years ago
leitner
25f6b4640a
remove warning
15 years ago
leitner
ff1805d310
remove unnecessary casts in test/uudecode
18 years ago
leitner
3004b518ef
switch to size_t and ssize_t
18 years ago
leitner
0e190f60ab
make uudecode print offsets, too
18 years ago
leitner
5d6ab12b28
catch write error in uudecode
19 years ago
leitner
83c1186870
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)
19 years ago
leitner
6196f771cd
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")
20 years ago
leitner
5553129f01
fix uudecode to also decode one yenc file I came across
20 years ago
leitner
f3c6288559
fix base64 decoding
20 years ago
leitner
0b30b66db1
remove warnings in tests
20 years ago
leitner
897e787b5e
remove warning (changed API from int to long)
21 years ago
leitner
b938a069db
improve MIME handling (accept Base64 as base64)
22 years ago
leitner
2911ccae43
better "cut here" line handling for uuencoded files
22 years ago
leitner
21df155d61
add el-cheapo MIME decoding to test/uudecode
...
make install forgot to install ndelay.h
22 years ago
leitner
e108646f26
simplistic support for single-part yenc
22 years ago
leitner
0b798993b9
flush buffer_2 properly and cleanup
22 years ago
leitner
da67326c27
doppel-oops
22 years ago
leitner
3564408189
oops
22 years ago
leitner
3e6162e477
less verbose reconstruction reporting
22 years ago
leitner
835d141770
change warning output
22 years ago
leitner
4f91afcbd2
yenc reconstruction feature for uudecode
22 years ago
leitner
dd2d9119fc
comment typo in byte.h
...
byte_rchr did not work at all (oops)
uudecode now handles yenc (a little)
22 years ago
leitner
22d76deac6
smarter uudecode
23 years ago
leitner
cde4c19716
make uudecode be able to decode more than one file
23 years ago
leitner
bd38223824
me stupid, read from fd 1 and not 0
23 years ago
leitner
05f4463ec3
fix cut-and-paste error in test/uudecode program (fileout used same
...
buffer as filein)
23 years ago
leitner
4f3f4ea52f
test/uudecode now appears to actually work ;)
23 years ago
leitner
271b380cb3
more textcode stuff
23 years ago