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/lib
AgeCommit message (Expand)Author
2013-05-15crypto: Pass encodings for Hmac digestisaacs
2013-05-15crypto: use StringBytes::Encodeisaacs
2013-05-15crypto: Pass strings to binding layer directlyisaacs
2013-05-14stream: Make default encoding configurableisaacs
2013-05-14stream: don't create unnecessary buffers in Readableisaacs
2013-05-14lintisaacs
2013-05-13child_process: fix handle deliveryBen Noordhuis
2013-05-08stream: make Readable.wrap support empty streamsDaniel Moore
2013-05-08stream: make Readable.wrap support objectModeDaniel Moore
2013-05-02debugger: breakpoints in scripts not loaded yetMiroslav Bajtoš
2013-04-26debugger: `restart` with custom debug portMiroslav Bajtoš
2013-04-22http: Don't try to destroy nonexistent socketsisaacs
2013-04-21crypto: LazyTransform on properties, not methodsisaacs
2013-04-19assert: put info in err.message, not err.nameRyan Doenges
2013-04-18dgram: fix no address bind()Ben Noordhuis
2013-04-12stream: Fix unshift() race conditionsisaacs
2013-04-11lintisaacs
2013-04-11child_process: fix O(n*m) scan of cmd stringBen Noordhuis
2013-04-11cluster: fix O(n*m) scan of cmd stringBen Noordhuis
2013-04-10net: fix socket.bytesWritten Buffers supportFedor Indutny
2013-04-09buffer: fix offset checksŁukasz Walukiewicz
2013-04-09stream: call write cb before finish eventisaacs
2013-04-08http: Support write(data, 'hex')isaacs
2013-04-08crypto: fix constructor call in crypto streamsAndreas Madsen
2013-04-08net: account encoding in .byteLengthFedor Indutny
2013-04-08net: fix buffer iteration in bytesWrittenFedor Indutny
2013-04-07tls: Re-enable check of CN-ID in cert verificationTobias Müllerleile
2013-04-05stream: unused variableRafael Garcia
2013-04-05stream: remove vestiges of previous _transform APIRafael Garcia
2013-04-03http: Remove legacy ECONNRESET workaround codeisaacs
2013-04-03child_process: acknowledge sent handlesFedor Indutny
2013-04-03assert: Simplify AssertError creationisaacs
2013-04-02http client: Ensure socket cleanup on response endisaacs
2013-04-01tls: Destroy socket when encrypted side closesisaacs
2013-04-01querystring: Removing unnecessary bindingMitar
2013-03-31repl: use more readable RegExp syntax for spacesNathan Rajlich
2013-03-31repl: isSyntaxError() catches "strict mode" errorsNathan Rajlich
2013-03-29crypto: Pass options to ctor callsisaacs
2013-03-28tls: handle SSL_ERROR_ZERO_RETURNFedor Indutny
2013-03-28setTimeout: do not calculate Timeout._when propertywicked
2013-03-28stream: Emit readable on ended streams via read(0)isaacs
2013-03-28stream: Handle late 'readable' event listenersisaacs
2013-03-27tls: handle errors before calling C++ methodsFedor Indutny
2013-03-27domain: fix domain callback from MakeCallbackTrevor Norris
2013-03-26child_process: don't emit same handle twiceBen Noordhuis
2013-03-25crypto: make getCiphers() return non-SSL ciphersBen Noordhuis
2013-03-25child_process: fix sending utf-8 to child processBen Noordhuis
2013-03-25stream: Fix early end in Writables on zero-length writesisaacs
2013-03-24timer: fix off-by-one ms errorAlexey Kupershtokh
2013-03-22stream: Fix stall in Transform under very specific conditionsGil Pedersen