tlrobinson / narwhal forked from 280north/narwhal

A JavaScript standard library, package manager, and more.

This URL has Read+Write access

tlrobinson (author)
Mon Nov 02 15:22:12 -0800 2009
commit  1d0ef468baa9a0277ce6fd26787a460eb25806d7
tree    bf51e8d1f56a034508b5167d9ac78614ec4a16ae
parent  02ba90b7c7bfd9dca32d32e82e1eb3ece64151ec
narwhal / lib
name age message
..
file args.js Tue Aug 18 22:43:22 -0700 2009 Fixed bugs in args, and simplified the parser, ... [kriskowal]
file base16.js Sun Jul 05 04:00:26 -0700 2009 Ported codecs: md4, md5, sha(1), sha256, crc32,... [kriskowal]
file base64.js Sat Nov 21 20:53:35 -0800 2009 Fixed the Unix permissions/modes. [kriskowal]
directory codec/ Wed Aug 05 01:34:54 -0700 2009 Audited 'system' free variable usage in the int... [kriskowal]
file crc32.js Wed Aug 26 11:41:42 -0700 2009 Integrated the failing SHA256 test into the has... [kriskowal]
file file-bootstrap.js Sun Aug 30 00:20:35 -0700 2009 Finished glob, globPaths, and reworked the cons... [kriskowal]
file file.js Loading commit data...
file hash.js Thu Feb 12 19:53:31 -0800 2009 Big refactoring of most of core.js into libraries [tlrobinson]
file hashp.js Fri Feb 13 18:34:12 -0800 2009 X-Sendfile support for File middleware and Jett... [tlrobinson]
file html.js Wed Sep 23 03:29:31 -0700 2009 Added html.js (escapeHTML, stripTags) [gmosx]
file http-client.js Fri Oct 02 19:11:45 -0700 2009 Fix oddly munged HTTPCLient that skipped past t... [isaacs]
file http.js Thu Jul 30 21:50:42 -0700 2009 s/platform/engine/gi [kriskowal]
file io.js Sat Sep 19 21:56:04 -0700 2009 Don't override engine's IO.read/IO.write [tlrobinson]
file jsmin.js Sat Nov 21 20:53:35 -0800 2009 Fixed the Unix permissions/modes. [kriskowal]
file jsonpath.js Sat Nov 21 20:53:35 -0800 2009 Fixed the Unix permissions/modes. [kriskowal]
file logger.js Sun Aug 09 19:46:53 -0700 2009 DESTROY ALL TABS. DESTROY! [kriskowal]
file md4.js Sun Jul 05 04:00:26 -0700 2009 Ported codecs: md4, md5, sha(1), sha256, crc32,... [kriskowal]
file md5.js Sun Jul 05 04:00:26 -0700 2009 Ported codecs: md4, md5, sha(1), sha256, crc32,... [kriskowal]
file mime.js Mon May 25 18:15:50 -0700 2009 Renamed my 'base' module to 'util'. [kriskowal]
file narwhal.js Mon Aug 03 02:30:13 -0700 2009 Created a 'json' command line tool. Added json... [kriskowal]
directory narwhal/
file os.js Sat Sep 05 00:17:58 -0700 2009 Added JNA and got the system command working pr... [kriskowal]
file packages.js Fri Oct 02 23:46:17 -0700 2009 Removed support for 'parent' links in packages ... [kriskowal]
file printf.js Tue Jul 28 16:15:01 -0700 2009 Added printf and tests of printf; not all passi... [kriskowal]
file promise.js Fri Oct 02 09:06:57 -0700 2009 Added cancel option for self-resolving promises [kriszyp]
file querystring.js Sun Aug 30 22:53:35 -0700 2009 Don't need to pass an argument to Array::pop() [isaacs]
file ref-send.js Sun Sep 13 02:49:00 -0700 2009 Migrated from using the promise module to a ref... [kriskowal]
file regexp.js Tue Apr 21 00:46:46 -0700 2009 K7 fixes: * move regexp.js to lib/ * various bo... [tlrobinson]
file sandbox.js Thu Oct 01 18:48:19 -0700 2009 Set up require.async for use in client-side mod... [kriskowal]
file sha.js Tue Sep 22 03:57:42 -0700 2009 added hmac_sha to exports [nevilleburnell]
file sha256.js Sun Aug 09 19:46:53 -0700 2009 DESTROY ALL TABS. DESTROY! [kriskowal]
file struct.js Sun Jul 05 04:00:26 -0700 2009 Ported codecs: md4, md5, sha(1), sha256, crc32,... [kriskowal]
file term.js Fri Oct 02 22:44:29 -0700 2009 Made the test runner runnable as a main module,... [kriskowal]
directory test/ Fri Oct 02 22:44:29 -0700 2009 Made the test runner runnable as a main module,... [kriskowal]
file unload.js Sun Jul 05 01:02:51 -0700 2009 Added documentation for how Narwhal works, and ... [kriskowal]
file uri.js Sun Aug 30 13:41:53 -0700 2009 Refactored URI/URL, deprecating URL, and adding... [kriskowal]
file url.js Sun Aug 30 13:41:53 -0700 2009 Refactored URI/URL, deprecating URL, and adding... [kriskowal]
file utf8.js Sun Jul 05 04:00:26 -0700 2009 Ported codecs: md4, md5, sha(1), sha256, crc32,... [kriskowal]
file util.js Tue Aug 18 21:28:03 -0700 2009 Added a unique value filter to the util module,... [kriskowal]
file uuid.js Thu Oct 29 14:29:46 -0700 2009 uuid module. [tlrobinson]
file xregexp.js Tue Apr 14 00:25:40 -0700 2009 Changed module structure from platform/module t... [kriskowal]