8441 Commits (2a8c5ddc468670498b98231ea5c2464fd7e5c858)
 

Author SHA1 Message Date
isaacs 01e2920219 http: Don't try to destroy nonexistent sockets 12 years ago
isaacs 1d794ec43e test: fix dgram-bind-default-address on osx 12 years ago
isaacs 4bf1d1007f crypto: LazyTransform on properties, not methods 12 years ago
mscdex c4379a5554 src: fix potential memory leak on early return 12 years ago
mscdex 2322580dfb src: don't initialize variable before assignment 12 years ago
isaacs 0b04abcb10 blog: v0.11.1 does not work on windows x64 12 years ago
isaacs 223f22a30d blog: Post about 0.11.1 12 years ago
isaacs 56e90dacb3 blog: Post about 0.10.4 12 years ago
Sean Silva 63466e5cae doc: document value of `this` inside listeners 12 years ago
Ryan Doenges 6101eb184d assert: put info in err.message, not err.name 12 years ago
Ben Noordhuis a835a2fc47 website: add link to nightlies on download page 12 years ago
Trevor Norris 659fb238e7 crypto: fix return Local Handle w/o scope.Close() 12 years ago
Ben Noordhuis 92023b4b37 dgram: fix no address bind() 12 years ago
Ben Noordhuis 2e70ddad9d test: make stdout-close-unref work in test runner 12 years ago
Kelly Gerber 36503b523d docs: update path.join() example for v0.10 12 years ago
Ryan Graham b02b93b2a2 doc: note a gotcha with http.Server sockets 12 years ago
Ben Noordhuis ccd37226c6 handle_wrap: fix NULL pointer dereference 12 years ago
Stanislav Ochotnicky 7592615aaa test: preserve process.env after test-init exec 12 years ago
Stanislav Ochotnicky 47198af55a test: preserve process.env in forked child_process 12 years ago
Ben Noordhuis d58ee7e5c7 os: unbreak windows build 12 years ago
Ben Noordhuis afbaddecd3 os: handle 256 character hostnames 12 years ago
Ben Noordhuis 78c5de598b os: fix unlikely buffer overflow in os.type() 12 years ago
isaacs 8ee43006b8 build: Typo in tools/msvs/msi/product.wxs 12 years ago
isaacs b0de1e4a41 stream: Fix unshift() race conditions 12 years ago
isaacs 440bc060b9 Now working on v0.10.5 12 years ago
isaacs bf8ed11825 Merge branch 'v0.10.4-release' into v0.10 12 years ago
isaacs 22c7d134e2 lint 12 years ago
isaacs 50be39792a blog: Fix title for v0.8.23 release 12 years ago
isaacs 9712aa9f76 2013.04.11, Version 0.10.4 (Stable) 12 years ago
isaacs 1ccae9cb1b npm: Upgrade to 1.2.18 12 years ago
isaacs e5fdc4d6f1 uv: Upgrade to v0.10.4 12 years ago
Ben Noordhuis 212eb8a52e child_process: fix O(n*m) scan of cmd string 12 years ago
Ben Noordhuis dbbfbe74ca cluster: fix O(n*m) scan of cmd string 12 years ago
Ben Noordhuis cd96f0aba8 src: don't SetInternalField() in ObjectWrap dtor 12 years ago
Ben Noordhuis 0d5595ac60 Revert "crypto: use better memory BIO implementation" 12 years ago
Fedor Indutny c665b8e9ba net: fix socket.bytesWritten Buffers support 12 years ago
Ben Noordhuis eeb4c3216d crypto: remove unused ClientHelloParser field 12 years ago
isaacs 67096fdb38 blog: Post for v0.8.23 12 years ago
Łukasz Walukiewicz 2e28832660 buffer: fix offset checks 12 years ago
isaacs c93af860a0 stream: call write cb before finish event 12 years ago
isaacs e4b716efaa http: Support write(data, 'hex') 12 years ago
Fedor Indutny 037bcac7ba crypto: dh secret should be left-padded 12 years ago
Rod Vagg ccabd4a6fa process: expose NODE_MODULE_VERSION in process.versions 12 years ago
Fedor Indutny 21f3c5c367 crypto: move write_head in bio's Reset() method 12 years ago
Fedor Indutny ba0f7b8066 crypto: fix changing buffers in bio 12 years ago
Fedor Indutny 8c8ebe49b6 crypto: fix style issues in bio 12 years ago
Andreas Madsen fed8cff1d0 crypto: fix constructor call in crypto streams 12 years ago
Fedor Indutny ff32ecd5bf net: account encoding in .byteLength 12 years ago
Ben Noordhuis e8c01739cd doc: document linux pwrite() bug 12 years ago
Fedor Indutny eb39c9854a net: fix buffer iteration in bytesWritten 12 years ago