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-09-28
Ryan Dahl
include utils in the repl.
commit
|
commitdiff
|
tree
|
snapshot
2009-09-28
Ryan Dahl
Don't delete timer object on clearTimeout.
commit
|
commitdiff
|
tree
|
snapshot
2009-09-28
Ryan Dahl
Move tcp library to /tcp.js
commit
|
commitdiff
|
tree
|
snapshot
2009-09-28
Ryan Dahl
Add forgotten file lib/utils.js
commit
|
commitdiff
|
tree
|
snapshot
2009-09-28
Ryan Dahl
http.js license reference
commit
|
commitdiff
|
tree
|
snapshot
2009-09-28
Ryan Dahl
Move http library to /http.js
commit
|
commitdiff
|
tree
|
snapshot
2009-09-28
Ryan Dahl
API: Move node.puts(), node.exec() and others to /utils.js
commit
|
commitdiff
|
tree
|
snapshot
2009-09-28
Ryan Dahl
Remove api.xml from gitignore
commit
|
commitdiff
|
tree
|
snapshot
2009-09-27
Felix Geisendörfer
Multipart stream parser
commit
|
commitdiff
|
tree
|
snapshot
2009-09-27
Ryan Dahl
Add docbook documentation
commit
|
commitdiff
|
tree
|
snapshot
2009-09-27
Ryan Dahl
Add node.inspect() and deprecate p().
commit
|
commitdiff
|
tree
|
snapshot
2009-09-27
Ryan Dahl
readFile/writeFile to read/write in file library.
commit
|
commitdiff
|
tree
|
snapshot
2009-09-27
Jeremy Lal
Fixes for libeio wscript on Debian.
commit
|
commitdiff
|
tree
|
snapshot
2009-09-26
Ryan Dahl
Changes to compile on Andrew Miller's very old machine
commit
|
commitdiff
|
tree
|
snapshot
2009-09-25
Ryan Dahl
Remove -Werror on v8, for compiling on GCC 4.4
commit
|
commitdiff
|
tree
|
snapshot
2009-09-25
RayMorgan
When printing, check to see if value is undefined....
commit
|
commitdiff
|
tree
|
snapshot
2009-09-25
RayMorgan
Added _ that is te result of the previous command.
commit
|
commitdiff
|
tree
|
snapshot
2009-09-25
RayMorgan
Enhanced the repl library.
commit
|
commitdiff
|
tree
|
snapshot
2009-09-24
Ryan Dahl
bump version
v0.1.12
commit
|
commitdiff
|
tree
|
snapshot
2009-09-24
Ryan Dahl
Clean up website a bit.
commit
|
commitdiff
|
tree
|
snapshot
2009-09-23
Ryan Dahl
Extract the good parts of node-repl into standalone...
commit
|
commitdiff
|
tree
|
snapshot
2009-09-23
Ryan Dahl
Decrease default TCP backlog to 128
commit
|
commitdiff
|
tree
|
snapshot
2009-09-23
Ryan Dahl
Change example at beginning of api.txt
commit
|
commitdiff
|
tree
|
snapshot
2009-09-23
Ryan Dahl
Syntax highlighting for <tt> elements.
commit
|
commitdiff
|
tree
|
snapshot
2009-09-23
Ryan Dahl
Add documentation about requiring system modules.
commit
|
commitdiff
|
tree
|
snapshot
2009-09-23
Ryan Dahl
Tighten window on timer test.
commit
|
commitdiff
|
tree
|
snapshot
2009-09-23
Ryan Dahl
cpplint.js file.{cc,h}
commit
|
commitdiff
|
tree
|
snapshot
2009-09-23
Ryan Dahl
Call "connection" event after connection object is...
commit
|
commitdiff
|
tree
|
snapshot
2009-09-23
Ryan Dahl
Add connection.setNoDelay() to disable Nagle algorithm.
commit
|
commitdiff
|
tree
|
snapshot
2009-09-23
Ryan Dahl
Upgrade v8 to 1.3.13
commit
|
commitdiff
|
tree
|
snapshot
2009-09-23
Felix Geisendörfer
Syntax highlighting for api.html.
commit
|
commitdiff
|
tree
|
snapshot
2009-09-22
Ryan Dahl
Bugfix: EIOPromise::Create was allocating two EIOPromis...
commit
|
commitdiff
|
tree
|
snapshot
2009-09-22
Ryan Dahl
delete[] instead of delete for arrays.
commit
|
commitdiff
|
tree
|
snapshot
2009-09-22
Ryan Dahl
Add readFile to '/file.js'
commit
|
commitdiff
|
tree
|
snapshot
2009-09-22
Ryan Dahl
Add writeFile() to /file.js
commit
|
commitdiff
|
tree
|
snapshot
2009-09-21
Ryan Dahl
Remove "raw" encoding. Rename "raws" to "binary".
commit
|
commitdiff
|
tree
|
snapshot
2009-09-20
Ryan Dahl
Move node-repl to bin/node-repl
commit
|
commitdiff
|
tree
|
snapshot
2009-09-20
Ryan Dahl
Add "/file.js" buffered disk I/O object.
commit
|
commitdiff
|
tree
|
snapshot
2009-09-20
Ryan Dahl
Move mjsunit.js to system module directory.
commit
|
commitdiff
|
tree
|
snapshot
2009-09-20
Ryan Dahl
Improve error message for requiring system modules.
commit
|
commitdiff
|
tree
|
snapshot
2009-09-20
Ryan Dahl
Add node.error(); p() outputs to stderr.
commit
|
commitdiff
|
tree
|
snapshot
2009-09-20
Ryan Dahl
Throw ret value from wait() only if it's there.
commit
|
commitdiff
|
tree
|
snapshot
2009-09-20
Ryan Dahl
return error from cat_promise in node.fs.cat
commit
|
commitdiff
|
tree
|
snapshot
2009-09-19
Ryan Dahl
Absolute path names for require() refer to node.library...
commit
|
commitdiff
|
tree
|
snapshot
2009-09-18
Ryan Dahl
bump version
v0.1.11
commit
|
commitdiff
|
tree
|
snapshot
2009-09-17
Ryan Dahl
Upgrade v8 to 1.3.11
commit
|
commitdiff
|
tree
|
snapshot
2009-09-17
Ryan Dahl
Add node.installPrefix
commit
|
commitdiff
|
tree
|
snapshot
2009-09-17
Ryan Dahl
Add more explanation to docs for request.finish().
commit
|
commitdiff
|
tree
|
snapshot
2009-09-17
Ryan Dahl
Bugfix: node.fs.write() was stack allocating buffer.
commit
|
commitdiff
|
tree
|
snapshot
2009-09-17
Jon Crosby
Add failing spec for node.fs.write
commit
|
commitdiff
|
tree
|
snapshot
2009-09-15
Ryan Dahl
Default to utf8 encoding for node.fs.cat()
commit
|
commitdiff
|
tree
|
snapshot
2009-09-15
Ryan Dahl
update doc for node.fs.write()
commit
|
commitdiff
|
tree
|
snapshot
2009-09-15
Ryan Dahl
Add node.exec()
commit
|
commitdiff
|
tree
|
snapshot
2009-09-15
Ryan Dahl
Add documentation for promise.emitSuccess and emitError
commit
|
commitdiff
|
tree
|
snapshot
2009-09-14
Ryan Dahl
fix typo on website
commit
|
commitdiff
|
tree
|
snapshot
2009-09-14
Ryan Dahl
Remove unused variable in http.cc
commit
|
commitdiff
|
tree
|
snapshot
2009-09-14
Ryan Dahl
Fix buffering logic for HTTP outgoing messages.
commit
|
commitdiff
|
tree
|
snapshot
2009-09-13
Ryan Dahl
Remove erroneously placed EV_DEFAULT_UC_
commit
|
commitdiff
|
tree
|
snapshot
2009-09-13
Ryan Dahl
API: node.fs.read() takes a normal encoding parameter.
commit
|
commitdiff
|
tree
|
snapshot
2009-09-13
Ryan Dahl
Fix default encoding for outgoing HTTP messages
commit
|
commitdiff
|
tree
|
snapshot
2009-09-13
Ryan Dahl
Bugfix: ReportException shouldn't forget the top frame.
commit
|
commitdiff
|
tree
|
snapshot
2009-09-13
Ryan Dahl
Bugfix: sendBody wasn't setting encoding
commit
|
commitdiff
|
tree
|
snapshot
2009-09-12
Ryan Dahl
Fix broken asciidoc section
commit
|
commitdiff
|
tree
|
snapshot
2009-09-12
Jeff Smick
Use "platform.architecture()" to find the proper archit...
commit
|
commitdiff
|
tree
|
snapshot
2009-09-12
Ryan
Lint
commit
|
commitdiff
|
tree
|
snapshot
2009-09-12
Ryan
API: Change arguments of emit(), emitSuccess(), emitError()
commit
|
commitdiff
|
tree
|
snapshot
2009-09-11
Ryan
spell check api.txt
commit
|
commitdiff
|
tree
|
snapshot
2009-09-11
Ryan
bump version
v0.1.10
commit
|
commitdiff
|
tree
|
snapshot
2009-09-11
Ryan
Add doc note about 'raws' encoding
commit
|
commitdiff
|
tree
|
snapshot
2009-09-11
Ryan
Just add the gernerated doc files. Make life easier.
commit
|
commitdiff
|
tree
|
snapshot
2009-09-11
Ryan
Revert "Add xsl files to doc directory so people can...
commit
|
commitdiff
|
tree
|
snapshot
2009-09-11
Ryan
Add xsl files to doc directory so people can build...
commit
|
commitdiff
|
tree
|
snapshot
2009-09-11
Ryan
Add node-repl
commit
|
commitdiff
|
tree
|
snapshot
2009-09-11
Ryan
Add '--' to seperate v8 args from program args
commit
|
commitdiff
|
tree
|
snapshot
2009-09-11
Ryan
cpplint.py node.cc and node.h
commit
|
commitdiff
|
tree
|
snapshot
2009-09-11
Ryan
Add isDirectory(), isFile(), isSocket(), ... methods...
commit
|
commitdiff
|
tree
|
snapshot
2009-09-10
Ryan
Add 'extern char **environ' so that the new ENV code...
commit
|
commitdiff
|
tree
|
snapshot
2009-09-10
Ryan
Add access to user environment via ENV
commit
|
commitdiff
|
tree
|
snapshot
2009-09-10
Ryan
Man page generation.
commit
|
commitdiff
|
tree
|
snapshot
2009-09-10
Ryan
Remove debug agent. It shouldn't have been commited!
commit
|
commitdiff
|
tree
|
snapshot
2009-09-10
Ryan
Move arg parsing to beginning of main()
commit
|
commitdiff
|
tree
|
snapshot
2009-09-09
Ryan
Add a few fflush(stderr) calls to track down missing...
commit
|
commitdiff
|
tree
|
snapshot
2009-09-09
Ryan
Upgrade v8 to 1.3.10
commit
|
commitdiff
|
tree
|
snapshot
2009-09-09
Ryan
Remove compiler warning with extra assert.
commit
|
commitdiff
|
tree
|
snapshot
2009-09-09
Ryan
Add Exception::Error where missing.
commit
|
commitdiff
|
tree
|
snapshot
2009-09-09
Ryan
Introduce "raws" encoding. Raw String.
commit
|
commitdiff
|
tree
|
snapshot
2009-09-09
Ryan
Byte stream to V8 decoding and encoding.
commit
|
commitdiff
|
tree
|
snapshot
2009-09-08
Ryan
node.assert() was broken.
commit
|
commitdiff
|
tree
|
snapshot
2009-09-07
Ryan
Internally use full paths when loading modules.
commit
|
commitdiff
|
tree
|
snapshot
2009-09-07
Ryan
Almost completely remove onExit and onLoad.
commit
|
commitdiff
|
tree
|
snapshot
2009-09-07
Ryan
Exit the process on module load error. (temporary)
commit
|
commitdiff
|
tree
|
snapshot
2009-09-07
Ryan
Add note about sendBody buffering to docs
commit
|
commitdiff
|
tree
|
snapshot
2009-09-07
Ryan
Add some links to the website
commit
|
commitdiff
|
tree
|
snapshot
2009-09-07
Ryan
Create NODE_UNIXTIME macros
commit
|
commitdiff
|
tree
|
snapshot
2009-09-05
Ryan
bump version
v0.1.9
commit
|
commitdiff
|
tree
|
snapshot
2009-09-05
Ryan
Hack for compiling on Snow Leopard.
commit
|
commitdiff
|
tree
|
snapshot
2009-09-05
Ryan
Small change to website index.html
commit
|
commitdiff
|
tree
|
snapshot
2009-09-04
Ryan
Bugfix: Trap exceptions in URIParser.
commit
|
commitdiff
|
tree
|
snapshot
2009-09-04
Ryan
bump version
v0.1.8
commit
|
commitdiff
|
tree
|
snapshot
2009-09-04
Ryan
Fix slowness in debug run of test-tcp-many-clients
commit
|
commitdiff
|
tree
|
snapshot
next