doc: fix missing periods in url.markdown
[platform/upstream/nodejs.git] / src /
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
2015-02-11 Vladimir Kurchatkinsrc: remove trailing whitespace
2015-02-11 Rod VaggWorking on v1.2.1
2015-02-11 Rod Vagg2015-02-10 io.js v1.2.0 Release v1.2.0
2015-02-09 Glen Keanetracing: add lttng support for tracing on linux
2015-02-05 Trevor Norrisasyncwrap: fix nullptr parent check
2015-02-05 Trevor Norrisasyncwrap: fix constructor condition for early ret
2015-02-05 Fedor Indutnycrypto: clear error on return in TLS methods
2015-02-04 Ben Noordhuissrc: reduce cpu profiler overhead
2015-02-03 Chris DickinsonWorking on v1.1.1
2015-02-03 Chris Dickinson2015-02-03 io.js v1.1.0 Release v1.1.0
2015-02-03 Fedor Indutnyv8abbr: ASCIISTRINGTAG => ONEBYTESTRINGTAG
2015-02-03 Glen Keanedtrace: fix removal of unused probes
2015-02-02 Sam Robertsprocess: fix regression in unlistening signals
2015-02-02 Glen Keanesrc: remove unused dtrace probes
2015-01-31 Bert Belderfs: improve error messages
2015-01-30 Fedor Indutnyutil: use on-stack buffer for Utf8Value
2015-01-30 Fedor Indutnycrypto: use on-stack storage in HashUpdate
2015-01-30 Fedor Indutnystring_bytes: introduce InlineDecoder
2015-01-30 Fedor Indutnynode: speed up ParseEncoding
2015-01-28 Ben Noordhuissrc: set default signal dispositions at start-up
2015-01-28 Ben Noordhuissrc: rework early debug signal handling
2015-01-28 Ben Noordhuissrc: do platform-specific initialization earlier
2015-01-27 Fedor Indutnycrypto: implement privateEncrypt/publicDecrypt
2015-01-27 Saúl Ibarra Corretgéwatchdog: fix timeout for early polling return
2015-01-26 Johan Bergströmversions: add http-parser patchlevel
2015-01-24 Rod VaggWorking on 1.0.5
2015-01-24 Rod Vagg2015-01-24 io.js v1.0.4 Release v1.0.4
2015-01-22 Calvin Metcalflib,src: make pseudoRandomBytes alias randomBytes
2015-01-22 Ben Noordhuissrc: s/node/io.js/ in `iojs --help` message
2015-01-21 Vladimir Kurchatkinv8: optimize `getHeapStatistics`
2015-01-20 Trevor Norrissrc: silence clang warnings
2015-01-20 Cheng Zhaosrc: set node_is_initialized in node::Init
2015-01-20 Ben Noordhuissrc: clean up unused macros in node_file.cc
2015-01-20 Ben Noordhuissrc: rename ASSERT macros in node_crypto.cc
2015-01-20 Ben Noordhuissrc: add ASSERT_EQ style macros
2015-01-20 Rod VaggWorking on 1.0.4
2015-01-20 Rod Vagg2015-01-20 io.js v1.0.3 Release v1.0.3
2015-01-20 toastynerdsrc: fix inconsistency between a check and error
2015-01-18 Ben Noordhuissrc: remove --noharmony_classes again
2015-01-16 Jongyeol Choidoc: change to iojs from node in the usage message
next