2009-05-11 |
Ryan | Add profile window around socket on_read. |
commit | commitdiff | tree | snapshot |
2009-05-07 |
Ryan | don't die on EPIPE |
commit | commitdiff | tree | snapshot |
2009-05-07 |
Ryan | Add accessor File#encoding |
commit | commitdiff | tree | snapshot |
2009-05-07 |
Ryan | Binary HTTP bodies for both requests and responses. |
commit | commitdiff | tree | snapshot |
2009-05-06 |
Ryan | get chunked responses working |
commit | commitdiff | tree | snapshot |
2009-05-06 |
Ryan | node.http.Server was not getting req.path, etc. |
commit | commitdiff | tree | snapshot |
2009-05-06 |
Ryan | Create node.http.Server and node.http.LowLevelServer |
commit | commitdiff | tree | snapshot |
2009-05-05 |
Ryan | link to google profiler |
commit | commitdiff | tree | snapshot |
2009-05-05 |
Ryan | Various fixes to make the web server not give off so... |
commit | commitdiff | tree | snapshot |
2009-05-05 |
Ryan | Reference counting. Network bugs. |
commit | commitdiff | tree | snapshot |
2009-05-05 |
Ryan | update oi_socket - modify node code to match |
commit | commitdiff | tree | snapshot |
2009-05-04 |
Ryan | Some fixes to allow HTTPServer to begin listening. |
commit | commitdiff | tree | snapshot |
2009-05-04 |
Ryan | Implement HTTPServer (untested!) |
commit | commitdiff | tree | snapshot |
2009-05-04 |
Ryan | Make onError work for TCPConnection. |
commit | commitdiff | tree | snapshot |
2009-05-04 |
Ryan | Fix HTTPConnection javascript inheritance. |
commit | commitdiff | tree | snapshot |
2009-05-04 |
Ryan | various clean ups; HTTPConnection (js side) inherits... |
commit | commitdiff | tree | snapshot |
2009-05-04 |
Ryan | Slight change in tcp connection constructor |
commit | commitdiff | tree | snapshot |
2009-05-03 |
Ryan | add onMessageComplete and onBody handlers. |
commit | commitdiff | tree | snapshot |
2009-05-03 |
Ryan | extract headers, status_code, path, http version from... |
commit | commitdiff | tree | snapshot |
2009-05-03 |
Ryan | Begin refactor of http.cc. Remove libebb add http_parser. |
commit | commitdiff | tree | snapshot |
2009-05-02 |
Ryan | rename Connection.disconnect -> Connection.close |
commit | commitdiff | tree | snapshot |
2009-05-02 |
Ryan | cleanup: rename some of the callbacks |
commit | commitdiff | tree | snapshot |
2009-05-02 |
Ryan | add Connection::SendEOF. modify test accordingly. |
commit | commitdiff | tree | snapshot |
2009-05-02 |
Ryan | Major refactor of network code |
commit | commitdiff | tree | snapshot |
2009-04-29 |
Ryan | Add test for setInterval |
commit | commitdiff | tree | snapshot |
2009-04-29 |
Ryan | Remove `if (pointer == NULL)` after allocations with... |
commit | commitdiff | tree | snapshot |
2009-04-29 |
Ryan | Publicize Socket and Server for eventual cooperation... |
commit | commitdiff | tree | snapshot |
2009-04-29 |
Ryan | remove process.{cc,h} process.exit() now exit() |
commit | commitdiff | tree | snapshot |
2009-04-29 |
Ryan | Refactor setTimeout to be a Timer object. |
commit | commitdiff | tree | snapshot |
2009-04-28 |
Ryan | Use ObjectWrap base class for File, Socket, Server. |
commit | commitdiff | tree | snapshot |
2009-04-28 |
Ryan | Create a node namespace |
commit | commitdiff | tree | snapshot |
2009-04-28 |
Ryan | Update liboi. Use EV_MULTIPLICITY=0. |
commit | commitdiff | tree | snapshot |
2009-04-23 |
Ryan | get 'make install' working |
commit | commitdiff | tree | snapshot |
2009-04-23 |
Ryan | change localhost to 127.0.0.1 because macs suck |
commit | commitdiff | tree | snapshot |
2009-04-23 |
Ryan | fix the waf configure --debug options. seems to work... |
commit | commitdiff | tree | snapshot |
2009-04-23 |
Ryan | sign error on file position argument |
commit | commitdiff | tree | snapshot |
2009-04-23 |
Ryan | wasn't sending pos arg for puts() |
commit | commitdiff | tree | snapshot |
2009-04-23 |
Ryan | WAF: fix the debug variant. |
commit | commitdiff | tree | snapshot |
2009-04-23 |
Ryan | add position arguments to File#read and File#write |
commit | commitdiff | tree | snapshot |
2009-04-22 |
Ryan | improved ping pong test. |
commit | commitdiff | tree | snapshot |
2009-04-22 |
Ryan | add scons local for v8. check for librt in wscript |
commit | commitdiff | tree | snapshot |
2009-04-22 |
Ryan | import full versions of dependency libraries! |
commit | commitdiff | tree | snapshot |
2009-04-22 |
Ryan | BROKEN COMMIT: removing git submodules |
commit | commitdiff | tree | snapshot |
2009-04-22 |
Ryan | update eio. add EIO_STACKSIZE define for getaddrinfo... |
commit | commitdiff | tree | snapshot |
2009-04-22 |
Ryan | rename echoserver -> pingpong |
commit | commitdiff | tree | snapshot |
2009-04-22 |
Ryan | beef up the echoserver test |
commit | commitdiff | tree | snapshot |
2009-04-22 |
Ryan | add echo test. remove debug printfs |
commit | commitdiff | tree | snapshot |
2009-04-22 |
Ryan | fix some errors/memleaks |
commit | commitdiff | tree | snapshot |
2009-04-22 |
Ryan | implment server.close |
commit | commitdiff | tree | snapshot |
2009-04-22 |
Ryan | throw error when given a bad arguement to socket.write |
commit | commitdiff | tree | snapshot |
2009-04-22 |
Ryan | bug fix: recving raw data was incorrect. |
commit | commitdiff | tree | snapshot |
2009-04-22 |
Ryan | tcp server is accepting connections now. |
commit | commitdiff | tree | snapshot |
2009-04-22 |
Ryan | add framework for tcp server. change eio stacksize... |
commit | commitdiff | tree | snapshot |
2009-04-21 |
Ryan | oops. call onConnect callback not onRead callback after... |
commit | commitdiff | tree | snapshot |
2009-04-21 |
Ryan | add async dns for Socket |
commit | commitdiff | tree | snapshot |
2009-04-21 |
Ryan | begin clean up of Socket |
commit | commitdiff | tree | snapshot |
2009-04-21 |
Ryan | on_load -> onLoad |
commit | commitdiff | tree | snapshot |
2009-04-21 |
Ryan | clean up timers a bit |
commit | commitdiff | tree | snapshot |
2009-04-21 |
Ryan | Rename JS_ to NODE_ for method macros. add marcos to... |
commit | commitdiff | tree | snapshot |
2009-04-21 |
Ryan | remove debug messages from module loading. |
commit | commitdiff | tree | snapshot |
2009-04-21 |
Ryan | debugging/improving the module framework |
commit | commitdiff | tree | snapshot |
2009-04-21 |
Ryan | add 'make test' |
commit | commitdiff | tree | snapshot |
2009-04-20 |
Ryan | remove old test files |
commit | commitdiff | tree | snapshot |
2009-04-20 |
Ryan | ensure socket closure in very old test scripts |
commit | commitdiff | tree | snapshot |
2009-04-20 |
Ryan | small cleanups to the require structure |
commit | commitdiff | tree | snapshot |
2009-04-20 |
Ryan | reimplement module loading |
commit | commitdiff | tree | snapshot |
2009-04-20 |
Ryan | add File.cat |
commit | commitdiff | tree | snapshot |
2009-04-18 |
Ryan | rename a few files to remove node_ prefix |
commit | commitdiff | tree | snapshot |
2009-04-18 |
Ryan | rename NewFile to File::New |
commit | commitdiff | tree | snapshot |
2009-04-18 |
Ryan | fix configure so it can handle --debug argument |
commit | commitdiff | tree | snapshot |
2009-04-18 |
Ryan | add File.stat File.exists File.strerror |
commit | commitdiff | tree | snapshot |
2009-04-18 |
Ryan | fix a bug with eio polling. |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Ryan | file system methods to be queued. |
commit | commitdiff | tree | snapshot |
2009-04-16 |
Ryan | remove old readme |
commit | commitdiff | tree | snapshot |
2009-04-16 |
Ryan | add file.read only. raw encoding right now. |
commit | commitdiff | tree | snapshot |
2009-04-16 |
Ryan | file operations are queued. |
commit | commitdiff | tree | snapshot |
2009-04-16 |
Ryan | add stdout stderr global file objects. remove node... |
commit | commitdiff | tree | snapshot |
2009-04-16 |
Ryan | only store fd in javascript (not in c++) |
commit | commitdiff | tree | snapshot |
2009-04-16 |
Ryan | Change symantics of file.open. Now takes a callback... |
commit | commitdiff | tree | snapshot |
2009-04-16 |
Ryan | update gitignore to work with waf files |
commit | commitdiff | tree | snapshot |
2009-04-16 |
Ryan | remove some old files |
commit | commitdiff | tree | snapshot |
2009-04-16 |
Ryan | add file.write() |
commit | commitdiff | tree | snapshot |
2009-04-16 |
Ryan | Remove docs. |
commit | commitdiff | tree | snapshot |
2009-04-15 |
Ryan | add file open/close |
commit | commitdiff | tree | snapshot |
2009-04-15 |
Ryan | everything is changed. i've waited much too long to... |
commit | commitdiff | tree | snapshot |
2009-04-04 |
Ryan | enable support for the thread pool |
commit | commitdiff | tree | snapshot |
2009-04-04 |
Ryan | use the WAF build system |
commit | commitdiff | tree | snapshot |
2009-04-03 |
Ryan | add dependencies: libeio, libev, v8 |
commit | commitdiff | tree | snapshot |
2009-03-15 |
Ryan | more todo items |
commit | commitdiff | tree | snapshot |
2009-03-15 |
Ryan | a few more todo items |
commit | commitdiff | tree | snapshot |
2009-03-15 |
Ryan | a few more todo items |
commit | commitdiff | tree | snapshot |
2009-03-15 |
Ryan | add todo list |
commit | commitdiff | tree | snapshot |
2009-03-15 |
Ryan | remove 'respond' from Request object in HTTPServer... |
commit | commitdiff | tree | snapshot |
2009-03-15 |
Ryan | header fields should be symbols. enable fatal error... |
commit | commitdiff | tree | snapshot |
2009-03-13 |
Ryan | allow null host parameter to listen on localhost |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Ryan | report errors from loaded files |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Ryan | with great performance hit, a patch to handle binary |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Ryan | change HTTPServer constructor. Now: HTTPServer(host... |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Ryan | better reporting on fatal exceptions |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Ryan | better error messages |
commit | commitdiff | tree | snapshot |
next |