aboutsummaryrefslogtreecommitdiff
path: root/src/library_uuid.js
AgeCommit message (Collapse)Author
2014-01-07Added ENVIRONMENT_IS_WEB test prior to checking window.crypto etc. so we are ↵Fraser Adams
sure that window is defined
2014-01-06changed != to !== in a couple of places. Added fix to prevent closure ↵Fraser Adams
minifying crypto randomBytes etc. this fix makes use of closure externs so I've added a closure-externs.js to hold the definitions and modified tools/shared.py closure_compiler method to point to closure-externs.js. I've added externs to fix minification of the ws library used in library_sockfs.js too
2014-01-02Added crypto quality random number generators for Node.js and browser ↵Fraser Adams
environment if available
2013-12-31implementation of libuuidFraser Adams