3624 Commits (027cd2719ff75a170ff61a79853782673157aef2)

Author SHA1 Message Date
Matt Loring fcf0e8ebdf buffer: move checkFloat from lib into src 9 years ago
Jackson Tian ce423f3624 debugger: introduce exec method for debugger 10 years ago
Fedor Indutny 12e70fafd3 http: fix pipeline regression 9 years ago
Stefan Budeanu 2f16be2b70 tls: Use SHA1 for sessionIdContext in FIPS mode 9 years ago
Evan Lucas 5c54fa0095 module: cache regular expressions 9 years ago
Felix Böhm 66dccaf0cd debugger: also exit when the repl emits 'exit' 10 years ago
Minwoo Jung d61cb90ee3 util: use Object.create(null) for dictionary object 9 years ago
Craig Cavalier 33ffc62670 zlib: only apply drain listener if given callback 9 years ago
Myles Borins d70deabf90 zlib: pass kind to recursive calls to flush 9 years ago
Yosuke Furukawa fd3f0d8e6e querystring: Parse multiple separator characters 9 years ago
cjihrig 84bb74547d child_process: add safety checks on stdio access 9 years ago
Zheng Chaoping 2aa6a6d998 fs: return null error on readFile() success 9 years ago
cjihrig 47f3735e88 cluster: send suicide message on disconnect 9 years ago
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