aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Remove .travis.ymlPřemysl Janouch2018-06-241-45/+0
| | | | | | 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.
* Update READMEPřemysl Janouch2018-06-241-10/+6
|
* Relicense to 0BSD, update mail addressPřemysl Janouch2018-06-2412-38/+23
| | | | | | | | | 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.
* Bump liberty, termoPřemysl Janouch2018-06-243-2/+2
|
* Add a partial decoder for PDFPřemysl Janouch2017-11-191-0/+514
|
* Improve redrawing performancePřemysl Janouch2017-11-141-3/+4
|
* gzip.lua: fix variable scopePřemysl Janouch2017-11-141-1/+1
|
* Bump liberty, termo, fix compiler detectionPřemysl Janouch2017-11-144-43/+27
|
* Update screenshotPřemysl Janouch2017-06-161-0/+0
|
* Update READMEPřemysl Janouch2017-06-031-0/+2
|
* Add gzip.luaPřemysl Janouch2017-05-291-0/+185
|
* zlib.lua: fix endianityPřemysl Janouch2017-05-291-2/+1
|
* Add a partial decoder for RFC 1950: ZLIBPřemysl Janouch2017-05-211-0/+57
|
* Fix SIGWINCH handlingPřemysl Janouch2017-05-211-2/+1
|
* CMakeLists.txt: cleanupPřemysl Janouch2017-02-121-1/+1
|
* pcap.lua: fix decodingPřemysl Janouch2017-02-071-8/+8
| | | | Which didn't work before at all.
* Add a partial decoder for ZIPPřemysl Janouch2017-02-051-0/+81
|
* Update READMEPřemysl Janouch2017-02-051-1/+3
| | | | Add a reference to hachoir.
* Fix and update LICENSEPřemysl Janouch2017-02-032-15/+12
|
* Fix cursor hidingPřemysl Janouch2017-01-271-1/+1
|
* Fix the -o and -s switchesPřemysl Janouch2017-01-271-2/+2
| | | | At least they work as expected, once unbroken.
* Lua: don't die on unspecified detectorsPřemysl Janouch2017-01-271-0/+3
|
* Update READMEPřemysl Janouch2017-01-271-5/+11
|
* Optimize memory usage a bitPřemysl Janouch2017-01-271-12/+24
| | | | | Stop calling calloc() to allocate large amounts of tiny lists of pointers but instead serialize these lists and keep offsets.
* Plug some leaksPřemysl Janouch2017-01-271-0/+3
|
* pcap.lua: slight cleanupPřemysl Janouch2017-01-271-40/+43
| | | | Should be a tiny bit faster, too.
* Make app_lua_mark() stupidity resistantPřemysl Janouch2017-01-261-0/+4
|
* Add a partial decoder for PCAPNGPřemysl Janouch2017-01-261-2/+70
|
* Add a dummy plugin to disable interpretationPřemysl Janouch2017-01-261-0/+1
|
* Add a partial decoder for PCAPPřemysl Janouch2017-01-261-0/+178
|
* bencode.lua: fix formattingPřemysl Janouch2017-01-261-1/+1
|
* Add a partial decoder for VDIPřemysl Janouch2017-01-261-0/+88
|
* Lua: fix non-marking readsPřemysl Janouch2017-01-261-0/+3
|
* Travis CI: brevify notificationsPřemysl Janouch2017-01-261-0/+6
|
* Lua: fix setting chunk.positionPřemysl Janouch2017-01-261-2/+2
| | | | Double decrement.
* Bump libertyPřemysl Janouch2017-01-236-317/+6
| | | | Lots of stuff has been moved into it etc.
* Color the ASCII column insteadPřemysl Janouch2017-01-232-11/+28
|
* Don't rely on L'' being UnicodePřemysl Janouch2017-01-231-1/+1
|
* Rename row_buffer_addv() to fix conventionPřemysl Janouch2017-01-231-2/+2
|
* Improve ARRAYPřemysl Janouch2017-01-232-12/+10
|
* Add a decoder for bencodePřemysl Janouch2017-01-221-0/+80
|
* Fix forced interpretationPřemysl Janouch2017-01-221-1/+1
|
* Fix error checking on input filePřemysl Janouch2017-01-181-2/+2
|
* Update commentsPřemysl Janouch2017-01-181-1/+16
|
* Lua: fix __len for chunksPřemysl Janouch2017-01-181-1/+1
|
* elf.lua: decode section headersPřemysl Janouch2017-01-181-14/+88
|
* Update the screenshotPřemysl Janouch2017-01-181-0/+0
| | | | To reflect the fact that we have colors now.
* Fix mark flatteningPřemysl Janouch2017-01-181-3/+3
|
* elf.lua: decode program headersPřemysl Janouch2017-01-181-65/+130
|
* Add .travis.ymlcoverity_scanPřemysl Janouch2017-01-171-0/+39
|