3511 Commits (9ef81ff5d3cf86ced06e1300143afa57362db4c7)

Author SHA1 Message Date
Roman Reiss 5ed30da5a0 console: use 'label' argument for time and timeEnd 9 years ago
Hemanth.HM 75dbafc3f8 repl: To exit, press ^C again or type .exit. 9 years ago
Ben Noordhuis d64a56cba5 cluster: remove handles when disconnecting worker 9 years ago
qinjia 9a45c21e6c util: use regexp instead of str.replace().join() 9 years ago
Andres Suarez 89285db128 module: remove unnecessary JSON.stringify 9 years ago
Ashok Suthar a7f28a098e http: remove unneeded cb check from setTimeout() 9 years ago
Evan Lucas 5073da0481 repl: don't crash if cannot open history file 9 years ago
Ben Noordhuis 81522480f1 test: more regression tests for minDHSize option 9 years ago
Rich Trott d2b5dcb2de lib: return boolean from child.send() 9 years ago
Ben Noordhuis e888471a11 child_process: don't fork bomb ourselves from -e 9 years ago
Myles Borins b64ce5960f tls: remove util and calls to util.format 9 years ago
Rich Trott f236b3a904 lib,doc: return boolean from child.send() 9 years ago
Sakthipriyan Vairamani bd4311bc9c repl: handle comments properly 9 years ago
Sakthipriyan Vairamani 6e887cc630 lib,test: update let to const where applicable 9 years ago
Rich Trott 1929d5be73 lib: fix cluster handle leak 9 years ago
ronkorving 4c9abbd1bb fs: reduced duplicate code in fs.write() 9 years ago
Michaël Zasso 80573153b8 util: make inherits work with classes 9 years ago
Sakthipriyan Vairamani c9786bb680 http{s}: don't connect to localhost on invalid URL 9 years ago
Trevor Norris 6a04cc0a43 buffer: fix value check for writeUInt{B,L}E 9 years ago
Shigeki Ohtsu 62ad1d0113 tls, crypto: add ALPN Support 10 years ago
Evan Lucas 2bb147535e fs: don't throw in read if buffer too big 9 years ago
Evan Lucas 7added3b39 fs: pass err to callback if buffer is too big 9 years ago
Jeremiah Senkpiel ce391ed849 repl: event ordering: delay 'close' until 'flushHistory' 9 years ago
Rich Trott 97d081709e lib: avoid REPL exit on completion error 9 years ago
Yuval Brik c64af7d99e tls: TLSSocket options default isServer false 9 years ago
Fedor Indutny 522e3d3cd3 timers: reuse timer in `setTimeout().unref()` 9 years ago
Wyatt Preul 412252ca04 util: Remove p, has been deprecated for years 9 years ago
Jeremiah Senkpiel 4c80c02ac7 repl: limit persistent history correctly on load 9 years ago
Коренберг Марк 2296a4fc0f tls: add `options` argument to createSecurePair 10 years ago
Johannes Wüller 5e0759f6fd fs: add file descriptor support to *File() funcs 9 years ago
Michaël Zasso a89eeca590 console: rename argument of time and timeEnd 9 years ago
Michaël Zasso 870108aaa8 console: sub-millisecond accuracy for console.time 9 years ago
Shigeki Ohtsu 0140e1b5e3 tls: output warning of setDHParam to console.trace 10 years ago
Shigeki Ohtsu f72e178a78 tls: add minDHSize option to tls.connect() 10 years ago
Shigeki Ohtsu 6d92ebac11 tls: add TLSSocket.getEphemeralKeyInfo() 10 years ago
Calvin Metcalf 8854183fe5 stream: avoid unnecessary concat of a single buffer. 9 years ago
Fedor Indutny ab03635fb1 http: fix stalled pipeline bug 9 years ago
Fábio Santos 85b74de9de stream: fix signature of _write() in a comment 9 years ago
Ryan Graham bde32f8a4d lib: fix undefined timeout regression 9 years ago
Fedor Indutny 51325c03d4 tls: use parent handle's close callback 9 years ago
Trevor Norris a713024579 net: don't throw on bytesWritten access 9 years ago
Brian White 68990948fe stream: avoid pause with unpipe in buffered write 9 years ago
Trevor Norris e97dae573c buffer: don't abort on prototype getters 9 years ago
Rich Trott 47befffc53 lib,test: deprecate _linklist 9 years ago
Ben Noordhuis ded4f91eef assert: support arrow functions in .throws() 9 years ago
Karl Skomski a18dd7b788 src: replace naive search in Buffer::IndexOf 9 years ago
Fedor Indutny 184f09dbe4 http: cork/uncork before flushing pipelined res 9 years ago
James M Snell e655a437b3 http: do not allow multiple instances of certain response headers 9 years ago
James M Snell 0094a8dad7 http: add callback is function check 9 years ago
Trevor Norris 8a685e7fe3 buffer: clean up usage of __proto__ 9 years ago