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
AgeCommit message (Expand)Author
2013-03-26doc: child_process: document 'error' eventBen Noordhuis
2013-03-26doc: fix formatting in tty.markdownBen Noordhuis
2013-03-26test: test name is the last elem, not secondTimothy J Fontaine
2013-03-26child_process: don't emit same handle twiceBen Noordhuis
2013-03-25crypto: make getCiphers() return non-SSL ciphersBen Noordhuis
2013-03-25doc: mention `process.*.isTTY` under `process`Mathias Bynens
2013-03-25child_process: fix sending utf-8 to child processBen Noordhuis
2013-03-25bench: add child process read perf benchmarkBen Noordhuis
2013-03-25deps: fix openssl build on windowsBen Noordhuis
2013-03-25stream: Fix early end in Writables on zero-length writesisaacs
2013-03-24tools: update gyp to r1601Ben Noordhuis
2013-03-24doc: update CONTRIBUTING.mdBen Noordhuis
2013-03-24timer: fix off-by-one ms errorAlexey Kupershtokh
2013-03-23tls: remove harmful unnecessary bounds checkingMarcel Laverdet
2013-03-23v8: Unify kMaxArguments with number of bits used to encode it.verwaest@chromium.org
2013-03-23crypto: check randomBytes() size argumentBen Noordhuis
2013-03-23doc: document that stdio is usually blockingBen Noordhuis
2013-03-22stream: Fix stall in Transform under very specific conditionsGil Pedersen
2013-03-21timers: handle signed int32 overflow in enroll()Fedor Indutny
2013-03-21blog: Post for v0.10.1isaacs
2013-03-21Now working on v0.10.2isaacs
2013-03-21Merge branch 'v0.10.1-release' into v0.10isaacs
2013-03-21deps: upgrade libuv to 9b61939Ben Noordhuis
2013-03-212013.03.21, Version 0.10.1 (Stable)v0.10.1isaacs
2013-03-21npm: upgrade to 1.2.15isaacs
2013-03-21crypto: initialize transform lazilyFedor Indutny
2013-03-21tls: Prevent hang in readStartisaacs
2013-03-20bench: compare binaries equal timesTrevor Norris
2013-03-20bench: add dgram send/recv benchmarkBen Noordhuis
2013-03-20tls: always reset this.ssl.error after handlingFedor Indutny
2013-03-20fs: make write/appendFileSync correctly set file modeRaymond Feng
2013-03-20doc: fix streams2 SimpleProtocol exampleIskren Ivov Chernev
2013-03-20windows: enable watching signals with process.on('SIGXYZ')Bert Belder
2013-03-19Update .mailmap and AUTHORSBert Belder
2013-03-18doc: fix broken links in blog footerBen Noordhuis
2013-03-17tls: write pending data of opposite sideFedor Indutny
2013-03-17node: revert removal of MakeCallbackTrevor Norris
2013-03-17doc: fix typo in crypto docsJeongHoon Byun
2013-03-17doc: https: Fix the link to tls.connectYi EungJun
2013-03-17deps: upgrade libuv to b45a74fBen Noordhuis
2013-03-17install: don't install man page twiceBen Noordhuis
2013-03-15v8: move 32 bit heap hint on sunosTimothy J Fontaine
2013-03-15stream: Return self from readable.wrapisaacs
2013-03-15test: No need for kicking in streams2 testisaacs
2013-03-15stream: Never call decoder.end() multiple timesGil Pedersen
2013-03-15doc: don't mark fs callbacks as optionalkoichik
2013-03-14http: Don't hot-path end() for large buffersisaacs
2013-03-14net: improve arbitrary tcp socket supportBen Noordhuis
2013-03-14deps: upgrade libuv to 7b66ea1Ben Noordhuis
2013-03-14doc: change dgram to socket for properties of dgram.SocketAdam Malcontenti-Wilson