leitner
|
9e8043f4d8
|
change case_*b from char* to void* so it is function pointer compatible
to byte_*
|
21 years ago |
leitner
|
5226dd010d
|
change length or size specifiers in APIs from int to long
add array API (http://cr.yp.to/lib/array.html)
|
22 years ago |
leitner
|
d1df715971
|
add API for integer multiplication with overflow detection
|
22 years ago |
leitner
|
ccc0a23183
|
add int64 type to uint64.h
add io.h as per http://cr.yp.to/lib/io.html
|
22 years ago |
leitner
|
2a90560c44
|
small demo for token reading
|
22 years ago |
leitner
|
a327b75831
|
add buffer_fromsa (make virtual buffer from stralloc)
|
22 years ago |
leitner
|
558c6128fe
|
better and more predication, improved documentation
|
22 years ago |
leitner
|
b36f12a121
|
document changes
|
22 years ago |
leitner
|
36c6f04ed9
|
scan_uint and scan_ushort will now abort if the result does not fit in
uint or ushort as opposed to ulong.
|
22 years ago |
leitner
|
11ff22f33c
|
vd now sends argv[0] instead of "vd"
|
22 years ago |
leitner
|
4a7692f4d7
|
one more scan test
|
22 years ago |
leitner
|
7f3c1ccc0c
|
improve range check
|
22 years ago |
leitner
|
674a60b278
|
rename Makefile to GNUmakefile; create Makefile target
|
22 years ago |
leitner
|
53b201046e
|
extended socket API; you can now pass NULL to ignore results you don't
need
|
22 years ago |
leitner
|
f828d295ce
|
shortcut str_len to strlen on dietlibc
|
22 years ago |
leitner
|
cd666a2b09
|
make str_len an alias for strlen when on diet libc
|
22 years ago |
leitner
|
8f3278e62e
|
add man page for scan_longlong
|
22 years ago |
leitner
|
33498d7c2d
|
add small scan test
|
22 years ago |
leitner
|
09e6dc97e3
|
add long long scanning support
|
22 years ago |
leitner
|
72ba2ad6b5
|
add beginnings of integer range checking
|
22 years ago |
leitner
|
5674c5186d
|
add long long fmt routines
|
22 years ago |
leitner
|
734b248bdc
|
fix typo in buffer_GETC
|
22 years ago |
leitner
|
f7c6b5b3ee
|
another small mldonkey helper
|
22 years ago |
leitner
|
9e85dc61a0
|
add scan_httpdate
|
22 years ago |
leitner
|
40bba8865b
|
add fmt_human, fmt_humank and fmt_httpdate
|
22 years ago |
leitner
|
a3b08eb5e5
|
add fmt_human and fmt_humank
|
22 years ago |
leitner
|
0546ea048c
|
add html encoders
add vd (mldonkey support program) as test for socket API
|
22 years ago |
leitner
|
b938a069db
|
improve MIME handling (accept Base64 as base64)
|
22 years ago |
leitner
|
71deab2eec
|
remove warnings
|
22 years ago |
leitner
|
b4f14ed6f7
|
add stralloc versions of textcode (Kai Ruemmler)
|
22 years ago |
leitner
|
f8409a0787
|
more man page typos
|
22 years ago |
leitner
|
e3b6d64e70
|
fix typo (Hynek)
|
22 years ago |
leitner
|
2911ccae43
|
better "cut here" line handling for uuencoded files
|
22 years ago |
leitner
|
2b793c7244
|
accept longer input
|
22 years ago |
leitner
|
21df155d61
|
add el-cheapo MIME decoding to test/uudecode
make install forgot to install ndelay.h
|
22 years ago |
leitner
|
92594f480b
|
use sys/poll.h instead of poll.h for iopause
scan_ip6 returned 1 for "::"
|
22 years ago |
leitner
|
98c7cda40a
|
wrong prototype
|
22 years ago |
leitner
|
8efd8293a0
|
add stralloc_equal and stralloc_equals
|
22 years ago |
leitner
|
2cd4641da9
|
add stralloc_diff and stralloc_diffs
|
22 years ago |
leitner
|
e108646f26
|
simplistic support for single-part yenc
|
22 years ago |
leitner
|
b7154a5d3c
|
man pages gave wrong include path (Hynek Schlawack)
|
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
|
cf256445f0
|
add stralloc_init prototype
|
22 years ago |
leitner
|
4435892da8
|
mention my email address
|
22 years ago |
leitner
|
8c8b5262c5
|
remove externs
|
22 years ago |