4263 Commits (bee83e0bbc4f61c3bef3bb18043e3f39ea40a336)

Author SHA1 Message Date
Nikolai Vavilov 3c2a9361ff fs: remove fs.read's string interface 8 years ago
vitkarpov a2ea1344ea
http: define all used properties in constructors 8 years ago
Rich Trott 3f61521087 test,cluster: add test-cluster-worker-deprecated 8 years ago
James M Snell 0f62ee6963 url: allow use of URL with http.request and https.request 8 years ago
Rich Trott a68987c154 benchmark,lib,test: adjust for linting 8 years ago
Evan Torrie c04d4df08c http: eliminate capture of ClientRequest in Agent 8 years ago
James M Snell 5161b00af5 url: change null password handling 8 years ago
Victor Felder e52fee50a0 events: avoid emit() eager deopt 8 years ago
Brian White 0a937280d8
stream: avoid additional validation for Buffers 8 years ago
Brian White aab1dd6ff4
events: improve removeListener() performance 8 years ago
Teddy Katz 26f2a6e87c
util: avoid out-of-bounds arguments index access 8 years ago
Kai Cataldo 398229ac71 assert: update comments 8 years ago
Benedikt Meurer f2f997ad1e events: optimize arrayClone by copying forward 8 years ago
James M Snell f5d92f3563 url: set toStringTag for the URL class 8 years ago
Joyee Cheung 2177a38178 url: TupleOrigin#toString use unicode by default 8 years ago
James M Snell ac90d298d4 url: fix accidental filemode change 8 years ago
Michaël Zasso b465cd07fe url: fix URL query update if searchParams changes 8 years ago
Michaël Zasso db18dd8356 url: improve spec compliance of WHATWG URL 8 years ago
James M Snell abc1633de6 url: move originFor, domainToAscii and domainToUnicode 8 years ago
James M Snell 2213f3640a url: performance improvement in URL implementation 8 years ago
Joyee Cheung 508d97628b url: make WHATWG URL properties spec compliant 8 years ago
Brian White 4d7531de24
http: optimize headers iteration 8 years ago
Brian White af74e72a9f
http: simplify boolean checks 8 years ago
Brian White e8b809a7a0
http: extract validation functions 8 years ago
Brian White b6ea857c7d
lib: avoid recompilation of anonymous functions 8 years ago
Brian White a54972c195
http: improve validation performance 8 years ago
Brian White 832271c88f
http: refactor server connection handling 8 years ago
Brian White 14c76f8671
http: misc cleanup and minor optimizations 8 years ago
Brian White 175ed520c1
http: reuse existing headers array for raw values 8 years ago
Brian White 4c9dd6822e
events: improve once() performance 8 years ago
Brian White 13a4887ee9 buffer: improve allocation performance 8 years ago
Anna Henningsen f2ef850f11
fs: support Uint8Array input to methods 8 years ago
cjihrig fc7b0dda85 child_process: improve input validation 8 years ago
Junshu Okamoto c65d55f087 url: do not truncate long hostnames 8 years ago
Jeremy Yallop 5dc44874c3 fs: cache non-symlinks in realpathSync. 8 years ago
Evan Lucas e248f7f9e7 repl: allow autocompletion for scoped packages 8 years ago
Michaël Zasso 966e5cfb81 tools: enforce linebreak after ternary operators 8 years ago
Anna Henningsen beca3244e2
buffer: allow Uint8Array input to methods 8 years ago
Francis Gulotta 1081f0f33d fs: remove needless assignment of null 8 years ago
Sam Roberts 0b44384561 tls: allow obvious key/passphrase combinations 8 years ago
Sean Villars 5d14602181 cluster: return worker reference from disconnect() 8 years ago
hveldstra 9f6f0f748c timers: fix handling of cleared immediates 8 years ago
Ethan Arrowood e432c2bfaa fs: remove unused argument from copyObject() 8 years ago
Brian White f3cf8e9808
fs: do not pass Buffer when toString() fails 8 years ago
Jay Brownlee 4f97a146ff
url, test: fix typo in inspect output, add test 8 years ago
Joyee Cheung 3d353c749c
buffer: consistent error for length > kMaxLength 8 years ago
Sam Roberts a28e949145 tls: do not refer to secureOptions as flags 8 years ago
Sam Roberts d4050b38d6 tls: document and test option-less createServer 8 years ago
Sam Roberts c3839f7ed4 tls: fix/annotate connect arg comments 8 years ago
Anna Henningsen d4f00fe109
buffer: fix single-character string filling 8 years ago