test: add test for a unref'ed timer leak
[platform/upstream/nodejs.git] / src /
2015-04-03 Fedor Indutnytimers: do not restart the interval after close
2015-04-03 Ali Ijaz Sheikhsrc: setup cluster workers before preloading
2015-04-03 Aria Stewartdoc,src: remove references to --max-stack-size
2015-04-03 Ben Noordhuissrc: drop homegrown thread pool, use libplatform
2015-04-02 Johan Bergströmsrc: wrap MIN definition in infdef
2015-03-31 Rod VaggWorking on v1.6.4
2015-03-31 Rod Vagg2015-03-31 io.js v1.6.3 Release v1.6.3
2015-03-28 Ben Noordhuissrc: ignore ENOTCONN on shutdown race with child
2015-03-28 Ali Ijaz Sheikhsrc: fix minor memleak in preload-modules
2015-03-27 Petka Antonovtimers: make Timer.close idempotent
2015-03-26 Ben Noordhuissrc: don't lazy-load timer globals
2015-03-25 Fedor Indutnytls_wrap: fix this incredibly stupid leak
2015-03-25 Fedor Indutnytls_wrap: fix BIO leak on SSL error
2015-03-25 Vladimir Kurchatkiniojs: introduce internal modules
2015-03-23 Ben Noordhuissrc: remove unnecessary environment lookups
2015-03-23 Ben Noordhuissrc: make accessors immune to context confusion
2015-03-23 Rod VaggWorking on v1.6.3
2015-03-23 Rod Vagg2015-03-23 io.js v1.6.2 Release v1.6.2
2015-03-22 Ben Noordhuisvm: fix crash on fatal error in debug context
2015-03-22 Fedor Indutnynode: ensure that streams2 won't `.end()` stdin
2015-03-20 Fedor Indutnysrc: reset signal handler to SIG_DFL on FreeBSD
2015-03-20 Rod VaggWorking on v1.6.2
2015-03-20 Rod Vagg2015-03-20 io.js v1.6.1 Release v1.6.1
2015-03-19 Ben Noordhuissmalloc: don't mix malloc() and new char[]
2015-03-19 Chris DickinsonWorking on v1.6.1
2015-03-19 Chris Dickinson2015-03-19 io.js v1.6.0 Release v1.6.0
2015-03-19 Thorsten Lorenzbuffer: removing duplicate code
2015-03-19 Ali Ijaz Sheikhsrc: add -r/--require flags for preloading modules
2015-03-19 Ben Noordhuissrc: don't error at startup when cwd doesn't exist
2015-03-18 Ben Noordhuissrc: fix crypto bio integer wraparound on 32 bits
2015-03-16 Julien Gillimake: remove node_dtrace from cpplint excludes
2015-03-16 Ben Noordhuislib: remove broken NODE_MODULE_CONTEXTS feature
2015-03-16 Ben Noordhuissrc: use Number::New() for heapTotal/heapUsed
2015-03-16 Ben Noordhuissrc: don't create js string twice on error
2015-03-15 Fedor Indutnytls: re-enable `.writev()` on TLSWrap
2015-03-14 Fedor Indutnytls: fix leak on `DoWrite()` errors
2015-03-13 Chris Dickinsonsrc: revert -r/--require flags
2015-03-13 Ali Ijaz Sheikhsrc: add -r/--require flags for preloading modules
2015-03-13 Shigeki Ohtsucrypto: add deprecated ValiCert CA for cross cert
2015-03-12 Fedor Indutnysrc: do not leak handles on debug and exit
2015-03-09 Fedor Indutnytls_wrap: proxy handle methods in prototype
2015-03-09 Rod VaggWorking on v1.5.2
2015-03-09 Rod Vagg2015-03-09 io.js v1.5.1 Release v1.5.1
2015-03-08 Fedor Indutnynode_crypto_bio: adjust external memory size
2015-03-07 Fedor Indutnystream_base: WriteWrap::New/::Dispose
2015-03-07 Fedor Indutnytls: do not leak WriteWrap objects
2015-03-07 Ben Noordhuissrc: fix memory leak in fs.writeSync error path
2015-03-07 Ben Noordhuissrc: fix mismatched delete[] in src/node_file.cc
2015-03-07 Fedor Indutnycrypto: fix leak in SafeX509ExtPrint
2015-03-06 Ben Noordhuissrc: add missing Context::Scope
2015-03-06 Rod VaggWorking on v1.5.1
2015-03-06 Rod Vagg2015-03-06 io.js v1.5.0 Release v1.5.0
2015-03-06 Fedor Indutnytls_wrap: do not hold persistent ref to parent
2015-03-06 Fedor Indutnyjs_stream: fix leak of instances
2015-03-06 Fedor Indutnystream_wrap: add HandleScope's in uv callbacks
2015-03-05 Ben Noordhuissrc: fix ucs-2 buffer encoding regression
2015-03-05 Ben Noordhuissrc: fix external string length calculation
2015-03-05 Ben Noordhuissrc: rename confusingly named local variable
2015-03-05 Ben Noordhuissrc: simplify node::Utf8Value()
2015-03-05 Ben Noordhuissrc: remove NODE_INVALID_UTF8 environment variable
2015-03-05 Ben Noordhuissrc: fix gc heuristic for external twobyte strings
2015-03-05 Ben Noordhuissrc: remove unused code
2015-03-05 Petka Antonovsrc: extract node env init out of process init
2015-03-05 Ben Noordhuissrc: fix -Wempty-body compiler warnings
2015-03-05 Fedor Indutnytty: do not add `shutdown` method to handle
2015-03-05 cjihrignet: allow port 0 in connect()
2015-03-04 Trevor Norrisbuffer: add indexOf() method
2015-03-04 Ben Noordhuissrc: fix compiler warning in smalloc.cc
2015-03-04 Vladimir Kurchatkinsmalloc: export constants from C++
2015-03-04 Vladimir Kurchatkinsmalloc: validate arguments in js
2015-03-03 Trevor Norrisnode: improve performance of nextTick
2015-03-03 Rod VaggWorking on v1.4.4
2015-03-03 Rod Vagg2015-03-02 io.js v1.4.3 Release v1.4.3
2015-03-02 Ben Noordhuissrc: fix --without-ssl build
2015-02-28 Fedor Indutnystream_base: `.writev()` has limited support
2015-02-28 Rod VaggWorking on v1.4.3
2015-02-28 Rod Vagg2015-02-28 io.js v1.4.2 Release v1.4.2
2015-02-28 Russell Dempseyinstall: new performance counters provider guid
2015-02-27 Pavel Medvedevsrc: add check for already defined macro NOMINMAX
2015-02-26 Rod VaggWorking on v1.4.2
2015-02-26 Rod Vagg2015-02-26 io.js v1.4.1 Release v1.4.1
2015-02-26 Evan Lucassrc: fix intermittent SIGSEGV in resolveTxt
2015-02-25 Chris Dickinsonsrc: fix domains + --abort-on-uncaught-exception
2015-02-25 Fedor Indutnystream_base: remove static JSMethod declarations
2015-02-25 Petka Antonovnode: implement unhandled rejection tracking
2015-02-24 Fedor Indutnystreams: introduce StreamWrap and JSStream
2015-02-22 Fedor Indutnystream_base: introduce StreamBase
2015-02-20 Trevor Norrissmalloc: extend user API
2015-02-20 Rod VaggWorking on v1.3.0
2015-02-20 Rod Vagg2015-02-20 io.js v1.3.0 Release v1.3.0
2015-02-18 Ben Noordhuissrc: ensure that file descriptors 0-2 are valid
2015-02-18 Ben Noordhuissrc: fix typo in error message
2015-02-17 Ben Noordhuissrc: fix add-on builds, partially revert 8aed9d66
2015-02-11 Ben Noordhuissrc: reduce AsyncWrap memory footprint
2015-02-11 Ben Noordhuissrc: remove obsoleted queue.h header
2015-02-11 Ben Noordhuissrc: switch from QUEUE to intrusive list
2015-02-11 Ben Noordhuissrc: add typesafe intrusive list
2015-02-11 Vladimir Kurchatkinbuffer: expose internals on binding
2015-02-11 Vladimir Kurchatkinsrc: cleanup `Isolate::GetCurrent()`
2015-02-11 Shigeki Ohtsucrypto: fix to check ext method for shared lib
next