summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* memview: s/|/||/Jari Vetoniemi2019-02-28
* memview: draw each row to endJari Vetoniemi2019-02-27
* memview: missing newline in usageJari Vetoniemi2019-02-24
* Makefile: Change default CPP/CFLAGSJari Vetoniemi2019-02-24
* memview: remove name_sz checkJari Vetoniemi2019-02-24
* memview: NULL on empty inputJari Vetoniemi2019-02-24
* memview: fix -/+ offset inputsJari Vetoniemi2018-10-24
* memview: Repaint bottom bar on hexview updatesJari Vetoniemi2018-10-24
* memview: Make sure unmapped region always existsJari Vetoniemi2018-10-24
* memview: u for basic undoJari Vetoniemi2018-10-23
* memview: make q key quit the programJari Vetoniemi2018-10-23
* memview: store unknown region in named arrayJari Vetoniemi2018-10-23
* memview: Make it possible to follow selectionsJari Vetoniemi2018-10-23
* memview: add memory write featureJari Vetoniemi2018-10-23
* memview: check length of keybindingsJari Vetoniemi2018-10-23
* memview: make error prompts go away with any pressJari Vetoniemi2018-10-23
* memview: add decimal printing of selectionJari Vetoniemi2018-10-23
* memview: draw_error make sure there's spaceJari Vetoniemi2018-10-23
* memview: Fix region namesJari Vetoniemi2018-10-23
* memview: Use FMT(REVERSE) for selectionsJari Vetoniemi2018-10-23
* memview: consistency in codeJari Vetoniemi2018-10-23
* memview: Reuse input handling for input functionJari Vetoniemi2018-10-23
* memview: fix uninitialized variableJari Vetoniemi2018-10-22
* memview: Make memview tolerate various term sizesJari Vetoniemi2018-10-22
* memview: handle errorneus offsetsJari Vetoniemi2018-10-22
* memview: fix some bugs in the input()Jari Vetoniemi2018-10-22
* memview: Don't use tab for region changeJari Vetoniemi2018-10-22
* memview: Make it possible to jump to offset with oJari Vetoniemi2018-10-22
* memview: Dont fallback on custom region file failJari Vetoniemi2018-10-22
* memview: create fake region if in unknown regionJari Vetoniemi2018-10-22
* memview: Handle all keysJari Vetoniemi2018-10-22
* memview: ^D quitsJari Vetoniemi2018-10-22
* Remove recommendations as it's safety hazardJari Vetoniemi2018-10-22
* Add memview.cJari Vetoniemi2018-10-22
* util.h: off by one in region endJari Vetoniemi2018-10-22
* Split for_each_line_in_file and make more genericJari Vetoniemi2018-10-22
* util.h: make step constJari Vetoniemi2018-10-21
* Make for_each_line_in_file work with non \n stuffJari Vetoniemi2018-10-21
* Make bintrim accept hexdecimal format tooJari Vetoniemi2018-10-21
* Give binsearch ability to find all matchesJari Vetoniemi2018-10-21
* Add notes about uioJari Vetoniemi2018-10-21
* Refactor io utils, add *-address-rw toolsJari Vetoniemi2018-10-21
* Split region reading to util.hJari Vetoniemi2018-10-20
* Move io.h include to top of the fileJari Vetoniemi2018-10-19
* Refactor project, offer uio variant of region-rwJari Vetoniemi2018-10-19