364 Commits (89e121d4a7765972b7f52c9503864120d93ec504)

Author SHA1 Message Date
Timothy Gu 2841f478e4
url: improve WHATWG URL inspection 8 years ago
Timothy Gu aff5cc92b9
url: clean up WHATWG URL origin generation 8 years ago
Matteo Collina 1ae172b272 crypto: make LazyTransform compabile with Streams1 8 years ago
Evan Lucas 40b6cf241e doc: limit lines to 80 cols in internal README 8 years ago
Sam Roberts 8086cb68ae src: use option parser for expose_internals 8 years ago
Daijiro Wachi eb0492d51e url: remove javascript URL special case 8 years ago
Ali Ijaz Sheikh a235ccd168 src,test: debug is now an alias for inspect 8 years ago
Brian White b76a350a19 url: avoid instanceof for WHATWG URL 8 years ago
Alexey Orlenko f4e8a6f1f0 test: add Unicode characters regression test 8 years ago
Brian White b40dab553f linkedlist: remove unused methods 8 years ago
Timothy Gu c4469c49ec url: error when domainTo*() is called w/o argument 8 years ago
Rich Trott 1e6186e902 buffer,util: refactor for performance 8 years ago
Sakthipriyan Vairamani (thefourtheye) d75fdd96aa
child_process: improve killSignal validations 8 years ago
Teddy Katz 3209a8ebf3
lib: ensure --check flag works for piped-in code 8 years ago
James M Snell 7b4a72d797 errors: add space between error name and code 8 years ago
Eugene Ostroukhov 7954d2a4c7 inspector: use inspector API for "break on start" 8 years ago
James M Snell 7139b93a8b url: add ToObject method to native URL class 8 years ago
Gibson Fahnestock cd4ddfdef2 lib: add comment to script eval _tickCallback 8 years ago
Jeremiah Senkpiel 59d2561e18 lib: remove an unnecessary coverage check 8 years ago
Bryan English e0bc5a7361
process: maintain constructor descriptor 8 years ago
Timothy Gu cfc8422a68 lib: use Object.create(null) directly 8 years ago
Timothy Gu 14a91957f8 url: use a class for WHATWG url[context] 8 years ago
Ben Noordhuis 9ff7ed23cd lib: fix event race condition with -e 8 years ago
Joyee Cheung ee19e2923a url: show input in parse error message 8 years ago
Sakthipriyan Vairamani (thefourtheye) caf9ae748b lib,src: make constants not inherit from Object 8 years ago
Luigi Pinca e0a9ad1af2 http: avoid retaining unneeded memory 8 years ago
DavidCai a00c9e95e4 errors: remove needless lazyAssert 8 years ago
Timothy Gu c515a985ea url: spec-compliant URLSearchParams parser 8 years ago
Timothy Gu c98a8022b7 querystring: move isHexTable to internal 8 years ago
Daijiro Wachi 60c8a35744 url: restrict setting protocol to "file" 8 years ago
James M Snell 989713d343 lib: avoid using forEach 8 years ago
James M Snell 4d090855c6 lib: avoid using forEach in LazyTransform 8 years ago
Jan Krems 704263139b lib: Fix swallowed events in inspect integration 8 years ago
DavidCai b5eccc4c7e lib, test: add duplicate symbol checking in E() 8 years ago
Rich Trott db277f00fe readline: remove unneeded eslint-disable comment 8 years ago
Timothy Gu d77a7588cf url: spec-compliant URLSearchParams serializer 8 years ago
Daijiro Wachi 879d6663ea net: remove an unused internal module `assertPort` 8 years ago
Lukas Möller 443691a5ae
crypto: fix default encoding of LazyTransform 8 years ago
Brian White 28dc848e70
lib: improve method of function calling 8 years ago
Timothy Gu 99b27ce99a url: prioritize toString when stringifying 8 years ago
Brian White 7afc70de40
url: remove invalid file protocol check 8 years ago
Brian White 940b5303be
http: use Symbol for outgoing headers 8 years ago
Timothy Gu 3f27f02da0 repl: docs-only deprecation of magic mode 8 years ago
Timothy Gu b610a4db1c url: enforce valid UTF-8 in WHATWG parser 8 years ago
levsthings ee7b7f6935 process: fix typo in comments 8 years ago
JungMinu d42296bd98 lib: rename kMaxCallbacksUntilQueueIsShortened 8 years ago
Brian White f385f77f1d process: improve memoryUsage() performance 8 years ago
James M Snell 62e96096fa lib: more consistent use of module.exports = {} model 8 years ago
James M Snell 88c3f57cc3 lib: refactor internal/socket_list 8 years ago
James M Snell f04387e9f2 lib: refactor internal/freelist 8 years ago