1656 Commits (eafa902632b1dac4a61c4583ddd4c1fbfe089d65)

Author SHA1 Message Date
isaacs 1a2255ab44 Faster fs.readFile and fs.readFileSync 13 years ago
isaacs 9fc7283a40 Fix #3270 Escape url.parse delims 13 years ago
Adam Malcontenti-Wilson 4099d1eeba http: make http.get() accept a URL 13 years ago
Kevin Bowman dfcdd5b8aa fs: add sync open flags 'rs' and 'rs+' 13 years ago
Ben Noordhuis 9ae6d8fee3 http: fix client request.end() EPIPE race 13 years ago
Ben Noordhuis 5f0406534c process: add _getActiveHandles(), _getActiveRequests() 13 years ago
Ben Noordhuis 4ec77e2e28 child_process: rename field _internal to _handle 13 years ago
Ben Noordhuis 9b42d7daaf test: add https + .pfx client/server test 13 years ago
ssuda fb7348ae06 crypto: add PKCS12/PFX support 13 years ago
Andreas Madsen dceebbfa31 child_process: allow sending a net Socket and Server object using child.send 13 years ago
rsolomo d40415912f net: make isIP() return 0 on empty input 13 years ago
Ben Noordhuis bd907174e8 node: delete NODE_CHANNEL_FD from env 13 years ago
Bert Belder a475e62a3e Windows: add test for path.normalize with UNC paths 13 years ago
koichik 5f9ffa17b1 fs: fix ReadStream.pause() emits duplicate data event 13 years ago
isaacs a811a4a130 Fix #3058 querystring: Fix incorrect handling of empty keys 13 years ago
Ben Noordhuis 12fc9fa8a7 test: add failing dgram refcount test 13 years ago
Ben Noordhuis 928d28a7b3 util: make _extend() more robust 13 years ago
Alex Kocharin e85927119c util: handle non-string return value in .inspect() 13 years ago
Ben Noordhuis ee437c0557 zlib: fix error reporting 13 years ago
Bert Belder 0e57aafbb1 Optimize writing strings with Socket.write 13 years ago
Ben Noordhuis e02af94947 test: add failing HTTP client timeout test 13 years ago
isaacs 3d84c3db25 More cluster event consistency 13 years ago
isaacs 1930772693 Move test-fs-largefile into pummel 13 years ago
koichik 40c4beeb57 string_decoder: added support for UTF-16LE 13 years ago
koichik ceb51ddaa1 string_decoder: add support for CESU-8 13 years ago
J. Lee Coltrane a62dd44b20 cluster: worker exit event to match child_process 13 years ago
Brian Schroeder 436a9b69f3 net: signal localAddress bind failure in connect 13 years ago
koichik ebbd4039bc buffer: add UTF-16LE encoding name. 13 years ago
Ben Noordhuis df2c5fa81d fs: fix file descriptor leak in sync functions 13 years ago
Ben Noordhuis 4e290e48b2 fs: fix file descriptor leak in sync functions 13 years ago
Ben Noordhuis 47d6a94656 fs: fix ReadStream / WriteStream double close bug 13 years ago
Fedor Indutny c3898f3c1f debugger: support mirroring Date objects 13 years ago
Yoshihiro Kikuchi ee2291eb0d test: add a child domain explicitly 13 years ago
Fedor Indutny 9f9c333cbc vm: accept only object as arg of .createContext() 13 years ago
Yi, EungJun 4bd54dad33 path: add path.sep to get the path separator. 13 years ago
Shigeki Ohtsu 94f1feeb59 udp: make getsockname() return address family name 13 years ago
Nathan Rajlich 248f552ab4 process: ensure that the "exit" event always has "code" given 13 years ago
Maciej Małecki 77c18d1e1b console: throw when no such label exists in `console.timeEnd` 13 years ago
Nathan Rajlich f405daa922 repl: make tab completion read up the prototype of "global" 13 years ago
Ben Noordhuis a64acd8baa test: cluster: add worker death event test 13 years ago
Ben Noordhuis c56d1559fc test: use the new net.listen(backlog=x) API 13 years ago
Erik Dubbelboer 3d69bbfa87 net, http: add backlog parameter to .listen() 13 years ago
isaacs 963459d736 Domain feature 13 years ago
Nathan Rajlich e621250116 test: lowercase setRawMode() test case filename 13 years ago
Nathan Rajlich c5d35aca33 test: check for multiple "emit" calls in repl-end-emits-exit.js 13 years ago
Nathan Rajlich 9c3559f0ad readline: re-add the Interface#close() method; rename "end" to "close" 13 years ago
ssuda 70005be4ff Fixing ClientRequest setTimeout EventEmitter Leak 13 years ago
Shigeki Ohtsu 0d13142332 tcp: make getsockname() return address family as string 13 years ago
Ben Noordhuis 21d2683976 test: don't make request until server is listening 13 years ago
ssuda 48d52d85c3 http, https: fix .setTimeout() 13 years ago