summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-11-16Bump version to v0.3.1v0.3.1Ryan Dahl4-9/+72
2010-11-16Revert "Upgrade V8 to 2.5.6"Ryan Dahl99-6813/+2691
2010-11-16Add ref to buffer during fs.write and fs.readRyan Dahl2-0/+61
2010-11-16Test for server.listen() more carefully, fix bugRyan Dahl3-27/+58
2010-11-15scp should copy the right dirRyan Dahl1-1/+1
2010-11-15Update TODORyan Dahl1-3/+10
2010-11-15Fix doc links on index.htmlRyan Dahl1-1/+3
2010-11-15Docs for server.address()Ryan Dahl1-0/+19
2010-11-15make doc improvementsRyan Dahl2-16/+18
2010-11-15Test and fix for self-assigned port from net.ServerRyan Dahl2-1/+20
2010-11-15Better doc indexes, fix some linksMicheil Smith4-10/+96
2010-11-15Build API page into build/doc; simplify doctool.Micheil Smith3-133/+117
2010-11-16solaris -> sunosRyan Dahl1-0/+0
2010-11-15Fix docs for vm moduleRyan Dahl1-4/+4
2010-11-16Print warning when using platform_none.ccRyan Dahl1-7/+13
2010-11-16Fix OS::GetExecutablePath for platform_noneRyan Dahl2-2/+2
2010-11-15Rename require('javascript') to require('vm')Ryan Dahl10-33/+32
2010-11-15Add .node_moudles to lookup path againRyan Dahl1-0/+1
2010-11-15Revert node_module lookup commitsRyan Dahl1-28/+8
2010-11-15Fix docs for 'javascript' moduleRyan Dahl1-34/+31
2010-11-15Make the javascript module API nodey.isaacs1-0/+8
2010-11-15Remove RonnJS not used anymoreRyan Dahl9-2259/+0
2010-11-14Remove old TODORyan Dahl1-3/+0
2010-11-14Add small crappy manpage (please improve)Ryan Dahl3-2/+63
2010-11-14Implement new path.join behaviorisaacs4-43/+184
2010-11-14Fix configure on x86Ryan Dahl1-1/+1
2010-11-14Reworked and cleaned up documentation for EventsMicheil Smith1-45/+41
2010-11-14Added documentation for which module to require to use the methods defined in...Micheil Smith3-1/+2
2010-11-14A few changes to the style, specifically for h3 + h3Micheil Smith1-2/+6
2010-11-14Various changes to Net Documentation, ammended style for API.Micheil Smith3-154/+181
2010-11-14writeFile fixesisaacs2-9/+43
2010-11-13Use require('javascript') instead of process.binding('evals')Ryan Dahl9-12/+15
2010-11-13Remove process.compile from docsRyan Dahl1-26/+0
2010-11-13Update gitignore for new docsRyan Dahl1-1/+1
2010-11-13fix 'make doc'Ryan Dahl2-14/+10
2010-11-13Fix V8 build on CygwinBert Belder2-18/+32
2010-11-13Add --profile flag to configure script, enables gprof profiling.Ben Noordhuis1-0/+11
2010-11-13Added support for cross compilation and also fixed DEST_CPU to represent the ...Rasmus Andersson32-16/+79
2010-11-13Fix segfault on test-cryptoRyan Dahl1-27/+24
2010-11-12Simplify REPL displayPromptRyan Dahl1-20/+4
2010-11-11Upgrade V8 to 2.5.6Ryan Dahl99-2691/+6813
2010-11-11Add writeFilter when in the readlineRyan Dahl1-4/+18
2010-11-11Move ev_loop out of javascriptRyan Dahl3-24/+24
2010-11-11joyent-ize websiteRyan Dahl3-6/+16
2010-11-10Remove -e from echo in test. Non-portableRyan Dahl1-2/+2
2010-11-10Upgrade http-parser againRyan Dahl3-72/+61
2010-11-09Upgrade http-parserRyan Dahl4-17/+124
2010-11-07Remove util.print from docsRyan Dahl6-18/+11
2010-11-07Set FD_CLOEXEC flag on stdio FDs before spawning.Guillaume Tuton2-0/+97
2010-11-05Remove unnecessary ref/unref in iowatcher cbRyan Dahl1-2/+0