3732 Commits (089bef0a811e3eba7a309da687e90499ec06ce63)

Author SHA1 Message Date
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
Brian White db9128135f url: improve url.parse() performance 9 years ago
Jackson Tian 0903b6d8a8 console: apply null as `this` for util.format 9 years ago
Brian White 9209bf6d43 path: fix input type checking regression 9 years ago
Brian White 92212014ff stream: fix no data on partial decode 9 years ago
Fedor Indutny 7885b1d7aa net: use `_server` for internal book-keeping 9 years ago
Alexander Makarenko 836c659d8f http,util: fix typos in comments 9 years ago
Fedor Indutny aa0526972a tls: nullify `.ssl` on handle close 9 years ago
Zirak a06066ca31 repl: allow multiline function call 9 years ago
Igor Klopov e9ac83ab35 cluster: dont rely on `this` in `fork` 9 years ago
Brian White fab240a886 http: remove old, confusing comment 9 years ago