3744 Commits (fa82d73d83bae27afb9881ea2a5ef8b7cfe1672b)

Author SHA1 Message Date
Alexey Orlenko 2a8ef7a1af
zlib: fix node crashing on invalid options 8 years ago
Сковорода Никита Андреевич d6969a717f
http: use Buffer.from to avoid Buffer(num) call 8 years ago
Trevor Norris 44260806a6
Partial revert "tls: keep track of stream that is closed" 8 years ago
jBarz 99749dccfe
tls: keep track of stream that is closed 8 years ago
Richard Lau ba91c41478
module: fix loading from global folders on Windows 8 years ago
Mariusz 'koder' Chwalba 6d3aaa72a8
tls: TLSSocket emits 'error' on handshake failure 9 years ago
Luigi Pinca 48b5097ea8
http: make request.abort() destroy the socket 8 years ago
Vse Mozhet Byt f9e121ead8
dgram: fix possibly deoptimizing use of arguments 8 years ago
Bryan English 2c84601062
util: don't init Debug if it's not needed yet 9 years ago
Sakthipriyan Vairamani e607ff52fa
tools: rename eslintrc to an undeprecated format 9 years ago
Brian White 22c25dee92
buffer: improve toJSON() performance 8 years ago
Adam Langley 9c53e402d7
crypto: freelist_max_len is gone in OpenSSL 1.1.0 8 years ago
Jackson Tian 396688f075
readline: refactor construct Interface 9 years ago
Umair Ishaq a40f8429e6
readline: update 6 comparions to strict 8 years ago
Roee Kasher a557d6ce1d
src: unconsume stream fix in internal http impl 8 years ago
Rich Trott 090037a41a
assert: remove unneeded condition 8 years ago
cjihrig 4676eec382
child_process: remove empty if condition 8 years ago
Arseniy Maximov 2b867d2ae5
child_process: refactor internal/child_process.js 8 years ago
Fedor Indutny 53dd1a8539
tls: do not crash on STARTTLS when OCSP requested 8 years ago
Dmitry Tsvettsikh ef63af6006
tty: avoid oob warning in TTYWrap::GetWindowSize() 8 years ago
Rich Trott 75af859af7
assert: apply minor refactoring 8 years ago
Arseniy Maximov a7df345921
net: prefer === to == 8 years ago
Kai Cataldo 994f562858
assert: update comments 8 years ago
Ben Noordhuis fc2cd63998
lib,src: support values > 4GB in heap statistics 8 years ago
Ben Noordhuis 15231aa6e5
http: reject control characters in http.request() 9 years ago
Michaël Zasso 2eda3c7c75
lib,test: use consistent operator linebreak style 8 years ago
Lance Ball d8b902f787
debugger: call `this.resume()` after `this.run()` 8 years ago
Sakthipriyan Vairamani a67ada7d32
tls: copy the Buffer object before using 9 years ago
Shigeki Ohtsu e750f142ce
tls, crypto: add ALPN Support 10 years ago
Florian MARGAINE 2269d7db0f
fs: add the fs.mkdtemp() function. 9 years ago
cjihrig 58245225ef
child_process: add shell option to spawn() 9 years ago
Ben Ripkens 30d60cf81c
v8,src: expose statistics about heap spaces 9 years ago
Rich Trott cfa2b87b5d
test,lib,benchmark: match function names 8 years ago
Jeremiah Senkpiel 759e8fdd18 timers: bail from intervals if _repeat is bad 8 years ago
Jeremiah Senkpiel 553d95da15 timers: use consistent checks for canceled timers 8 years ago
Rich Trott 724910a991 debugger: refactor _debugger.js 8 years ago
Feross Aboukhadijeh c5f82b8421 assert: fix deepEqual/deepStrictEqual on equivalent typed arrays 9 years ago
cjihrig 698bf2e829 repl: don't override all internal repl defaults 9 years ago
Rich Trott 7b4268b889 benchmark,lib,test,tools: remove unneeded . escape 8 years ago
Rich Trott 3d45b35f73 repl: refactor lib/repl.js 8 years ago
Fedor Indutny 54c38eb22e tickprocessor: apply c++filt manually on mac 9 years ago
Brian White 50a4471aff http: fix connection upgrade checks 9 years ago
DavidCai f6f0b387ea events: pass the original listener added by once 9 years ago
Alejandro Oviedo Garcia f18f3b61e3 util: use template strings 8 years ago
Adri Van Houdt 3b448a7f12 lib: changed var to const in linkedlist 9 years ago
Matteo Collina 4571c84c67 dgram: generalized send queue to handle close 9 years ago
Ben Noordhuis 748e424163 debugger: make listen address configurable 10 years ago
Wyatt Preul a3a184d40a lib: fix TypeError in v8-polyfill 9 years ago
Ilkka Myller 12da2581a8 https: fix memory leak with https.request() 9 years ago
Italo A. Casas ba4a3ede56 test: writable stream ending state 9 years ago