231 Commits (db585c9b4d358f1bb8c8803ec3ea2ed2d375ca2b)

Author SHA1 Message Date
Matteo Collina 8ac8e50a58 crypto: make LazyTransform compabile with Streams1 8 years ago
Evan Lucas f3db9a6437 doc: limit lines to 80 cols in internal README 8 years ago
Timothy Gu dfc801737f url: improve WHATWG URL inspection 8 years ago
Timothy Gu b2a9e60ce1 url: clean up WHATWG URL origin generation 8 years ago
Daijiro Wachi ffb2ef4ff3 url: remove javascript URL special case 8 years ago
Brian White b50a84a259 url: avoid instanceof for WHATWG URL 8 years ago
Timothy Gu b9b93f2165 url: error when domainTo*() is called w/o argument 8 years ago
James M Snell c7de98a7bf url: add ToObject method to native URL class 8 years ago
Timothy Gu 4b6097d3bd url: use a class for WHATWG url[context] 8 years ago
Timothy Gu 01b8839495 url: spec-compliant URLSearchParams parser 8 years ago
Timothy Gu 0cc37c71a1 querystring: move isHexTable to internal 8 years ago
Timothy Gu b8ff2c9f37 url: spec-compliant URLSearchParams serializer 8 years ago
Timothy Gu d6fe91648a url: prioritize toString when stringifying 8 years ago
Timothy Gu 7c9ca0f3ce url: enforce valid UTF-8 in WHATWG parser 8 years ago
Timothy Gu b4052e656c url: extend URLSearchParams constructor 8 years ago
Rich Trott 0c0241ff73 buffer,util: refactor for performance 8 years ago
Alexey Orlenko 8caf6fd58a
test: add Unicode characters regression test 8 years ago
Gibson Fahnestock 5bdd54925a
lib: add comment to script eval _tickCallback 8 years ago
Jeremiah Senkpiel 837ff4ba59
lib: remove an unnecessary coverage check 8 years ago
Bryan English 2462fd8009
process: maintain constructor descriptor 8 years ago
Ben Noordhuis 6c803db7b9
lib: fix event race condition with -e 8 years ago
Joyee Cheung f6755182e5
url: show input in parse error message 8 years ago
DavidCai 0f2642ee36
errors: remove needless lazyAssert 8 years ago
Daijiro Wachi c51d925c84
url: restrict setting protocol to "file" 8 years ago
Jan Krems fbbcd1aa89
lib: Fix swallowed events in inspect integration 8 years ago
DavidCai 77c69f7ace
lib, test: add duplicate symbol checking in E() 8 years ago
Rich Trott e19ca8ba11
readline: remove unneeded eslint-disable comment 8 years ago
Brian White c5874d1bd4
url: remove invalid file protocol check 8 years ago
levsthings fe7a722468
process: fix typo in comments 8 years ago
James M Snell 237db9c497
util: cleanup internalUtil.deprecate 8 years ago
Brian White 54e1f0c219
process: improve memoryUsage() performance 8 years ago
Timothy Gu 5f10827248
url: fix handling of ? in URLSearchParams creation 8 years ago
James M Snell 214a39294a
errors: add internal/errors.js 8 years ago
JungMinu a710167c79
lib: rename kMaxCallbacksUntilQueueIsShortened 8 years ago
Sakthipriyan Vairamani (thefourtheye) 61e1af2155
lib: remove unnecessary assignments with _extend 8 years ago
Ali Ijaz Sheikh 4b4bc13758
cluster: properly handle --inspect-{brk,port} 8 years ago
James M Snell 3d133ebd3d
util, debugger: remove internalUtil.error 8 years ago
James M Snell 95bee8f202
util: eliminate unnecessary exports 8 years ago
Arseniy Maximov c942e2037c
child_process: refactor internal/child_process.js 8 years ago
Wayne Andrews bc9c381027
build: add code coverage to make 8 years ago
Daniel Bevenius d1549bf8d9
lib: add constant kMaxCallbacksUntilQueueIsShortened 8 years ago
Jackson Tian 60fc567952
child_process: move anonymous class to top level 8 years ago
Michaël Zasso 4366ab539f
url: implement URL.prototype.toJSON 8 years ago
Timothy Gu 8dbd562590
url: fix surrogate handling in encodeAuth() 8 years ago
Timothy Gu 7e37628c51
benchmark: add url/url-searchparams-sort.js 8 years ago
Timothy Gu c25c16cc1b
url: add urlSearchParams.sort() 8 years ago
Ben Noordhuis 73e316e908
src: make --icu-data-dir= switch testable 8 years ago
Anna Henningsen 3596d156c1
lib: build `node inspect` into `node` 8 years ago
James M Snell 6cf06cf518
fs: allow WHATWG URL and file: URLs as paths 8 years ago
Timothy Gu 8547871ea2
url: fix setting `url.search` to the empty string 8 years ago