3702 Commits (292033b1f598b6b957a7580e825f7139e7d35373)

Author SHA1 Message Date
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
Brian White 0223de6ba5 http: remove unnecessary check 9 years ago
Сковорода Никита Андреевич 1d79787e2e fs: add a temporary fix for re-evaluation support 9 years ago
Brian White 00638ac160 querystring: improve escape() performance 9 years ago
Brian White c8e650dee7 querystring: improve unescapeBuffer() performance 9 years ago
Brian White a2a69a2b63 querystring: improve parse() performance 9 years ago
Brian White 9bee03aaf2 http: allow async createConnection() 9 years ago
Brian White 12274a5c1b child_process: fix data loss with readable event 9 years ago
Brian White ae244a26c1 string_decoder: fix performance regression 9 years ago
Trevor Norris b55e58042c buffer: add encoding parameter to fill() 9 years ago
Prince J Wesley 826844e27e debugger: assert test before accessing this.binding 9 years ago
Brian White b212be08f6 path: performance improvements on all platforms 9 years ago
James M Snell 7bef1b7907 http: strictly forbid invalid characters from headers 9 years ago
Prince J Wesley 211018fe72 repl: handle quotes within regexp literal 9 years ago
Matteo Collina 7764b6cb96 streams: 5% throughput gain when sending small chunks 9 years ago
Daniel Turing dbdbdd4998 dns: add resolvePtr to query plain DNS PTR records 9 years ago
dcposch@dcpos.ch 2c55cc2d2c buffer: remove deprecated Buffer.write branch 9 years ago
Myles Borins 878bcd43f8 querystring: check that maxKeys is finite 9 years ago
Sakthipriyan Vairamani 1124de2d76 fs: deprecate fs.read's string interface 9 years ago
HUANG Wei c0bfac6ba9 buffer: remove duplicated code in fromObject 9 years ago
Rich Trott 7406cd3a59 tools: lint for spacing around unary operators 9 years ago
Brian White 2c357a7e3b tls: add getProtocol() to TLS sockets 9 years ago
Evan Lucas cb51688c36 stream: prevent object map change in TransformState 9 years ago
Fedor Indutny 165b33fce2 https: evict cached sessions on error 9 years ago
Rich Trott 7a2a5513b8 fs: refactor redeclared variables 9 years ago
Evan Lucas f3be421c1c dns: coerce port to number in lookupService 9 years ago
Rich Trott 089d84f8fa lib: scope loop variables 9 years ago
Rich Trott 68a6abc806 lib: remove string_decoder.js var redeclarations 9 years ago
Rich Trott ba81d152ec repl: remove variable redeclaration 9 years ago
Rich Trott 260512677b net: refactor redeclared variables 9 years ago
Rich Trott 1800bf4142 dgram: scope redeclared variables 9 years ago