1
0
mirror of https://github.com/fumiama/base16384.git synced 2026-06-05 02:00:31 +08:00

28 Commits

Author SHA1 Message Date
源文雨
81898adfb7 doc(all): sync to the latest status 2025-09-04 01:06:47 +08:00
源文雨
3ee12395e0 chore: adapt to MSVC 2024-04-07 20:51:27 +09:00
源文雨
da9b6a844a fix(file): wierd fgetc/ungetc behavior on Windows 2024-04-07 14:40:25 +08:00
源文雨
e2f64f404f chore(file): optimize documents 2024-04-06 21:08:28 +09:00
源文雨
c64fdb6dc9 feat(file): add custom stream api 2024-04-06 18:49:23 +09:00
源文雨
29e4019ed1 fix(coder): incorrect hidden bits decoding in 32bit lib 2024-04-05 16:27:21 +09:00
源文雨
cd15e63c86 feat(checksum): add flag BASE16384_FLAG_DO_SUM_CHECK_FORCELY 2024-04-05 14:30:05 +09:00
源文雨
e5f8c0fc46 fix(file): check sum 2024-04-05 14:00:35 +09:00
源文雨
4b4993d66d fix(file): large file process 2024-04-05 02:03:25 +09:00
源文雨
cde0cacd07 fix(file): base16384_decode_fd_detailed 2024-04-05 00:48:13 +09:00
源文雨
7c8080d115 feat(test): add file_test.c 2024-04-05 00:12:10 +09:00
源文雨
2622a5ad69 feat(coder): add safe encode/decode 2024-04-04 23:58:05 +09:00
源文雨
2abcc1489a fix(file): incorrect munmap size 2024-04-04 21:46:44 +09:00
源文雨
c5d5de227c feat(test): add wrap_test 2024-04-04 20:50:47 +09:00
源文雨
affc723f54 chore: tidy documents & add test 2024-04-04 15:26:21 +09:00
源文雨
7a025ff5d3 feat: add param -n -t & optimize param parsing & tidy documents 2024-04-04 03:11:53 +09:00
源文雨
b61b3dd13e fix: encode bufsz (#19) 2023-08-26 15:43:18 +08:00
源文雨
c7fdf86d09 fix: disable mmap in windows 2023-08-25 22:13:23 +08:00
源文雨
5dc272b8b7 尝试修复#19
- 移除未使用的参数 int blen
- 完善文档、注释
- 完善文件名错误检测
- 修复 encbuf, decbuf 处理逻辑
2023-08-25 21:53:18 +08:00
源文雨
567274a1e7 fix: data mismatch on stream decode with BOM 2023-05-18 14:14:48 +08:00
源文雨
e270980b37 fix: restrict license to GPL-3+ 2022-12-08 11:39:47 +08:00
源文雨
b9fcd2e153 fix base16384_decode_fd 2022-10-17 12:56:55 +08:00
源文雨
6b5229c802 fix decode fp 2022-10-17 11:05:30 +08:00
源文雨
65635d3df3 fix file api 2022-10-17 10:39:54 +08:00
源文雨
bcbec0bbf5 fix 2022-10-16 19:22:05 +08:00
源文雨
a877d8f062 fix win32 & add new api 2022-10-16 19:07:48 +08:00
源文雨
1b6ba41562 优化 hardening 2022-10-16 12:50:57 +08:00
源文雨
fd2cc4a899 优化错误输出,新增-t参数,新增文件API 2022-10-16 11:47:14 +08:00