aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Lua: make chunk:mark() call string.format()Přemysl Janouch2017-01-171-1/+5
|
* Make Home/End handling a bit more intuitivePřemysl Janouch2017-01-171-3/+26
|
* Add actions to jump by fieldsPřemysl Janouch2017-01-171-0/+29
|
* Update READMEPřemysl Janouch2017-01-171-8/+10
|
* Add a WIP plugin for ELF filesPřemysl Janouch2017-01-171-0/+309
|
* Add field highlighting using Lua pluginsPřemysl Janouch2017-01-171-0/+547
|
* Link to Lua 5.3Přemysl Janouch2017-01-172-2/+29
|
* Add infrastructure for field highlightingPřemysl Janouch2017-01-171-12/+213
|
* Make app_decode() more functionalPřemysl Janouch2017-01-171-5/+5
|
* CMake: use short end commandsPřemysl Janouch2017-01-171-5/+5
|
* Underline the currently decoded fieldPřemysl Janouch2017-01-171-1/+6
|
* Update copyright yearsPřemysl Janouch2017-01-152-2/+2
|
* Random cleanupPřemysl Janouch2016-12-301-123/+95
|
* Finishing touches for an early releasePřemysl Janouch2016-12-303-9/+15
|