doc: add TC meeting 2015-04-15 minutes
[platform/upstream/nodejs.git] / lib /
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
2015-03-09 Fedor Indutnyhttp_client: ensure empty socket on error
2015-03-08 Jeremiah Senkpielfs: fix .write() not coercing non-string values
2015-03-08 Alex Kocharinurl: remove redundant assignment in url.parse
2015-03-06 Fedor Indutnytls_wrap: do not hold persistent ref to parent
2015-03-05 Christian Tellneshttp: send Content-Length when possible
2015-03-05 Ben Noordhuislib: avoid .toLowerCase() call in Buffer#write()
2015-03-05 Ben Noordhuislib: hand-optimize Buffer constructor
2015-03-05 cjihrignet: allow port 0 in connect()
2015-03-05 Chris Dickinsonbuffer: reword Buffer.concat error message
2015-03-05 Jonathan Ongfs: remove unnecessary usage of .hasOwnProperty()
2015-03-05 Brian Whiteevents: optimize listener array cloning
2015-03-04 Trevor Norrisbuffer: add indexOf() method
2015-03-04 Christian Tellnesurl: throw for invalid values to url.format
2015-03-04 Ruben Verborghtimer: Improve performance of callbacks
2015-03-04 Vladimir Kurchatkinsmalloc: export constants from C++
2015-03-04 Vladimir Kurchatkinsmalloc: validate arguments in js
2015-03-04 Brendan Ashworthhttp: optimize outgoing requests
2015-03-03 Fedor Indutnytls: accept empty `net.Socket`s
2015-02-28 Fedor Indutnytls: proxy `handle.reading` back to parent handle
2015-02-28 Fedor Indutnytls: fix typo `handle._reading` => `handle.reading`
2015-02-28 Christian Tellneshttp: don't confuse automatic headers for others
2015-02-25 Evan Lucashttp: emit abort event from ClientRequest
2015-02-24 Fedor Indutnystreams: introduce StreamWrap and JSStream
2015-02-24 cjihrigutil: handle symbols properly in format()
2015-02-23 Vladimir Kurchatkinreadline: use native `codePointAt`
2015-02-22 Fedor Indutnystream_base: introduce StreamBase
2015-02-21 cjihrigfs: add type checking to makeCallback()
2015-02-21 Bruno Jouhierfs: properly handle fd passed to truncate()
2015-02-21 cjihrignet: make Server.prototype.unref() persistent
2015-02-19 Fedor Indutnynet: unref timer in parent sockets
2015-02-19 cjihrigfs: ensure nullCheck() callback is a function
2015-02-16 Trevor Norrisbuffer: fix pool offset adjustment
2015-02-16 Roman Reisstls: more secure defaults
2015-02-13 Amir Sabouryurl: reslove urls with . and ..
2015-02-13 cjihrignet: remove use of arguments in Server constructor
2015-02-13 Herbert Vojčíkmodule: replace NativeModule.require
2015-02-13 cjihrignet: throw on invalid socket timeouts
2015-02-11 Brian Whiteevents: optimize adding and removing of listeners
2015-02-11 Brian Whiteevents: move slow path to separate function too
2015-02-11 Vladimir Kurchatkinbuffer: expose internals on binding
2015-02-10 Vladimir Kurchatkinfs: improve `readFile` performance
2015-02-09 Glen Keanetracing: add lttng support for tracing on linux
2015-02-09 Brian Whiteevents: optimize various functions
2015-02-09 Vladimir Kurchatkinassert: introduce `deepStrictEqual`
2015-02-07 Michaël Zassohttps: simpler argument check
2015-02-07 Vladimir Kurchatkinutil: simplify `isPrimitive`
2015-02-06 Roman Reissdns: allow dns.lookup() to return all addresses
next