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
2015-02-26src: fix domains + --abort-on-uncaught-exceptionChris Dickinson
2015-02-25stream_base: remove static JSMethod declarationsFedor Indutny
2015-02-25node: implement unhandled rejection trackingPetka Antonov
2015-02-24streams: introduce StreamWrap and JSStreamFedor Indutny
2015-02-22stream_base: introduce StreamBaseFedor Indutny
2015-02-20smalloc: extend user APITrevor Norris
2015-02-20Working on v1.3.0Rod Vagg
2015-02-202015-02-20 io.js v1.3.0 Releasev1.3.0Rod Vagg
2015-02-18src: ensure that file descriptors 0-2 are validBen Noordhuis
2015-02-18src: fix typo in error messageBen Noordhuis
2015-02-18src: fix add-on builds, partially revert 8aed9d66Ben Noordhuis
2015-02-12src: reduce AsyncWrap memory footprintBen Noordhuis
2015-02-12src: remove obsoleted queue.h headerBen Noordhuis
2015-02-12src: switch from QUEUE to intrusive listBen Noordhuis
2015-02-12src: add typesafe intrusive listBen Noordhuis
2015-02-12buffer: expose internals on bindingVladimir Kurchatkin
2015-02-11src: cleanup `Isolate::GetCurrent()`Vladimir Kurchatkin
2015-02-11crypto: fix to check ext method for shared libShigeki Ohtsu
2015-02-11src: remove trailing whitespaceVladimir Kurchatkin
2015-02-11Working on v1.2.1Rod Vagg
2015-02-112015-02-10 io.js v1.2.0 Releasev1.2.0Rod Vagg
2015-02-09tracing: add lttng support for tracing on linuxGlen Keane
2015-02-06asyncwrap: fix nullptr parent checkTrevor Norris
2015-02-06asyncwrap: fix constructor condition for early retTrevor Norris
2015-02-05crypto: clear error on return in TLS methodsFedor Indutny
2015-02-05src: reduce cpu profiler overheadBen Noordhuis
2015-02-04Working on v1.1.1Chris Dickinson
2015-02-042015-02-03 io.js v1.1.0 Releasev1.1.0Chris Dickinson
2015-02-03v8abbr: ASCIISTRINGTAG => ONEBYTESTRINGTAGFedor Indutny
2015-02-03dtrace: fix removal of unused probesGlen Keane
2015-02-02process: fix regression in unlistening signalsSam Roberts
2015-02-02src: remove unused dtrace probesGlen Keane
2015-01-31fs: improve error messagesBert Belder
2015-01-30util: use on-stack buffer for Utf8ValueFedor Indutny
2015-01-30crypto: use on-stack storage in HashUpdateFedor Indutny
2015-01-30string_bytes: introduce InlineDecoderFedor Indutny
2015-01-30node: speed up ParseEncodingFedor Indutny
2015-01-28src: set default signal dispositions at start-upBen Noordhuis
2015-01-28src: rework early debug signal handlingBen Noordhuis
2015-01-28src: do platform-specific initialization earlierBen Noordhuis
2015-01-28crypto: implement privateEncrypt/publicDecryptFedor Indutny
2015-01-28watchdog: fix timeout for early polling returnSaúl Ibarra Corretgé
2015-01-27versions: add http-parser patchlevelJohan Bergström
2015-01-24Working on 1.0.5Rod Vagg
2015-01-242015-01-24 io.js v1.0.4 Releasev1.0.4Rod Vagg
2015-01-23lib,src: make pseudoRandomBytes alias randomBytesCalvin Metcalf
2015-01-22src: s/node/io.js/ in `iojs --help` messageBen Noordhuis
2015-01-21v8: optimize `getHeapStatistics`Vladimir Kurchatkin
2015-01-21src: silence clang warningsTrevor Norris
2015-01-21src: set node_is_initialized in node::InitCheng Zhao