117 Commits (186efd3989db2b1ca48c4cee0f5cad334c76db70)
 

Author SHA1 Message Date
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 '-' 21 years ago
Felix von Leitner 841130690f mention socket changes 21 years ago
Felix von Leitner 4bbafa9149 fix socket routines 22 years ago
Felix von Leitner 7f03e49c8e add comments 22 years ago
Felix von Leitner 7f2f6b5480 document error signalling through (void*)0 return code. 22 years ago
Felix von Leitner 8825239420 open_write also didn't specify mode 0644 22 years ago
Felix von Leitner 406d99ae9b oops, open_write did not create the file 22 years ago
Felix von Leitner f859a7c4f3 document fmt.h change 22 years ago
Felix von Leitner 9073b172cb don't include str.h in fmt.h 22 years ago
Felix von Leitner c0b1a5f940 s/socket_tcp/socket_tcp4/ 22 years ago
Felix von Leitner 6919cf8bf3 add and update man pages. 22 years ago
Felix von Leitner ffac30b761 document byte_copy bug 22 years ago
Felix von Leitner dcc54a876a buffering updates 22 years ago
Felix von Leitner 3d345f814d Fixed input buffers, thanks to David Lichteblau. 22 years ago