projects
/
platform
/
upstream
/
nodejs.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
platform/upstream/nodejs.git
2009-05-26
Ryan
Add errno constants. Move all constants to `node.consta...
commit
|
commitdiff
|
tree
|
snapshot
2009-05-26
Ryan
Rename fatal_exception to FatalException
commit
|
commitdiff
|
tree
|
snapshot
2009-05-26
Ryan
Have connection.setEncoding use node::ParseEncoding
commit
|
commitdiff
|
tree
|
snapshot
2009-05-26
Ryan
Clean up doc intro and syntax highlighting.
commit
|
commitdiff
|
tree
|
snapshot
2009-05-26
Ryan
Clean up outgoing encoding API. Generally: send(chunk...
commit
|
commitdiff
|
tree
|
snapshot
2009-05-26
Ryan
Add preliminary tcp documentation
commit
|
commitdiff
|
tree
|
snapshot
2009-05-26
Ryan
More docs. Add rmdir and unlink.
commit
|
commitdiff
|
tree
|
snapshot
2009-05-26
Ryan
File I/O documentation. Remove necessity of class=...
commit
|
commitdiff
|
tree
|
snapshot
2009-05-26
Ryan
Add node.fs prefix to some constants. oops.
commit
|
commitdiff
|
tree
|
snapshot
2009-05-26
Ryan
Large refactor of file code.
commit
|
commitdiff
|
tree
|
snapshot
2009-05-25
Ryan
More docs
commit
|
commitdiff
|
tree
|
snapshot
2009-05-25
Ryan
Add docs. Rename exit() to node.exit().
commit
|
commitdiff
|
tree
|
snapshot
2009-05-25
Ryan
Remove error codes from file on_completion callbacks...
commit
|
commitdiff
|
tree
|
snapshot
2009-05-21
Ryan
Namespace File stuff in node.fs
commit
|
commitdiff
|
tree
|
snapshot
2009-05-21
Ryan
Beginnings of file i/o docs. Finish up timers.
commit
|
commitdiff
|
tree
|
snapshot
2009-05-20
Ryan
Begin documentation for file i/o
commit
|
commitdiff
|
tree
|
snapshot
2009-05-20
Ryan
Camel case status_code and http_version.
commit
|
commitdiff
|
tree
|
snapshot
2009-05-20
Ryan
More node.http.Client docs
commit
|
commitdiff
|
tree
|
snapshot
2009-05-20
Ryan
Begin node.http.Client docs
commit
|
commitdiff
|
tree
|
snapshot
2009-05-20
Ryan
Add setBodyEncoding to http client responses.
commit
|
commitdiff
|
tree
|
snapshot
2009-05-20
Ryan
HTTP Server: Close 1.0 connections properly.
commit
|
commitdiff
|
tree
|
snapshot
2009-05-20
Ryan
Add http.ServerRequest.setBodyEncoding. Needs test...
commit
|
commitdiff
|
tree
|
snapshot
2009-05-20
Ryan
Change encoding setter/getter to setEncoding function.
commit
|
commitdiff
|
tree
|
snapshot
2009-05-19
Ryan
Clean up tests. Add docs.
commit
|
commitdiff
|
tree
|
snapshot
2009-05-19
Ryan
HTTP Client: add fix to allow TCP connection to reconnect.
commit
|
commitdiff
|
tree
|
snapshot
2009-05-19
Ryan
Remove debugging statement.
commit
|
commitdiff
|
tree
|
snapshot
2009-05-19
Ryan
Add color PASS/FAIL statements. Use python for portability.
commit
|
commitdiff
|
tree
|
snapshot
2009-05-19
Ryan
Fix a bug in HTTP server when receiving half-closes.
commit
|
commitdiff
|
tree
|
snapshot
2009-05-19
Ryan
Bug fix: need to return readyState symbol from scope.
commit
|
commitdiff
|
tree
|
snapshot
2009-05-19
Ryan
Debugging http. Add simple test. (Does not pass.)
commit
|
commitdiff
|
tree
|
snapshot
2009-05-19
Ryan
Add request method. (How could that be missing still?)
commit
|
commitdiff
|
tree
|
snapshot
2009-05-19
Ryan
Modify website colors.
commit
|
commitdiff
|
tree
|
snapshot
2009-05-19
Ryan
Simple HTTP client is working a bit.
commit
|
commitdiff
|
tree
|
snapshot
2009-05-18
Ryan
Add ParseUri to the node namespace
commit
|
commitdiff
|
tree
|
snapshot
2009-05-18
Ryan
Work on motivation statement.
commit
|
commitdiff
|
tree
|
snapshot
2009-05-18
Ryan
Use parseUri() for req.uri. Update docs.
commit
|
commitdiff
|
tree
|
snapshot
2009-05-18
Ryan
HTTP Server: check the ready state of the connection...
commit
|
commitdiff
|
tree
|
snapshot
2009-05-18
Ryan
Clean up readyState handling. Add test.
commit
|
commitdiff
|
tree
|
snapshot
2009-05-18
Ryan
Fix crash in oi_socket; add ready state reader to Conne...
commit
|
commitdiff
|
tree
|
snapshot
2009-05-18
Ryan
Change request handler to take two parameters: req...
commit
|
commitdiff
|
tree
|
snapshot
2009-05-17
Ryan
Work on website styling.
commit
|
commitdiff
|
tree
|
snapshot
2009-05-16
Ryan
Add to module documentation.
commit
|
commitdiff
|
tree
|
snapshot
2009-05-16
Ryan
Remove v8 prefix from function template callbacks.
commit
|
commitdiff
|
tree
|
snapshot
2009-05-16
Ryan
Remove HTTP parser callbacks for fragment, query_string...
commit
|
commitdiff
|
tree
|
snapshot
2009-05-16
Ryan
Add sendUtf8 method to socket objects.
commit
|
commitdiff
|
tree
|
snapshot
2009-05-15
Ryan
Slightly better buffer allocation. (Probably not worth...
commit
|
commitdiff
|
tree
|
snapshot
2009-05-15
Ryan
Commit partial work in http.js. Comment out V8::Dispose...
commit
|
commitdiff
|
tree
|
snapshot
2009-05-15
Ryan
Inform V8 of external allocations.
commit
|
commitdiff
|
tree
|
snapshot
2009-05-14
Ryan
Fixes to get HTTP working with new TCP API.
commit
|
commitdiff
|
tree
|
snapshot
2009-05-14
Ryan
Wrap NewInstance with TryCatch. (Was still missing...
commit
|
commitdiff
|
tree
|
snapshot
2009-05-14
Ryan
Wrap calls in TryCatch; Check return values after UNWRAP.
commit
|
commitdiff
|
tree
|
snapshot
2009-05-14
Ryan
Relatively large update to TCP API. No more "protocol".
commit
|
commitdiff
|
tree
|
snapshot
2009-05-14
Ryan
Rename TCP classes to sit in node hierarchy.
commit
|
commitdiff
|
tree
|
snapshot
2009-05-14
Ryan
Add p() like in Ruby.
commit
|
commitdiff
|
tree
|
snapshot
2009-05-14
Ryan
Don't need librt.
commit
|
commitdiff
|
tree
|
snapshot
2009-05-14
Ryan
update node.html
commit
|
commitdiff
|
tree
|
snapshot
2009-05-14
Ryan
Add HTTP Server documentation.
commit
|
commitdiff
|
tree
|
snapshot
2009-05-14
Ryan
Remove -n from echo in Makefile. (Doesn't work on OSX.)
commit
|
commitdiff
|
tree
|
snapshot
2009-05-14
Ryan
Introduce NODE_SET_PROTOTYPE_METHOD which properly...
commit
|
commitdiff
|
tree
|
snapshot
2009-05-13
Ryan
Was not properly passing the host parameter to Acceptor...
commit
|
commitdiff
|
tree
|
snapshot
2009-05-13
Ryan
Fix memory leak in timer.
commit
|
commitdiff
|
tree
|
snapshot
2009-05-13
Ryan
Rename main.js to node.js.
commit
|
commitdiff
|
tree
|
snapshot
2009-05-13
Ryan
Move Timer class into node namespace.
commit
|
commitdiff
|
tree
|
snapshot
2009-05-13
Ryan
more updates to websites
commit
|
commitdiff
|
tree
|
snapshot
2009-05-13
Ryan
Add webpage. Very incomplete.
commit
|
commitdiff
|
tree
|
snapshot
2009-05-12
Ryan
Path, URI, Fragment, etc were not getting passed to...
commit
|
commitdiff
|
tree
|
snapshot
2009-05-12
Ryan
liboi should include libev
commit
|
commitdiff
|
tree
|
snapshot
2009-05-12
Ryan
Random clean-ups to the web server.
commit
|
commitdiff
|
tree
|
snapshot
2009-05-11
Ryan
Upgrade v8 to version 1.2.3.
commit
|
commitdiff
|
tree
|
snapshot
2009-05-11
Ryan
Add keep-alive handling.
commit
|
commitdiff
|
tree
|
snapshot
2009-05-11
Ryan
Add status code reasons to server API.
commit
|
commitdiff
|
tree
|
snapshot
2009-05-11
Ryan
change the http server response api slightly
commit
|
commitdiff
|
tree
|
snapshot
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
next