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-03-012013.03.01, Version 0.9.10 (Unstable)v0.9.11isaacs
2013-03-01lib, src: remove errno globalBen Noordhuis
2013-02-28Merge remote-tracking branch 'origin/v0.8'Ben Noordhuis
2013-02-28process: separate nextTick domain logicTrevor Norris
2013-02-28core: Remove the nextTick for running the main fileisaacs
2013-02-28core: Mark exit() calls with status codesisaacs
2013-02-28crypto: clear error stackBen Noordhuis
2013-02-27core: Use a uv_signal for debug listenerisaacs
2013-02-26v8: fix postmortem and dtrace helper buildFedor Indutny
2013-02-26Revert "sunos: unbreak build after v8 downgrade"Fedor Indutny
2013-02-26sunos: unbreak build after v8 downgradeBen Noordhuis
2013-02-26src, test: downgrade to v8 3.14 apiBen Noordhuis
2013-02-26Now working on 0.8.22isaacs
2013-02-262013.02.25, Version 0.8.21 (Stable)v0.8.21isaacs
2013-02-22stream: remove lowWaterMark featureisaacs
2013-02-22zlib: fix assert on bad inputBen Noordhuis
2013-02-21process: fix bug where spinner wasn't calledTrevor Norris
2013-02-21stream_wrap: remove superfluous buffer len checkBen Noordhuis
2013-02-20node: code cleanup, make tick_infobox staticBen Noordhuis
2013-02-20Now working on v0.9.11isaacs
2013-02-202013.02.19, Version 0.9.10 (Unstable)v0.9.10isaacs
2013-02-16process: allow ticker to cross communicate betterTrevor Norris
2013-02-16process: streamlining tick callback logicTrevor Norris
2013-02-16Revert "Move MakeCallback to JS"isaacs
2013-02-16timer: move setImmediate from timer to uv_checkShigeki Ohtsu
2013-02-15Now working on v0.8.21isaacs
2013-02-152013.02.15, Version 0.8.20 (Stable)v0.8.20isaacs
2013-02-13stream_wrap, udp_wrap: add read-only fd propertyBen Noordhuis
2013-02-13udp_wrap: use proper imports in source fileBen Noordhuis
2013-02-13udp_wrap: don't use namespace imports in headerBen Noordhuis
2013-02-12Fix crypto.hmac behavior with empty keys.Victor Costan
2013-02-12crypto: improve cipher/decipher error messagesBen Noordhuis
2013-02-11typed arrays: make call-as-function work for ctorsBen Noordhuis
2013-02-11node: don't malloc in FromConstructorTemplateBen Noordhuis
2013-02-11typed arrays: copy Buffer in typed array constructorBen Noordhuis
2013-02-10typed arrays: make DataView throw on non-ArrayBufferBen Noordhuis
2013-02-10buffer: fix Buffer::HasInstance() checkBen Noordhuis
2013-02-10Revert "typed arrays: only share ArrayBuffer backing store"Ben Noordhuis
2013-02-10Revert "typed arrays: copy non-ArrayBuffer in DataView ctor"Ben Noordhuis
2013-02-07Now working on v0.9.10isaacs
2013-02-072013.02.07, Version 0.9.9 (Unstable)v0.9.9isaacs
2013-02-07Merge remote-tracking branch 'ry/v0.8' into masterisaacs
2013-02-07typed arrays: copy non-ArrayBuffer in DataView ctorBen Noordhuis
2013-02-06Now working on 0.8.20isaacs
2013-02-062013.02.06, Version 0.8.19 (Stable)v0.8.19isaacs
2013-02-06typed arrays: only share ArrayBuffer backing storeBen Noordhuis
2013-02-06zlib: pass object size hint to V8Ben Noordhuis
2013-02-06zlib: reduce memory consumption, release earlyBen Noordhuis
2013-02-02buffer: optimize Buffer.prototype.write(s, 'hex')Ben Noordhuis
2013-02-02debugger: Make the debugger timeout configurableisaacs