Working on v4.2.3
[platform/upstream/nodejs.git] / src /
2015-11-03 James M SnellWorking on v4.2.3
2015-11-03 James M Snell2015-11-03, Version 4.2.2 "Argon" (LTS) Release v4.2.2
2015-10-29 Evan Lucassrc: wrap source before doing syntax check
2015-10-29 Ben Noordhuissrc: fix race condition in debug signal on exit
2015-10-29 Brian Whitesrc: fix exception message encoding on Windows
2015-10-29 Ben Noordhuisbuffer: don't CHECK on zero-sized realloc
2015-10-29 Fedor Indutnyhttp: fix stalled pipeline bug
2015-10-13 James M SnellWorking on v4.2.2
2015-10-13 James M Snell2015-10-13, Version 4.2.1 'Argon' (LTS) Release upstream/4.2.1 v4.2.1
2015-10-13 Fedor Indutnybuffer: fix assertion error in WeakCallback
2015-10-12 James M SnellWorking on v4.2.1
2015-10-12 James M Snell2015-10-12, Version 4.2.0 'Argon' (LTS) Release v4.2.0
2015-10-12 Rod Vaggsrc: add process.release.lts property
2015-10-10 Karl Skomskisrc: convert BE-utf16-string to LE before search
2015-10-09 Karl Skomskisrc: fix u-a-free if uv returns err in ASYNC_CALL
2015-10-08 Trevor Norrisjs_stream: prevent abort if isalive doesn't exist
2015-10-08 Karl Skomskisrc: replace naive search in Buffer::IndexOf
2015-10-08 Trevor Norrisasync_wrap: correctly pass parent to init callback
2015-10-08 Fedor Indutnybuffer: FreeCallback should be tied to ArrayBuffer
2015-10-08 Trevor Norrisbuffer: only check if instance is Uint8Array
2015-10-08 Evan Lucasutil: fix for inspecting promises
2015-10-08 Evan Lucasutil: correctly inspect Map/Set Iterators
2015-10-08 Jeremy Whitlocksrc: fix --abort-on-uncaught-exception
2015-10-08 Dave Eddynode: add -c|--check CLI arg to syntax check script
2015-10-08 Evan Lucassrc: add process.versions.icu
2015-10-05 Rod VaggWorking on v4.1.3
2015-10-05 Rod Vagg2015-10-05, Version 4.1.2 (Stable) Release v4.1.2
2015-10-05 Fedor Indutnystream_wrap: support empty `TryWrite`s
2015-10-05 Fedor Indutnyhttp: fix out-of-order 'finish' bug in pipelining
2015-10-02 Fedor Indutnycrypto: enable FIPS only when configured with it
2015-10-02 Trevor Norrisasync_wrap: ensure all objects have internal field
2015-10-02 Trevor Norrisasync_wrap: update providers and add test
2015-10-02 Oguz Bastemurcontextify: use CHECK instead of `if`
2015-10-02 João Reisbuild,win: fix node.exe resource version
2015-09-30 Ben Noordhuissrc: internalize binding function property names
2015-09-30 Ben Noordhuissrc: internalize per-isolate string properties
2015-09-30 Cheng Zhaosrc: include signal.h in util.h
2015-09-30 Sakthipriyan Vairamanisrc: fix function and variable names in comments
2015-09-30 Johanncrypto: add more keylen sanity checks in pbkdf2
2015-09-23 Rod VaggWorking on v4.1.2
2015-09-22 Rod Vagg2015-09-22, Version 4.1.1 (Stable) Release v4.1.1
2015-09-22 Sakthipriyan Vairamanilib,src: remove usage of events.EventEmitter
2015-09-20 Fedor Indutnyhttp_parser: do not dealloc during kOnExecute
2015-09-20 Evan Lucassrc: honor --abort_on_uncaught_exception flag
2015-09-20 Evan Lucassrc: Add ABORT macro
2015-09-17 Jeremiah SenkpielWorking on v4.1.1
2015-09-17 Jeremiah Senkpiel2015-09-17, Version 4.1.0 (Stable) Release v4.1.0
2015-09-16 Trevor Norrissrc: null env_ field from constructor
2015-09-16 Trevor Norrisbuffer: always allocate typed arrays outside heap
2015-09-16 Trevor Norrisbuffer: construct Uint8Array in JS
2015-09-16 Karl Skomskisrc: use subarray() in Buffer#slice() for speedup
2015-09-15 Michael Dawsonbuild: Updates to enable AIX support
2015-09-15 Ron Korvingfs: implemented WriteStream#writev
2015-09-15 Roman Klaukesrc: use ZCtxt as a source for v8::Isolates
2015-09-15 Oleksandr Chekhovskyisrc: fix v8::CpuProfiler idle sampling
2015-09-11 Fedor Indutnybindings: close after reading module struct
2015-09-08 Rod VaggWorking on 4.0.1
2015-09-08 Rod Vagg2015-09-08, Version 4.0.0 (Stable) Release v4.0.0
2015-09-08 Rod Vaggsrc: s/ia32/x86 for process.release.libUrl for win
2015-09-08 Ben Noordhuiscrypto: replace rwlocks with simple mutexes
2015-09-06 Roman Reissdoc: update environment vars in manpage and --help
2015-09-06 Karl Skomskisrc: use standard conform snprintf on windows
2015-09-06 Karl Skomskisrc: fix buffer overflow for long exception lines
2015-09-06 Michaël Zassosrc: re-enable fast math on arm
2015-09-06 Ali Ijaz Sheikhsrc: enable vector ics on arm again
2015-09-06 Michaël Zassosrc: replace usage of v8::Handle with v8::Local
2015-09-06 Ben Noordhuissrc: enable v8 deprecation warnings and fix them
2015-09-06 Fedor Indutnycontextify: ignore getters during initialization
2015-09-06 Ali Ijaz Sheikhsrc: apply debug force load fixups from 41e63fb
2015-09-06 Karl Skomskibuild: add --enable-asan with builtin leakcheck
2015-09-06 Karl Skomskisrc: fix memory leak in ExternString
2015-09-02 Evan Lucassrc: only set v8 flags if argc > 1
2015-09-02 Karl Skomskisrc: only memcmp if length > 0 in Buffer::Compare
2015-08-27 Ben NoordhuisRevert "lib,src: add unix socket getsockname/getpeername"
2015-08-27 Ben Noordhuislib,src: add unix socket getsockname/getpeername
2015-08-27 Ben Noordhuissrc: DRY getsockname/getpeername code
2015-08-27 Сковорода Никита... crypto: Use OPENSSL_cleanse to shred the data.
2015-08-26 Fedor Indutnyhttp_parser: consume StreamBase instance
2015-08-26 Fedor Indutnyenv: introduce `KickNextTick`
2015-08-26 Jeremiah Senkpielsrc: missing Exception::Error in node_http_parser
2015-08-23 cjihrigprocess: make process.release.name "node"
2015-08-23 Frederic Hembergerinstaller: fix installers for node.js rename
2015-08-23 cjihrignode: rename from io.js to node
2015-08-23 Minwoo Jungdoc: fix comments in tls_wrap.cc and _http_client.js
2015-08-23 James M Snelltls: add --tls-cipher-list command line switch
2015-08-22 Roman Klaukefs: replace bad_args macro with concrete error msg
2015-08-21 Fedor Indutnystring_bytes: fix unaligned write in UCS2
2015-08-21 Evan Lucassrc: improve startup time
2015-08-21 Karl Skomskicrypto: fix mem {de}allocation in ExportChallenge
2015-08-20 Jacob Edelmandoc: fix spelling mistake in node.js comment
2015-08-20 Fedor Indutnystream_base: various improvements
2015-08-19 Sakthipriyan Vairamanievents: deprecate static listenerCount function
2015-08-18 Karl Skomskisrc: better error message on failed Buffer malloc
2015-08-18 P.S.V.Rcrypto: check for OpenSSL errors when signing
2015-08-18 Fedor Indutnytls: fix throughput issues after incorrect merge
2015-08-17 Karl Skomskicrypto: fix memory leak in PBKDF2Request
2015-08-17 Karl Skomskicrypto: fix memory leak in ECDH::SetPrivateKey
2015-08-17 Karl Skomskicrypto: fix memory leak in PublicKeyCipher::Cipher
2015-08-17 Karl Skomskicrypto: fix memory leak in SafeX509ExtPrint
2015-08-17 Karl Skomskicrypto: fix memory leak in SetDHParam
next