summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* http: replace util._extend() with [].slice()Jonathan Ong2015-02-021-1/+1
* crypto: support passwords in publicEncryptCalvin Metcalf2015-02-021-1/+2
* net: check close callback is functionYosuke Furukawa2015-02-021-1/+1
* dgram: check close callback is functionYosuke Furukawa2015-02-021-1/+1
* lib: reduce util.is*() usagecjihrig2015-01-3137-445/+451
* assert: use util.inspect() to create error messagescjihrig2015-01-311-15/+2
* lib: fix max size check in Buffer constructorBen Noordhuis2015-01-311-3/+7
* dgram: implicit binds should be exclusiveSam Roberts2015-01-311-1/+1
* http: more descriptive setHeader errorsQasim Zaidi2015-01-291-4/+4
* crypto: remove use of this._readableStateCalvin Metcalf2015-01-281-2/+1
* buffer: implement `iterable` interfaceVladimir Kurchatkin2015-01-281-0/+77
* console: allow Object.prototype fields as labelscjihrig2015-01-271-3/+3
* crypto: implement privateEncrypt/publicDecryptFedor Indutny2015-01-281-11/+23
* fs: fix fd leak in ReadStream.destroy()Alex Kocharin2015-01-271-3/+1
* src: remove excessive license boilerplateAleksey Smolenchuk2015-01-271-21/+0
* child_process: clone spawn options argumentcjihrig2015-01-261-0/+1
* child_process: remove redundant conditionVladimir Kurchatkin2015-01-251-2/+1
* http: don't bother making a copy of the optionsJonathan Ong2015-01-241-2/+0
* lib: move default address logic to `net._listen2`Vladimir Kurchatkin2015-01-231-4/+22
* debugger: don't override module bindingVladimir Kurchatkin2015-01-231-3/+3
* stream: use nop as write() callback if omittedcjihrig2015-01-231-1/+3
* lib,src: make pseudoRandomBytes alias randomBytesCalvin Metcalf2015-01-221-6/+2
* fs: make fs.access() flags read onlyJackson Tian2015-01-211-10/+8
* lib: use const to define constantscjihrig2015-01-2148-416/+403
* v8: optimize `getHeapStatistics`Vladimir Kurchatkin2015-01-211-1/+25
* lib: fix TypeError with EventEmitter#on() abuseBen Noordhuis2015-01-201-5/+8
* fs: define constants with constcjihrig2015-01-201-15/+15
* fs: add error code on null byte pathscjihrig2015-01-191-0/+1
* net: fix error details in connect()cjihrig2015-01-191-5/+5
* cluster: avoid race enabling debugger in workerTimothy J Fontaine2015-01-191-1/+1
* repl: make REPL support multiline template literalsXiaowei Li2015-01-191-6/+21
* doc: change to iojs from node in the usage messageJongyeol Choi2015-01-161-1/+1
* src: fix jslint errorsYosuke Furukawa2015-01-156-84/+84
* _debug_agent: use `readableObjectMode` optionVladimir Kurchatkin2015-01-151-2/+3
* dns: remove AI_V4MAPPED hint flag on FreeBSDFedor Indutny2015-01-131-0/+5
* sys: Mark as deprecatedWyatt Preul2015-01-131-1/+9
* http: optimize on_headers_completeBert Belder2015-01-131-25/+22
* Remove excessive copyright/license boilerplateisaacs2015-01-1248-1012/+0
* fs: undeprecate exists() and existsSync()cjihrig2015-01-121-4/+4
* assert: throw when block is not a functioncjihrig2015-01-121-0/+4
* lib: make --debug-port work with clusterBen Noordhuis2015-01-121-1/+1
* Revert "url: support `path` for url.format"Ben Noordhuis2015-01-121-26/+5
* url: fix parsing of ssh urlsEvan Lucas2015-01-121-3/+2
* net: remove TODO for moving isIP to dnsEvan Lucas2015-01-111-2/+0
* fs: use ES6 octal literals for modeVladimir Kurchatkin2015-01-111-21/+18
* Revert "dgram: implicit binds should be exclusive"Ben Noordhuis2015-01-101-1/+1
* dgram: implicit binds should be exclusiveSam Roberts2015-01-101-1/+1
* cluster: cluster.disconnect() should check statusSam Roberts2015-01-101-1/+2
* cluster: don't assume all workers bind same portsSam Roberts2015-01-101-1/+1
* src: zlib: revert concatenated-stream changesChris Dickinson2015-01-091-8/+1