Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2013-09-06src: fix multi-base class ObjectWrap::Unwrap<T>()Ben Noordhuis
2013-09-06src: add multi-context supportBen Noordhuis
2013-09-06handle_wrap: properly don't abort on unwrapTrevor Norris
2013-09-05src: fix solaris 10 build errorBen Noordhuis
2013-09-05tls: socket.renegotiate(options, callback)Fedor Indutny
2013-09-05Now working on 0.11.8Timothy J Fontaine
2013-09-052013.08.21, Version 0.11.7 (Unstable)v0.11.7Timothy J Fontaine
2013-09-04uv: upgrade to v0.11.13Ben Noordhuis
2013-09-03string_bytes: use extern for length and write utf8Trevor Norris
2013-09-03process: Add internal _rawDebug() methodisaacs
2013-09-03src: Remove outdated comment re assert()isaacs
2013-09-03uv: upgrade to v0.11.12Ben Noordhuis
2013-09-02src: clean up CLI argument parserBen Noordhuis
2013-08-31Revert "src: call uv_loop_delete() on exit in debug mode"Ben Noordhuis
2013-08-31Revert "src: close libuv handles on exit"Ben Noordhuis
2013-08-30src: close libuv handles on exitBen Noordhuis
2013-08-29src: remove unused Persistent<FunctionTemplate>Ben Noordhuis
2013-08-29crypto: remove NodeBIO::GetMethod()Ben Noordhuis
2013-08-29crypto: make root_cert_store variable externBen Noordhuis
2013-08-29crypto: remove misleading commentBen Noordhuis
2013-08-29crypto: make error buffer non-staticBen Noordhuis
2013-08-29vm: update API to use options argumentDomenic Denicola
2013-08-29pipe_wrap: squelch integer type conversion warningBert Belder
2013-08-28timer_wrap: Timer.now always update loop timeTimothy J Fontaine
2013-08-28crypto: make randomBytes/pbkdf2 cbs domain awareBen Noordhuis
2013-08-28vm: add isContext; prevent double-contextifyingDomenic Denicola
2013-08-28vm: use MakeWeak to fix leaking contextsDomenic Denicola
2013-08-28vm: rip out ObjectWrap from ContextifyContextDomenic Denicola
2013-08-27fs: Expose birthtime on stat objectsisaacs
2013-08-27src: remove two pointless globals from node.ccBen Noordhuis
2013-08-27src: call uv_loop_delete() on exit in debug modeBen Noordhuis
2013-08-27src: remove --max-stack-size optionBen Noordhuis
2013-08-27cares_wrap: drop UV_HANDLE_FIELDS from ares_task_tBen Noordhuis
2013-08-27src: fix up unused/unordered importsBen Noordhuis
2013-08-27buffer: add NativeBuffer APITrevor Norris
2013-08-26src: remove pointless node_os.h header fileBen Noordhuis
2013-08-25process_wrap: don't coerce process exit code to int32_tBert Belder
2013-08-23domain: move error handling directly into instanceTrevor Norris
2013-08-23process_wrap: update after libuv api changeBert Belder
2013-08-23vm: fix Persistent<Context> leakBen Noordhuis
2013-08-23vm: remove unnecessary Persistent<FunctionTemplate>Ben Noordhuis
2013-08-22vm: Put back display_errors flagisaacs
2013-08-22vm, core, module: re-do vm to fix known issuesDomenic Denicola
2013-08-22Now working on 0.11.7Timothy J Fontaine
2013-08-222013.08.21, Version 0.11.6 (Unstable)v0.11.6Timothy J Fontaine
2013-08-21smalloc: consistent-ify syntaxTrevor Norris
2013-08-21smalloc: length is byte size, not array lengthTrevor Norris
2013-08-20smalloc: expose ExternalArraySizeTrevor Norris
2013-08-20fixes #6031 spelling errorsMatthew Aynalem
2013-08-19buffer: lintTrevor Norris