summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump version to v0.3.5v0.3.5Ryan Dahl2011-01-164-6/+23
* Fix test-require-cache-without-stat.jsFelix Geisendörfer2011-01-162-14/+33
* Isolate native module system againFelix Geisendörfer2011-01-161-62/+96
* Add built-in module loading to test-require-cache-without-statRyan Dahl2011-01-161-2/+8
* Add broken test for require cache workingRyan Dahl2011-01-161-0/+44
* styleRyan Dahl2011-01-161-2/+2
* Revert "Implement os.isWindows"Ryan Dahl2011-01-133-12/+0
* Allow third party hooks before main module loadRyan Dahl2011-01-131-0/+10
* debugger: don't hang on ^d and ^cRyan Dahl2011-01-132-3/+14
* debugger: error out without scriptRyan Dahl2011-01-132-8/+9
* debugger: add uncaughtException handler to kill childRyan Dahl2011-01-131-0/+8
* debugger: Correctly eval arrays and numbersRyan Dahl2011-01-131-4/+18
* debugger: full scope evalsRyan Dahl2011-01-131-6/+47
* debugger: Better backtracesRyan Dahl2011-01-131-10/+76
* debugger: primative object inspectionRyan Dahl2011-01-132-10/+86
* debugger: take help message from commandsRyan Dahl2011-01-131-19/+17
* A few more list clean upsRyan Dahl2011-01-132-10/+14
* Expose link-list from timers.js; add testsRyan Dahl2011-01-132-27/+148
* debugger: Don't break on handle === 0Ryan Dahl2011-01-121-1/+4
* Fix NODE_PATH, was broken after cleanupFelix Geisendörfer2011-01-121-1/+1
* Always init module pathsFelix Geisendörfer2011-01-121-1/+2
* Cleanup node module system codeFelix Geisendörfer2011-01-121-153/+170
* Fix test-net-connect-bufferRyan Dahl2011-01-122-7/+5
* net: Timeouts should work before DNS resolutionRyan Dahl2011-01-122-19/+59
* Add test for connection timeoutsRyan Dahl2011-01-122-1/+40
* debugger: Only display basename of scriptsRyan Dahl2011-01-121-1/+1
* tab completion for commands in debuggerRyan Dahl2011-01-121-1/+37
* Upgrade c-ares to 1.7.4Ryan Dahl2011-01-1119-65/+360
* NODE_DEBUG=timer instead of bitflagsRyan Dahl2011-01-111-7/+3
* Allow one extra ms in timer diffRyan Dahl2011-01-111-1/+1
* Add delay into test-debugger-clientRyan Dahl2011-01-111-13/+17
* Put a little delay into test-tls-securepair-client.jsRyan Dahl2011-01-111-1/+2
* Libev windows fixesBert Belder2011-01-111-8/+10
* Use html5 spec stylesheet for docsRyan Dahl2011-01-113-237/+220
* Merge branch 'vanilla-libeio'Ryan Dahl2011-01-119-4561/+6372
|\
| * Upgrade libeioRyan Dahl2011-01-119-4561/+6354
* | child_process: Support setting uid/gid by nameisaacs2011-01-113-25/+126
* | Fix spelling mistakesRyan Dahl2011-01-112-3/+3
* | child_process: Add gid/uid flags to spawn configisaacs2011-01-114-6/+81
* | Upgrade libev to 4.3Ryan Dahl2011-01-1116-1289/+2446
* | Improve path.resolve documentationBert Belder2011-01-101-15/+23
* | Bump size of bench histogram to 100msRyan Dahl2011-01-101-1/+1
* | getWindowSize/setWindowSizeRyan Dahl2011-01-103-15/+36
* | typo setuid -> setsidRyan Dahl2011-01-103-11/+11
* | Fix expired keysRyan Dahl2011-01-1015-101/+101
* | tty.open() returns stream instead of slaveFDRyan Dahl2011-01-101-3/+12
* | Add setsid option to child_processRyan Dahl2011-01-104-7/+35
* | Print error when EventEmitters get too many listenersRyan Dahl2011-01-102-1/+40
* | debugger: implement 'list'Ryan Dahl2011-01-081-1/+78
* | expose module wrapper to native modulesRyan Dahl2011-01-081-7/+13