test tls: make tests use new `tls.connect` API
[platform/upstream/nodejs.git] / lib /
2012-01-08 Maciej Małeckihttps: make `https` use new `tls.connect` API
2012-01-08 Maciej Małeckitls: make `tls.connect` accept port and host in `options`
2012-01-05 Ben Noordhuischild_process: add isolates support
2012-01-05 Emerson Macedofs: add appendFile() and appendFileSync() functions
2012-01-05 Andreas Madsentypos
2012-01-05 Andreas Madsencluster improvements: Worker class and isolate internal...
2012-01-02 Ben NoordhuisMerge remote-tracking branch 'origin/v0.6'
2011-12-31 isaacsFix #2034 repl message for .clear when useGlobal=true
2011-12-29 Ryan DahlMerge remote branch 'origin/isolates2'
2011-12-29 Ben Noordhuisnet: defer net.Server 'close' event to next tick
2011-12-29 Damon Oehlmanrepl: fix repl.start not passing the `ignoreUndefined...
2011-12-29 Ben NoordhuisMerge branch 'isolates2'
2011-12-29 Ben NoordhuisMerge branch 'v0.6'
2011-12-29 Ryan DahlAdd isolate version of test-child-process-fork
2011-12-29 Ben NoordhuisMerge remote-tracking branch 'origin/v0.6'
2011-12-28 koichiknet: fix Socket.pause null reference when called on...
2011-12-28 Ryan DahlAdd isolate version of test-child-process-fork
2011-12-27 koichikhttp: fix XMLHttpRequest piped in a writable file strea...
2011-12-27 koichiktls: fix test-https-client-reject fails
2011-12-26 koichikhttp: Avoid 'data'/'end' events after pause()
2011-12-26 koichikhttp: fix resource leak
2011-12-24 Ryan DahlAdd deprecation message for http.Client
2011-12-23 Ryan DahlMerge remote branch 'origin/v0.6'
2011-12-22 Phil Sungbuffer: don't pollute global namespace in buffer.readInt*
2011-12-22 Ju-yeong Parknet: raise exception when the socket is closed
2011-12-22 Ben Noordhuistimers: fix performance regression
2011-12-21 Ryan DahlMerge remote branch 'origin/v0.6'
2011-12-21 koichiktls: Fix node swallows openssl error on request
2011-12-21 Ben Noordhuistls: remove duplicate assignment
2011-12-20 Bert BelderRemove unnecessary statement
2011-12-19 James Hartigtimers: remove _idleTimeout from item in .unenroll()
2011-12-19 Maciej Małeckiassert: test `RegExp`'s properties when checking for...
2011-12-19 Pedro Teixeiraassert: .deepEqual() support for RegExp objects
2011-12-19 Fedor Indutnydebugger: Request backtrace w/o refs, see #1745
2011-12-19 Andreas MadsenRemove debug console.log and optimize object copy
2011-12-19 Andreas MadsenAdd env argument to cluster.fork
2011-12-19 Fedor Indutnybreak on exception
2011-12-19 Fedor Indutnyuse inlineRefs, as it's already impl
2011-12-19 Fedor Indutnypass noRefs as arguments
2011-12-19 Fedor Indutnypause command
2011-12-19 Fedor Indutnyallow setBreakpoint(line)
2011-12-19 Fedor Indutnypreserve cursor pos
2011-12-19 Fedor Indutnyrequest backtrace w/o refs, see #1745
2011-12-19 Nathan Rajlichmodule: Set the error.code to 'MODULE_NOT_FOUND' when...
2011-12-18 Avi Flaxutil: output Dates with Date.toString not Date.toUTCString
2011-12-18 Yoshihiro Kikuchitimers: fix memory leak in setTimeout
2011-12-18 Ben Noordhuischild_process: make .send() throw if message is undefined
2011-12-17 Andreas MadsenAdd silent option to child_process.fork
2011-12-16 Ryan DahlMerge remote branch 'origin/v0.6'
2011-12-16 Andreas Madsenjslint
2011-12-16 Igor Zinkovskydocument mode argument for fs.symlink
2011-12-14 Ben Noordhuisutil: add internal function _deprecationWarning()
2011-12-13 Ben Noordhuisfs: handle fractional or NaN ReadStream buffer size
2011-12-12 Ben Noordhuisnet: check status code in afterWrite
2011-12-07 koichiktls: enable rejectUnauthorized option to client
2011-12-07 Ryan DahlMerge remote branch 'origin/v0.6'
2011-12-06 Ryan DahlMerge remote branch 'origin/v0.6'
2011-12-06 isaacsApply #2257 fix for Pipe streams as well as TTYs
2011-12-06 Fedor Indutny[zlib] added dictionary support
2011-12-06 isaacsFix #2257 pause/resume semantics for stdin
2011-12-06 isaacss/NPM/npm/
2011-12-04 Ryan DahlRemove superfluous 'new'
2011-12-02 Ben NoordhuisMerge branch 'v0.6'
2011-12-01 Igor Zinkovskybinding for uv_pipe_pending_instances
2011-12-01 Ben Noordhuisnet: don't emit 'close' event twice
2011-11-30 Mathias Bynenspunycode: Update to v0.2.1
2011-11-30 Nathan Rajlichutil: ensure that the .inspect function isn't the one...
2011-11-29 Ben Noordhuissys: print stack trace if NODE_DEBUG=sys
2011-11-29 seebeesOutgoingMessage.prototype.write does not take Array
2011-11-28 Thomas Shinnickchild_process: fix order of args to errnoException()
2011-11-27 koichiktls: fix https with fs.openReadStream hangs
2011-11-25 Bert BelderMerge branch 'v0.6'
2011-11-25 Author: Igor ZinkovskyEnable long paths on windows
2011-11-24 Bert BelderDgram: correctly report recvmsg errors
2011-11-24 Bert BelderWindows: correctly resolve drive-relative paths
2011-11-22 isaacsClose #2166 Close the fd in lchmod
2011-11-22 Ryan DahlMerge remote branch 'origin/v0.6'
2011-11-22 Felix GeisendörferRemove support for multi-source pipe()
2011-11-18 Ben Noordhuisbuffer: add .read*() and .write*() methods to SlowBuffe...
2011-11-17 E. Azer Koçuluutil: remove the line requiring events
2011-11-17 Ben NoordhuisMerge remote branch 'origin/v0.6'
2011-11-17 E. Azer Koçuluutil: remove the line requiring events
2011-11-16 Ben Noordhuistls: make cipher list configurable
2011-11-16 Łukasz Walukiewiczbuffer: fix minimum values for writeInt*() functions
2011-11-16 Łukasz Walukiewiczbuffer: fix minimum values for writeInt*() functions
2011-11-13 Mathias Bynenspunycode: Update to v0.1.1.
2011-11-12 seebees.load, .save and local scope tab completion
2011-11-12 Ben Noordhuistimers: remember extra setTimeout() arguments when...
2011-11-11 Shigeki Ohtsudebugger: correctly handle source with multi-byte chara...
2011-11-11 Ryan DahlFixes #2073. Cluster should be silent.
2011-11-11 Ben Noordhuispunycode: replace with Mathias Bynens's implementation
2011-11-11 Ryan Dahldont use blue for numbers in util.inspect
2011-11-10 Igor Zinkovskythrow from stdout.end and stderr.end
2011-11-09 Ryan DahlRemove 'report this bug' message from cluster master
2011-11-09 Ryan DahlFixes #2047. Fill workers array immediately after fork
2011-11-08 Ryan DahlFixes #2052. Readline get win cols correctly
2011-11-08 Benjamin Paserofs: fix fs.realpath on windows to return on error
2011-11-08 Ben Noordhuisfs: make mkdir() call callback if mode is omitted
2011-11-08 Ben Noordhuiscluster: fix call to undefined function
2011-11-04 Ryan Dahlcluster: Remove eachWorker, workerCount
next