summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2015-02-24streams: introduce StreamWrap and JSStreamFedor Indutny
2015-02-24util: handle symbols properly in format()cjihrig
2015-02-22readline: use native `codePointAt`Vladimir Kurchatkin
2015-02-22stream_base: introduce StreamBaseFedor Indutny
2015-02-21fs: add type checking to makeCallback()cjihrig
2015-02-21fs: properly handle fd passed to truncate()Bruno Jouhier
2015-02-20net: make Server.prototype.unref() persistentcjihrig
2015-02-19net: unref timer in parent socketsFedor Indutny
2015-02-19fs: ensure nullCheck() callback is a functioncjihrig
2015-02-16buffer: fix pool offset adjustmentTrevor Norris
2015-02-16tls: more secure defaultsRoman Reiss
2015-02-13url: reslove urls with . and ..Amir Saboury
2015-02-13net: remove use of arguments in Server constructorcjihrig
2015-02-13module: replace NativeModule.requireHerbert Vojčík
2015-02-13net: throw on invalid socket timeoutscjihrig
2015-02-11events: optimize adding and removing of listenersBrian White
2015-02-11events: move slow path to separate function tooBrian White
2015-02-11buffer: expose internals on bindingVladimir Kurchatkin
2015-02-10fs: improve `readFile` performanceVladimir Kurchatkin
2015-02-09tracing: add lttng support for tracing on linuxGlen Keane
2015-02-09events: optimize various functionsBrian White
2015-02-09assert: introduce `deepStrictEqual`Vladimir Kurchatkin
2015-02-07https: simpler argument checkMichaël Zasso
2015-02-07util: simplify `isPrimitive`Vladimir Kurchatkin
2015-02-06dns: allow dns.lookup() to return all addressesRoman Reiss
2015-02-07buffer: don't compare same buffersVladimir Kurchatkin
2015-02-06lib: make debug client connect to 127.0.0.1Ben Noordhuis
2015-02-06assert: don't compare object `prototype` propertyVladimir Kurchatkin
2015-02-05child_process: add debug and error detailsZach Bruggeman
2015-02-04stream: simpler stream constructonSam Newman
2015-02-02http: replace util._extend() with [].slice()Jonathan Ong
2015-02-02crypto: support passwords in publicEncryptCalvin Metcalf
2015-02-02net: check close callback is functionYosuke Furukawa
2015-02-02dgram: check close callback is functionYosuke Furukawa
2015-01-31lib: reduce util.is*() usagecjihrig
2015-01-31assert: use util.inspect() to create error messagescjihrig
2015-01-31lib: fix max size check in Buffer constructorBen Noordhuis
2015-01-31dgram: implicit binds should be exclusiveSam Roberts
2015-01-29http: more descriptive setHeader errorsQasim Zaidi
2015-01-28crypto: remove use of this._readableStateCalvin Metcalf
2015-01-28buffer: implement `iterable` interfaceVladimir Kurchatkin
2015-01-27console: allow Object.prototype fields as labelscjihrig
2015-01-28crypto: implement privateEncrypt/publicDecryptFedor Indutny
2015-01-27fs: fix fd leak in ReadStream.destroy()Alex Kocharin
2015-01-27src: remove excessive license boilerplateAleksey Smolenchuk
2015-01-26child_process: clone spawn options argumentcjihrig
2015-01-25child_process: remove redundant conditionVladimir Kurchatkin
2015-01-24http: don't bother making a copy of the optionsJonathan Ong
2015-01-23lib: move default address logic to `net._listen2`Vladimir Kurchatkin
2015-01-23debugger: don't override module bindingVladimir Kurchatkin