summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Close #2166 Close the fd in lchmodisaacs2011-11-221-2/+23
* buffer: add .read*() and .write*() methods to SlowBuffer prototypeBen Noordhuis2011-11-181-0/+29
* util: remove the line requiring eventsE. Azer Koçulu2011-11-171-3/+0
* tls: make cipher list configurableBen Noordhuis2011-11-171-4/+1
* buffer: fix minimum values for writeInt*() functionsŁukasz Walukiewicz2011-11-161-3/+3
* punycode: Update to v0.1.1.Mathias Bynens2011-11-131-21/+25
* .load, .save and local scope tab completionseebees2011-11-121-1/+152
* timers: remember extra setTimeout() arguments when timeout==0Ben Noordhuis2011-11-121-16/+11
* debugger: correctly handle source with multi-byte charactersShigeki Ohtsu2011-11-111-9/+21
* Fixes #2073. Cluster should be silent.Ryan Dahl2011-11-111-1/+1
* punycode: replace with Mathias Bynens's implementationBen Noordhuis2011-11-111-219/+560
* dont use blue for numbers in util.inspectRyan Dahl2011-11-101-1/+2
* throw from stdout.end and stderr.endIgor Zinkovsky2011-11-101-1/+1
* Remove 'report this bug' message from cluster masterRyan Dahl2011-11-081-1/+0
* Fixes #2047. Fill workers array immediately after forkRyan Dahl2011-11-081-2/+4
* Fixes #2052. Readline get win cols correctlyRyan Dahl2011-11-081-2/+2
* fs: fix fs.realpath on windows to return on errorBenjamin Pasero2011-11-081-1/+1
* fs: make mkdir() call callback if mode is omittedBen Noordhuis2011-11-081-0/+1
* cluster: fix call to undefined functionBen Noordhuis2011-11-081-1/+1
* cluster: Remove eachWorker, workerCountRyan Dahl2011-11-041-10/+1
* new cluster apiRyan Dahl2011-11-042-42/+61
* Close #1930 Convenience methods for zlibMatt Robenolt2011-11-041-0/+72
* debugger: do not request `continue` on connectionFedor Indutny2011-11-041-12/+6
* Implement process._debugProcessBert Belder2011-11-041-1/+1
* Fix line endings and trailing whitespaceBert Belder2011-11-042-3/+3
* url: add '.' '+' and '-' in url protocolJordan Sissel2011-11-041-1/+1
* fs: don't use octal values, not allowed in strict modeBen Noordhuis2011-11-041-6/+12
* stdout and stderr are blocking when referring to regular filesRyan Dahl2011-11-031-0/+61
* Socket.write should reset timeout timer.Ryan Dahl2011-11-031-0/+4
* net: implement Server.prototype.address() for pipesBen Noordhuis2011-11-031-2/+9
* fs: make mkdir() default to 0777 permissionsBen Noordhuis2011-11-031-2/+2
* http: emit Error object after .abort()Ben Noordhuis2011-11-031-3/+3
* ignore undefined messages in the debugger replFedor Indutny2011-11-022-3/+3
* child_process: in a new `ChildProcess` set `killed` to falseMaciej Małecki2011-11-021-0/+1
* Add missing copyright headersRyan Dahl2011-11-021-0/+21
* doc: fix linksMaciej Małecki2011-11-011-1/+1
* windows: enable pending accepts knobIgor Zinkovsky2011-11-011-0/+23
* os: rename getNetworkInterfaces() to networkInterfaces()Ben Noordhuis2011-11-011-1/+11
* tls, https: add passphrase optionkoichik2011-10-312-1/+9
* fix for --harmony_block_scopingkoichik2011-10-313-3/+3
* events: separate maxListeners and _eventsSiddharth Mahendraker2011-10-301-3/+3
* cluster: Add some docs, improve cluster.isWorker()Tj Holowaychuk2011-10-261-8/+2
* node cluster is now a module instead of CLI interfaceRyan Dahl2011-10-261-12/+37
* More bulletproof `util.inspect()` function.Nathan Rajlich2011-10-271-5/+5
* Don't use `instanceof` in lib/util.js "is" checks.Nathan Rajlich2011-10-271-9/+7
* Export the type checking functions from `util.js`.Nathan Rajlich2011-10-271-0/+4
* tls: add address(), remoteAddress/remotePortkoichik2011-10-271-0/+13
* tls: does not emit 'end' from EncryptedStreamkoichik2011-10-271-1/+0
* Directly export the Stream constructor.Nathan Rajlich2011-10-241-1/+3
* Remove resume and pause eventsRyan Dahl2011-10-242-47/+6