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
2012-04-18lintisaacs
2012-04-18Domain featureisaacs
2012-04-17repl: update the `repl` for the new `readline` behaviorNathan Rajlich
2012-04-17readline: re-add the Interface#close() method; rename "end" to "close"Nathan Rajlich
2012-04-17Fixing ClientRequest setTimeout EventEmitter Leakssuda
2012-04-16tls: remove duplicate linefukayatsu
2012-04-16http, https: fix .setTimeout()ssuda
2012-04-15events: remove misleading commentMaciej MaƂecki
2012-04-15os: add cross platform EOL characterMustansir Golawala
2012-04-13dns: remove unused functionsBen Noordhuis
2012-04-12net: honor 'enable' flag in .setNoDelay()Ben Noordhuis
2012-04-12child_process: emit error when .kill failsAndreas Madsen
2012-04-09fs.WriteStream: Handle modifications to fs.openisaacs
2012-04-07readline: use StringDecoder for decoding "normal" dataNathan Rajlich
2012-04-07repl: make the completer use newlinesNathan Rajlich
2012-04-07readline: buffer data to only emit 'line' on '\n'Nathan Friedly
2012-04-07child_process: Emit err rather than throw for IPC write failureisaacs
2012-04-06docs: grammar and spelling on lib/cluster.jsZachary Scott
2012-04-03Fix #3052 Handle errors properly in zlibisaacs
2012-03-31Revert "tty: add keypress event for backwards-compat"isaacs
2012-03-30cluster: Rename 'death' back to 'exit'isaacs
2012-03-30udp_wrap: use new slab allocatorBen Noordhuis
2012-03-30tty: clarify that tty.setRawMode() has moved to process.stdinNathan Rajlich
2012-03-29tls: reduce memory overhead, reuse bufferYosef Dinerstein
2012-03-29zlib: don't use C++ templatesssuda
2012-03-29tty: show deprecated warn of tty.setRawMode()Shigeki Ohtsu
2012-03-29tty: add keypress event for backwards-compatShigeki Ohtsu
2012-03-29tty, readline: fix style errorsBen Noordhuis
2012-03-29buffer: align fast buffers on 8 byte boundaryBen Noordhuis
2012-03-28repl: don't write a newline on the readline 'end' eventNathan Rajlich
2012-03-28repl: add a 'useColors' option to the replNathan Rajlich
2012-03-28repl: add a 'writer' option to the replNathan Rajlich
2012-03-28repl: ensure that 'repl.ignoreUndefined' is a booleanNathan Rajlich
2012-03-28repl: ensure that 'repl.useGlobal' is a booleanNathan Rajlich
2012-03-28repl: make ^D emit an 'end' event on the readline instanceNathan Rajlich
2012-03-27repl: fix 'terminal' mode autodetection on global replsNathan Rajlich
2012-03-27readline: migrate ansi/vt100 logic from tty to readlineNathan Rajlich
2012-03-26readline: fix for terminals that insert newlines automaticallyAlex Kocharin
2012-03-23tls: fix CryptoStream.setKeepAlive()Shigeki Ohtsu
2012-03-21lint readline.js - single-quotes preferredisaacs
2012-03-21readline: row-agnostic multiline readline implementationAlex Kocharin
2012-03-21Revert "readline: add multiline support"Nathan Rajlich
2012-03-20repl: fix space autocompletion bugAlex Kocharin
2012-03-20No need to have NativeModule.require('fs') in Module._findPath()Shigeki Ohtsu
2012-03-20cluster: English language fixingisaacs
2012-03-20cluster: kill workers when master diesAndreas Madsen
2012-03-20cluster: add graceful disconnect supportAndreas Madsen
2012-03-19child_process: emit 'channel closed' error instead of throwingAndreas Madsen
2012-03-19debugger: breakOnExceptionFedor Indutny
2012-03-19debugger: remove 'repl' command from builtinLibsFedor Indutny