summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade V8 to 3.0.12Ryan Dahl2011-01-28117-2670/+5383
|
* Now working on v0.3.8Ryan Dahl2011-01-271-1/+1
|
* Bump version to v0.3.7v0.3.7Ryan Dahl2011-01-275-8/+46
|
* Fix pummel/text-execRyan Dahl2011-01-271-2/+1
|
* Revert "Use html5 spec stylesheet for docs"Ryan Dahl2011-01-273-220/+237
| | | | This reverts commit 6dbf49110b518b9c8d5d2673a6bd40de501c388e.
* Simplify websiteRyan Dahl2011-01-274-119/+11
|
* Add test-https-large-response.jsRyan Dahl2011-01-271-0/+56
|
* Fix option parsing in tls.connect()Ryan Dahl2011-01-271-23/+14
|
* Helpful error when child_process.exec hit maxBufferRyan Dahl2011-01-272-1/+17
|
* debugger: prevent crash when backtrace doesn't come backRyan Dahl2011-01-271-0/+6
|
* Remove more process.assertRyan Dahl2011-01-272-3/+3
|
* Another fix for process.assertRyan Dahl2011-01-277-6/+7
|
* Fix process.assert problemRyan Dahl2011-01-271-1/+2
| | | | Introduced in f9f0e5c75c6a6fa32dd91f242c7463d467f6dcd4
* Pre-process out assert()Ryan Dahl2011-01-272-5/+8
|
* Fix linksRyan Dahl2011-01-271-3/+4
|
* newcomer resources in READMEDavid Trejo2011-01-272-24/+32
| | | | Closes GH-579.
* Fix style issues with ext_key_usage patchGreg Hughes2011-01-272-8/+9
| | | | Closes GH-586.
* Correct process.kill docRyan Dahl2011-01-271-2/+2
| | | | Thanks Kevin. Closes GH-518.
* TyposRyan Dahl2011-01-272-2/+2
| | | | | Closes GH-557. Closes GH-539.
* A few spelling fixes.Ryan Dahl2011-01-274-5/+5
| | | | Thanks Bjarki. Closes GH-561.
* Fix arg order of fs.linkSync in docsRyan Dahl2011-01-271-1/+1
| | | | Thanks Pierre. Closes GH-571.
* Add ext_key_usage to getPeerCertificateGreg Hughes2011-01-278-4/+254
|
* A module ID with a trailing slash must be a dir.isaacs2011-01-274-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 Farhadi2011-01-262-2/+40
|
* Adding callback parameter to Socket's setTimeout method.Ali Farhadi2011-01-263-2/+30
|
* Increase timeout on test-repl to 5 secondsRyan Dahl2011-01-251-1/+1
| | | | Hopefully wont get failures on buildbot slaves.
* Adding test for many keep-alive connectionsAli Farhadi2011-01-251-0/+50
|
* debugger: Don't crash when evaling bufferRyan Dahl2011-01-251-2/+8
|
* Revert "Preprocess out assert()"Ryan Dahl2011-01-251-1/+0
| | | | This reverts commit 8bd7e4fad81bb62cb463831800ddde5059969f6b.
* Fix tests when spaces are in pathCarter Allen2011-01-256-8/+8
|
* Preprocess out assert()Ryan Dahl2011-01-251-0/+1
|
* Use old http.ClientRyan Dahl2011-01-251-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_contextRyan Dahl2011-01-241-1/+1
|
* Adding support for require-like initialization of node,Daniel Ennis2011-01-245-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.10Ryan Dahl2011-01-24100-3367/+5959
|
* Readline: fixes, more key bindingsBert Belder2011-01-241-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-backspaceisaacs2011-01-242-5/+28
|
* Fix windows buildBert Belder2011-01-241-0/+5
|
* Land Cantrill's DTrace patchRyan Dahl2011-01-249-2/+358
| | | | only works on solaris
* Restructure src/node.js startup codeFelix Geisendörfer2011-01-242-236/+308
| | | | | This patch introduces a logical structure and sequence for the bootstrap code found src/node.js.
* fs.open should set FD_CLOEXECRyan Dahl2011-01-241-0/+9
|
* lintRyan Dahl2011-01-2411-51/+73
|
* Windows: better net supportBert Belder2011-01-242-51/+145
|
* Workaround for libev handle caching bug on windowsBert Belder2011-01-243-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 testRyan Dahl2011-01-231-1/+1
|
* Fixing bug in http request's end method.Ali Farhadi2011-01-232-0/+38
|
* Move commonjs module system into lib/module.jsFelix Geisendörfer2011-01-233-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 Rogers2011-01-232-6/+15
|
* Now working on v0.3.7Ryan Dahl2011-01-211-2/+2
|
* Bump version to v0.3.6v0.3.6Ryan Dahl2011-01-213-6/+17
|