11122 Commits (030a92347d18eb92a4aab392c8c09a53f0cdee4d)
 

Author SHA1 Message Date
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
Fedor Indutny 3446ff417b tty: do not add `shutdown` method to handle 10 years ago
cjihrig 9d2b89d06c net: allow port 0 in connect() 10 years ago
Chris Dickinson 31421afe89 buffer: reword Buffer.concat error message 10 years ago
Bert Belder abd3ecfbd1 win,test: fix test-stdin-from-file 10 years ago
Jonathan Ong 4d0329ebeb fs: remove unnecessary usage of .hasOwnProperty() 10 years ago
Ken Perkins b72fa03057 test: adds a test for undefined value in setHeader 10 years ago
Johan Bergström 2b79052494 benchmark: check for wrk ahead of running benchmarks 10 years ago
Johan Bergström a45d4f8fd6 build: remove tools/wrk from the tree 10 years ago
Brian White 555a7c48cf events: optimize listener array cloning 10 years ago
Johan Bergström 563771d8b1 test: split parts out of host-headers test into its own test 10 years ago
Johan Bergström 671fbd5a9d test: refactor all tests that depends on crypto 10 years ago
Johan Bergström c7ad320472 test: check for openssl cli and provide path if it exists 10 years ago