cluster: fix premature 'disconnect' event
[platform/upstream/nodejs.git] / src /
2013-10-14 Ben Noordhuiscares_wrap: remove superfluous 'this' keyword
2013-10-11 Trevor Norrislint: fix a cpplint error
2013-10-11 Trevor Norrisbuffer: add buf.toArrayBuffer() API
2013-10-11 Trevor Norrisbuffer: check data is not null
2013-10-08 Dave Pachecodtrace, mdb_v8: support more string, frame types
2013-10-08 Ben Noordhuiszlib: fix write request reference counting
2013-10-03 Ben Noordhuissrc: fix up after botched merge conflict
2013-10-03 Ben Noordhuissrc: add JS start/stop methods for idle notifier
2013-10-03 Ben Noordhuissrc: only start idle notifier when profiling
2013-10-03 Ben Noordhuissrc: notify V8 profiler when we're idle
2013-10-03 Ben Noordhuissrc: raise maximum file descriptor limit
2013-09-25 Ben Noordhuissrc: remove ObjectWrap dependency from core
2013-09-24 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2013-09-24 Timothy J FontaineNow working on 0.10.20
2013-09-24 Timothy J FontaineMerge branch 'v0.10.19-release' into v0.10
2013-09-24 Timothy J Fontaine2013.09.24, Version 0.10.19 (Stable) v0.10.19
2013-09-24 Fedor Indutnytls: wrap tls inside tls using legacy API
2013-09-23 Ben Noordhuissrc: fix v8 PRNG entropy seeding
2013-09-20 Ben Noordhuissrc: seed V8's random number generator at startup
2013-09-20 Ben Noordhuisdns: fix c-ares error reporting regression
2013-09-20 Ben Noordhuissrc: initialize c-ares task list on env init
2013-09-14 Fedor Indutnycontextify: fix ContextifyContext leak
2013-09-12 Fedor Indutnycontextify: dealloc only after global and sandbox
2013-09-07 isaacsMerge remote-tracking branch 'ry/v0.10'
2013-09-07 isaacsprocess: use exit 1 for uncaughtException
2013-09-07 isaacsprocess: Fix regression from a5dba82
2013-09-07 isaacsprocess: Use exit code 8 consistently
2013-09-06 isaacsprocess: Add exitCode property
2013-09-06 Ben Noordhuissrc: fix multi-base class ObjectWrap::Unwrap<T>()
2013-09-06 Ben Noordhuissrc: add multi-context support
2013-09-06 isaacsMerge remote-tracking branch 'ry/v0.10'
2013-09-05 Trevor Norrishandle_wrap: properly don't abort on unwrap
2013-09-05 Ben Noordhuissrc: fix solaris 10 build error
2013-09-05 Fedor Indutnytls: socket.renegotiate(options, callback)
2013-09-04 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2013-09-04 Timothy J FontaineNow working on 0.11.8
2013-09-04 Timothy J FontaineMerge branch 'v0.11.7-release'
2013-09-04 Timothy J Fontaine2013.08.21, Version 0.11.7 (Unstable) v0.11.7
2013-09-04 Timothy J FontaineNow working on 0.10.19
2013-09-04 Timothy J FontaineMerge branch 'v0.10.18-release' into v0.10
2013-09-04 Timothy J Fontaine2013.09.04, Version 0.10.18 (Stable) v0.10.18
2013-09-04 Ben Noordhuisuv: upgrade to v0.11.13
2013-09-03 Trevor Norrisstring_bytes: use extern for length and write utf8
2013-09-03 isaacsprocess: Add internal _rawDebug() method
2013-09-03 isaacssrc: Remove outdated comment re assert()
2013-09-02 Ben Noordhuisuv: upgrade to v0.11.12
2013-09-02 Ben Noordhuissrc: clean up CLI argument parser
2013-09-01 isaacsMerge remote-tracking branch 'ry/v0.10'
2013-08-31 isaacsMerge remote-tracking branch 'ry/v0.10'
2013-08-30 Ben NoordhuisRevert "src: call uv_loop_delete() on exit in debug...
2013-08-30 Ben NoordhuisRevert "src: close libuv handles on exit"
2013-08-30 Ben Noordhuissrc: close libuv handles on exit
2013-08-29 Ben Noordhuissrc: remove unused Persistent<FunctionTemplate>
2013-08-29 Ben Noordhuiscrypto: remove NodeBIO::GetMethod()
2013-08-29 Ben Noordhuiscrypto: make root_cert_store variable extern
2013-08-29 Ben Noordhuiscrypto: remove misleading comment
2013-08-29 Ben Noordhuiscrypto: make error buffer non-static
2013-08-29 Domenic Denicolavm: update API to use options argument
2013-08-28 Bert Belderpipe_wrap: squelch integer type conversion warning
2013-08-28 Timothy J Fontainetimer_wrap: Timer.now always update loop time
2013-08-28 isaacsMerge remote-tracking branch 'ry/v0.10'
2013-08-28 Ben Noordhuiscrypto: make randomBytes/pbkdf2 cbs domain aware
2013-08-28 Domenic Denicolavm: add isContext; prevent double-contextifying
2013-08-28 Domenic Denicolavm: use MakeWeak to fix leaking contexts
2013-08-28 Domenic Denicolavm: rip out ObjectWrap from ContextifyContext
2013-08-27 isaacsfs: Expose birthtime on stat objects
2013-08-27 Ben Noordhuissrc: remove two pointless globals from node.cc
2013-08-27 Ben Noordhuissrc: call uv_loop_delete() on exit in debug mode
2013-08-27 Ben Noordhuissrc: remove --max-stack-size option
2013-08-27 Ben Noordhuiscares_wrap: drop UV_HANDLE_FIELDS from ares_task_t
2013-08-26 Ben Noordhuissrc: fix up unused/unordered imports
2013-08-26 Trevor Norrisbuffer: add NativeBuffer API
2013-08-26 Ben Noordhuissrc: remove pointless node_os.h header file
2013-08-25 Bert Belderprocess_wrap: don't coerce process exit code to int32_t
2013-08-23 Trevor Norrisdomain: move error handling directly into instance
2013-08-23 Bert Belderprocess_wrap: update after libuv api change
2013-08-23 Ben Noordhuisvm: fix Persistent<Context> leak
2013-08-23 Ben Noordhuisvm: remove unnecessary Persistent<FunctionTemplate>
2013-08-22 isaacsvm: Put back display_errors flag
2013-08-21 Timothy J FontaineNow working on 0.10.18
2013-08-21 Timothy J FontaineMerge branch 'v0.10.17-release' into v0.10
2013-08-21 Domenic Denicolavm, core, module: re-do vm to fix known issues
2013-08-21 Timothy J Fontaine2013.08.21, Version 0.10.17 (Stable) v0.10.17
2013-08-21 Timothy J FontaineNow working on 0.11.7
2013-08-21 Timothy J FontaineMerge branch 'v0.11.6-release'
2013-08-21 Timothy J Fontaine2013.08.21, Version 0.11.6 (Unstable) v0.11.6
2013-08-21 isaacsMerge remote-tracking branch 'ry/v0.10'
2013-08-20 Trevor Norrissmalloc: consistent-ify syntax
2013-08-20 Trevor Norrissmalloc: length is byte size, not array length
2013-08-20 Trevor Norrissmalloc: expose ExternalArraySize
2013-08-19 Matthew Aynalemfixes #6031 spelling errors
2013-08-19 isaacsMerge remote-tracking branch 'ry/v0.10'
2013-08-19 Trevor Norrisbuffer: lint
2013-08-19 Fedor Indutnycrypto: don't touch ssl_ in Connection
2013-08-19 Fedor Indutnytls, crypto: deduplicate code
2013-08-19 Ben Noordhuissrc: move includes inside include guard
2013-08-17 isaacsMerge remote-tracking branch 'ry/v0.10'
2013-08-16 isaacsNow working on v0.10.17
2013-08-16 isaacsMerge branch 'v0.10.16-release' into v0.10
2013-08-16 Trevor Norrisbuffer: don't call ByteLength for simple encodings
next