summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump version to v0.6.4v0.6.4Ben Noordhuis2011-12-023-10/+10
* Fix UVException errno bugBert Belder2011-12-021-1/+1
* Exclude getbuf from the windows buildBert Belder2011-12-021-0/+2
* Win: make process.cwd and chdir support non-ansi charactersBert Belder2011-12-022-11/+27
* Rename FSError to UVException and move to node.ccBert Belder2011-12-023-87/+88
* npm 1.1.0-alpha-6isaacs2011-12-0195-97/+99
* binding for uv_pipe_pending_instancesIgor Zinkovsky2011-12-013-2/+36
* upgrade libuv to 60630dab0fIgor Zinkovsky2011-12-014-5/+41
* Upgrade libuv to 9c064fbBert Belder2011-12-0131-49/+246
* fs: fix typo in function namesBen Noordhuis2011-12-011-2/+2
* Remove duplicate npmrc fileisaacs2011-12-011-1/+0
* npm msi changesIgor Zinkovsky2011-12-012-3/+30
* Re #2207 Add default npmrc for MSI installisaacs2011-12-011-0/+1
* npm 1.1.0-alpha-5isaacs2011-12-01253-968/+724
* Revert "build: compile with -D__DARWIN_64_BIT_INO_T on OS X"Ben Noordhuis2011-12-011-5/+0
* cli: add -p switch, print result of --evalBen Noordhuis2011-12-013-3/+28
* net: don't emit 'close' event twiceBen Noordhuis2011-12-012-1/+46
* build: add --without-npm flag to configure scriptBen Noordhuis2011-11-301-1/+11
* Docs template: HTML cleanupMathias Bynens2011-11-301-7/+5
* punycode: Update to v0.2.1Mathias Bynens2011-11-301-98/+48
* util: ensure that the .inspect function isn't the one being executedNathan Rajlich2011-11-302-1/+5
* fixed problem with rss memory reporting incorrect number over 4 gigsRuss Bradberry2011-11-301-1/+1
* node_crypto: use EVP_Cipher*_ex methods, not 'obsolete' versionsIngmar Runge2011-11-302-21/+84
* sys: print stack trace if NODE_DEBUG=sysBen Noordhuis2011-11-291-1/+4
* Upgrade libuv to fce90652ed38ab0925131ed141972354a494933bBert Belder2011-11-292-30/+20
* OutgoingMessage.prototype.write does not take Arrayseebees2011-11-292-3/+66
* doc: add note about NODE_MODULE module_name requirementRoman Shtylman2011-11-281-0/+3
* child_process: fix order of args to errnoException()Thomas Shinnick2011-11-281-1/+1
* docs: add rel="canonical" link to latest API docsBen Noordhuis2011-11-282-0/+2
* modules: fix error message for native add-ons without entry pointsBen Noordhuis2011-11-271-3/+8
* Remove npm's .gitignore, add generated docsisaacs2011-11-27218-15/+23739
* docs: fix faviconTim Oxley2011-11-272-0/+0
* tls: fix https with fs.openReadStream hangskoichik2011-11-272-2/+101
* test: update an expired certificatekoichik2011-11-271-6/+6
* docs: fix typokyle@dontkry.com2011-11-277-13/+13
* Now working on v0.6.4Bert Belder2011-11-251-2/+2
* Bump version to v0.6.3v0.6.3Bert Belder2011-11-254-12/+38
* Strip trailing whitespace in changelogBert Belder2011-11-251-9/+9
* Make the pummel test runner not crash on windows when a directory is lockedBert Belder2011-11-251-3/+9
* Upgrade libuv to 01f64f6Bert Belder2011-11-253-6/+5
* Fs: use strncmp instead of memcmp for comparing stringsBert Belder2011-11-251-2/+2
* Enable long paths on windowsAuthor: Igor Zinkovsky2011-11-255-42/+173
* update libuv to cfa4112950b1f897fda7Igor Zinkovsky2011-11-241-1/+23
* Fix test-stdin-from-fileBert Belder2011-11-251-4/+0
* Upgrade libuv to 3a50f8fBert Belder2011-11-251-6/+10
* Fix issues with test-fs-chmodBert Belder2011-11-251-12/+13
* Upgrade libuv to 45b976aBert Belder2011-11-251-0/+1
* test: better fs.lchmod() availability checkBen Noordhuis2011-11-251-1/+1
* Upgrade libuv to ea63f06Bert Belder2011-11-245-14/+37
* Add test for GH-2177Bert Belder2011-11-241-0/+81