doc: add TC meeting 2015-04-01 minutes
[platform/upstream/nodejs.git] / lib /
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
2015-02-06 Vladimir Kurchatkinbuffer: don't compare same buffers
2015-02-06 Ben Noordhuislib: make debug client connect to 127.0.0.1
2015-02-06 Vladimir Kurchatkinassert: don't compare object `prototype` property
2015-02-05 Zach Bruggemanchild_process: add debug and error details
2015-02-05 Sam Newmanstream: simpler stream constructon
2015-02-02 Jonathan Onghttp: replace util._extend() with [].slice()
2015-02-02 Calvin Metcalfcrypto: support passwords in publicEncrypt
2015-02-02 Yosuke Furukawanet: check close callback is function
2015-02-02 Yosuke Furukawadgram: check close callback is function
2015-02-01 cjihriglib: reduce util.is*() usage
2015-01-31 cjihrigassert: use util.inspect() to create error messages
2015-01-31 Ben Noordhuislib: fix max size check in Buffer constructor
2015-01-30 Sam Robertsdgram: implicit binds should be exclusive
2015-01-30 Qasim Zaidihttp: more descriptive setHeader errors
2015-01-28 Calvin Metcalfcrypto: remove use of this._readableState
2015-01-28 Vladimir Kurchatkinbuffer: implement `iterable` interface
2015-01-27 cjihrigconsole: allow Object.prototype fields as labels
2015-01-27 Fedor Indutnycrypto: implement privateEncrypt/publicDecrypt
next