summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade V8 to 3.0.0Ryan Dahl2010-12-07352-2895/+53556
|
* Add broken, but detailed TLS verify testRyan Dahl2010-12-0718-1/+411
| | | | Plus a bunch of keys.
* Pretty error message messes up if readFileSync in main module fails.Ryan Dahl2010-12-071-10/+1
| | | | TODO test/message test for this.
* Move securepair stuff into tls.jsRyan Dahl2010-12-055-403/+396
|
* Server must not request cert.Ryan Dahl2010-12-054-41/+120
|
* GJSLint all tests, only 3 long lines left in test-url.jsOleg Efimov2010-12-0572-1427/+1530
| | | | | | test/simple/test-url.js:31:(0110) Line too long (82 characters). test/simple/test-url.js:39:(0110) Line too long (85 characters). test/simple/test-url.js:40:(0110) Line too long (92 characters).
* GJSLint all simple tests exclude http-*, url, pathOleg Efimov2010-12-0580-878/+975
|
* test-fs-realpath: Put junk in tmp, not fixtures.isaacs2010-12-051-20/+30
| | | | | Prevents test/fixtures/cycles/folder/cycles from being created every time the tests are run.
* test-fs-realpath: move absDir fetching to separate functionisaacs2010-12-051-126/+140
|
* test-fs-realpath: lintisaacs2010-12-051-116/+148
|
* GJSLint continueOleg Efimov2010-12-0538-623/+660
|
* Small site fix for image borders and nodejs-dev maillist URLOleg Efimov2010-12-042-6/+4
|
* Check for global leaks in all testsRyan Dahl2010-12-048-31/+45
|
* Fix global leaksRyan Dahl2010-12-0430-114/+105
|
* Fix global leaksRyan Dahl2010-12-04159-458/+461
|
* Fix global leaks in test-buffer.jsRyan Dahl2010-12-041-11/+10
|
* fix global leakRyan Dahl2010-12-041-1/+1
|
* Reworks the two functions traverser and findModulePath into a more readable ↵Anders Conbere2010-12-041-32/+42
| | | | | | | form. This is not the supposed end of these changes, but a first change that should make future changes easier to reason about.
* Use more color in the repl, loosely inspired by TextMate's SunBurst themeDevin Torres2010-12-031-5/+5
|
* adding module tests for .js and bare filesAnders Conbere2010-12-031-0/+8
| | | | | | | | | | | Currently the module tests don't cover the cases for when a user requires a file with a request that includes the extension, and for a request to a file with no extensions. ex. require("./a.js") // not tested require("./foo") // (not tested with trying to load a file named ./foo)
* Check buffer length using string lengthSean Braithwaite2010-12-031-2/+2
| | | | + Utf8Length is really slow but has the same semantics in this case
* implement openpty for sunRyan Dahl2010-12-031-3/+24
|
* Make sure REPL doesn't get borked when invalid REPL keywords are enteredBrian White2010-12-031-30/+38
|
* Fix tty changes for OSXBrian White2010-12-031-0/+4
|
* Introduce require('tty')Ryan Dahl2010-12-026-7/+101
| | | | You may need to reconfigure after this commit due to the new library.
* GJSLint part of testsOleg Efimov2010-12-0250-482/+483
|
* Fix indention in 'make test-message'Ryan Dahl2010-12-021-2/+2
|
* Add configure flag for oprofileRyan Dahl2010-12-021-1/+16
|
* fix global leakRyan Dahl2010-12-021-0/+1
|
* test-securepair-client: handle broken stdout packetsRyan Dahl2010-12-021-10/+6
|
* print warning on process.ENVRyan Dahl2010-12-021-4/+29
|
* lint util.js and src/node.jsRyan Dahl2010-12-023-512/+542
|
* lint url.jsisaacs2010-12-021-115/+146
|
* docs for assert.throwsOleg Slobodskoi2010-12-021-2/+35
|
* cmake: solaris fixes.Tom Hughes2010-12-024-2/+35
|
* cmake: Add valgrind support.Tom Hughes2010-12-022-1/+9
|
* cmake: Add coverage support.Tom Hughes2010-12-024-8/+32
|
* Cleanup Makefile for JSLint, CPPLintMicheil Smith2010-12-021-9/+6
|
* lintRyan Dahl2010-12-017-147/+144
|
* more lintRyan Dahl2010-12-018-556/+564
|
* Fix executable path on FreeBSD.Brian White2010-12-011-0/+1
|
* more lintRyan Dahl2010-12-014-190/+224
|
* more lintRyan Dahl2010-12-014-76/+91
|
* Import cpplint.pyRyan Dahl2010-12-013-2/+3138
| | | | | | make cpplint make jslint make lint
* lint child_process.jsRyan Dahl2010-12-011-42/+42
|
* lintRyan Dahl2010-12-012-84/+87
|
* Import Google's closure_linterRyan Dahl2010-12-0146-1/+9435
| | | | Run with 'make lint'
* styleRyan Dahl2010-12-011-52/+51
|
* Require without .js in test-replRyan Dahl2010-12-011-1/+1
|
* New TLS server APIRyan Dahl2010-12-012-0/+158
|