Activity

From 03/30/2009 to 04/28/2009

04/28/2009

07:07 PM Revision 064c8f02 (main_repo): Use ObjectWrap base class for File, Socket, Server.
Ryan Stansifer
05:09 PM Revision cf1c5806 (main_repo): Create a node namespace
Part of general reorganization. Ryan Stansifer
04:37 PM Revision 90fc8d36 (main_repo): 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 i...
Ryan Stansifer

04/23/2009

01:26 PM Revision 8e7bbf26 (main_repo): get 'make install' working
Ryan Stansifer
01:04 PM Revision f17ecf20 (main_repo): change localhost to 127.0.0.1 because macs suck
Ryan Stansifer
11:29 AM Revision 29b528c9 (main_repo): fix the waf configure --debug options. seems to work now.
Ryan Stansifer
09:07 AM Revision 0ea7577a (main_repo): sign error on file position argument
Ryan Stansifer
08:22 AM Revision 8a8e9df7 (main_repo): wasn't sending pos arg for puts()
Ryan Stansifer
07:18 AM Revision a4593e3e (main_repo): WAF: fix the debug variant.
problem is they both build by default. need a way to disable the debug variant. Ryan Stansifer
06:10 AM Revision 0b1e3240 (main_repo): add position arguments to File#read and File#write
Ryan Stansifer

04/22/2009

07:14 PM Revision 8514e062 (main_repo): improved ping pong test.
Ryan Stansifer
01:55 PM Revision c62b1240 (main_repo): add scons local for v8. check for librt in wscript
Ryan Stansifer
01:35 PM Revision 40c0f755 (main_repo): import full versions of dependency libraries!
Ryan Stansifer
12:17 PM Revision a93cf503 (main_repo): BROKEN COMMIT: removing git submodules
Ryan Stansifer
11:19 AM Revision 7703ad51 (main_repo): update eio. add EIO_STACKSIZE define for getaddrinfo problem
Ryan Stansifer
10:05 AM Revision e6d96e8e (main_repo): rename echoserver -> pingpong
Ryan Stansifer
10:04 AM Revision f3f9a08d (main_repo): beef up the echoserver test
Ryan Stansifer
09:52 AM Revision 63ec0454 (main_repo): add echo test. remove debug printfs
Ryan Stansifer
09:48 AM Revision d996b59d (main_repo): fix some errors/memleaks
Ryan Stansifer
08:09 AM Revision 48b4ac4a (main_repo): implment server.close
Ryan Stansifer
08:01 AM Revision c986b99d (main_repo): throw error when given a bad arguement to socket.write
Ryan Stansifer
07:59 AM Revision 30958611 (main_repo): bug fix: recving raw data was incorrect.
Ryan Stansifer
07:52 AM Revision 5f902a61 (main_repo): tcp server is accepting connections now.
(experiencing a problem with writing rawEncoding on the sockets. will fix in next commit.) Ryan Stansifer
04:29 AM Revision 822d7fa2 (main_repo): add framework for tcp server. change eio stacksize to 16kb.
Ryan Stansifer

04/21/2009

05:36 PM Revision 140a0328 (main_repo): oops. call onConnect callback not onRead callback after connecting
Ryan Stansifer
05:13 PM Revision 1542fc6a (main_repo): add async dns for Socket
Ryan Stansifer
01:56 PM Revision 707f2442 (main_repo): begin clean up of Socket
Ryan Stansifer
10:30 AM Revision d105d886 (main_repo): on_load -> onLoad
Ryan Stansifer
10:24 AM Revision 5d57fa50 (main_repo): clean up timers a bit
Ryan Stansifer
09:55 AM Revision 47fad676 (main_repo): Rename JS_ to NODE_ for method macros. add marcos to timers.cc
Ryan Stansifer
08:38 AM Revision a0f2b8a0 (main_repo): remove debug messages from module loading.
Ryan Stansifer
07:52 AM Revision 408526a1 (main_repo): debugging/improving the module framework
Ryan Stansifer
07:51 AM Revision ec9697b1 (main_repo): add 'make test'
Ryan Stansifer

04/20/2009

12:48 PM Revision f5b2a8f0 (main_repo): remove old test files
Ryan Stansifer
12:46 PM Revision 7baacb56 (main_repo): ensure socket closure in very old test scripts
Ryan Stansifer
12:44 PM Revision 64117d9c (main_repo): small cleanups to the require structure
Ryan Stansifer
08:55 PM Revision 93f7f0dc (main_repo): reimplement module loading
still missing several important features and its mostly untested but the script
test/test-test.js is working and that...
Ryan Stansifer
08:54 PM Revision c2decd72 (main_repo): add File.cat
Ryan Stansifer

04/18/2009

09:37 AM Revision 67af958f (main_repo): rename a few files to remove node_ prefix
Ryan Stansifer
08:34 AM Revision 102c6399 (main_repo): rename NewFile to File::New
Ryan Stansifer
08:31 AM Revision e368571f (main_repo): fix configure so it can handle --debug argument
Ryan Stansifer
04:58 AM Revision e7dd20dc (main_repo): add File.stat File.exists File.strerror
Ryan Stansifer
08:01 PM Revision 5207226d (main_repo): fix a bug with eio polling.
Ryan Stansifer

04/17/2009

12:54 PM Revision dd691dec (main_repo): file system methods to be queued.
Ryan Stansifer

04/16/2009

03:40 PM Revision e5a6b07d (main_repo): remove old readme
Ryan Stansifer
03:05 PM Revision c8e20fbf (main_repo): add file.read only. raw encoding right now.
Ryan Stansifer
02:09 PM Revision 12d31dd0 (main_repo): file operations are queued.
Ryan Stansifer
07:58 AM Revision e303d950 (main_repo): add stdout stderr global file objects. remove node.blocking.print
Ryan Stansifer
07:42 AM Revision c0b90ca7 (main_repo): only store fd in javascript (not in c++)
Ryan Stansifer
07:20 AM Revision 470c6342 (main_repo): Change symantics of file.open. Now takes a callback argument.
Ryan Stansifer
07:20 AM Revision 86eab1f1 (main_repo): update gitignore to work with waf files
Ryan Stansifer
07:20 AM Revision 844f9238 (main_repo): remove some old files
Ryan Stansifer
05:37 AM Revision 7e1350f6 (main_repo): add file.write()
Ryan Stansifer
05:36 AM Revision 0ab4f5c2 (main_repo): Remove docs.
API is changing too quickly for me to keep up with. I will recreate them as
things start to stablize.
Ryan Stansifer

04/15/2009

03:23 PM Revision e8ce6ef7 (main_repo): add file open/close
Ryan Stansifer
04:08 AM Revision 63a9cd38 (main_repo): everything is changed. i've waited much too long to commit.
this is awful. i'm sorry for being so messy. Ryan Stansifer

04/04/2009

10:53 AM Revision 0e9e927f (main_repo): enable support for the thread pool
Ryan Stansifer
08:50 AM Revision 1a126ed1 (main_repo): use the WAF build system
Ryan Stansifer

04/03/2009

07:43 AM Revision c5183738 (main_repo): add dependencies: libeio, libev, v8
Ryan Stansifer
 

Also available in: Atom