summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-12-06timeadd: add option to start times relative to zeroHEADmasterPeter Wu1-2/+14
2015-01-12swap: atomically renames a filePeter Wu2-0/+55
2014-06-26wipe-sectors: wipe sectors which are non-zeroPeter Wu1-0/+98
2014-05-08c-files: fix offset calculation for overlapPeter Wu1-1/+3
2014-05-08find-bytes: fix case where key_len > 0Peter Wu1-18/+25
2014-02-11Remove garbagePeter Wu1-57/+0
2013-11-30xor-files: support - for stdinPeter Wu1-7/+16
2013-11-30xor-files: xor two filesPeter Wu1-0/+63
2013-10-30timeadd: fix build with older GCCPeter Wu2-1/+4
2013-10-24slice: allow zero-length sizePeter Wu1-1/+2
2013-10-23slice: support omitting last bytePeter Wu1-7/+14
2013-10-05xor: xor the input with a hex keyPeter Wu1-0/+75
2013-10-04timeadd: support time differencePeter Wu1-6/+61
2013-10-04timeadd: Adds a timestamp before every linePeter Wu2-1/+32
2013-07-08.gitignore: add more autogenerated binariesPeter Wu1-0/+6
2013-07-08revb: reverse all stdin (bufferred)Peter Wu1-0/+52
2013-07-08Makefile: generalize cc commandPeter Wu1-4/+4
2013-05-11rkbd: fix segfaultPeter Wu2-3/+3
2013-01-29entropy-watcher: flush stdout after writing numberPeter Wu1-0/+1
2013-01-29entropy-watcher: Print differencePeter Wu1-6/+12
2013-01-28Add random entropy watcherPeter Wu1-0/+55
2012-11-01slice: extract a part from a filePeter Wu1-0/+74
2012-11-01find-bytes: search for a byte sequence in a filePeter Wu1-0/+113
2012-11-01nttp-get: retrieve mail from using NNTPPeter Wu1-0/+126
2012-10-11xcbviewfs: always hide cursorPeter Wu1-16/+15
2012-10-11xcbviewfs: fix -Wsign-compare warningPeter Wu1-1/+1
2012-09-30makexpm: generate XPM file from width, height, ncolors and cppPeter Wu1-0/+64
2012-09-30xcbviewfs: remove unused codePeter Wu1-6/+0
2012-09-29xcbviewfs: further improve performance by searching a sorted arrayPeter Wu1-14/+15
2012-09-29xcbviewfs: use array instead of listPeter Wu1-23/+17
2012-09-28xcbviewfs: fix weird refresh issuePeter Wu1-3/+7
2012-09-27xcbviewfs: replace ESC by magic!Peter Wu1-2/+10
2012-09-27xcbviewfs: larger screen, black background, remove bg from gcPeter Wu1-7/+4
2012-09-27xcbviewfs: fix colorsPeter Wu1-4/+8
2012-09-27Add .gitignorePeter Wu1-0/+6
2012-09-27xcbviewfs,colorlookupgen: implement XPM loadingPeter Wu3-1/+287
2012-09-27xcbviewfs: cleanup, fix type of empty_cursor_dataPeter Wu1-8/+9
2012-09-27xcbviewfs: close on pressing ESCPeter Wu1-2/+17
2012-09-26Initial commitPeter Wu17-0/+871