summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* memview: fix some bugs in the input()Jari Vetoniemi2018-10-22
|
* memview: Don't use tab for region changeJari Vetoniemi2018-10-22
| | | | Use this later for changing to different views
* 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
| | | | | | | Namespace io_ stuff into mem_io_ to be less likely to collision with anything else. Add io-stream utility for working with streams instead of direct buffers. Add address-rw tools for simple memory read/write, where regions aren't needed.
* 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