1
1
mirror of https://github.com/wader/fq.git synced 2024-12-26 23:15:04 +03:00
Commit Graph

2059 Commits

Author SHA1 Message Date
bump
98351ff124 Update gomod-golang-x-crypto to 0.11.0 from 0.10.0
Tags https://github.com/golang/crypto/tags
2023-07-05 16:04:16 +00:00
Mattias Wadman
b40e0d7469
Merge pull request #713 from wader/bump-gomod-golang/text-0.11.0
Update gomod-golang/text to 0.11.0 from 0.10.0
2023-07-04 18:16:30 +02:00
bump
0eb6557d00 Update gomod-golang/text to 0.11.0 from 0.10.0
Source diff 0.10.0..0.11.0 https://github.com/golang/text/compare/v0.10.0..v0.11.0
2023-07-04 16:04:12 +00:00
Mattias Wadman
0770565a4d
Merge pull request #712 from wader/wav-bext
wav: Decode bext chunk
2023-07-03 11:30:31 +02:00
Mattias Wadman
8c75509e13 wav: Decode bext chunk 2023-07-03 11:17:50 +02:00
Mattias Wadman
cd7984342f
Merge pull request #710 from wader/luajit-doc-gen
luajit: make doc
2023-06-23 00:12:50 +02:00
Mattias Wadman
23b9eeab1f luajit: make doc 2023-06-22 23:54:49 +02:00
Mattias Wadman
5605ebe5c5
Merge pull request #709 from dlatchx/luajit
luajit: add decoder
2023-06-22 01:45:37 +02:00
Babz
c42fb9e769 luajit: typo 2023-06-22 01:30:28 +02:00
Babz
64c92da68b luajit: remove unused variable 2023-06-22 01:27:20 +02:00
Babz
5d9a08c6e9 luajit: fix regression: (u64 vs i64) 2023-06-21 23:57:59 +02:00
Babz
dd594f47eb luajit: tests: rename lua source file 2023-06-21 23:53:55 +02:00
Babz
751ee5a328 luajit: explain LuaJITDecodeKNum, fix negative in bug 2023-06-21 23:53:44 +02:00
Babz
64c11bedfa luajit: improve debuginfo decoding 2023-06-21 22:33:23 +02:00
Babz
eb819dd479 luajit: tests: improve coverage 2023-06-21 20:53:47 +02:00
Babz
441d246de6 luajit: standardize field names (key/value/type ect.) 2023-06-21 20:42:15 +02:00
Babz
3561c08a8c luajit: fallbackUintMapSymStr 2023-06-21 20:34:56 +02:00
Babz
c3a123ad84 luajit: remove unecessary dependency 2023-06-21 18:47:13 +02:00
Mattias Wadman
c23e241a75
Merge pull request #707 from ksa-real/sgpd
sgpd box entries parsing
2023-06-21 09:39:58 +02:00
Sergei Kuzmin
e869d8af03 sgpd box entries parsing
Previously entries were parsed as raw bytes, now KIDs/IVs are
explicitely parsed.
2023-06-20 21:57:27 -07:00
Babz
93c96965e0 luajit: add to probe group 2023-06-21 01:41:03 +02:00
Babz
a83576a83a luajit: clarify description 2023-06-21 01:39:23 +02:00
Babz
b24063be02 luajit: *.fqtest: add comments for generating .luac from source 2023-06-21 01:25:35 +02:00
Babz
52ce81817f luajit: split in smaller decode functions 2023-06-21 01:02:38 +02:00
Babz
bdf158be9e luajit: add luajit.md 2023-06-21 00:17:27 +02:00
Babz
715f850d50 luajit: opcodes: implement scalar.UintMapper 2023-06-20 23:55:37 +02:00
Babz
08ae661c15 luajit: use UTF8 strings 2023-06-20 23:33:46 +02:00
Babz
32300a3ffa luajit: check binary.Read() error 2023-06-20 23:31:35 +02:00
Babz
e44f5c00b8 luajit: magic number: raw bits, check with assert 2023-06-20 23:28:34 +02:00
Babz
29ab66b3eb luajit: lowercase flags 2023-06-20 23:11:17 +02:00
Babz
db2e621468 go fmt 2023-06-20 23:02:31 +02:00
Babz
1afdf8b1cf luajit: initial support 2023-06-20 18:24:49 +02:00
Mattias Wadman
6ec4def24b
Merge pull request #705 from wader/bump-make-golangci-lint-1.53.3
Update make-golangci-lint to 1.53.3 from 1.53.2
2023-06-15 18:22:32 +02:00
Mattias Wadman
8efcfe6831
Merge pull request #706 from wader/bump-github-golangci-lint-1.53.3
Update github-golangci-lint to 1.53.3 from 1.53.2
2023-06-15 18:22:16 +02:00
bump
76e0e17cfe Update github-golangci-lint to 1.53.3 from 1.53.2
Release notes https://github.com/golangci/golangci-lint/releases/tag/v1.53.3
2023-06-15 16:03:55 +00:00
bump
47ea6cf707 Update make-golangci-lint to 1.53.3 from 1.53.2
Release notes https://github.com/golangci/golangci-lint/releases/tag/v1.53.3
2023-06-15 16:03:51 +00:00
Mattias Wadman
72194dedd4
Merge pull request #704 from wader/binary-number-fast-path
interp: Add to binary fast path for arrays with only 0-255 numbers an…
2023-06-14 19:24:31 +02:00
Mattias Wadman
41f40b7f94 interp: Add to binary fast path for arrays with only 0-255 numbers and strings 2023-06-14 19:09:15 +02:00
Mattias Wadman
616b7de7f5
Merge pull request #701 from wader/bump-gomod-golang/text-0.10.0
Update gomod-golang/text to 0.10.0 from 0.9.0
2023-06-13 22:46:47 +02:00
Mattias Wadman
718e7568c8
Merge pull request #700 from wader/bump-gomod-golang-x-net-0.11.0
Update gomod-golang-x-net to 0.11.0 from 0.10.0
2023-06-13 22:44:39 +02:00
Mattias Wadman
20a4f6df54
Merge pull request #699 from wader/bump-gomod-golang-x-crypto-0.10.0
Update gomod-golang-x-crypto to 0.10.0 from 0.9.0
2023-06-13 22:43:30 +02:00
bump
36ef2a20b5 Update gomod-golang/text to 0.10.0 from 0.9.0
Source diff 0.9.0..0.10.0 https://github.com/golang/text/compare/v0.9.0..v0.10.0
2023-06-13 16:04:14 +00:00
bump
939d98c27c Update gomod-golang-x-net to 0.11.0 from 0.10.0
Tags https://github.com/golang/net/tags
2023-06-13 16:04:11 +00:00
bump
6dc0746adc Update gomod-golang-x-crypto to 0.10.0 from 0.9.0
Tags https://github.com/golang/crypto/tags
2023-06-13 16:04:08 +00:00
Mattias Wadman
9d128cc980
Merge pull request #694 from wader/bump-docker-golang-1.20.5
Update docker-golang to 1.20.5 from 1.20.4
2023-06-07 18:15:30 +02:00
Mattias Wadman
05e8bd5396
Merge pull request #695 from wader/bump-github-go-version-1.20.5
Update github-go-version to 1.20.5 from 1.20.4
2023-06-07 18:15:13 +02:00
bump
6faed67512 Update github-go-version to 1.20.5 from 1.20.4 2023-06-07 16:04:05 +00:00
bump
64e17f0ece Update docker-golang to 1.20.5 from 1.20.4 2023-06-07 16:03:58 +00:00
Mattias Wadman
7e2a10c0ef
Merge pull request #691 from Harshad112/patch-1
Improved README.md
2023-06-06 04:38:00 +02:00
Harshad Yelpale
d02b70f7b6
Update README.md
Thanks for suggestion added dashesh it looks better.
let me know still i missed or need to add anything i am happy to add.
2023-06-06 00:49:38 +05:30