6987 Commits (e1bdde05c7ebbfdaad6cf51e67e69754a232751f)
 

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