src: add multi-context support
[platform/upstream/nodejs.git] / src /
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
2013-08-16 isaacs2013.08.16, Version 0.10.16 (Stable) v0.10.16
2013-08-16 Ben Noordhuiscrypto: fix memory leak in randomBytes() error path
2013-08-16 Ben Noordhuiscrypto: fix memory leak in randomBytes() error path
2013-08-16 Ben Noordhuiscrypto: don't mix new[] and free()
2013-08-15 Trevor Norrisnode: remove duplicate infoBox checks
2013-08-15 Ben Noordhuistimers: dispatch ontimeout callback by array index
2013-08-15 Ben Noordhuissrc: add MakeCallback() that takes an array index
2013-08-15 Ben Noordhuissmalloc: don't do Has(key), then Get(key)
2013-08-14 Ben Noordhuiszlib: replace C cast with static_cast
2013-08-14 Ben Noordhuishttp: speed up callbacks, use array indices
2013-08-14 Ben Noordhuissrc: remove redundant symbol init in node_file.cc
2013-08-13 Ben Noordhuissrc: clean up FSReqWrap
2013-08-13 Ben Noordhuissrc: move ReqWrap::data_ to FSReqWrap
2013-08-13 Matthias Bartelmeßcrypto: add TLS 1.1 and 1.2 to secureProtocol list
2013-08-12 Ben Noordhuiscrypto: use consistent conn object unwrapping
2013-08-12 Ben Noordhuiscrypto: use consistent variable names
2013-08-12 Ben Noordhuiscrypto: remove two unused static variables
2013-08-12 Trevor Norrissrc: fix build break from generic macro name
2013-08-12 Ben Noordhuissrc: don't obj->Set(Integer::New(...), val)
2013-08-12 Trevor Norrissrc: centralize class wrap/unwrap
2013-08-12 Ben Noordhuiscares_wrap: remove unused function getHostByName()
2013-08-12 Ben Noordhuiscares_wrap: don't set oncomplete property from c++
2013-08-10 Ben Noordhuisstream_wrap: use v8::Integer::NewFromUnsigned()
2013-08-09 Trevor Norrisdomain: share object and state with native land
2013-08-09 Trevor Norrisnode: remove domain nextTick
2013-08-09 Ben Noordhuissrc: don't call v8::Object::SetHiddenValue()
2013-08-09 Ben Noordhuissrc: fix windows build breakage from f674b09
2013-08-09 Ben Noordhuisdgram: don't call into js when send cb is omitted
2013-08-09 Ben Noordhuissrc: use v8::String::NewFrom*() functions
next