memzap

replay memory writes
git clone git://git.2f30.org/memzap
Log | Files | Refs | README | LICENSE

DateCommit messageAuthorFiles+-
2013-10-25 15:44Fix build on OpenBSDsin2+4-4
2013-10-25 15:34Add tiny configure scriptsin2+10-21
2013-03-06 17:12mem: Bomb out if two regions do not have the same sizesin1+1-1
2013-03-06 17:08mem: Add some commentssin1+2-0
2013-03-06 17:06mem: Bomb out on certain conditionssin1+7-7
2013-03-06 17:03mem: Remove rbtree optimizationsin3+20-161
2013-03-06 01:10memzap: No need to have these variables globally visiblesin1+4-5
2013-03-06 01:09memzap: Stylistic changessin1+4-5
2013-03-06 01:07Use PATH_MAX instead of PATH_MAX - 1sin2+3-3
2013-03-05 18:03memzap: Free `symbol' correctlysin1+1-1
2013-03-05 17:51memzap: Implement -s optionsin2+73-10
2013-03-04 16:31mdiff: Add `cycle' fieldsin4+13-3
2013-03-04 15:46mdiff: Add `rsize' in mdiff_hdr structure.sin3+5-1
2013-03-04 15:28memzap: Add -V flag for versioning infosin1+5-1
2013-03-04 15:25mdiffdump: Add a newline between the header and the sectionssin1+1-1
2013-03-04 15:24mdiffdump: Beautify outputsin1+11-7
2013-03-04 14:27memzap: Add some comments throughout the codesin1+18-0
2013-03-04 14:15Update .gitignoresin1+2-0
2013-03-04 14:11mem: Handle things properly when the blocksize is less than the diff patternsin3+15-8
2013-03-04 13:27memzap: Dump base image + diffssin1+30-1
2013-03-04 13:20memzap: -s option is not implemented, say so :)sin1+2-0
2013-03-04 13:19mdiffdump: Stylistic changessin1+3-0
2013-03-04 13:17mdiff: Update file format to include endianness/version infosin5+14-27
2013-03-04 13:14memzap: Use getopt()sin2+44-10
2013-03-03 21:49mem: Don't apply empty rdiffssin1+3-0
2013-03-03 21:47mdiff: Inform the caller when an empty rdiff is appendedsin1+2-4
2013-03-03 21:45Stylistic changessin2+3-3
2013-03-03 21:40mdiff: Provide and use free_mdiff_region()sin3+8-1
2013-03-03 21:39mdiff: Warn on empty rdiffssin1+3-1
2013-03-03 17:59termbox/memstream.c: Fix a minor warningsin2+4-4
2013-03-03 02:59Better Makefile systemsin5+77-101
2013-03-03 02:59Add .gitignoresin1+8-0
2013-03-03 17:43mdiff: Fix typosin1+1-1
2013-03-03 17:41mdiffdump: Free diffsin1+1-0
2013-03-03 17:34Update mdiff-fmtsin1+1-1
2013-03-03 17:32proto.h: Update indentationsin1+10-10
2013-03-03 16:07mdiff: Check if the user requested to read an out of bounds regionsin1+3-0
2013-03-03 16:01mdiffdump: Initial commitsin1+37-0
2013-03-03 15:56memzap: Write out a test.mdiffsin1+12-2
2013-03-03 15:55mdiff: Fix bugs and add mdiff_read_diff()sin3+64-15
2013-03-03 03:47Create a docs/ dirsin1+0-0
2013-03-03 03:44Add COPYING for termboxsin1+19-0
2013-03-03 01:42Add termbox librarysin13+1333-9
2013-03-03 01:19ops: Cast `pid' to `intmax_t' for printingsin1+1-1
2013-03-03 00:56Add licensing and copyright info to mdiff.csin1+2-0
2013-03-03 00:52Add mdiff_start_diff()sin2+15-0
2013-03-03 00:43mdiff: Initial commitsin5+132-3
2013-03-03 00:41Update mdiff-fmtsin1+3-4
2013-03-02 20:03Add an initial description of the mdiff file formatsin1+23-0
2013-03-02 15:30Rename data.h to proto.hsin7+146-146
2013-03-01 16:21Add Makefile.linuxsin1+34-0
2013-03-01 16:15Just use memset in the test program, limits the outputsin1+2-6
2013-03-01 15:21memzap: Wait for the child to single stepsin1+3-1
2013-03-01 15:07memzap: Simplify waiting for the childsin1+3-5
2013-03-01 14:46ops: Add openbsd portsin2+75-0
2013-03-01 14:45ops: Change the prototype of readmem()sin3+5-5
2013-03-01 13:44ops: Stylistic changessin1+2-1
2013-03-01 12:53ops: Add traceme() and single_step()sin3+28-10
2013-03-01 12:37ops: Add licensing and copyright informationsin1+2-0
2013-03-01 12:34Strip Makefile, removing redundant stuffsin1+1-3
2013-03-01 12:31mem: Add comment explaining the background of the diff-ing algosin1+5-0
2013-03-01 12:30Add an empty README for nowsin1+0-0
2013-03-01 12:29Add an empty HACKING filesin1+0-0
2013-03-01 12:27Remove irrelevant comment from Makefilesin1+0-1
2013-03-01 12:24memzap: Some stylistic changessin1+7-6
2013-03-01 12:20ops: Add linux_ops.csin4+33-29
2013-03-01 12:16utils: Add map_buf() and unmap_buf() helperssin3+29-13
2013-03-01 12:13memzap: No need to use extra pointers heresin1+5-7
2013-03-01 12:11memzap: Add a `verbose' flag to control verbosity levelssin1+10-5
2013-03-01 12:08mem: It is unneeded to set pointers to NULL after free-ing themsin1+0-4
2013-03-01 11:42Initial commitsin11+2339-0