1
1
mirror of https://github.com/wader/fq.git synced 2024-09-17 14:57:09 +03:00
Commit Graph

2078 Commits

Author SHA1 Message Date
Mattias Wadman
25c13940e9
Merge pull request #722 from wader/dev-cleanup-move-to-wiki
dev: Move examples and snippets to wiki
2023-07-26 11:23:47 +02:00
Mattias Wadman
9cd1d0f3e3 dev: Move examples and snippets to wiki 2023-07-26 11:11:48 +02:00
Mattias Wadman
1b9d0fdc69
Merge pull request #721 from dlatchx/luajit
luajit: file null terminator: raw bits, validate
2023-07-25 19:46:56 +02:00
Babz
3af0462c68 luajit: file null terminator: raw bits, validate 2023-07-25 18:34:44 +02:00
Mattias Wadman
d62bb59f66
Merge pull request #720 from wader/docker-bookworm
docker: Change to bookworm
2023-07-12 22:57:34 +02:00
Mattias Wadman
8edef78aba docker: Change to bookworm 2023-07-12 22:28:11 +02:00
Mattias Wadman
5e365037e9
Merge pull request #719 from wader/bump-github-go-version-1.20.6
Update github-go-version to 1.20.6 from 1.20.5
2023-07-12 18:57:08 +02:00
Mattias Wadman
ae9fc85713
Merge pull request #718 from wader/bump-docker-golang-1.20.6
Update docker-golang to 1.20.6 from 1.20.5
2023-07-12 18:39:33 +02:00
bump
8e705aa720 Update github-go-version to 1.20.6 from 1.20.5 2023-07-12 16:04:07 +00:00
bump
40310826ea Update docker-golang to 1.20.6 from 1.20.5 2023-07-12 16:04:02 +00:00
Mattias Wadman
d15a41f943
Merge pull request #714 from wader/release-0.7.0
fq: Release 0.7.0
2023-07-07 11:35:44 +02:00
Mattias Wadman
ad535ce94d fq: Release 0.7.0 2023-07-07 11:25:47 +02:00
Mattias Wadman
62870e3ed8
Merge pull request #696 from wader/bump-gomod-BurntSushi/toml-1.3.2
Update gomod-BurntSushi/toml to 1.3.2 from 1.2.1
2023-07-06 18:51:24 +02:00
Mattias Wadman
347fa4eb0b
Merge pull request #717 from wader/bump-gomod-gopacket-1.1.1
Update gomod-gopacket to 1.1.1 from 1.1.0
2023-07-06 18:49:20 +02:00
bump
a079b73a4e Update gomod-gopacket to 1.1.1 from 1.1.0
Release notes https://github.com/gopacket/gopacket/releases/tag/v1.1.1
2023-07-06 16:04:20 +00:00
Mattias Wadman
b5bd037553
Merge pull request #715 from wader/bump-gomod-golang-x-crypto-0.11.0
Update gomod-golang-x-crypto to 0.11.0 from 0.10.0
2023-07-05 18:34:33 +02:00
Mattias Wadman
525dc7c86f
Merge pull request #716 from wader/bump-gomod-golang-x-net-0.12.0
Update gomod-golang-x-net to 0.12.0 from 0.11.0
2023-07-05 18:34:09 +02:00
bump
660ca032a9 Update gomod-golang-x-net to 0.12.0 from 0.11.0
Tags https://github.com/golang/net/tags
2023-07-05 16:04:19 +00:00
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
bump
8e75dc9bc8 Update gomod-BurntSushi/toml to 1.3.2 from 1.2.1
Source diff 1.2.1..1.3.2 https://github.com/BurntSushi/toml/compare/v1.2.1..v1.3.2
2023-07-05 17:36:12 +02: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