summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix a bug regarding queueSize, add assertsRyan Dahl2010-11-181-13/+24
* Small clean upsRyan Dahl2010-11-183-7/+6
* Dump after ev_loopRyan Dahl2010-11-183-1/+7
* Emit drain and stop IOWatcher even on empty bufferRyan Dahl2010-11-181-122/+123
* Add callback to socket.write(), fix test-sendfdsRyan Dahl2010-11-181-0/+13
* make sure unix sockets are tagged correctlyRyan Dahl2010-11-181-2/+0
* Add IOWatcher.flush()Ryan Dahl2010-11-182-0/+17
* Maintain queueSize for each socketRyan Dahl2010-11-181-2/+10
* Don't send null data segmentsRyan Dahl2010-11-181-0/+2
* Support encodingRyan Dahl2010-11-183-6/+12
* IOWatcher::Dump(), writevRyan Dahl2010-11-183-2/+395
* query-string unescape moved to js landRyan Dahl2010-11-181-81/+0
* Simplify next tick logic by looping around ev_loopRyan Dahl2010-11-171-22/+12
* Now working on v0.3.2-preRyan Dahl2010-11-171-2/+2
* Bump version to v0.3.1v0.3.1Ryan Dahl2010-11-161-1/+1
* Add ref to buffer during fs.write and fs.readRyan Dahl2010-11-161-0/+11
* solaris -> sunosRyan Dahl2010-11-161-0/+0
* Fix OS::GetExecutablePath for platform_noneRyan Dahl2010-11-162-2/+2
* Add .node_moudles to lookup path againRyan Dahl2010-11-151-0/+1
* Revert node_module lookup commitsRyan Dahl2010-11-151-28/+8
* Fix segfault on test-cryptoRyan Dahl2010-11-131-27/+24
* Move ev_loop out of javascriptRyan Dahl2010-11-112-23/+24
* Set FD_CLOEXEC flag on stdio FDs before spawning.Guillaume Tuton2010-11-071-0/+26
* Remove unnecessary ref/unref in iowatcher cbRyan Dahl2010-11-051-2/+0
* Make writes to process.env update the real environment. Tests included.Ben Noordhuis2010-11-031-13/+67
* Remove old buffer apiRyan Dahl2010-11-011-11/+1
* Make sure watcher.set() isn't being called when activeRyan Dahl2010-10-301-0/+1
* Fix argv[6] comment in node_fileRyan Dahl2010-10-301-1/+4
* Rewrite libeio After callback to use req->result instead of req->errorno for ...Micheil Smith2010-10-301-53/+39
* Changes to compile on solarisRyan Dahl2010-10-301-0/+0
* Let exit listeners know the exit codeisaacs2010-10-271-2/+2
* make "node --eval" eval in the global scope.Jorge Chamorro Bieling2010-10-271-1/+2
* Style changes.Tim-Smart2010-10-261-8/+8
* Move setTimeout and friends into timers moduleRyan Dahl2010-10-261-32/+13
* Add C++ API for constructing fast buffer from stringRyan Dahl2010-10-262-0/+19
* remove old todo.Paul Querna2010-10-251-1/+0
* Centralize error handling in SecureStreamPaul Querna2010-10-252-23/+70
* Update node_net.cc to make us of node_constants.ccMicheil Smith2010-10-251-9/+0
* Now working on v0.3.1Ryan Dahl2010-10-231-2/+2
* bump version to 0.3.0v0.3.0Ryan Dahl2010-10-231-1/+1
* Provide a C++ Buffer constructor for external storage.Stéphan Kochen2010-10-222-24/+77
* Generalize Buffer::Copy to work with all unsigned byte external data.Stéphan Kochen2010-10-221-4/+6
* Simplify things by using `*ArrayData` everywhere.Stéphan Kochen2010-10-221-33/+8
* Remove old interface remains from Buffer.Stéphan Kochen2010-10-222-22/+2
* Don't call AtExit twiceRyan Dahl2010-10-221-1/+0
* Fix parsing of linux memoryVitali Lovich2010-10-221-1/+16
* Remove unneeded function wrappersJorge Chamorro Bieling2010-10-211-3/+1
* Add isatty for isaacsRyan Dahl2010-10-211-0/+13
* Force exit on SIGINT but still reset flags on stdio fdsRyan Dahl2010-10-211-1/+2
* Add --max-stack-size flag.Tom Hughes2010-10-201-13/+34