3761 Commits (1213535701dbff5688f15d3fdaf39878941378ae)

Author SHA1 Message Date
Sakthipriyan Vairamani 41feaa89e0 crypto: improve error messages 9 years ago
Brian White c169ac6bab querystring: don't stringify bad surrogate pair 9 years ago
Fedor Indutny 8363ede855 node: --no-browser-globals configure flag 9 years ago
James M Snell 53a95a5b12 fs: make fs.watch error message more useful 9 years ago
James M Snell 060e5f0c00 fs: Buffer and encoding enhancements to fs API 9 years ago
James M Snell c6656db352 process: add 'warning' event and process.emitWarning() 9 years ago
Alexis Campailla ace1009456 stream: emit 'pause' on nextTick 9 years ago
Alexis Campailla 4611389294 tty: don't read from console stream upon creation 9 years ago
James M Snell f429fe1b88 crypto: fail early when loading crypto without openssl 9 years ago
James M Snell 7d73e60f60 buffer: add swap16() and swap32() methods 9 years ago
Gareth Ellis 443c2d5442 buffer: changing let in for loops back to var 9 years ago
Jackson Tian 91466b855f lib: refactor code with startsWith/endsWith 9 years ago
Jeremiah Senkpiel ec6af31eba lib: rename /node.js to /bootstrap_node.js 9 years ago
Jeremiah Senkpiel 4bf2acaa1e lib,src: move src/node.js to lib/internal/node.js 9 years ago
Jeremiah Senkpiel 015cef25eb lib,src: refactor src/node.js into internal files 9 years ago
Benjamin Gruenbaum c9c387fdac dns: Use object without protoype for map 9 years ago
Benjamin Gruenbaum 4985c3411f dns: Refactor forEach to map 9 years ago
Benjamin Gruenbaum 8baaa25aec dns: use template literals 9 years ago
Jackson Tian 4d78121b77 lib: simplify code with String.prototype.repeat() 9 years ago
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