2013-10-25 15:44 | Fix build on OpenBSD | sin | 2 | +4 | -4 |
2013-10-25 15:34 | Add tiny configure script | sin | 2 | +10 | -21 |
2013-03-06 17:12 | mem: Bomb out if two regions do not have the same size | sin | 1 | +1 | -1 |
2013-03-06 17:08 | mem: Add some comments | sin | 1 | +2 | -0 |
2013-03-06 17:06 | mem: Bomb out on certain conditions | sin | 1 | +7 | -7 |
2013-03-06 17:03 | mem: Remove rbtree optimization | sin | 3 | +20 | -161 |
2013-03-06 01:10 | memzap: No need to have these variables globally visible | sin | 1 | +4 | -5 |
2013-03-06 01:09 | memzap: Stylistic changes | sin | 1 | +4 | -5 |
2013-03-06 01:07 | Use PATH_MAX instead of PATH_MAX - 1 | sin | 2 | +3 | -3 |
2013-03-05 18:03 | memzap: Free `symbol' correctly | sin | 1 | +1 | -1 |
2013-03-05 17:51 | memzap: Implement -s option | sin | 2 | +73 | -10 |
2013-03-04 16:31 | mdiff: Add `cycle' field | sin | 4 | +13 | -3 |
2013-03-04 15:46 | mdiff: Add `rsize' in mdiff_hdr structure. | sin | 3 | +5 | -1 |
2013-03-04 15:28 | memzap: Add -V flag for versioning info | sin | 1 | +5 | -1 |
2013-03-04 15:25 | mdiffdump: Add a newline between the header and the sections | sin | 1 | +1 | -1 |
2013-03-04 15:24 | mdiffdump: Beautify output | sin | 1 | +11 | -7 |
2013-03-04 14:27 | memzap: Add some comments throughout the code | sin | 1 | +18 | -0 |
2013-03-04 14:15 | Update .gitignore | sin | 1 | +2 | -0 |
2013-03-04 14:11 | mem: Handle things properly when the blocksize is less than the diff pattern | sin | 3 | +15 | -8 |
2013-03-04 13:27 | memzap: Dump base image + diffs | sin | 1 | +30 | -1 |
2013-03-04 13:20 | memzap: -s option is not implemented, say so :) | sin | 1 | +2 | -0 |
2013-03-04 13:19 | mdiffdump: Stylistic changes | sin | 1 | +3 | -0 |
2013-03-04 13:17 | mdiff: Update file format to include endianness/version info | sin | 5 | +14 | -27 |
2013-03-04 13:14 | memzap: Use getopt() | sin | 2 | +44 | -10 |
2013-03-03 21:49 | mem: Don't apply empty rdiffs | sin | 1 | +3 | -0 |
2013-03-03 21:47 | mdiff: Inform the caller when an empty rdiff is appended | sin | 1 | +2 | -4 |
2013-03-03 21:45 | Stylistic changes | sin | 2 | +3 | -3 |
2013-03-03 21:40 | mdiff: Provide and use free_mdiff_region() | sin | 3 | +8 | -1 |
2013-03-03 21:39 | mdiff: Warn on empty rdiffs | sin | 1 | +3 | -1 |
2013-03-03 17:59 | termbox/memstream.c: Fix a minor warning | sin | 2 | +4 | -4 |
2013-03-03 02:59 | Better Makefile system | sin | 5 | +77 | -101 |
2013-03-03 02:59 | Add .gitignore | sin | 1 | +8 | -0 |
2013-03-03 17:43 | mdiff: Fix typo | sin | 1 | +1 | -1 |
2013-03-03 17:41 | mdiffdump: Free diff | sin | 1 | +1 | -0 |
2013-03-03 17:34 | Update mdiff-fmt | sin | 1 | +1 | -1 |
2013-03-03 17:32 | proto.h: Update indentation | sin | 1 | +10 | -10 |
2013-03-03 16:07 | mdiff: Check if the user requested to read an out of bounds region | sin | 1 | +3 | -0 |
2013-03-03 16:01 | mdiffdump: Initial commit | sin | 1 | +37 | -0 |
2013-03-03 15:56 | memzap: Write out a test.mdiff | sin | 1 | +12 | -2 |
2013-03-03 15:55 | mdiff: Fix bugs and add mdiff_read_diff() | sin | 3 | +64 | -15 |
2013-03-03 03:47 | Create a docs/ dir | sin | 1 | +0 | -0 |
2013-03-03 03:44 | Add COPYING for termbox | sin | 1 | +19 | -0 |
2013-03-03 01:42 | Add termbox library | sin | 13 | +1333 | -9 |
2013-03-03 01:19 | ops: Cast `pid' to `intmax_t' for printing | sin | 1 | +1 | -1 |
2013-03-03 00:56 | Add licensing and copyright info to mdiff.c | sin | 1 | +2 | -0 |
2013-03-03 00:52 | Add mdiff_start_diff() | sin | 2 | +15 | -0 |
2013-03-03 00:43 | mdiff: Initial commit | sin | 5 | +132 | -3 |
2013-03-03 00:41 | Update mdiff-fmt | sin | 1 | +3 | -4 |
2013-03-02 20:03 | Add an initial description of the mdiff file format | sin | 1 | +23 | -0 |
2013-03-02 15:30 | Rename data.h to proto.h | sin | 7 | +146 | -146 |
2013-03-01 16:21 | Add Makefile.linux | sin | 1 | +34 | -0 |
2013-03-01 16:15 | Just use memset in the test program, limits the output | sin | 1 | +2 | -6 |
2013-03-01 15:21 | memzap: Wait for the child to single step | sin | 1 | +3 | -1 |
2013-03-01 15:07 | memzap: Simplify waiting for the child | sin | 1 | +3 | -5 |
2013-03-01 14:46 | ops: Add openbsd port | sin | 2 | +75 | -0 |
2013-03-01 14:45 | ops: Change the prototype of readmem() | sin | 3 | +5 | -5 |
2013-03-01 13:44 | ops: Stylistic changes | sin | 1 | +2 | -1 |
2013-03-01 12:53 | ops: Add traceme() and single_step() | sin | 3 | +28 | -10 |
2013-03-01 12:37 | ops: Add licensing and copyright information | sin | 1 | +2 | -0 |
2013-03-01 12:34 | Strip Makefile, removing redundant stuff | sin | 1 | +1 | -3 |
2013-03-01 12:31 | mem: Add comment explaining the background of the diff-ing algo | sin | 1 | +5 | -0 |
2013-03-01 12:30 | Add an empty README for now | sin | 1 | +0 | -0 |
2013-03-01 12:29 | Add an empty HACKING file | sin | 1 | +0 | -0 |
2013-03-01 12:27 | Remove irrelevant comment from Makefile | sin | 1 | +0 | -1 |
2013-03-01 12:24 | memzap: Some stylistic changes | sin | 1 | +7 | -6 |
2013-03-01 12:20 | ops: Add linux_ops.c | sin | 4 | +33 | -29 |
2013-03-01 12:16 | utils: Add map_buf() and unmap_buf() helpers | sin | 3 | +29 | -13 |
2013-03-01 12:13 | memzap: No need to use extra pointers here | sin | 1 | +5 | -7 |
2013-03-01 12:11 | memzap: Add a `verbose' flag to control verbosity levels | sin | 1 | +10 | -5 |
2013-03-01 12:08 | mem: It is unneeded to set pointers to NULL after free-ing them | sin | 1 | +0 | -4 |
2013-03-01 11:42 | Initial commit | sin | 11 | +2339 | -0 |