3842 Commits (4f925dd1844f104e5a4e94ffc86783afcabeed82)

Author SHA1 Message Date
Jackson Tian d2b93e55cc lib: reduce usage of `self = this` 9 years ago
James M Snell d0edabecbf net: strict checking for internal/net isLegalPort 9 years ago
Jeremiah Senkpiel d3a75344f5 timers: fix lint from 4fe02e2 9 years ago
Benjamin Gruenbaum b9299884dc dns: use isIp consistently 9 years ago
Jeremiah Senkpiel 4fe02e23af timers: give Timeouts a constructor name 9 years ago
Florian MARGAINE e5f8a6a2fa fs: add the fs.mkdtemp() function. 9 years ago
Benjamin Gruenbaum e6bfe044ff net: remove unused `var self = this` from old code 9 years ago
Rich Trott 8b43d3f52d zlib: do not emit event on *Sync() methods 9 years ago
Prince J Wesley a38d6ad4be repl: support standalone blocks 9 years ago
James M Snell 9e30129fa7 tools: add buffer-constructor eslint rule 9 years ago
Brian White 089bef0a81 timers: improve setImmediate() performance 9 years ago
Lance Ball ad8257fa5b repl: Assignment of _ allowed with warning 9 years ago
HUANG Wei 545b8fd8d8 net: emit host in lookup event 9 years ago
Brian White 08085c49b6 path: assert inputs are strings 9 years ago
Alexander Penev 2e1ae3ead1 https: fix ssl socket leak when keepalive is used 9 years ago
Rich Trott 9de9a08587 path: refactor path.format() repeated code 9 years ago
James M Snell 85ab4a5f12 buffer: add .from(), .alloc() and .allocUnsafe() 9 years ago
Rich Trott 6ba5af2c2c console: check that stderr is writable 9 years ago
James M Snell b6e3fa745b events: add eventNames() method 9 years ago
Vladimir Kurchatkin 3b2094152e net: make `isIPv4` and `isIPv6` more efficient 9 years ago
Sam Roberts a78b3344f8 net: type check createServer options object 9 years ago
Nathan Woltman d0582ef9e1 lib: copy arguments object instead of leaking it 9 years ago
James M Snell 8bb60e3c8d fs: improve error message for invalid flag 9 years ago
Evan Lucas 3d3b45ae95 path: fix normalize for absolutes 9 years ago
Matteo Collina 8af4bb86c0 dgram: default send address to 127.0.0.1 or ::1 9 years ago
Alexander Makarenko a37401e061 crypto: simplify Certificate class bindings 9 years ago
Brian White c490b8ba54 util: improve format() performance further 9 years ago
Evan Lucas 8d72b0d291 util: improve util.format performance 9 years ago
Ali Ijaz Sheikh 953173b0d7 lib: wrap tick_processor scripts in IIFE 9 years ago
Fedor Indutny b010c87164 crypto, string_bytes: treat `buffer` str as `utf8` 9 years ago
Anton Khlynovskiy c647e87504 lib: freelist: use .pop() for allocation 9 years ago
nettofarah 610bd8d567 url: group slashed protocols by protocol name 9 years ago
Owen Smith f296a7f16f path: fix path.relative() for prefixes at root 9 years ago
Zheng Chaoping 4717ea9186 path: fix win32 parse() 9 years ago
Prince J Wesley 40d57b714e repl: fix stack trace column number in strict mode 9 years ago
Matteo Collina 725ffdb9b7 dgram: handle default address case when offset and length are specified 9 years ago
Owen Smith e326950498 path: fix win32 relative() for UNC paths 9 years ago
Owen Smith b33879d9e2 path: fix win32 relative() when "to" is a prefix 9 years ago
Brian White 8b16ba3bbf url: fix off-by-one error with parse() 9 years ago
Brian White 3a331b66f8 path: fix verbose relative() output 9 years ago
Jeremiah Senkpiel 67963c8c66 timers: greatly improve code comments 9 years ago
Jeremiah Senkpiel 60f8c1acf4 timers: refactor timers 9 years ago
Stefan Budeanu 7c48cb5601 crypto: Improve control of FIPS mode 9 years ago
cjihrig ee7754be47 repl: accept no arguments to start() 9 years ago
Ben Noordhuis 66f4586dd0 cluster: emit worker as first 'message' event arg 9 years ago
Rich Trott d26417f123 tools: apply custom buffer lint rule to /lib only 9 years ago
cjihrig e854f60585 child_process: add keepOpen option to send() 9 years ago
cjihrig 1952844f45 child_process: support options in send() 9 years ago
Rich Trott c9d7b75346 debugger: remove unneeded callback check 9 years ago
Brian White 7d1d3a6621 url: fix lint and deopt issues 9 years ago