Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2011-08-24Use Object.getPrototypeOf() on the object in the REPL tab-completion.Nathan Rajlich
2011-08-24net_legacy: Fix throw typoRyan Dahl
2011-08-23dns: Force the DNS module to invoke callbacks asynchronously.koichik
2011-08-23net_uv: throw when people construct net.Socket(fd)Ryan Dahl
2011-08-23net_uv: Don't error on ECONNRESETRyan Dahl
2011-08-23net_uv: handle read errorsRyan Dahl
2011-08-23Fixes #1531Mikeal Rogers
2011-08-18Fix #1546 some more. Remove expensive debug call.Ben Noordhuis
2011-08-18Merge remote branch 'origin/v0.4'Ryan Dahl
2011-08-18Fixes #1546. Remove expensive debug call.Ryan Dahl
2011-08-16http: improve compatibility of legacy APIkoichik
2011-08-16Remove http.cat. fixes #1447Mikeal Rogers
2011-08-15util: isRegExp() should not call toString() on its argumentNathan Rajlich
2011-08-14path.js: correct three harmless .length typosThomas Shinnick
2011-08-12crypto: PBKDF2 function from OpenSSLGlen Low
2011-08-12Incorporate endianness into buffer.read* function names instead of passing in...Brian White
2011-08-12net: defer DNS lookup error events to next tickBen Noordhuis
2011-08-12net: defer DNS lookup error events to next tickBen Noordhuis
2011-08-12net_uv: resume on closed net.Socket shouldn't crashRyan Dahl
2011-08-12Fix #1497 querystring: Replace 'in' test with 'hasOwnProperty'isaacs
2011-08-12Fix #1497 querystring: Replace 'in' test with 'hasOwnProperty'isaacs
2011-08-12http: destroy socket on errorBen Noordhuis
2011-08-11net_uv: pipes don't have getsocknameRyan Dahl
2011-08-11net: properly export remoteAddress to user landBen Noordhuis
2011-08-11tcp: propagate libuv tcp accept() errors to net_uv.jsBen Noordhuis
2011-08-11net_uv: Handle failed shutdown reqRyan Dahl
2011-08-11net_uv: fix test/simple/test-pipe-file-to-http.jsRyan Dahl
2011-08-10Add NPN and SNI documentation.Fedor Indutny
2011-08-10Improve assert error messagesRyan Dahl
2011-08-09Make buffer.INSPECT_MAX_BYTES public for mscdexRyan Dahl
2011-08-09Truncate Buffer.inspect at 50 bytesRyan Dahl
2011-08-09Fix test-http-upgrade-server and test-http-parserRyan Dahl
2011-08-09Endian argument should be a boolean. Signed integers shouldn't run through ch...Robert Mustacchi
2011-08-08http2: reword confusing commentBen Noordhuis
2011-08-08Improve util.format() compatibility with browser.koichik
2011-08-08Fixes https host header default port handling.Mikeal Rogers
2011-08-06Child processes: support windowsVerbatimArguments optionBert Belder
2011-08-04child process: don't send signal if process is already terminatedBen Noordhuis
2011-08-04net_uv: add listenFD shim that throws when calledBen Noordhuis
2011-08-04child process: bind to libuv's kill process APIBen Noordhuis
2011-08-04module: strip byte order marker when loading *.js and *.json filesBen Noordhuis
2011-08-02Merge branch 'v0.4'Ryan Dahl
2011-08-02win: fix test-child-process-exec-cwdRyan Dahl
2011-08-02child_process_uv: fix test-child-process-stdin and -ipcRyan Dahl
2011-08-01Remove debug codeRyan Dahl
2011-08-01child_process_uv: Handle spawn errorsRyan Dahl
2011-08-01child_process_uv: fix test/simple/test-child-process-envRyan Dahl
2011-08-01child_process_uv: add exec, fix simple/test-child-process-exec-cwdRyan Dahl
2011-08-01Forgot to add child_process_uv.jsRyan Dahl
2011-08-01initial pass at lib/child_process_uv.jsRyan Dahl