tiny-rdm/backend/utils/convert
Lykin 88e2c6cb43 fix: incorrect binary value convert (#279) 2024-06-05 10:46:38 +08:00
..
base64_convert.go feat: add PHP Serialized/Pickle as build-in decoder. #64 #87 2024-02-20 10:55:46 +08:00
binary_convert.go fix: incorrect binary value convert (#279) 2024-06-05 10:46:38 +08:00
brotli_convert.go feat: add PHP Serialized/Pickle as build-in decoder. #64 #87 2024-02-20 10:55:46 +08:00
cmd_convert.go perf: hide window on windows when run external command for decode 2024-02-20 23:27:31 +08:00
common.go perf: hide window on windows when run external command for decode 2024-02-20 23:27:31 +08:00
common_nonwindows.go perf: hide window on windows when run external command for decode 2024-02-20 23:27:31 +08:00
common_windows.go perf: hide window on windows when run external command for decode 2024-02-20 23:27:31 +08:00
convert.go fix: incorrect content saving when `DECODE_NONE` selected 2024-02-28 18:21:31 +08:00
deflate_convert.go feat: add PHP Serialized/Pickle as build-in decoder. #64 #87 2024-02-20 10:55:46 +08:00
gzip_convert.go feat: add PHP Serialized/Pickle as build-in decoder. #64 #87 2024-02-20 10:55:46 +08:00
hex_convert.go feat: add PHP Serialized/Pickle as build-in decoder. #64 #87 2024-02-20 10:55:46 +08:00
json_convert.go perf: json format compatible with nonstandard value 2024-05-17 16:25:40 +08:00
msgpack_convert.go feat: add PHP Serialized/Pickle as build-in decoder. #64 #87 2024-02-20 10:55:46 +08:00
php_convert.go perf: use `exec.LookPath` to check the path of external application 2024-04-02 17:26:23 +08:00
pickle_convert.go fix: remove running `pickle` checking script on macOS (#201) 2024-05-09 11:21:20 +08:00
unicode_json_convert.go perf: json format compatible with nonstandard value 2024-05-17 16:25:40 +08:00
xml_convert.go feat: add PHP Serialized/Pickle as build-in decoder. #64 #87 2024-02-20 10:55:46 +08:00
yaml_convert.go feat: add PHP Serialized/Pickle as build-in decoder. #64 #87 2024-02-20 10:55:46 +08:00
zstd_convert.go feat: add PHP Serialized/Pickle as build-in decoder. #64 #87 2024-02-20 10:55:46 +08:00