Felix von Leitner
|
c4b0574495
|
change length or size specifiers in APIs from int to long
add array API (http://cr.yp.to/lib/array.html)
|
17 years ago |
Felix von Leitner
|
7a18b91761
|
add API for integer multiplication with overflow detection
|
17 years ago |
Felix von Leitner
|
c3d62bbd0c
|
add int64 type to uint64.h
add io.h as per http://cr.yp.to/lib/io.html
|
17 years ago |
Felix von Leitner
|
9517694e6d
|
small demo for token reading
|
17 years ago |
Felix von Leitner
|
1e0728abd0
|
add buffer_fromsa (make virtual buffer from stralloc)
|
17 years ago |
Felix von Leitner
|
3961f3e67e
|
better and more predication, improved documentation
|
17 years ago |
Felix von Leitner
|
2333df3f4f
|
document changes
|
17 years ago |
Felix von Leitner
|
271d97d5c9
|
scan_uint and scan_ushort will now abort if the result does not fit in
uint or ushort as opposed to ulong.
|
17 years ago |
Felix von Leitner
|
97f1262587
|
vd now sends argv[0] instead of "vd"
|
17 years ago |
Felix von Leitner
|
ba35ddb4ee
|
one more scan test
|
17 years ago |
Felix von Leitner
|
1c8392ab3e
|
improve range check
|
17 years ago |
Felix von Leitner
|
1d18bc4f89
|
rename Makefile to GNUmakefile; create Makefile target
|
17 years ago |
Felix von Leitner
|
dd6d025137
|
extended socket API; you can now pass NULL to ignore results you don't
need
|
17 years ago |
Felix von Leitner
|
e4853fbd2b
|
shortcut str_len to strlen on dietlibc
|
17 years ago |
Felix von Leitner
|
0c1b27f05f
|
make str_len an alias for strlen when on diet libc
|
17 years ago |
Felix von Leitner
|
733c2fbfbd
|
add man page for scan_longlong
|
17 years ago |
Felix von Leitner
|
93b1827877
|
add small scan test
|
17 years ago |
Felix von Leitner
|
3c467361fd
|
add long long scanning support
|
17 years ago |
Felix von Leitner
|
7f380d9e13
|
add beginnings of integer range checking
|
17 years ago |
Felix von Leitner
|
0a989950f6
|
add long long fmt routines
|
17 years ago |
Felix von Leitner
|
c44e273bde
|
fix typo in buffer_GETC
|
17 years ago |
Felix von Leitner
|
a62bdad92f
|
another small mldonkey helper
|
17 years ago |
Felix von Leitner
|
bfe8319361
|
add scan_httpdate
|
17 years ago |
Felix von Leitner
|
7751ba7082
|
add fmt_human, fmt_humank and fmt_httpdate
|
17 years ago |
Felix von Leitner
|
e47b02cdf7
|
add fmt_human and fmt_humank
|
17 years ago |
Felix von Leitner
|
4a830369db
|
add html encoders
add vd (mldonkey support program) as test for socket API
|
17 years ago |
Felix von Leitner
|
9d4b503740
|
improve MIME handling (accept Base64 as base64)
|
18 years ago |
Felix von Leitner
|
1f2e5366b8
|
remove warnings
|
18 years ago |
Felix von Leitner
|
23247995b1
|
add stralloc versions of textcode (Kai Ruemmler)
|
18 years ago |
Felix von Leitner
|
4d21334dee
|
more man page typos
|
18 years ago |
Felix von Leitner
|
53d0606cdd
|
fix typo (Hynek)
|
18 years ago |
Felix von Leitner
|
0b9e456fbb
|
better "cut here" line handling for uuencoded files
|
18 years ago |
Felix von Leitner
|
95ce7efa70
|
accept longer input
|
18 years ago |
Felix von Leitner
|
fc437173ee
|
add el-cheapo MIME decoding to test/uudecode
make install forgot to install ndelay.h
|
18 years ago |
Felix von Leitner
|
623f2afe51
|
use sys/poll.h instead of poll.h for iopause
scan_ip6 returned 1 for "::"
|
18 years ago |
Felix von Leitner
|
a1f3097c9f
|
wrong prototype
|
18 years ago |
Felix von Leitner
|
e34c6ecc72
|
add stralloc_equal and stralloc_equals
|
18 years ago |
Felix von Leitner
|
3e4db0c7c9
|
add stralloc_diff and stralloc_diffs
|
18 years ago |
Felix von Leitner
|
9b97f2fb1f
|
simplistic support for single-part yenc
|
18 years ago |
Felix von Leitner
|
354e4d92ae
|
man pages gave wrong include path (Hynek Schlawack)
|
18 years ago |
Felix von Leitner
|
8e42301f8c
|
flush buffer_2 properly and cleanup
|
18 years ago |
Felix von Leitner
|
ec1573379d
|
doppel-oops
|
18 years ago |
Felix von Leitner
|
c119be2fa6
|
oops
|
18 years ago |
Felix von Leitner
|
f0cc6c8e4d
|
less verbose reconstruction reporting
|
18 years ago |
Felix von Leitner
|
fdae50f0d8
|
change warning output
|
18 years ago |
Felix von Leitner
|
d0a1c0fe99
|
yenc reconstruction feature for uudecode
|
18 years ago |
Felix von Leitner
|
ebecdcd9cd
|
add stralloc_init prototype
|
18 years ago |
Felix von Leitner
|
dd78faa2cb
|
mention my email address
|
18 years ago |
Felix von Leitner
|
15e2600e59
|
remove externs
|
18 years ago |
Felix von Leitner
|
9568d23fe6
|
add two tests
|
18 years ago |