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
2014-03-16src: deduplicate CHECK_EQ/CHECK_NE macrosBen Noordhuis
2014-03-16src: fix segfaults, fix 32 bits integer negationBen Noordhuis
2014-03-16src: squelch -Wmaybe-uninitialized warningBen Noordhuis
2014-03-16src: remove unused ExternString constructorBen Noordhuis
2014-03-14src, test: fix up ObjectWrap, `make test-addons`Ben Noordhuis
2014-03-13node: fix exported signatures of MakeCallbackFedor Indutny
2014-03-13src: update to v8 3.24 APIsFedor Indutny
2014-03-12Now working on 0.11.13Timothy J Fontaine
2014-03-12src: accommodate uv_cwd including null on win32v0.11.12Timothy J Fontaine
2014-03-122014.03.11, Version 0.11.12 (Unstable)Timothy J Fontaine
2014-03-11src: update from uv_read2_start removalTimothy J Fontaine
2014-03-11src: adapt to API change in uv_cwdSaúl Ibarra Corretgé
2014-03-11Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine
2014-03-05src: add default visibility to NODE_MODULEBen Noordhuis
2014-03-04crypto: allow setting add'l authenticated dataBrian White
2014-03-04crypto: fix CipherFinal return value checkBrian White
2014-03-04src: domain should not replace nextTick functionTimothy J Fontaine
2014-03-02Merge remote-tracking branch 'origin/v0.10'Fedor Indutny
2014-03-02smalloc: remove `env.h` includeFedor Indutny
2014-03-01node: invoke `beforeExit` again if loop was activeFedor Indutny
2014-02-28stream_wrap: don't write twice on uv_try_write errFedor Indutny
2014-02-28src: emit 'beforeExit' event on process objectBen Noordhuis
2014-02-28src: use new loop APISaúl Ibarra Corretgé
2014-02-27src: spawn_sync should close handles upon exitSaúl Ibarra Corretgé
2014-02-27src: update to latest libuv apiTimothy J Fontaine
2014-02-26src: make stdout/sterr pipes blockingAlexis Campailla
2014-02-26tls: stop NodeBIO::Gets from reading off end of bufferMaxwell Krohn
2014-02-26windows: fix module registrationAlexis Campailla
2014-02-24src: node.cc use isolate->ThrowExceptionAlexis Campailla
2014-02-22node_internals: add missing env-inl.h includeFedor Indutny
2014-02-22src: remove `node_isolate` from sourceFedor Indutny
2014-02-21dtrace: workaround linker bug on FreeBSDFedor Indutny
2014-02-19Now working on v0.10.27Timothy J Fontaine
2014-02-192014.02.18, Version 0.10.26 (Stable)Timothy J Fontaine
2014-02-18os: networkInterfaces include scopeid for ipv6Xidorn Quan
2014-02-18crypto: allow custom generator for DiffieHellmanBrian White
2014-02-18Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine
2014-02-18crypto: make NewSessionDoneCb publicFedor Indutny
2014-02-18zlib: introduce pending close stateFedor Indutny
2014-02-18tls: introduce asynchronous `newSession`Fedor Indutny
2014-02-11bindings: add spawn_sync bindingsBert Belder
2014-02-09process: allow changing `exitCode` in `on('exit')`Fedor Indutny
2014-02-09Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine
2014-02-09src: refactor buffer bounds checkingTimothy J Fontaine
2014-02-08headers: fix spelling errorAustin Moran
2014-02-06vm: don't copy Proxy object from parent contextBen Noordhuis
2014-02-06node: do not print SyntaxError hints to stderrFedor Indutny
2014-02-06src: move AsyncListener from process to tracingTrevor Norris
2014-02-06env: add watched_providers for AsyncListenerTrevor Norris
2014-02-06async_wrap: add provider types/pass to constructorTrevor Norris