The data contained in this repository can be downloaded to your computer using one of several clients.
Please see the documentation of your version control software client for more information.

Please select the desired protocol below to get the URL.

This URL has Read-Only access.

Statistics
| Branch: | Revision:

main_repo / src / node.cc @ 90fc8d36

History | View | Annotate | Download (5.29 KB)

# Date Author Comment
90fc8d36 04/28/2009 04:37 PM Ryan Stansifer

Update liboi. Use EV_MULTIPLICITY=0.

This might need to be changed in the future if ev is needed in thread pools
or extension libraries. However for now it makes sense to just use a single
loop.

d996b59d 04/22/2009 09:48 AM Ryan Stansifer

fix some errors/memleaks

1542fc6a 04/21/2009 05:13 PM Ryan Stansifer

add async dns for Socket

707f2442 04/21/2009 01:56 PM Ryan Stansifer

begin clean up of Socket

47fad676 04/21/2009 09:55 AM Ryan Stansifer

Rename JS_ to NODE_ for method macros. add marcos to timers.cc

408526a1 04/21/2009 07:52 AM Ryan Stansifer

debugging/improving the module framework

93f7f0dc 04/19/2009 08:55 PM Ryan Stansifer

reimplement module loading

still missing several important features and its mostly untested but the script
test/test-test.js is working and thats enough for now.

67af958f 04/18/2009 09:37 AM Ryan Stansifer

rename a few files to remove node_ prefix

5207226d 04/17/2009 08:01 PM Ryan Stansifer

fix a bug with eio polling.

12d31dd0 04/16/2009 02:09 PM Ryan Stansifer

file operations are queued.

e303d950 04/16/2009 07:58 AM Ryan Stansifer

add stdout stderr global file objects. remove node.blocking.print

e8ce6ef7 04/15/2009 03:23 PM Ryan Stansifer

add file open/close

63a9cd38 04/15/2009 04:08 AM Ryan Stansifer

everything is changed. i've waited much too long to commit.

this is awful. i'm sorry for being so messy.

0e9e927f 04/04/2009 10:53 AM Ryan Stansifer

enable support for the thread pool

1a126ed1 04/04/2009 08:50 AM Ryan Stansifer

use the WAF build system