Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Upgrade V8 to 3.0.0 | Ryan Dahl | 2010-12-07 | 352 | -2895/+53556 |
| | |||||
* | Add broken, but detailed TLS verify test | Ryan Dahl | 2010-12-07 | 18 | -1/+411 |
| | | | | Plus a bunch of keys. | ||||
* | Pretty error message messes up if readFileSync in main module fails. | Ryan Dahl | 2010-12-07 | 1 | -10/+1 |
| | | | | TODO test/message test for this. | ||||
* | Move securepair stuff into tls.js | Ryan Dahl | 2010-12-05 | 5 | -403/+396 |
| | |||||
* | Server must not request cert. | Ryan Dahl | 2010-12-05 | 4 | -41/+120 |
| | |||||
* | GJSLint all tests, only 3 long lines left in test-url.js | Oleg Efimov | 2010-12-05 | 72 | -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, path | Oleg Efimov | 2010-12-05 | 80 | -878/+975 |
| | |||||
* | test-fs-realpath: Put junk in tmp, not fixtures. | isaacs | 2010-12-05 | 1 | -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 function | isaacs | 2010-12-05 | 1 | -126/+140 |
| | |||||
* | test-fs-realpath: lint | isaacs | 2010-12-05 | 1 | -116/+148 |
| | |||||
* | GJSLint continue | Oleg Efimov | 2010-12-05 | 38 | -623/+660 |
| | |||||
* | Small site fix for image borders and nodejs-dev maillist URL | Oleg Efimov | 2010-12-04 | 2 | -6/+4 |
| | |||||
* | Check for global leaks in all tests | Ryan Dahl | 2010-12-04 | 8 | -31/+45 |
| | |||||
* | Fix global leaks | Ryan Dahl | 2010-12-04 | 30 | -114/+105 |
| | |||||
* | Fix global leaks | Ryan Dahl | 2010-12-04 | 159 | -458/+461 |
| | |||||
* | Fix global leaks in test-buffer.js | Ryan Dahl | 2010-12-04 | 1 | -11/+10 |
| | |||||
* | fix global leak | Ryan Dahl | 2010-12-04 | 1 | -1/+1 |
| | |||||
* | Reworks the two functions traverser and findModulePath into a more readable ↵ | Anders Conbere | 2010-12-04 | 1 | -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 theme | Devin Torres | 2010-12-03 | 1 | -5/+5 |
| | |||||
* | adding module tests for .js and bare files | Anders Conbere | 2010-12-03 | 1 | -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 length | Sean Braithwaite | 2010-12-03 | 1 | -2/+2 |
| | | | | + Utf8Length is really slow but has the same semantics in this case | ||||
* | implement openpty for sun | Ryan Dahl | 2010-12-03 | 1 | -3/+24 |
| | |||||
* | Make sure REPL doesn't get borked when invalid REPL keywords are entered | Brian White | 2010-12-03 | 1 | -30/+38 |
| | |||||
* | Fix tty changes for OSX | Brian White | 2010-12-03 | 1 | -0/+4 |
| | |||||
* | Introduce require('tty') | Ryan Dahl | 2010-12-02 | 6 | -7/+101 |
| | | | | You may need to reconfigure after this commit due to the new library. | ||||
* | GJSLint part of tests | Oleg Efimov | 2010-12-02 | 50 | -482/+483 |
| | |||||
* | Fix indention in 'make test-message' | Ryan Dahl | 2010-12-02 | 1 | -2/+2 |
| | |||||
* | Add configure flag for oprofile | Ryan Dahl | 2010-12-02 | 1 | -1/+16 |
| | |||||
* | fix global leak | Ryan Dahl | 2010-12-02 | 1 | -0/+1 |
| | |||||
* | test-securepair-client: handle broken stdout packets | Ryan Dahl | 2010-12-02 | 1 | -10/+6 |
| | |||||
* | print warning on process.ENV | Ryan Dahl | 2010-12-02 | 1 | -4/+29 |
| | |||||
* | lint util.js and src/node.js | Ryan Dahl | 2010-12-02 | 3 | -512/+542 |
| | |||||
* | lint url.js | isaacs | 2010-12-02 | 1 | -115/+146 |
| | |||||
* | docs for assert.throws | Oleg Slobodskoi | 2010-12-02 | 1 | -2/+35 |
| | |||||
* | cmake: solaris fixes. | Tom Hughes | 2010-12-02 | 4 | -2/+35 |
| | |||||
* | cmake: Add valgrind support. | Tom Hughes | 2010-12-02 | 2 | -1/+9 |
| | |||||
* | cmake: Add coverage support. | Tom Hughes | 2010-12-02 | 4 | -8/+32 |
| | |||||
* | Cleanup Makefile for JSLint, CPPLint | Micheil Smith | 2010-12-02 | 1 | -9/+6 |
| | |||||
* | lint | Ryan Dahl | 2010-12-01 | 7 | -147/+144 |
| | |||||
* | more lint | Ryan Dahl | 2010-12-01 | 8 | -556/+564 |
| | |||||
* | Fix executable path on FreeBSD. | Brian White | 2010-12-01 | 1 | -0/+1 |
| | |||||
* | more lint | Ryan Dahl | 2010-12-01 | 4 | -190/+224 |
| | |||||
* | more lint | Ryan Dahl | 2010-12-01 | 4 | -76/+91 |
| | |||||
* | Import cpplint.py | Ryan Dahl | 2010-12-01 | 3 | -2/+3138 |
| | | | | | | make cpplint make jslint make lint | ||||
* | lint child_process.js | Ryan Dahl | 2010-12-01 | 1 | -42/+42 |
| | |||||
* | lint | Ryan Dahl | 2010-12-01 | 2 | -84/+87 |
| | |||||
* | Import Google's closure_linter | Ryan Dahl | 2010-12-01 | 46 | -1/+9435 |
| | | | | Run with 'make lint' | ||||
* | style | Ryan Dahl | 2010-12-01 | 1 | -52/+51 |
| | |||||
* | Require without .js in test-repl | Ryan Dahl | 2010-12-01 | 1 | -1/+1 |
| | |||||
* | New TLS server API | Ryan Dahl | 2010-12-01 | 2 | -0/+158 |
| |