130 Commits (10f26fd5bc9b980df9d01ef60bcf7bf9a2fc2dbb)
 

Author SHA1 Message Date
Felix von Leitner 10f26fd5bc add some man pages 21 years ago
Felix von Leitner 35b1beca27 document "make install" problems with generic header file names in
Makefile
21 years ago
Felix von Leitner 5ef59b2001 document changes, and add dependency on iopause.h to t.c 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
byte_rchr did not work at all (oops)
uudecode now handles yenc (a little)
21 years ago
Felix von Leitner 8ca43f7d5e ignore urlencode 21 years ago
Felix von Leitner 3744795561 a few more tests 21 years ago
Felix von Leitner d1e71b152c add urlencode test application 21 years ago
Olaf Dreesen 9fc22287a0 removed some spaces at the end of the lines 21 years ago
Felix von Leitner 52d3bfe009 I need more sleep 21 years ago
Felix von Leitner d56acba0eb duh 21 years ago
Felix von Leitner c68680796e avoid SIGBUS in byte_copy 21 years ago
Felix von Leitner c479eab1b5 only use faster byte_copy on i386 to avoid bus error 21 years ago
Felix von Leitner 186efd3989 Imanuel Scholz corrected some comments 21 years ago
Felix von Leitner 4bc5a2717f missing else 21 years ago
Felix von Leitner b8c29d4758 add unurl test (rename "foo%20bar" to "foo bar") 21 years ago
Felix von Leitner 524a15d0d0 document failure case of stralloc_ready 21 years ago
Felix von Leitner 43e265cb64 scan_urlencoded should convert '+' to ' ' 21 years ago
Felix von Leitner a2e60e7d98 say what Jukka did 21 years ago
Felix von Leitner 4576020583 credit Jukka in CHANGES 21 years ago
Felix von Leitner d9ce04f950 Lots of good clean-ups from Jukka Zitting! 21 years ago
Felix von Leitner c5ebffd202 duh, cut-and-paste error 21 years ago
Felix von Leitner 045c34e8e6 add buffer_putnlflush 21 years ago
Felix von Leitner fc731fac13 add uint16_read API like uint32_read 21 years ago
Felix von Leitner ba856619db add uninstall target 21 years ago
Felix von Leitner aa3e99cc52 smarter uudecode 21 years ago
Felix von Leitner ab208a02fa make fmt_hexdump use lowercase letters 21 years ago
Felix von Leitner 2fb545ac2d new hexdump fmt and scan routines for textcode 21 years ago
Felix von Leitner 83b6193d72 make uudecode be able to decode more than one file 21 years ago
Felix von Leitner 457fb18f2d make buffer_get_token write \0 to buffer on end of file so it can be
distinguished from a length 0 token.
21 years ago
Felix von Leitner f5e2badaa2 make install forgot to install textcode.h 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 065cd2706c add version 0.13 tag 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 daf5111d43 test/uudecode now appears to actually work ;) 21 years ago
Felix von Leitner 78cb1c062d more textcode stuff 21 years ago
Felix von Leitner b0a0b72057 add urlencode API 21 years ago
Felix von Leitner 2969eaa2d7 add textcode api for uuencode and uudecode, base64 and quoted printable. 21 years ago
Felix von Leitner 93639174a3 oooops, forgot brackets 21 years ago
Felix von Leitner caee1ea023 add man pages for uint32_read* 21 years ago
Felix von Leitner 3f95e1de00 add uint32_read interface. 21 years ago
Felix von Leitner c9a75975dc ugly bug in scan_ip6 that manifests if the IPv6 number starts with a
decimal digit and :: skips the 12th byte.
21 years ago
Felix von Leitner b016996b2b mention man page fixes 21 years ago
Felix von Leitner e841911080 update make clean,
two man page corrections from rolphin@free.fr
21 years ago
Felix von Leitner 033819dadc cosmetic changes in make install 21 years ago
Felix von Leitner e518d7e0f0 fmt_long did not count the '-' 22 years ago