1. Jan 29, 2014
  2. Jan 28, 2014
  3. Jan 27, 2014
  4. Jan 26, 2014
    • Fedor Indutny's avatar
      crypto: clear error in GetPeerCertificate · cc4b6e6e
      Fedor Indutny authored
      fix #6945
      cc4b6e6e
    • Fedor Indutny's avatar
      net: reset `endEmitted` on reconnect · 00efcb4c
      Fedor Indutny authored
      fix #6908
      00efcb4c
    • Fedor Indutny's avatar
      deps: backport b5135bbc from c-ares repo · 896e1933
      Fedor Indutny authored
      Original commit message:
      
          ares_parse_txt_reply: return a ares_txt_reply node for each sub-string
      
          Previously, the function would wrongly return all substrings merged into
          one.
      
      fix #6931
      896e1933
    • Fedor Indutny's avatar
      doc: readline document TTY utils · 0ec37707
      Fedor Indutny authored
      fix #6933
      0ec37707
    • Fedor Indutny's avatar
      http: do not emit EOF non-readable socket · a454063e
      Fedor Indutny authored
      Socket may become not `readable`, but http should not rely on this
      property and should not think that it means that no data will ever
      arrive from it. In fact, it may arrive in a next tick and, since
      `this.push(null)` was already called, it will result in a error like
      this:
      
          Error: stream.push() after EOF
              at readableAddChunk (_stream_readable.js:143:15)
              at IncomingMessage.Readable.push (_stream_readable.js:123:10)
              at HTTPParser.parserOnBody (_http_common.js:132:22)
              at Socket.socketOnData (_http_client.js:277:20)
              at Socket.EventEmitter.emit (events.js:101:17)
              at Socket.Readable.read (_stream_readable.js:367:10)
              at Socket.socketCloseListener (_http_client.js:196:10)
              at Socket.EventEmitter.emit (events.js:123:20)
              at TCP.close (net.js:479:12)
      
      fix #6784
      a454063e
  5. Jan 25, 2014
  6. Jan 24, 2014
  7. Jan 23, 2014