platform/upstream/nodejs.git
2010-07-14 Paul QuernaMove evals to extension module.
2010-07-14 Paul QuernaMove the Stat structure functions to node_file.cc
2010-07-14 Paul QuernaMove Buffer to extension model.
2010-07-14 Paul QuernaMove child process to extension model.
2010-07-14 Paul QuernaMove http parser to extension model.
2010-07-14 Paul QuernaMove signal_watcher to extension model.
2010-07-14 Paul QuernaMove cares to extension model
2010-07-14 Paul QuernaMove stdio to extension model.
2010-07-14 Paul QuernaUse the top level check for the bindings cache
2010-07-14 Paul QuernaRegister builtin extensions via a macro, rather than...
2010-07-14 isaacsUse execPath for default NODE_PATH, not installPrefix
2010-07-14 Jérémy LalUpdate ronnjs (fix rendering of html self-closing tags)
2010-07-14 Ryan DahlUpdate README, remove ref to Ronn
2010-07-14 Mikeal RogersAdds "pause" and "resume" events to pump and it's reada...
2010-07-14 David Siegelfix corner-case bug in Module
2010-07-13 Ryan DahlJSON is %j not %f
2010-07-13 Paul QuernaAdd support for the module structure to process.dlopen.
2010-07-13 Paul QuernaAdd basic structure and macros for node modules.
2010-07-13 Paul QuernaMove node version to a single static header file.
2010-07-12 Peter GriessFree kbuf[] in Verify::VerifyFinal().
2010-07-12 Peter GriessCoverity stack size warnings in DefineConstants().
2010-07-12 rickuse delete for removing events after removing the final...
2010-07-12 Jérémy Lalmake node.1 depend on make all
2010-07-12 Jérémy Lallib/node, not lib/nodejs !
2010-07-12 BrianImprove docs
2010-07-12 Ryan DahlReturn child from execFile
2010-07-12 Peter GriessCoverity fixes: src/platform_linux.cc
2010-07-12 Peter GriessCoverity fixes: src/node_net
2010-07-12 Peter GriessCoverity fixes: src/node_file
2010-07-12 Peter GriessCoverity fixes: src/node_crypto
2010-07-12 Peter GriessCoverity fixes: src/node.cc
2010-07-12 Adam Wigginsdocs for dgram module (UDP and unix sockets)
2010-07-12 Jérémy LalFix spelling error
2010-07-12 Jérémy LalUse ronnjs 0.2 to generate docs. Small cosmetic change.
2010-07-12 Jérémy LalEnvironment variables NODE_PREFIX, NODE_PATH in node-waf
2010-07-07 Ryan Dahlhack fix to v8 2.2.23
2010-07-07 Ryan DahlUpgrade V8 to 2.2.23
2010-07-07 Dmitriy ShalashovFix headers with empty value.
2010-07-07 BrianFix docs
2010-07-07 Jerome EtienneSupport of console.dir + console.assert
2010-07-07 Ryan DahlFix addon example in docs
2010-07-04 Ryan DahlRemove a bunch of useless waf files
2010-07-03 Ryan DahlUse 'on' in the docs
2010-07-03 Ryan DahlExperimental: 'on' as alias to 'addListener'
2010-07-03 Ryan Dahlbump version v0.1.100
2010-07-03 Ryan DahlUpgrade V8 to 2.2.21
2010-07-03 Peter GriessDoc fixes for FD related features, upgrade.
2010-07-03 Ryan DahlFix undefined_reference_in_new_context test
2010-07-02 Ryan DahlRemove unnecessary defines in node_events.cc
2010-07-01 Ryan DahlAdd my awk script to update AUTHORS file
2010-07-01 Ryan DahlAmend .gitignore
2010-07-01 Ryan DahlRevert "Fix 'uncaughtException' for top level exceptions"
2010-06-30 Ryan DahlFix 'uncaughtException' for top level exceptions
2010-06-30 Ryan DahlClean up indention on module compile
2010-06-30 Ryan DahlExpose new HTTP methods
2010-06-30 Blake Mizeranyfix whitespace errors
2010-06-30 Dmitry BaranovskiyRewrote QueryString.parse to make it smaller and more...
2010-06-30 Ryan DahlResolve .local domains with getaddrinfo()
2010-06-30 Matt RanneyOn overlapping buffers use memmove
2010-06-30 Blake MizeranyBuffer.prototype.write: Indifferent order preference...
2010-06-30 Ryan DahlRevert "Buffer.copy should copy through sourceEnd,...
2010-06-30 Ryan DahlFix incorrect output on docs
2010-06-30 Dmitry BaranovskiyRefactored isA, isBool, etc functions to use some of...
2010-06-30 Dmitry Baranovskiysys.inherts to shadow constructor property from enumera...
2010-06-29 Ryan Dahlconsole.log: if not string, coerce into one
2010-06-29 Ryan DahlSimply C++ event emitter
2010-06-29 Ryan DahlIf not string, console.log should just print it without...
2010-06-29 Ryan DahlStub out console.log format strings, info, warn, error
2010-06-29 Ryan DahlLint node_script.cc
2010-06-28 Ryan DahlUse EVBACKEND_POLL on Solaris; select() is just a wrapp...
2010-06-28 Ruben RodriguezAdded new API to Script, and implemented it in the...
2010-06-28 Ryan DahlUpgrade V8 to 2.2.20
2010-06-27 Rasmus AnderssonUse all available CPUs when building
2010-06-25 Ryan DahlFix supported archs on website
2010-06-25 Matt RanneyBuffer.copy should copy through sourceEnd, as specified.
2010-06-24 Ryan DahlFix authors
2010-06-24 Ryan DahlRemove switch-replace residue
2010-06-24 Ryan DahlEdit binary encoding docs
2010-06-24 Ryan DahlUpgrade http-parser
2010-06-24 Ryan DahlUpgrade V8 to 2.2.19
2010-06-24 Ryan Dahl:%s/sys.puts/console.log/g
2010-06-23 Ryan DahlFix name in AUTHORS file
2010-06-23 Ryan DahlFix error message
2010-06-23 Ryan DahlRemove ini.js
2010-06-23 Ryan DahlRemove mjsunit from repo
2010-06-23 Mikeal RogersAdd sys.pump
2010-06-22 Ryan DahlFix names in AUTHORS file
2010-06-22 Ryan DahlDon't use NULL in realpath() on darwin, doesn't work...
2010-06-22 Ryan DahlDoc process.execPath
2010-06-22 Marshall CulpepperInitial implementation of process.execPath
2010-06-22 Ryan DahlFix bad email addresses in authors file
2010-06-22 Ryan DahlAdd Contributor License Agreement.
2010-06-22 Ryan DahlAdd other OSes to website
2010-06-21 Ryan Dahlbump version v0.1.99
2010-06-21 Peter GriessOnly concatenate some incoming HTTP headers.
2010-06-21 Ryan Dahlwscript shouldn't fail if 'git describe' doesn't work
2010-06-20 Ryan DahlDon't encourage strange ideas about req race conditions
2010-06-20 Ryan DahlFix race condition in test-http-exceptions.js
2010-06-20 Ryan DahlComment out lines with full paths in message test.
2010-06-20 Ryan DahlExecute message tests by default
next