6691 Commits (c383befd257f451a12ccd4454784941f1bb9c41a)
 

Author SHA1 Message Date
isaacs c383befd25 npm: Upgrade to 1.1.43 12 years ago
isaacs d6b78d0e37 domain: Fix stack leak on error 12 years ago
Mike Morearty 19aa05fab8 doc: fix bug in child_process.spawn() sample code 12 years ago
Bert Belder 23dc099299 benchmark: add single process tls connection benchmark 12 years ago
George Shank 8721667a2f doc: update 'Fork me at Github' ribbon 13 years ago
isaacs ef1b7dd3d7 build: Move npm shebang logic into an npm script 12 years ago
isaacs 9d4362403c npm: upgrade to 1.1.41 12 years ago
Ben Noordhuis acbfc40888 build: fix add-on loading on freebsd 12 years ago
Nathan Rajlich 713b9249e1 Revert "events: don't delete the listeners array in removeListener()" 12 years ago
Ben Noordhuis 3a6314dbe1 net: fix net.Server.listen({fd:x}) error reporting 12 years ago
Ben Noordhuis 5d97d72753 net: fix bogus errno reporting 12 years ago
Ben Noordhuis c6bb361b84 build: partially fix configure on ARM 12 years ago
Ben Noordhuis 202df30aab build: disable unsafe optimizations 12 years ago
Bert Belder d2e40f66cc Merge branch 'v0.6' into v0.8 12 years ago
isaacs b6e916db58 Now working on 0.6.21 12 years ago
Philipp Hagemeister 1d99441d37 tools: fix shebang in tools/doc/generate.js 12 years ago
Ben Noordhuis b40f813bab build: fix spurious mksnapshot crashes for good 12 years ago
isaacs bf561c52a5 Blog post for v0.6.20 12 years ago
isaacs 952e513379 2012.07.10 Version 0.6.20 (maintenance) 12 years ago
isaacs 17061d981e .gitignore: Don't ignore node_modules (breaks npm) 12 years ago
isaacs ae5a209b11 npm: Upgrade to 1.1.37 12 years ago
isaacs fecebe1dbf build: Regenerate docs for tarball and releases 12 years ago
Ivan Torres 8146f2e607 doc: clarify fs.symlink and fs.symlinkSync parameters 12 years ago
isaacs 71078f91ed Now working on 0.8.3 12 years ago
isaacs a4da6300c8 v0.8.2 blog post 12 years ago
isaacs 9547ee90db Merge branch 'v0.8.2-release' into v0.8 12 years ago
Toshihiro Nakamura 6530310ed5 domain: Remove first arg from intercepted fn 12 years ago
Bert Belder 2a8380ce57 Update AUTHORS 12 years ago
Bert Belder f4369d76c8 Add a .mailmap file, and clean up AUTHORS somewhat 12 years ago
Justin Plock fba1e48fae doc: cluster: worker.pid is now worker.process.pid 12 years ago
Ben Noordhuis 63c2391984 test: make test-fs-watch-file write to tmp dir 12 years ago
Ben Noordhuis 5b5362aa8d fs: make unwatchFile() remove a specific listener 12 years ago
isaacs bf539f9bfd zlib: Call inflateEnd for UNZIP. Fixes memory leak. 12 years ago
Nathan Rajlich d3d83d7b90 process: throw a TypeError when anything but an Array is passed to hrtime() 12 years ago
Ben Noordhuis 26f1bc8e8c crypto: fix DecipherUpdate() memory leak 12 years ago
isaacs cc6084b9ac 2012.07.09, Version 0.8.2 (Stable) 12 years ago
isaacs c4e9226bdb Fix test-require-json on Windows 12 years ago
Bert Belder 1c1ad9bcf4 v8: reapply floating patches 13 years ago
isaacs 5b5c8b6005 v8: Upgrade to 3.11.10.14 12 years ago
Bert Belder 3e5139fd2f Fix the Windows build 12 years ago
Bert Belder c6843f40c8 gitignore: ignore .svn directories 12 years ago
isaacs c49888bd84 Now working on 0.8.2 12 years ago
isaacs 59a40fc8ed npm: Upgrade to 1.1.36 12 years ago
isaacs 559a98f0d7 doc: Formatting and grammar on stream api doc 12 years ago
Dominic Tarr 7accaeb490 correct documentation of Stream#destroy 12 years ago
Nathan Rajlich 8a9e8d60d2 readline: don't use Function#call() 12 years ago
Jonas Westerlund 2297d638c1 Forgotten commit: add arguments to handleGroup 12 years ago
Jonas Westerlund a9b0bcfafe Assign to property of global, instead of implicit global variable 12 years ago
Jonas Westerlund c7bc4cacde Use unicode escape sequences instead of octal 12 years ago
Jonas Westerlund 4cfdc57712 Inline timeout function, avoiding declaration in conditional 12 years ago