3281 Commits (0c8f13df8faa46714707581d97b237c0c4e6b157)

Author SHA1 Message Date
Chris Dickinson ca219b00d1 repl: fix for a+ fd clearing the file on read 10 years ago
Chris Dickinson 051d482b15 repl: fix _debugger by properly proxying repl 10 years ago
Сковорода Никита Андреевич f7620fb96d tls_wrap: Unlink TLSWrap and SecureContext objects 10 years ago
Rod Vagg 702997c1f0 Revert "url: significantly improve the performance of the url module" 10 years ago
Rod Vagg 0daed24883 Revert "url: delete href cache on all setter code paths" 10 years ago
Rod Vagg 0f39ef4ca1 Revert "url: fix treatment of some values as non-empty" 10 years ago
Petka Antonov 66877216bd url: fix treatment of some values as non-empty 10 years ago
Petka Antonov dbdd81a91b url: delete href cache on all setter code paths 10 years ago
Fedor Indutny b4f5898395 net: ensure Write/ShutdownWrap references handle 10 years ago
Roman Reiss 2e2fce0502 repl: fix persistent history and env variable name 10 years ago
Petka Antonov 3fd7fc429c url: significantly improve the performance of the url module 10 years ago
Fedor Indutny ea5195ccaf repl: do not save history for non-terminal repl 10 years ago
Fedor Indutny 550c2638c0 tls: use `SSL_set_cert_cb` for async SNI/OCSP 10 years ago
Chris Dickinson 0450ce7db2 repl: add mode detection, cli persistent history 10 years ago
Fedor Indutny 1787416376 tls: destroy singleUse context immediately 10 years ago
Fedor Indutny 2684c902c4 tls: zero SSL_CTX freelist for a singleUse socket 10 years ago
Fedor Indutny 2d241b3b82 tls: destroy SSL once it is out of use 10 years ago
Ben Noordhuis d5ce47e433 lib: deprecate the smalloc module 10 years ago
Christian Tellnes b57cc51d8d os: remove trailing slash from os.tmpdir() 10 years ago
Brian White 0fa6c4a6fc string_decoder: don't cache Buffer.isEncoding 10 years ago
Christopher Monsanto bf7ac08dd0 util: add Map and Set inspection support 10 years ago
Evan Lucas 4abe2fa1cf net: add lookup option to Socket.prototype.connect 10 years ago
Evan Lucas 1bef717476 net: cleanup connect logic 10 years ago
Jackson Tian 3d3083b91f buffer: little improve for Buffer.concat method 10 years ago
Chris Yip 7384ca83f9 module: remove '' from Module.globalPaths 10 years ago
Guilherme Souza a7d74633f2 tls_wrap: use localhost if options.host is empty 10 years ago
Brendan Ashworth 718059777c Revert "http: don't bother making a copy of the options" 10 years ago
Roman Reiss 5b844e140b module: fix style 10 years ago
fengmk2 7956a13dad http: logically respect maxSockets 10 years ago
Jackson Tian cd60ff0328 net: add fd into listen2 debug info 10 years ago
Yazhong Liu 51d0808c90 stream: remove duplicated expression 10 years ago
Roman Reiss 3ad82c335d module: handle NODE_PATH in require('.') 10 years ago
Jackson Tian 431673ebd1 buffer: fast-case for empty string in byteLength 10 years ago
Trevor Norris 10e31ba56c node: allow multiple arguments passed to nextTick 10 years ago
Alex Kocharin f0bf6bb024 readline: fix calling constructor without new 10 years ago
Brendan Ashworth 1219e7466c lib: reduce process.binding() calls 10 years ago
Jackson Tian 372bf83818 zlib: make constants keep readonly 10 years ago
Jeffrey Jagoda 1e94057c05 url: fix resolving from non-file to file URLs. 10 years ago
Fedor Indutny 416499c872 timers: remove redundant code 10 years ago
Fedor Indutny d22b2a934a timers: do not restart the interval after close 10 years ago
Julien Gilli cca5efb086 timers: don't close interval timers when unrefd 10 years ago
Trevor Norris 0e061975d7 timers: fix unref() memory leak 10 years ago
Brian White 4dc6ae2181 lib: remove unused variables 10 years ago
Brendan Ashworth c8fa8ccdbc streams: use strict on _stream_wrap 10 years ago
Jackson Tian a2ea16838f debugger: don't spawn child process in remote mode 10 years ago
Jeremiah Senkpiel 776b73b243 timers: cleanup interval handling 10 years ago
Roman Reiss caf0b36de3 timers: assure setTimeout callback only runs once 10 years ago
Vladimir Kurchatkin 2db758c562 iojs: introduce internal modules 10 years ago
Brian White 8a945814dd string_decoder: optimize write() 10 years ago
Olov Lassus c9207f7fc2 fs: fix corruption in writeFile and writeFileSync 10 years ago