aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Pull a progress bar out of our assprogressbarPřemysl Janouch2017-01-271-0/+22
|
* 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
|
* Further improvementsPřemysl Janouch2016-12-301-77/+125
|
* Add formatting to the decoderPřemysl Janouch2016-12-301-47/+66
| | | | And deuglify.
* Various bugfixesPřemysl Janouch2016-12-301-37/+51
| | | | Mostly usable now.
* Get it halfway workingPřemysl Janouch2016-12-302-117/+184
|
* Improve the footerPřemysl Janouch2016-12-291-22/+93
|
* Make it show somethingPřemysl Janouch2016-12-292-362/+339
| | | | Move TUI-related code to its own file.
* Initial commitPřemysl Janouch2016-12-2911-0/+1564
This is essentially a gutted fork of nncmpp that doesn't do anything.