summaryrefslogtreecommitdiff
path: root/lib/workers/dmpWorker.js (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-05-08refactor: Remove `require` extension filenameBoHong Li1-2/+2
2017-03-14Use strict mode in all backend filesBoHong Li1-0/+1
add ‘use strict’ in all backend file
2017-03-08Use JavaScript Standard StyleBoHong Li1-126/+123
Introduce JavaScript Standard Style as project style rule, and fixed all fail on backend code.
2017-01-02Fix to not use diff_cleanupSemantic, bug report refer to ↵Wu Cheng-Han1-1/+0
https://code.google.com/p/google-diff-match-patch/issues/detail?id=67
2017-01-02Remove LZString compression for data storageWu Cheng-Han1-7/+6
2016-11-18Add dmp worker to leverage CPU intensive calculation to child processWu Cheng-Han1-0/+142