Commit Graph

78 Commits

Author SHA1 Message Date
Přemysl Eric Janouch a41d67432d
Fix incomplete liberty bump 2021-01-16 16:43:00 +01:00
Přemysl Eric Janouch 5e66f5402d
Bump minimum CMake version to 3.0
A nice, round number.  This allows us to remove some boilerplate.
2020-10-27 11:53:49 +01:00
Přemysl Eric Janouch 38694ea520
Bump liberty and termo 2020-10-27 11:53:03 +01:00
Přemysl Eric Janouch 0304e4fcee
README.adoc: update refs to similar software 2020-10-18 22:57:15 +02:00
Přemysl Eric Janouch b3f117a785
Name change 2020-09-28 05:10:27 +02:00
Přemysl Eric Janouch d87ae4bfba
Bump liberty and termo 2020-09-28 05:09:20 +02:00
Přemysl Eric Janouch 16e24195e7
Cleanup, add comment 2018-10-27 15:08:18 +02:00
Přemysl Eric Janouch 4e76388f4f
Remove .travis.yml
We don't depend on any proprietary services no longer.  I'll have to
make my own replacements with blackjack and hookers.  Until then,
the file stays in the commit log as an example.
2018-06-24 05:50:55 +02:00
Přemysl Eric Janouch a6fecc8091
Update README 2018-06-24 04:11:47 +02:00
Přemysl Eric Janouch d22959cdd3
Relicense to 0BSD, update mail address
I've come to the conclusion that copyright mostly just stands in the way
of software development.  In my jurisdiction I cannot give up my own
copyright and 0BSD seems to be the closest thing to public domain.

The updated mail address, also used in my author/committer lines,
is shorter and looks nicer.  People rarely interact anyway.
2018-06-24 04:11:24 +02:00
Přemysl Eric Janouch 7428cc87ea
Bump liberty, termo 2018-06-24 04:08:12 +02:00
Přemysl Eric Janouch a2e5661133
Add a partial decoder for PDF 2017-11-19 21:51:53 +01:00
Přemysl Eric Janouch 89764adf8e
Improve redrawing performance 2017-11-14 03:24:10 +01:00
Přemysl Eric Janouch 59f1a85d1b
gzip.lua: fix variable scope 2017-11-14 03:23:45 +01:00
Přemysl Eric Janouch f075d11b0d
Bump liberty, termo, fix compiler detection 2017-11-14 03:23:41 +01:00
Přemysl Eric Janouch 9206e1ea1d
Update screenshot 2017-06-16 19:51:02 +02:00
Přemysl Eric Janouch f2012860a8
Update README 2017-06-03 22:33:02 +02:00
Přemysl Eric Janouch 96f426f862
Add gzip.lua 2017-05-29 15:52:53 +02:00
Přemysl Eric Janouch 3f39679a16
zlib.lua: fix endianity 2017-05-29 15:48:17 +02:00
Přemysl Eric Janouch e6e1c19bad
Add a partial decoder for RFC 1950: ZLIB 2017-05-21 21:10:37 +02:00
Přemysl Eric Janouch 6a6c7b2496
Fix SIGWINCH handling 2017-05-21 21:10:37 +02:00
Přemysl Eric Janouch 5f207835cc
CMakeLists.txt: cleanup 2017-02-12 20:21:40 +01:00
Přemysl Eric Janouch 00d52aa37b
pcap.lua: fix decoding
Which didn't work before at all.
2017-02-07 16:29:08 +01:00
Přemysl Eric Janouch 6a845e40b4
Add a partial decoder for ZIP 2017-02-05 22:29:55 +01:00
Přemysl Eric Janouch d78415bb34
Update README
Add a reference to hachoir.
2017-02-05 18:49:13 +01:00
Přemysl Eric Janouch 2b62d49409
Fix and update LICENSE 2017-02-03 23:10:29 +01:00
Přemysl Eric Janouch dd5c78a46f
Fix cursor hiding 2017-01-27 21:33:12 +01:00
Přemysl Eric Janouch 929d9ec6ba
Fix the -o and -s switches
At least they work as expected, once unbroken.
2017-01-27 21:25:03 +01:00
Přemysl Eric Janouch caa740df79
Lua: don't die on unspecified detectors 2017-01-27 04:02:21 +01:00
Přemysl Eric Janouch 416b52083d
Update README 2017-01-27 01:35:08 +01:00
Přemysl Eric Janouch 973d12a84e
Optimize memory usage a bit
Stop calling calloc() to allocate large amounts of tiny lists of
pointers but instead serialize these lists and keep offsets.
2017-01-27 01:17:16 +01:00
Přemysl Eric Janouch 2a0e968924
Plug some leaks 2017-01-27 01:15:05 +01:00
Přemysl Eric Janouch 9d81b137e7
pcap.lua: slight cleanup
Should be a tiny bit faster, too.
2017-01-27 00:05:50 +01:00
Přemysl Eric Janouch aff07bc63d
Make app_lua_mark() stupidity resistant 2017-01-26 23:19:36 +01:00
Přemysl Eric Janouch f4a462bd43
Add a partial decoder for PCAPNG 2017-01-26 22:38:15 +01:00
Přemysl Eric Janouch ebf21a5e1c
Add a dummy plugin to disable interpretation 2017-01-26 22:26:14 +01:00
Přemysl Eric Janouch b3bb187233
Add a partial decoder for PCAP 2017-01-26 22:18:53 +01:00
Přemysl Eric Janouch daf17a52b0
bencode.lua: fix formatting 2017-01-26 22:18:53 +01:00
Přemysl Eric Janouch a6946be947
Add a partial decoder for VDI 2017-01-26 22:18:53 +01:00
Přemysl Eric Janouch 2b6f43d428
Lua: fix non-marking reads 2017-01-26 22:18:53 +01:00
Přemysl Eric Janouch 76d689c691
Travis CI: brevify notifications 2017-01-26 22:18:53 +01:00
Přemysl Eric Janouch 5934913790
Lua: fix setting chunk.position
Double decrement.
2017-01-26 22:18:52 +01:00
Přemysl Eric Janouch 6d81ea596b
Bump liberty
Lots of stuff has been moved into it etc.
2017-01-23 23:18:55 +01:00
Přemysl Eric Janouch fccfd1dd3b
Color the ASCII column instead 2017-01-23 22:45:13 +01:00
Přemysl Eric Janouch 95be2d94d7
Don't rely on L'' being Unicode 2017-01-23 22:33:29 +01:00
Přemysl Eric Janouch 3af8b547e2
Rename row_buffer_addv() to fix convention 2017-01-23 22:32:46 +01:00
Přemysl Eric Janouch c43e9f348f
Improve ARRAY 2017-01-23 22:32:21 +01:00
Přemysl Eric Janouch b4cc98e63c
Add a decoder for bencode 2017-01-22 14:25:09 +01:00
Přemysl Eric Janouch a20b09e809
Fix forced interpretation 2017-01-22 14:23:46 +01:00
Přemysl Eric Janouch 5d78d1a316
Fix error checking on input file 2017-01-18 16:28:15 +01:00