4235 Commits (fa8baa2aa13e42bf14f5413d46e173361517e1cc)

Author SHA1 Message Date
Michaël Zasso 78e867492a url: improve spec compliance of WHATWG URL 8 years ago
James M Snell 2b98ea0dec url: move originFor, domainToAscii and domainToUnicode 8 years ago
James M Snell e210efad9e url: performance improvement in URL implementation 8 years ago
Joyee Cheung 7fbd12f876 url: make WHATWG URL properties spec compliant 8 years ago
Brian White 32b6bcdd83 http: optimize headers iteration 8 years ago
Brian White a760d707ad http: simplify boolean checks 8 years ago
Brian White c8ad127abc http: extract validation functions 8 years ago
Brian White aed5e27451 lib: avoid recompilation of anonymous functions 8 years ago
Brian White 8a2a763f13 http: improve validation performance 8 years ago
Brian White df8b8b257d http: refactor server connection handling 8 years ago
Brian White 1f0fd7b35d http: misc cleanup and minor optimizations 8 years ago
Brian White b094b49659 http: reuse existing headers array for raw values 8 years ago
Brian White 7ece950ffe events: improve once() performance 8 years ago
Brian White 797495a84a buffer: improve allocation performance 8 years ago
Jeremy Yallop 6629f8f83f fs: cache non-symlinks in realpathSync. 8 years ago
Evan Lucas 6796bf4829 repl: allow autocompletion for scoped packages 8 years ago
Michaël Zasso 05332942e2 tools: enforce linebreak after ternary operators 8 years ago
Anna Henningsen abde7644a5
fs: support Uint8Array input to methods 8 years ago
Francis Gulotta 2e0386c396 fs: remove needless assignment of null 8 years ago
Sam Roberts 2096638fe0 tls: allow obvious key/passphrase combinations 8 years ago
Sean Villars 663c44eaaa cluster: return worker reference from disconnect() 8 years ago
Sam Roberts 8e4b9fa487 tls: fix/annotate connect arg comments 8 years ago
Sam Roberts 980acb4b95 tls: document and test option-less createServer 8 years ago
Sam Roberts 41e1e6eb35 tls: do not refer to secureOptions as flags 8 years ago
Safia Abdalla 24482d08ce url: add inspect function to TupleOrigin 8 years ago
hveldstra f66461382c timers: fix handling of cleared immediates 8 years ago
Ethan Arrowood 2673be676a fs: remove unused argument from copyObject() 8 years ago
Jay Brownlee 2da71f24de url, test: fix typo in inspect output, add test 8 years ago
Anna Henningsen b99a372e91 buffer: fix single-character string filling 8 years ago
joyeecheung 80cccce218 url, test: including base argument in originFor 8 years ago
Michaël Zasso b6a8bc6ac3 lib,test: use consistent operator linebreak style 8 years ago
Karl Böhlmark dded482bb8 http: remove stale timeout listeners 8 years ago
Timothy Gu f08d8a6c6f url: improve URLSearchParams spec compliance 8 years ago
Axel Monroy 19d7197177 url: add a got host pattern in url.js 8 years ago
Teddy Katz a0f6cc718a repl: avoid parsing division operator as regex 8 years ago
Jackson Tian f55a63c86f internal/util: move the case 'latin1' 8 years ago
Lance Ball dfa35d66f5 debugger: call `this.resume()` after `this.run()` 8 years ago
brad-decker fa38032148 child_process: name anonymous functions 8 years ago
Anna Henningsen cef3a04f62
promise: better stack traces for --trace-warnings 8 years ago
Prince J Wesley 6087e361e5 repl: preprocess only for defaultEval 8 years ago
Sakthipriyan Vairamani (thefourtheye) 0c745e3a3a buffer: convert offset & length to int properly 8 years ago
Rich Trott ac8d212428 debugger: refactor _debugger.js 8 years ago
joyeecheung ea1c4e1212
test,url: improve escaping in url.parse 8 years ago
Walter Beller-Morales 65cda7f265
lib: use === in _http_server and _tls_wrap 8 years ago
Teddy Katz 9099664959
repl: fix generator function preprocessing 8 years ago
Bryan English 5c9aa18484
constants: errors -> errno 8 years ago
Anna Henningsen e0e62d1113
Revert "buffer: runtime deprecation of calling Buffer without new" 8 years ago
Pedro Lima 9554a974d1
https: name anonymous functions in https 8 years ago
Prince J Wesley a673d44d68
lib,tools: remove unneeded escaping of / 8 years ago
Jeremiah Senkpiel 02c2bf7d34 timers: use consistent checks for canceled timers 8 years ago