summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2013-03-30buffer: change output of Buffer.prototype.toJSON()David Braun
2013-03-30repl: use more readable RegExp syntax for spacesNathan Rajlich
2013-03-30repl: isSyntaxError() catches "strict mode" errorsNathan Rajlich
2013-03-29crypto: Pass options to ctor callsisaacs
2013-03-29zlib: allow passing options to convenience methodsKyle Robinson Young
2013-03-28lintisaacs
2013-03-28Merge remote-tracking branch 'ry/v0.10'isaacs
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-28os: use %SystemRoot% or %windir% in os.tmpdir()Suwon Chae
2013-03-28util: fix util.inspect() line width calculationMarcin Kostrzewa
2013-03-27tls: handle errors before calling C++ methodsFedor Indutny
2013-03-26domain: fix domain callback from MakeCallbackTrevor Norris
2013-03-26buffer: remove _charsWrittenTrevor Norris
2013-03-26tls: expose SSL_CTX_set_timeout via tls.createServerManav Rathi
2013-03-26Merge remote-tracking branch 'origin/v0.10'Ben Noordhuis
2013-03-25child_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-24stream: Fix early end in Writables on zero-length writesisaacs
2013-03-23timer: fix off-by-one ms errorAlexey Kupershtokh
2013-03-21stream: Fix stall in Transform under very specific conditionsGil Pedersen
2013-03-21timers: handle signed int32 overflow in enroll()Fedor Indutny
2013-03-21Merge remote-tracking branch 'ry/v0.10' into masterisaacs
2013-03-20crypto: initialize transform lazilyFedor Indutny
2013-03-20tls: Prevent hang in readStartisaacs
2013-03-20tls: always reset this.ssl.error after handlingFedor Indutny
2013-03-20fs: make write/appendFileSync correctly set file modeRaymond Feng
2013-03-20bindings: update apiTrevor Norris
2013-03-19test: Misc Windows unit test fixesScott Blomquist
2013-03-17tls: write pending data of opposite sideFedor Indutny
2013-03-17tls: write pending data of opposite sideFedor Indutny
2013-03-15readline: handle wide characters properlyNao Iizuka
2013-03-14stream: Return self from readable.wrapisaacs
2013-03-14stream: Never call decoder.end() multiple timesGil Pedersen
2013-03-14repl: Use a domain to catch async errors safelyisaacs
2013-03-14repl: emit 'reset' event when context is resetSami Samhuri
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-13Revert "fs: Missing cb errors are deprecated, not a throw"isaacs
2013-03-13Merge remote-tracking branch 'ry/v0.10'isaacs
2013-03-13Revert "stream: Never call decoder.end() multiple times"isaacs
2013-03-13fs: Missing cb errors are deprecated, not a throwisaacs
2013-03-13stream: Never call decoder.end() multiple timesGil Pedersen
2013-03-13net: handle 'finish' event only after 'connect'Fedor Indutny
2013-03-13net: handle 'finish' event only after 'connect'Fedor Indutny
2013-03-13crypto: merge Cipher and DecipherFedor Indutny