summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* bump versionv0.1.33Ryan Dahl2010-03-195-5/+20
* Eliminate debug(x) statements from src/node.js and lib/*.js for release buildZoka2010-03-191-1/+29
* DRY loading native moduleHerbert Vojcik2010-03-181-8/+10
* Better EventEmitter modify-in-emitCarson McDonald2010-03-183-7/+23
* Remove duplicate shebang filteringScott Taylor2010-03-181-3/+0
* node.cc: EvalCX: Third argument as filenameTim-Smart2010-03-181-1/+3
* Upgrade V8 to 2.1.5Ryan Dahl2010-03-1780-104697/+3678
* Fixing a typo in the fs.readFile example.pyrotechnick2010-03-171-1/+1
* Check for callback argument in PTR lookupKrishna Rajendran2010-03-172-1/+9
* evalcx shouldn't be too fancyisaacs2010-03-162-17/+14
* Check for callback argument in DNS functionsRyan Dahl2010-03-162-0/+13
* Update test-dns.js to work with latest apiKrishna Rajendran2010-03-161-18/+24
* Fix calls to dns bindings in dns.jsKrishna Rajendran2010-03-161-13/+13
* Make evalcx work like it's supposed to.isaacs2010-03-162-10/+31
* Fix StatWatcher typoRyan Dahl2010-03-151-2/+2
* Add missing lib/events.jsRyan Dahl2010-03-152-0/+5
* Move native js files into binding objectRyan Dahl2010-03-152-26/+34
* Use uniform watcher namesRyan Dahl2010-03-157-64/+63
* Load c++ modules on demandRyan Dahl2010-03-157-103/+167
* Fix gcc warnings in node.ccRyan Dahl2010-03-151-3/+9
* Lazy load fs.readFileRyan Dahl2010-03-152-61/+60
* remove whitespaceRyan Dahl2010-03-151-2/+2
* Upgrade V8 to 2.1.4Ryan Dahl2010-03-15104-1104/+107895
* Tests should use compiled-in modules not build-dir modulesRyan Dahl2010-03-151-2/+0
* Remove require.paths from process objectRyan Dahl2010-03-151-5/+5
* Include lib/ directory in node executable. Compile on demand.Ryan Dahl2010-03-158-77/+100
* Use gai_strerror when tcp.Server fails to resolve its address or service.Krishna Rajendran2010-03-141-1/+1
* Added check to make sure writeHead() is called before write(), to prevent sil...Jed Schmidt2010-03-131-0/+6
* Only Ref in idle watcher when wasn't already active.Herbert Vojčík2010-03-132-5/+9
* FreeBsd->Solaris on homepageRyan Dahl2010-03-131-1/+1
* Fixed typo in comment for require.registerExtension().Scott González2010-03-131-1/+1
* small wscript errorRyan Dahl2010-03-131-1/+1
* bump versionv0.1.32Ryan Dahl2010-03-125-5/+28
* Factor out TryCatch in ReallyEmitRyan Dahl2010-03-121-10/+6
* Optimize event emitter for single listenerRyan Dahl2010-03-122-23/+68
* Deprecate process.mixinRyan Dahl2010-03-122-12/+5
* Initial implementation of process.evalcxTim-Smart2010-03-122-0/+75
* Depreciation -> DeprecationRyan Dahl2010-03-111-1/+1
* use getpagesize() to get PAGE_SIZE on FreeBSD.Vanilla Hsu2010-03-111-1/+2
* 1: sync wscript with libeio.m4 2: try to enable macosx's sendfile.Vanilla Hsu2010-03-111-2/+4
* Missing EOL semicolonsRyan Dahl2010-03-111-2/+2
* .addon -> .nodeRyan Dahl2010-03-111-1/+1
* Add require.registerExtensionTim-Smart2010-03-114-13/+85
* Fix undefined reference in fs.jsRyan Dahl2010-03-111-0/+2
* Upgrade libeioRyan Dahl2010-03-114-15/+55
* Add --system option to configure, so make uses V8, EV, UDNS system libraries ...Jérémy Lal2010-03-111-22/+55
* Make relative ref to sys in fs module.Ryan Dahl2010-03-111-5/+3
* Adjust process.compile documentationRyan Dahl2010-03-111-3/+3
* More ini parser features.isaacs2010-03-103-9/+43
* Remove -Werror from V8Ryan Dahl2010-03-101-1/+0