Improve idle benchmarks
[platform/upstream/nodejs.git] / lib /
2010-10-27 Ryan DahlGracefully handle EMFILE
2010-10-27 Tim-SmartStyle changes.
2010-10-26 Ryan DahlUse the timer list for setTimeout
2010-10-26 Ryan DahlMove setTimeout and friends into timers module
2010-10-26 Ryan DahlMove idle timers into its own module
2010-10-26 Ryan DahlFix permissions on http.js
2010-10-26 Ryan DahlallowHalfOpen disabled by default
2010-10-26 Ryan Dahlfix style
2010-10-26 Paul QuernaSet the readable variables on the read/write streams
2010-10-26 Paul QuernaAdd SecurePair for handling of a ssl/tls stream.
2010-10-25 Micheil SmithUpdate node_net.cc to make us of node_constants.cc
2010-10-23 Ryan DahlDo not spin on aceept() with EMFILE
2010-10-23 Ryan DahlMake sure Error object on exec() gets killed member
2010-10-23 Ryan DahlFix test-net-eaddrinuse
2010-10-22 Jorge Chamorro BielingRemove unneeded function wrappers
2010-10-21 Ryan DahlFix execFile timeouts, improve tests
2010-10-21 Ryan DahlChildProcesses cannot be killed if pid is missing
2010-10-20 isaacsThe cwdRequire hack is no longer necessary with the...
2010-10-20 Aaron HeckmannPrevents child_process.exec timeouts from throwing...
2010-10-20 isaacsAdd require.resolve.
2010-10-19 Johan Euphrosinenet listen should emit eaddrinuse error
2010-10-18 Mark NottinghamFix expect/continue keepalive
2010-10-18 Sami Samhurinew api for defining repl commands
2010-10-18 Ryan Dahlbase64 decode should handle whitespace
2010-10-17 Peteris KruminsAdd EventEmitter.prototype.once
2010-10-13 Joshua PeekDon't flush net writeQueue on end() if its still connecting
2010-10-13 Ryan DahlAllow people to set backlog. Need a better API.
2010-10-11 Ryan DahlDon't require events in fs.js
2010-10-11 Ryan Dahlfs.ReadStream and fs.WriteStream derive from stream...
2010-10-11 Ryan DahlAdd destroy methods to HTTP messages
2010-10-11 Micheil SmithRemoved deprecated methods from lib/path.js
2010-10-11 Micheil SmithRemoved deprecated methods from lib/net.js
2010-10-11 Micheil SmithRemoved deprecated methods from lib/http.js
2010-10-11 Micheil SmithRemoved deprecated methods from lib/fs.js
2010-10-11 Micheil SmithRemoved deprecated alias to lib/fs.js
2010-10-11 Micheil SmithRemoved deprecated events.Promise
2010-10-11 Ryan DahlFix test-http-buffer-sanity
2010-10-11 Micheil SmithSoft migration of sys -> util, Removal of deprecated...
2010-10-11 Ryan DahlCloser to a working pipe
2010-10-11 Ryan DahlTCP clients should buffer writes before connection
2010-10-11 Ryan Dahlpipe-test fixes
2010-10-11 Ryan DahlRemove old tcp module
2010-10-11 Ryan Dahlclean up options.end code - wasn't working
2010-10-11 Micheil SmithChanging http.js to use the same stream.Stream creation...
2010-10-11 Ryan DahlAdd Stream base class with stream.pipe
2010-10-09 Ryan DahlFix style
2010-10-09 Ryan DahlAdd flag to disable colors in REPL
2010-10-09 Ryan DahlUse readline.columns in sys.inspect when possible
2010-10-09 Ryan DahlCommas last in sys.inspect
2010-10-09 Sean Coatesadd $ to variable name character matching patterns...
2010-10-07 Ryan Dahlexpose parsers freelist
2010-10-07 Joshaven Pottersyntax fixes to pass jslint
2010-10-04 isaacsFix #325. Add test and check for zero-length file conte...
2010-10-04 Ryan Dahllib/http.js - nested loop stepping on variables of...
2010-10-02 isaacsReport "weird" errors a little better.
2010-10-01 Mark NottinghamAdd support for handling Expect: 100-continue
2010-10-01 Marco Rogersfix encoding option on ReadStream, updated test
2010-10-01 Ryan DahlFix REPL crash on tabbing 'this.'
2010-10-01 Evan Larkinfs.ReadStream: Passing null for file position on all...
2010-10-01 Ryan DahlFix zero length buffer bug for http res.end()
2010-09-30 Mark NottinghamConsume HTTP trailing headers
2010-09-30 Evan LarkinNo longer using the global variable "stat" in unwatchFile
2010-09-30 Ryan DahlMove the http client's initParser() into prototype
2010-09-29 Ryan Dahlwriteable -> writable
2010-09-29 Ryan DahlFix style in node_crypto.cc
2010-09-28 Ryan DahlRename some SecureStream methods
2010-09-28 Ryan Dahllazy load crypto binding
2010-09-28 Ryan Dahlfix style in net.js
2010-09-28 Ryan DahlRemove require('buffer') in built-in libraries.
2010-09-28 Aaron Heckmannquicker loops
2010-09-23 Fedor IndutnyFixed 'upgrade' event for httpclient
2010-09-23 isaacsDon't use stat in fs.readFile[Sync]
2010-09-22 Tj HolowaychukFixed fs.ReadStream() start: 0 bug
2010-09-22 Mikeal RogersHTTP: close connection on connection:close header.
2010-09-20 Jorge Chamorro Bielingsys.js: --needless Object.keys() --needless .map()...
2010-09-19 Jorge Chamorro Bielingsys.js: sys.inspect: show function names
2010-09-19 Ryan DahlPass correct message in HTTP client upgrade
2010-09-17 Ryan DahlMove IOWatcher and Timer to process.binding
2010-09-17 Ryan DahlAdd require('constants')
2010-09-17 Ryan DahlMove constants out of process object
2010-09-17 Ryan Dahl^c to get out of '...' in REPL
2010-09-17 Ryan DahlSimplify REPL
2010-09-17 Ryan DahlSafe constructors for fs.ReadStream and fs.WriteStream
2010-09-17 Paul QuernaMove dns.isIP to net.isIP
2010-09-16 Ryan DahlRemove deprecation warnings in net module
2010-09-16 Ryan DahlRemove deprecation warnings in http module
2010-09-16 Ryan DahlHandle writeStream errors in sys.pump
2010-09-16 Herbert VojčíkCommon subexpression in emit.
2010-09-15 Sam StephensonSend multiple header lines in ServerResponse#writeHead...
2010-09-15 Ryan Dahlshorten some lines in events.js
2010-09-15 Ryan DahlOptimize emit for two arguments
2010-09-14 Ryan DahlDefault value for second arg of Buffer#slice
2010-09-14 Mark NottinghamSupport for outgoing HTTP trailing headers
2010-09-14 isaacsBug in realpath with symlinks to absolute folder paths...
2010-09-13 Peter GriessGet rid of PHP/Rails style parameter munging.
2010-09-13 Ryan DahlFix style in readline
2010-09-13 Ryan DahlAdd SIGWINCH handler for readline
2010-09-10 Ryan DahlFix fs.realpathSync('/')
2010-09-09 Ryan DahlMerge branch 'fast-buffer'
2010-09-09 Ryan DahlRename SlowBuffer in binding
next