624 Commits (bb85e7751f1bd224fbce370ad84d8ce774e2d69a)

Author SHA1 Message Date
Evan Larkin 43ddc04bb0 No longer using the global variable "stat" in unwatchFile 14 years ago
Ryan Dahl c3bc48d451 Move the http client's initParser() into prototype 14 years ago
Ryan Dahl f323f34353 writeable -> writable 14 years ago
Ryan Dahl 9911629de0 Fix style in node_crypto.cc 14 years ago
Ryan Dahl 163485c8aa Rename some SecureStream methods 14 years ago
Ryan Dahl 7bd94712a8 lazy load crypto binding 14 years ago
Ryan Dahl d89f8dce28 fix style in net.js 14 years ago
Ryan Dahl 069d973d74 Remove require('buffer') in built-in libraries. 14 years ago
Aaron Heckmann 7c5cc57ece quicker loops 14 years ago
Fedor Indutny 5535aa3d51 Fixed 'upgrade' event for httpclient 14 years ago
isaacs 4d0456f827 Don't use stat in fs.readFile[Sync] 14 years ago
Tj Holowaychuk 893ebe7230 Fixed fs.ReadStream() start: 0 bug 14 years ago
Mikeal Rogers cc1d61cbb3 HTTP: close connection on connection:close header. 14 years ago
Jorge Chamorro Bieling fc334b3a97 sys.js: --needless Object.keys() --needless .map() in a single patch 14 years ago
Jorge Chamorro Bieling 8e246acd0e sys.js: sys.inspect: show function names 14 years ago
Ryan Dahl db73c71280 Pass correct message in HTTP client upgrade 14 years ago
Ryan Dahl 01b3418e2e Move IOWatcher and Timer to process.binding 14 years ago
Ryan Dahl 31f8fa222e Add require('constants') 14 years ago
Ryan Dahl 6eca948ca2 Move constants out of process object 14 years ago
Ryan Dahl d2de8ba400 ^c to get out of '...' in REPL 14 years ago
Ryan Dahl 42eb5a6898 Simplify REPL 14 years ago
Ryan Dahl bbbcd1fee0 Safe constructors for fs.ReadStream and fs.WriteStream 14 years ago
Paul Querna c8f9728de7 Move dns.isIP to net.isIP 14 years ago
Ryan Dahl 251d03197f Remove deprecation warnings in net module 14 years ago
Ryan Dahl a63fd0fe56 Remove deprecation warnings in http module 14 years ago
Ryan Dahl f08985c193 Handle writeStream errors in sys.pump 14 years ago
Herbert Vojčík 3e0a8f3ad8 Common subexpression in emit. 14 years ago
Sam Stephenson 6560ab9073 Send multiple header lines in ServerResponse#writeHead when header values are arrays 14 years ago
Ryan Dahl 6bdc42cee7 shorten some lines in events.js 14 years ago
Ryan Dahl ae8f8e7258 Optimize emit for two arguments 14 years ago
Ryan Dahl 77fc61d539 Default value for second arg of Buffer#slice 14 years ago
Mark Nottingham 4fe3007a1a Support for outgoing HTTP trailing headers 14 years ago
isaacs 686d9f9cc6 Bug in realpath with symlinks to absolute folder paths which have children. 14 years ago
Peter Griess 422d3c93bc Get rid of PHP/Rails style parameter munging. 14 years ago
Ryan Dahl 2d09ef8541 Fix style in readline 14 years ago
Ryan Dahl 0ef8a86af2 Add SIGWINCH handler for readline 14 years ago
Ryan Dahl 3a9570386a Fix fs.realpathSync('/') 14 years ago
Ryan Dahl b8bfbdab48 Rename SlowBuffer in binding 14 years ago
Ryan Dahl 5bc4efe820 Remove blobs, simplify SlowBuffer 14 years ago
Ryan Dahl ba2e4a2306 Simplify fast buffer constructor 14 years ago
Ryan Dahl 3e9f636b64 Improve long buffer test 14 years ago
Ryan Dahl 17ba821e60 defineProperty is slow, don't use it for fastbuffer 14 years ago
Ryan Dahl d3fcd1c75a Expose SlowBuffer 14 years ago
Ryan Dahl 8b4f1e05f9 Expose Buffer.poolSize 14 years ago
Ryan Dahl 5506f99dfa map charsWritten to fast buffer 14 years ago
Ryan Dahl 7b772f3f68 More fast buffer work 14 years ago
Ryan Dahl d5bdda74c1 fast buffer bounds checking in copy() 14 years ago
Tim-Smart 6ea99721f1 string.length !== Buffer.byteLength(string) 14 years ago
Ryan Dahl 2dda6be799 Fast Buffer safe constructor 14 years ago
Ryan Dahl b87669cbf4 Fix fastbuffer style 14 years ago