4004 Commits (5540e3d4889b46b56754547f1a9f6f133132610d)

Author SHA1 Message Date
Jason Ginchereau 0eaf3ff53c path: fallback to process cwd when resolving drive cwd 8 years ago
Adri Van Houdt e0c10f63b0 process: changed var to const in internal/process.js 8 years ago
Luigi Pinca 787558935c dns: tweak regex for IPv6 addresses 8 years ago
Adri Van Houdt beb288b639 lib: changed var to const in internal/v8_polyfill 8 years ago
Adri Van Houdt 37ce6da59a process: changed var to const in internal/v8_prof_processor 8 years ago
Teddy Katz 5c6284a417 tools: add additional ESLint rules 8 years ago
Ilkka Myller 7a59449478 https: fix memory leak with https.request() 8 years ago
cjihrig 4e8c03707a dns: handle array holes in setServers() 8 years ago
Adri Van Houdt e8f1cf1bd8 process: changed var to const in internal/process/promises 8 years ago
Adri Van Houdt 858a7bbacf lib: changed var to const in bootstrap_node.js 8 years ago
Rich Trott 4492cc3e25 test,lib: align arguments in multiline calls 8 years ago
Bryan English 38be15549e util: don't init Debug if it's not needed yet 8 years ago
Jason Ginchereau d72a7b3d0c path: fix path.relative UNC path result 8 years ago
Dany Shaanan 7728f95967 util: simplify SIMD setup 8 years ago
Michaël Zasso 3fcdf4e80a buffer: remove unnecessary argument check 8 years ago
Mike Ralphson b0234e7968 tls: add 'new' keyword for Array constructor call 8 years ago
Ojas Shirekar ee319b739c buffer: add isSharedArrayBuffer checks 8 years ago
Roman Reiss 8c91a9b848 repl: improve .help message 8 years ago
yorkie 02da155e4b timers: remove unreachable code 8 years ago
Сковорода Никита Андреевич 8fb8c46303 buffer: zero-fill uninitialized bytes in .concat() 8 years ago
Ben Noordhuis 743f0c9164 lib: make tls.checkServerIdentity() more strict 8 years ago
Evan Lucas c0f13e56a2 http: check reason chars in writeHead 8 years ago
Fedor Indutny eff771f399 tickprocessor: apply c++filt manually on mac 8 years ago
Rich Trott f47ce9d9f8 tools: replace custom ESLint rule with built-in 8 years ago
Rich Trott ef5cb129ae tools: fix new-parens violations 8 years ago
Luigi Pinca f840bc87d6 url: fix off-by-one error in loop handling dots 8 years ago
Brian White 6e3db283ed buffer: fix ArrayBuffer checks 8 years ago
Prince J Wesley 408308f2e6 readline: key interval delay for \r & \n 8 years ago
Daniel Bevenius 151d1ea6a6 vm: change ContextifyScript to Script in comment 8 years ago
not-an-aardvark afb9917f16 crypto: add crypto.timingSafeEqual() 8 years ago
atstojanov 1640e7a4da crypto: fix getDecoder() encoding check 8 years ago
James M Snell dd51b1f428 buffer,string_decoder: consolidate encoding validation logic 9 years ago
Anna Henningsen 605db31fe7 events: make memory leak warning more accessible 8 years ago
Anna Henningsen 3ef8ba8bdc net: make holding the buffer in memory more robust 8 years ago
Prince J Wesley 6f20f477c4 repl: Auto alignment for .editor mode 8 years ago
Brian White fa4c4d655a http: fix connection upgrade checks 8 years ago
Sakthipriyan Vairamani d67ece2f68 util: improve function signature of util._extend 8 years ago
Ilkka Myller 6ae7af0fa3 url: keep auth in `url.resolve()` if host matches 8 years ago
Ilkka Myller eec5d02266 url: `url.format()` encodes all `#` in `search` 9 years ago
Anna Henningsen e9c4805c1f util: allow returning `this` from custom inspect 8 years ago
Anna Henningsen 4cb55ff392 util: allow symbol-based custom inspection methods 8 years ago
Benjamin Gruenbaum 180867d6a6 promise: warn on unhandled rejections 9 years ago
Ali Ijaz Sheikh 66e66e59a4 repl: fix repl after V8 upgrade 9 years ago
Ilkka Myller 14c7dcbbcd url: fix inconsistent port in url.resolveObject 8 years ago
Brian White 089a1cbecb net: add length check when normalizing args 8 years ago
Brian White 17b8381585 net: remove unnecessary variables 8 years ago
cjihrig d0cb52b967 dns: remove makeAsync() function check 8 years ago
cjihrig 70648f47ca dns: lookupService() callback must be a function 8 years ago
Prince J Wesley 60c50468e3 repl: Failed to save editor mode text in `.save` 8 years ago
cjihrig 71343b6caa child_process: reuse existing no-op function 8 years ago