fs: set encoding on fs.createWriteStream
[platform/upstream/nodejs.git] / lib /
2015-06-02 Yosuke Furukawafs: set encoding on fs.createWriteStream
2015-05-31 Michaël Zassohttp: revert deprecation of client property
2015-05-30 Ali Ijaz Sheikhsrc: fix module search path for preload modules
2015-05-29 Vladimir Kurchatkinhttp: flush stored header
2015-05-28 Evan Lucaschild_process: expose ChildProcess constructor
2015-05-27 Ben Noordhuislib: speed up require(), phase 2
2015-05-27 Ben Noordhuislib: speed up require(), phase 1
2015-05-25 Brian Whitelib: simplify nextTick() usage
2015-05-25 Brian Whitehttp: simplify code and remove unused properties
2015-05-23 Roman Reissnet: return this from setNoDelay and setKeepAlive
2015-05-23 Roman Reissnet,dgram: return this from ref and unref methods
2015-05-22 Brendan Ashworthbuffer: optimize Buffer.byteLength
2015-05-22 Malte-Thorben Brunstls: emit errors happening before handshake finish
2015-05-22 Fedor Indutnytls: use `.destroy(err)` instead of destroy+emit
2015-05-20 Сковорода Никита... util: speed up common case of formatting string
2015-05-19 Evan Lucasnet: persist net.Socket options before connect
2015-05-17 Yazhong Liurepl: remove unnecessary check for globals
2015-05-17 Yazhong Liurepl: support non-array `.scope`, document it
2015-05-16 Shigeki Ohtsutls: fix tls handshake check in ssl error
2015-05-16 Evan Lucashttp,net,tls: return this from setTimeout methods
2015-05-13 cjihrigos: refine tmpdir() trailing slash stripping
2015-05-12 Evan Lucasevents: provide better error message for unhandled...
2015-05-11 Mike MacCanatls: update default ciphers to use gcm and aes128
2015-05-10 Yosuke Furukawadgram: call send callback asynchronously
2015-05-10 Alex Kocharinreadline: turn emitKeys into a streaming parser
2015-05-09 Yosuke Furukawalib: fix eslint styles
2015-05-08 Oleg Elifantievcluster: disconnect event not emitted correctly
2015-05-04 Chris Dickinsonrepl: fix for a+ fd clearing the file on read
2015-05-04 Chris Dickinsonrepl: fix _debugger by properly proxying repl
2015-05-04 Сковорода Никита... tls_wrap: Unlink TLSWrap and SecureContext objects
2015-05-04 Rod VaggRevert "url: significantly improve the performance...
2015-05-04 Rod VaggRevert "url: delete href cache on all setter code paths"
2015-05-04 Rod VaggRevert "url: fix treatment of some values as non-empty"
2015-05-03 Petka Antonovurl: fix treatment of some values as non-empty
2015-05-03 Petka Antonovurl: delete href cache on all setter code paths
2015-05-03 Fedor Indutnynet: ensure Write/ShutdownWrap references handle
2015-05-02 Roman Reissrepl: fix persistent history and env variable name
2015-05-02 Petka Antonovurl: significantly improve the performance of the url...
2015-05-02 Fedor Indutnyrepl: do not save history for non-terminal repl
2015-05-02 Jeremiah SenkpielMerge branch 'v1.x'
2015-05-01 Fedor Indutnytls: use `SSL_set_cert_cb` for async SNI/OCSP
2015-05-01 Chris Dickinsonrepl: add mode detection, cli persistent history
2015-04-30 Fedor Indutnytls: destroy singleUse context immediately
2015-04-30 Fedor Indutnytls: zero SSL_CTX freelist for a singleUse socket
2015-04-30 Fedor Indutnytls: destroy SSL once it is out of use
2015-04-29 Ben Noordhuislib: deprecate the smalloc module
2015-04-28 Christian Tellnesos: remove trailing slash from os.tmpdir()
2015-04-28 Brian Whitestring_decoder: don't cache Buffer.isEncoding
2015-04-26 Christopher Monsantoutil: add Map and Set inspection support
2015-04-24 Evan Lucasnet: add lookup option to Socket.prototype.connect
2015-04-24 Evan Lucasnet: cleanup connect logic
2015-04-23 Jackson Tianbuffer: little improve for Buffer.concat method
2015-04-23 Chris Yipmodule: remove '' from Module.globalPaths
2015-04-23 Guilherme Souzatls_wrap: use localhost if options.host is empty
2015-04-21 Chris DickinsonMerge v1.8.1.
2015-04-18 Brendan AshworthRevert "http: don't bother making a copy of the options"
2015-04-17 Roman Reissmodule: fix style
2015-04-17 fengmk2http: logically respect maxSockets
2015-04-16 Jackson Tiannet: add fd into listen2 debug info
2015-04-16 Yazhong Liustream: remove duplicated expression
2015-04-16 Roman Reissmodule: handle NODE_PATH in require('.')
2015-04-16 Jackson Tianbuffer: fast-case for empty string in byteLength
2015-04-15 Trevor Norrisnode: allow multiple arguments passed to nextTick
2015-04-10 Alex Kocharinreadline: fix calling constructor without new
2015-04-09 Brendan Ashworthlib: reduce process.binding() calls
2015-04-07 Jackson Tianzlib: make constants keep readonly
2015-04-04 Jeffrey Jagodaurl: fix resolving from non-file to file URLs.
2015-04-03 Fedor Indutnytimers: remove redundant code
2015-04-03 Fedor Indutnytimers: do not restart the interval after close
2015-04-03 Julien Gillitimers: don't close interval timers when unrefd
2015-04-03 Trevor Norristimers: fix unref() memory leak
2015-03-31 Brian Whitelib: remove unused variables
2015-03-27 Brendan Ashworthstreams: use strict on _stream_wrap
2015-03-27 Jackson Tiandebugger: don't spawn child process in remote mode
2015-03-26 Jeremiah Senkpieltimers: cleanup interval handling
2015-03-26 Roman Reisstimers: assure setTimeout callback only runs once
2015-03-25 Vladimir Kurchatkiniojs: introduce internal modules
2015-03-25 Brian Whitestring_decoder: optimize write()
2015-03-25 Olov Lassusfs: fix corruption in writeFile and writeFileSync
2015-03-24 Mayhemlib: add missing `new` for errors lib/*.js
2015-03-24 Alex Yurshaassert: simplify logic of testing buffer equality
2015-03-23 Connor Peetutil: Check input to util.inherits
2015-03-20 Ben Noordhuislib: don't penalize setInterval() common case
2015-03-20 Ben Noordhuislib: don't penalize setTimeout() common case
2015-03-20 Michaël Zassomodule: allow require('.')
2015-03-20 Jeremiah Senkpielquerystring: fix broken stringifyPrimitive
2015-03-20 Jeremiah Senkpielquerystring: parse numbers correctly
2015-03-20 cjihrigpath: reduce type checking on some methods
2015-03-19 Ben Noordhuislib: don't error in repl when cwd doesn't exist
2015-03-16 Yosuke Furukawahttp: add flushHeaders and deprecate flush
2015-03-16 James Hartignet: use cached peername to resolve remote fields
2015-03-16 Ben Noordhuislib: remove broken NODE_MODULE_CONTEXTS feature
2015-03-16 cjihrigpath: add type checking for path inputs
2015-03-16 Brian Whitequerystring: optimize parse and stringify
2015-03-12 Santiago Gimenofs: use stat.st_size only to read regular files
2015-03-11 Fedor Indutnybuffer: align chunks on 8-byte boundary
2015-03-11 skenqbxhttps: don't overwrite servername option
2015-03-10 Ben Noordhuislib: allow server.listen({ port: "1234" })
2015-03-09 Fedor Indutnytls_wrap: proxy handle methods in prototype
2015-03-09 Trevor Norrisbuffer: Don't assign .parent if none exists
next