11184 Commits (2034137385e8b77cf09a379efb0700f67b57e658)
 

Author SHA1 Message Date
Bert Belder 41c9daa143 build: fix incorrect set in vcbuild.bat 10 years ago
Fedor Indutny 07c066724c buffer: align chunks on 8-byte boundary 10 years ago
Ben Noordhuis d33a647b4b doc: make tools/update-authors.sh cross-platform 10 years ago
skenqbx 8453fbc879 https: don't overwrite servername option 10 years ago
Ben Noordhuis 60dac07b06 doc: add Malte-Thorben Bruns to .mailmap 10 years ago
Ben Noordhuis 480b48244f lib: allow server.listen({ port: "1234" }) 10 years ago
skenqbx 80e14d736e doc: move checkServerIdentity option to tls.connect() 10 years ago
Ryuichi Okumura 684a5878b6 doc: fix missing periods in url.markdown 10 years ago
Fedor Indutny 8431fc53f1 tls_wrap: proxy handle methods in prototype 10 years ago
Trevor Norris 8070b1ff99 buffer: Don't assign .parent if none exists 10 years ago
Rod Vagg e795138d55 Working on v1.5.2 10 years ago
Rod Vagg f19e9b6a76 2015-03-09 io.js v1.5.1 Release 10 years ago
Rudi Cilibrasi 030a92347d benchmark: chunky http client benchmark variation 10 years ago
Fedor Indutny 1a3ca8223e http_client: ensure empty socket on error 10 years ago
Fedor Indutny 8670613d2d node_crypto_bio: adjust external memory size 10 years ago
Yazhong Liu f8c893dd39 doc: fix confusion markdown in util.markdown 10 years ago
Jeremiah Senkpiel cf565b5516 fs: fix .write() not coercing non-string values 10 years ago
Alex Kocharin 4bd3620382 url: remove redundant assignment in url.parse 10 years ago
Fedor Indutny fe36076c78 stream_base: WriteWrap::New/::Dispose 10 years ago
Fedor Indutny 7f4c95e160 tls: do not leak WriteWrap objects 10 years ago
Brendan Ashworth e763220f66 doc: update clang version prerequisite 10 years ago
Ben Noordhuis 528d8786ff src: fix memory leak in fs.writeSync error path 10 years ago
Ben Noordhuis 648fc63cd1 src: fix mismatched delete[] in src/node_file.cc 10 years ago
Evan Lucas 0f7c8ebeea doc: replace article "an" with "a" in net docs 10 years ago
Fedor Indutny 3b57819b58 crypto: fix leak in SafeX509ExtPrint 10 years ago
Ben Noordhuis 9f7c9811e2 src: add missing Context::Scope 10 years ago
Rod Vagg 71f069772e Working on v1.5.1 10 years ago
Rod Vagg 25a7fc8ffb 2015-03-06 io.js v1.5.0 Release 10 years ago
cjihrig dee07e2983 deps: make node-gyp work with io.js 10 years ago
Forrest L Norvell fe14802fb7 deps: upgrade npm to 2.7.0 10 years ago
Fedor Indutny c09c90c1a9 tls_wrap: do not hold persistent ref to parent 10 years ago
Fedor Indutny dccb69a21a js_stream: fix leak of instances 10 years ago
Fedor Indutny 583a868bcd stream_wrap: add HandleScope's in uv callbacks 10 years ago
Brian White b27931b0fe benchmark: fix `wrk` check 10 years ago
Johan Bergström 37bb1df7c4 build: remove mdb from io.js 10 years ago
Christian Tellnes 4874182065 http: send Content-Length when possible 10 years ago
Ben Noordhuis 1640dedb3b src: fix ucs-2 buffer encoding regression 10 years ago
Ben Noordhuis 2eda2d6096 src: fix external string length calculation 10 years ago
Ben Noordhuis e2fb733a95 test: simplify parallel/test-stringbytes-external 10 years ago
Ben Noordhuis 4aea16f214 src: rename confusingly named local variable 10 years ago
Ben Noordhuis c9ee654290 src: simplify node::Utf8Value() 10 years ago
Ben Noordhuis 364cc7e08a src: remove NODE_INVALID_UTF8 environment variable 10 years ago
Ben Noordhuis 826cde8661 src: fix gc heuristic for external twobyte strings 10 years ago
Ben Noordhuis f5b7e18243 src: remove unused code 10 years ago
Petka Antonov 4ae64b2626 src: extract node env init out of process init 10 years ago
Ben Noordhuis 7b554b1a8f test: don't spawn child processes in domain test 10 years ago
Ben Noordhuis b150c9839e src: fix -Wempty-body compiler warnings 10 years ago
Ben Noordhuis 726671cb0e build: add basic mips/mipsel support 10 years ago
Ben Noordhuis 4ddd6406ce lib: avoid .toLowerCase() call in Buffer#write() 10 years ago
Ben Noordhuis bbf54a554a lib: hand-optimize Buffer constructor 10 years ago