55 Commits (b9af5f3905f26351d57173c32c60fc5abc77b4b4)

Author SHA1 Message Date
Felix von Leitner 67299ca714 add socket_udp4b and socket_udp6b
8 years ago
Felix von Leitner 8f64f1c9af add marshaling code for protocol buffers
8 years ago
Felix von Leitner d3b4a5073d add critbit
8 years ago
Felix von Leitner 68f5b64189 switch io_fds from array to newly implemented (hopefully thread-safe) iarray
9 years ago
Felix von Leitner d74fc233fc get rid of more -Wconversion warnings
9 years ago
Felix von Leitner 0482a9ec04 add json encoding routines to textcode
9 years ago
Felix von Leitner 9d7094e084 make it compile again
14 years ago
Felix von Leitner 233649d680 add iarray
14 years ago
Felix von Leitner 97161ed0df add buffer_tosa (buffer writing to auto-growing stralloc)
14 years ago
Felix von Leitner 00e0c6c594 fix man page for openreadclose
15 years ago
Felix von Leitner 7833a683cf make stralloc_copym work
15 years ago
Felix von Leitner 0698149baf switch to size_t and ssize_t
17 years ago
Felix von Leitner dcbc90e2c6 add rangecheck.h
17 years ago
Felix von Leitner c89e6b4fcc implement Nikola's idea to remove limit number of strings in errmsg
18 years ago
Felix von Leitner 237ff729b3 turns out the imult routines (which I never used) were incorrect.
18 years ago
Felix von Leitner 8b636109ab gcc 4 cleanups (mostly unsigned char* vs char*)
18 years ago
Felix von Leitner 43ba9a595c silence two gcc warnings
18 years ago
Felix von Leitner 1fc8c534a7 allow specifying more characters to encode for subset encoders (for
18 years ago
Felix von Leitner 2cd700a10a byte_zero the allocated io_batch in iob_new
18 years ago
Felix von Leitner 074eab6681 fix iob_write to handle failure properly
18 years ago
Felix von Leitner a10e005871 document scan_urlencoded2
18 years ago
Felix von Leitner e3b165e9e8 add buffer_putm and buffer_putmflush
19 years ago
Felix von Leitner 3973539546 add errmsg API
19 years ago
Felix von Leitner 9bbd54a4c9 fix another case in byte_rchr
19 years ago
Felix von Leitner b80507032e fix byte_rchr return value (Marcus Winkler)
19 years ago
Felix von Leitner 1e6cd7dc5c actually check in AIX sendfile code
19 years ago
Felix von Leitner 187ff0573c add routines to scan and output ipv6 addresses with %eth0 notation.
20 years ago
Felix von Leitner 5c92fb9e03 make sure the mmap based io_sendfile actually works (and terminates)
20 years ago
Felix von Leitner 623f2afe51 use sys/poll.h instead of poll.h for iopause
21 years ago
Felix von Leitner 3e4db0c7c9 add stralloc_diff and stralloc_diffs
21 years ago
Felix von Leitner a2ef9f358d man pages for the DNS routines, too
21 years ago
Felix von Leitner 5a0d6b1ecb even more man pages
21 years ago
Felix von Leitner 051de3819a monster update: add tai, taia, iopause, case, and ipv6 enhanced dns
21 years ago
Felix von Leitner ffde3478a0 comment typo in byte.h
21 years ago
Felix von Leitner 81e832ddf9 add yenc
21 years ago
Felix von Leitner 43b76447da add url encoding
21 years ago
Felix von Leitner 5ad3f70fdd quoted unprintable
21 years ago
Felix von Leitner c51187748f add base64 scanner
21 years ago
Felix von Leitner 2969eaa2d7 add textcode api for uuencode and uudecode, base64 and quoted printable.
21 years ago
Felix von Leitner 6919cf8bf3 add and update man pages.
22 years ago
Felix von Leitner 5d07297e8c fmt_str was broken. It did not check for out==NULL
22 years ago
Felix von Leitner cc26b4b5bb test for ipv6 and if_name2index and socklen_t.
22 years ago
Felix von Leitner dfdd4b4905 document changes
22 years ago
Felix von Leitner 9c1ce2b6a5 some constness stuff for buffer_0, an experimental optimization for
22 years ago
Felix von Leitner b7517067cb various ip scanning fixes
22 years ago
Felix von Leitner 818e782ce0 change semantic of fmt_fill and add man pages.
22 years ago
Felix von Leitner e29be9e016 add fmt_pad and fmt_fill.
22 years ago
Felix von Leitner c453a99bff add mmap library.
22 years ago
Felix von Leitner 2dbc34a116 read test
22 years ago
Felix von Leitner 40fda89f89 oops
22 years ago