1
0
mirror of https://github.com/fumiama/base16384.git synced 2026-06-06 10:40:30 +08:00
Commit Graph

10 Commits

Author SHA1 Message Date
源文雨
65512e2dcd sync (#22)
* fix typo

* fix: 32bit be decoding

* chore: add Rust alternative (#18)

* Update C# Link (#20)

* 尝试修复#19

- 移除未使用的参数 int blen
- 完善文档、注释
- 完善文件名错误检测
- 修复 encbuf, decbuf 处理逻辑

* fix: disable mmap in windows

* fix: encode bufsz (#19)

* v2.2.5

* Update Swift Link (#21)

---------

Co-authored-by: 忘忧北萱草 <wybxc@qq.com>
Co-authored-by: LC <64722907+lc6464@users.noreply.github.com>
Co-authored-by: oboard <oboard@outlook.com>
2024-03-26 01:52:27 +09: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