Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Upgrade V8 to 3.0.12 | Ryan Dahl | 2011-01-28 | 117 | -2670/+5383 |
| | |||||
* | Now working on v0.3.8 | Ryan Dahl | 2011-01-27 | 1 | -1/+1 |
| | |||||
* | Bump version to v0.3.7v0.3.7 | Ryan Dahl | 2011-01-27 | 5 | -8/+46 |
| | |||||
* | Fix pummel/text-exec | Ryan Dahl | 2011-01-27 | 1 | -2/+1 |
| | |||||
* | Revert "Use html5 spec stylesheet for docs" | Ryan Dahl | 2011-01-27 | 3 | -220/+237 |
| | | | | This reverts commit 6dbf49110b518b9c8d5d2673a6bd40de501c388e. | ||||
* | Simplify website | Ryan Dahl | 2011-01-27 | 4 | -119/+11 |
| | |||||
* | Add test-https-large-response.js | Ryan Dahl | 2011-01-27 | 1 | -0/+56 |
| | |||||
* | Fix option parsing in tls.connect() | Ryan Dahl | 2011-01-27 | 1 | -23/+14 |
| | |||||
* | Helpful error when child_process.exec hit maxBuffer | Ryan Dahl | 2011-01-27 | 2 | -1/+17 |
| | |||||
* | debugger: prevent crash when backtrace doesn't come back | Ryan Dahl | 2011-01-27 | 1 | -0/+6 |
| | |||||
* | Remove more process.assert | Ryan Dahl | 2011-01-27 | 2 | -3/+3 |
| | |||||
* | Another fix for process.assert | Ryan Dahl | 2011-01-27 | 7 | -6/+7 |
| | |||||
* | Fix process.assert problem | Ryan Dahl | 2011-01-27 | 1 | -1/+2 |
| | | | | Introduced in f9f0e5c75c6a6fa32dd91f242c7463d467f6dcd4 | ||||
* | Pre-process out assert() | Ryan Dahl | 2011-01-27 | 2 | -5/+8 |
| | |||||
* | Fix links | Ryan Dahl | 2011-01-27 | 1 | -3/+4 |
| | |||||
* | newcomer resources in README | David Trejo | 2011-01-27 | 2 | -24/+32 |
| | | | | Closes GH-579. | ||||
* | Fix style issues with ext_key_usage patch | Greg Hughes | 2011-01-27 | 2 | -8/+9 |
| | | | | Closes GH-586. | ||||
* | Correct process.kill doc | Ryan Dahl | 2011-01-27 | 1 | -2/+2 |
| | | | | Thanks Kevin. Closes GH-518. | ||||
* | Typos | Ryan Dahl | 2011-01-27 | 2 | -2/+2 |
| | | | | | Closes GH-557. Closes GH-539. | ||||
* | A few spelling fixes. | Ryan Dahl | 2011-01-27 | 4 | -5/+5 |
| | | | | Thanks Bjarki. Closes GH-561. | ||||
* | Fix arg order of fs.linkSync in docs | Ryan Dahl | 2011-01-27 | 1 | -1/+1 |
| | | | | Thanks Pierre. Closes GH-571. | ||||
* | Add ext_key_usage to getPeerCertificate | Greg Hughes | 2011-01-27 | 8 | -4/+254 |
| | |||||
* | A module ID with a trailing slash must be a dir. | isaacs | 2011-01-27 | 4 | -5/+17 |
| | | | | | | | require('./foo/') should not try to load './foo.js'. It should only look for ./foo/index.js Closes GH-588 | ||||
* | Fixing bug in http request default encoding. | Ali Farhadi | 2011-01-26 | 2 | -2/+40 |
| | |||||
* | Adding callback parameter to Socket's setTimeout method. | Ali Farhadi | 2011-01-26 | 3 | -2/+30 |
| | |||||
* | Increase timeout on test-repl to 5 seconds | Ryan Dahl | 2011-01-25 | 1 | -1/+1 |
| | | | | Hopefully wont get failures on buildbot slaves. | ||||
* | Adding test for many keep-alive connections | Ali Farhadi | 2011-01-25 | 1 | -0/+50 |
| | |||||
* | debugger: Don't crash when evaling buffer | Ryan Dahl | 2011-01-25 | 1 | -2/+8 |
| | |||||
* | Revert "Preprocess out assert()" | Ryan Dahl | 2011-01-25 | 1 | -1/+0 |
| | | | | This reverts commit 8bd7e4fad81bb62cb463831800ddde5059969f6b. | ||||
* | Fix tests when spaces are in path | Carter Allen | 2011-01-25 | 6 | -8/+8 |
| | |||||
* | Preprocess out assert() | Ryan Dahl | 2011-01-25 | 1 | -0/+1 |
| | |||||
* | Use old http.Client | Ryan Dahl | 2011-01-25 | 1 | -61/+222 |
| | | | | | This is meant as a path for upgrading to the new http.request() API. http.Client will be disappearing in the future. | ||||
* | Fix undefined_reference_in_new_context | Ryan Dahl | 2011-01-24 | 1 | -1/+1 |
| | |||||
* | Adding support for require-like initialization of node, | Daniel Ennis | 2011-01-24 | 5 | -3/+53 |
| | | | | | | | | | | | | so `node foo` will load one of: ./foo.js ./foo.node ./foo/index.js ./foo/index.node Test cases added. Ensured no conflict with native names. | ||||
* | Upgrade V8 to 3.0.10 | Ryan Dahl | 2011-01-24 | 100 | -3367/+5959 |
| | |||||
* | Readline: fixes, more key bindings | Bert Belder | 2011-01-24 | 1 | -78/+94 |
| | | | | | | | - Made backward/forward more convenient - More key bindings that windows users are used to - Fix delete-word-right - Duplicate code cleanup | ||||
* | Support pastes and meta-backspace | isaacs | 2011-01-24 | 2 | -5/+28 |
| | |||||
* | Fix windows build | Bert Belder | 2011-01-24 | 1 | -0/+5 |
| | |||||
* | Land Cantrill's DTrace patch | Ryan Dahl | 2011-01-24 | 9 | -2/+358 |
| | | | | only works on solaris | ||||
* | Restructure src/node.js startup code | Felix Geisendörfer | 2011-01-24 | 2 | -236/+308 |
| | | | | | This patch introduces a logical structure and sequence for the bootstrap code found src/node.js. | ||||
* | fs.open should set FD_CLOEXEC | Ryan Dahl | 2011-01-24 | 1 | -0/+9 |
| | |||||
* | lint | Ryan Dahl | 2011-01-24 | 11 | -51/+73 |
| | |||||
* | Windows: better net support | Bert Belder | 2011-01-24 | 2 | -51/+145 |
| | |||||
* | Workaround for libev handle caching bug on windows | Bert Belder | 2011-01-24 | 3 | -0/+25 |
| | | | | | | | | | | | | The windows socket api uses handles, not fds. Libev caches the handle associated with an fd, and uses this handle when updating the (also cached) handle set that goes into select(). When an fd is closed and subsequently re-used before the event loop returns to libev, libev fails to detect properly that the handle changed. And even if it does, the cached handle of the closed socket is overwritten by the new handle, so by the time libev tries to update the select fdset it has forgotten which handle to remove from it. This is solved by a simple hook ev_fd_closed that makes it clear its caches before the fd is re-used. | ||||
* | windows compat: undefined_reference_in_new_context test | Ryan Dahl | 2011-01-23 | 1 | -1/+1 |
| | |||||
* | Fixing bug in http request's end method. | Ali Farhadi | 2011-01-23 | 2 | -0/+38 |
| | |||||
* | Move commonjs module system into lib/module.js | Felix Geisendörfer | 2011-01-23 | 3 | -334/+334 |
| | | | | | This de-couples NativeModule from the module system and completes the main objective of this refactoring. | ||||
* | Expose agent in http and https client. | Mikeal Rogers | 2011-01-23 | 2 | -6/+15 |
| | |||||
* | Now working on v0.3.7 | Ryan Dahl | 2011-01-21 | 1 | -2/+2 |
| | |||||
* | Bump version to v0.3.6v0.3.6 | Ryan Dahl | 2011-01-21 | 3 | -6/+17 |
| |