1
1
mirror of https://github.com/wader/fq.git synced 2024-11-30 09:58:13 +03:00
Commit Graph

1514 Commits

Author SHA1 Message Date
David McDonald
12836abe26 updates fqtest 2022-09-23 21:16:28 -05:00
David McDonald
5f61994087 adds function for decoding fixed sized arrays 2022-09-23 20:50:41 -05:00
David McDonald
3deceeebd6 fixes from PR comments 2022-09-23 20:23:29 -05:00
David McDonald
3198602d25 removed unused return type 2022-09-23 20:23:29 -05:00
David McDonald
369f4016c1 removed unneccessary type conversions 2022-09-23 20:23:29 -05:00
David McDonald
6b04f2de1c Documentation cleanup 2022-09-23 20:23:29 -05:00
David McDonald
368d183b73 Size check on nBits to save memory 2022-09-23 20:23:29 -05:00
David McDonald
a77cec921f Added documentation and tests, fixed bad date parsing 2022-09-23 20:23:23 -05:00
David McDonald
5711f29084 Code fixes from PR, still need to add tests and testdata 2022-09-23 20:21:32 -05:00
David McDonald
d784db69bc Adds support for Apple Binary Plist, version 00 2022-09-23 20:21:32 -05:00
Pavel Safonov
b06c9bc28c postgres: pg_control change default flavour to empty string - it uses versions prober. Fix root name in pg_heap. 2022-09-23 14:05:19 +03:00
Pavel Safonov
de3ecf1636 postgres: generate docs by embedded md 2022-09-23 13:50:54 +03:00
Pavel Safonov
90386a651a postgres: add postgres.md to format 2022-09-23 12:50:04 +03:00
Pavel Safonov
94e5b79bbf Merge branch 'wader_master' into postgres 2022-09-23 12:18:06 +03:00
Mattias Wadman
783b20ece5
Merge pull request #430 from wader/all-format-test-in-format
doc,help: Move help tests into each format
2022-09-22 23:14:40 +02:00
Mattias Wadman
a7a101ca67 doc,help: Nicer format help and move help tests into each format
Also add authors to avro and macho decoders

Generated with:
for i in $(go run . -r -n '_registry | [([([.files[][].name | split(".")[0]] | unique[]), (.formats[].name)] | count[] | select(.[1] == 2)[0]), (.formats[] | select(.decode_in_arg).name)] | unique[]'); do DIR=$(dirname $(find format -name $i.go)); echo "$ fq -h $i" > "$DIR/testdata/help_$i.fqtest" ; done
2022-09-22 23:07:58 +02:00
Pavel Safonov
296ce68e80 postgres: refactoring 2022-09-22 13:32:03 +03:00
Pavel Safonov
ae838b921b postgres: move postgres.md to formats.md, add btree tests 2022-09-22 13:25:57 +03:00
Pavel Safonov
7f219d8c5b Merge branch 'wader_master' into postgres 2022-09-21 15:41:52 +03:00
Pavel Safonov
7b52149c6b postgres: refactoring 2022-09-21 15:40:47 +03:00
Pavel Safonov
35124bf2ff postgres: pg_heap refactoring 2022-09-21 15:36:09 +03:00
Pavel Safonov
c3ef341106 postgresql: general logic for pg_heap, pg_btree 2022-09-21 15:21:29 +03:00
Pavel Safonov
7dd7dbee51 postgres: pg_heap reafactoring 2022-09-21 13:40:35 +03:00
Pavel Safonov
9f1adb2d81 postgres: change AssertPosBytes to AssertPos (bits) 2022-09-21 13:36:15 +03:00
Pavel Safonov
edb565028d postgres: pg_control refactoring 2022-09-21 13:14:57 +03:00
Pavel Safonov
00de0a96e3 postgres: pg_heap refactoring 2022-09-21 12:49:40 +03:00
Mattias Wadman
2e3d71fdcc
Merge pull request #429 from wader/more-format-doc
doc,html,xml: Add more documentation and examples
2022-09-20 18:32:15 +02:00
Mattias Wadman
725ab1b17b doc,html,xml: Add more documentation and examples 2022-09-20 17:35:27 +02:00
Pavel Safonov
efda7b3299 postgres: btree handle full file 2022-09-20 18:32:18 +03:00
Pavel Safonov
f3f259af2d postgres: btree add free space 2022-09-20 17:19:01 +03:00
Pavel Safonov
87b7acf39a postgres: btree impl 2022-09-20 16:57:24 +03:00
Pavel Safonov
d370f5d925 postgres: btree impl 2022-09-20 10:11:10 +03:00
Pavel Safonov
22a6cfa572 postgres: pg_btree add opaque flags 2022-09-19 17:10:18 +03:00
Pavel Safonov
dd84d3218c postgres: pg_btree begin impl 2022-09-19 15:45:54 +03:00
Mattias Wadman
01be59e459
Merge pull request #428 from wader/ar-allow-empty-integerr
ar: Integer strings might be empty
2022-09-17 16:17:47 +02:00
Mattias Wadman
f08f44f12a ar: Integer strings might be empty 2022-09-17 15:36:34 +02:00
Pavel Safonov
f122f72373 Merge branch 'wader_master' into postgres 2022-09-16 17:18:30 +03:00
Pavel Safonov
d7bcca0a4a postgres: refactoring 2022-09-16 17:15:56 +03:00
Pavel Safonov
09c42c3551 postgres: add state to wal struct 2022-09-16 16:31:13 +03:00
Pavel Safonov
448c369014 postgres: try to implement pg_wal 2022-09-15 16:34:22 +03:00
Mattias Wadman
ee7b9f4186
Merge pull request #426 from wader/csv-tsv-doc
csv: Add tsv and header example
2022-09-15 01:27:54 +02:00
Mattias Wadman
fe64530e11 csv: Add tsv and header example
Also fix string esacpe in fuzz options parser
2022-09-15 01:16:45 +02:00
Mattias Wadman
88009ee9a3
Merge pull request #425 from wader/wasm-doc
wasm: Add some documentation
2022-09-13 09:59:17 +02:00
Pavel Safonov
067f8d569d postgres: pgwal checks 2022-09-12 14:01:16 +03:00
Pavel Safonov
e66baa75f3 postgres: add wal checks 2022-09-12 13:40:59 +03:00
Pavel Safonov
e311434b8f postgres: wal decoding implement 2022-09-12 13:19:32 +03:00
Mattias Wadman
1385b5d0ba wasm: Add some documentation 2022-09-12 11:53:48 +02:00
Mattias Wadman
1a2cee94b7
Merge pull request #424 from wader/mp4-more-codec-names
mp4: More codec names (from mp4ra.org)
2022-09-12 11:42:10 +02:00
Mattias Wadman
2655ba09c5 mp4: More codec names (from mp4ra.org) 2022-09-12 11:25:43 +02:00
Mattias Wadman
ac93da62c2
Merge pull request #423 from wader/doc-formats-sections
doc: Fix format sections a bit
2022-09-11 10:08:24 +02:00