Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/TODO
AgeCommit message (Collapse)Author
2010-11-29Add some TODO itemsRyan Dahl
2010-11-19Update TODORyan Dahl
2010-11-18Remove leading comma examplesRyan Dahl
2010-11-18Remove jQuery from projectMicheil Smith
2010-11-18Add doc TODOsRyan Dahl
2010-11-16Update TODORyan Dahl
2010-11-15Remove old TODORyan Dahl
2010-10-26Remove old TODOsRyan Dahl
2010-10-26Remove old todoRyan Dahl
2010-10-25add todo about half-open connectionsRyan Dahl
2010-10-23Do not spin on aceept() with EMFILERyan Dahl
When a server hit EMFILE it would continue to try to accept new connections from the queue. This patch introduces a timeout of one second where it will stop trying to accept new files. After the second is over it tries again. This is a rather serious bug that has been effecting many highly concurrent programs. It was introduced in 4593c0, version v0.2.0. TODO: A test for this situation. Currently I test it like this termA% cd projects/node termA% ulimit -n 256 termA% ./node benchmark/idle_server.js termB% cd projects/node termB% ./node benchmark/idle_clients.js And watch how the server process behaves.
2010-09-20Update TODORyan Dahl
2010-09-17Add TODO itemRyan Dahl
2010-09-17Move constants out of process objectRyan Dahl
2010-09-17Add items to TODORyan Dahl
2010-09-12add to todoRyan Dahl
2010-08-17Add TODORyan Dahl
2010-08-15Remove TODO itemRyan Dahl
2010-08-09Add TODO list itemsRyan Dahl
2010-08-08Remove completed TODO taskRyan Dahl
2010-07-27Add todosRyan Dahl
2010-07-26Add write() callback TODO itemRyan Dahl
2010-07-23Buffer for Cipher, Decipher, Hmac, Sign and VerifyAndrew Naylor
2010-07-21TODO itemsRyan Dahl
2010-07-19Add todo itemRyan Dahl
2010-07-16Update TODORyan Dahl
2010-07-15Add TODO listRyan Dahl
2009-08-24Remove outdated todo listRyan
2009-07-13add bug to TODORyan
2009-06-22Create tools directoryRyan
Users will need to "make distclean" to recompile from scratch since I've moved a lot of the core build tools around.
2009-06-11add todo listRyan
2009-04-16remove some old filesRyan
2009-03-15more todo itemsRyan
2009-03-15a few more todo itemsRyan
2009-03-15a few more todo itemsRyan
2009-03-15add todo listRyan