doc: improvements to debugger.markdown copy
[platform/upstream/nodejs.git] / src /
2016-01-19 Martin von Gagernsrc: fix deprecation message for ErrnoException
2016-01-19 Fedor Indutnytls_wrap: inherit from the `AsyncWrap` first
2016-01-19 Yazhong Liunode: remove unused variables in AppendExceptionLine
2016-01-19 cjihrigsrc: fix line numbers on core errors
2016-01-19 Fedor Indutnytls_wrap: slice buffer properly in `ClearOut`
2016-01-19 Rod Vaggnode: s/doNTCallbackX/nextTickCallbackWithXArgs/
2016-01-19 Ben Noordhuissrc: use GetCurrentProcessId() for process.pid
2016-01-19 cjihrigsrc: don't print garbage errors
2016-01-19 yorkiefs,doc: use `target` instead of `destination`
2016-01-19 Stefan Budeanucrypto: disable crypto.createCipher in FIPS mode
2016-01-19 Trevor Norrisasync_wrap: call callback in destructor
2016-01-19 Trevor Norrisasync_wrap: new instances get uid
2016-01-19 Trevor Norrisasync_wrap: allow some hooks to be optional
2016-01-19 Tristian Flanaganmodule: fix column offsets in errors
2015-12-23 James M SnellNow working on v4.2.5
2015-12-23 James M Snell2015-12-23, Version 4.2.4 "Argon" (LTS) Release v4.2.4
2015-12-23 Julien Gillidomains: fix handling of uncaught exceptions
2015-12-23 P.S.V.Rbuffer: let WriteFloatGeneric silently drop values
2015-12-23 Stefan Budeanucrypto: DSA parameter validation in FIPS mode
2015-12-23 Stefan Budeanucrypto: Improve error checking and reporting
2015-12-23 Junliang Yandns: prevent undefined values in results
2015-12-23 Ömer Fadıl UstaAdd missing va_end before return
2015-12-23 Roman Reisssrc: Revert "nix stdin _readableState.reading"
2015-12-04 Rod VaggWorking on v4.2.4
2015-12-03 Rod Vagg2015-12-04, Version 4.2.3 "Argon" (LTS) Release upstream/4.2.3 v4.2.3
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
next