summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Apply V8 issue 851 to v0.2 for Mark Wubbenv0.2Ryan Dahl2011-01-192-1/+34
* Fix test-net-connect-bufferRyan Dahl2011-01-122-16/+52
* Add test for connection timeoutsRyan Dahl2011-01-122-1/+40
* base64 decode should handle whitespaceRyan Dahl2011-01-032-20/+71
* Bump version to v0.2.6v0.2.6Ryan Dahl2010-12-305-7/+31
* Apple's threaded write()s bugJorge Chamorro Bieling2010-12-301-2/+16
* Default to gcc in V8 buildRyan Dahl2010-12-301-1/+1
* Don't access buffer data before initializing it.Tom Hughes2010-12-221-1/+3
* Fix memory leak in node_crypto.cc.Tom Hughes2010-12-221-2/+2
* Fix memory corruption with unnamed AF_UNIX sockets.Tom Hughes2010-12-221-26/+44
* Add toolchain=gcc to V8 build for SunRyan Dahl2010-12-211-1/+4
* The following error can be thrown from accept on ECONNABORT. Instead, it shou...Theo Schlossnagle2010-12-211-0/+1
* Remove unnecessary call to X509_STORE_freeRyan Dahl2010-12-012-4/+1
* Implement SecureContext destructorRyan Dahl2010-11-302-1/+10
* Fix number of args emitted by EventEmitter during "fast case" (lte 3 args)Jeremy Martin2010-11-292-7/+41
* Simplify state transitions in http.ClientRyan Dahl2010-11-292-11/+64
* Fix OpenSSL SSL_library_init function check on OpenBSD.Brian White2010-11-181-1/+1
* Make sure raw mode is disabled when exiting a terminal-based REPL.Brian White2010-11-171-1/+1
* Bump version to 0.2.5v0.2.5Ryan Dahl2010-11-165-7/+48
* Add ref to buffer during fs.write and fs.readRyan Dahl2010-11-162-0/+61
* Fix OS::GetExecutablePath for platform_noneRyan Dahl2010-11-162-2/+2
* writeFile fixesisaacs2010-11-162-9/+43
* Add --profile flag to configure script, enables gprof profiling.Ben Noordhuis2010-11-161-0/+11
* Fix segfault on test-cryptoRyan Dahl2010-11-161-28/+26
* Simplify REPL displayPromptRyan Dahl2010-11-161-20/+4
* Add writeFilter when in the readlineRyan Dahl2010-11-161-4/+18
* Remove -e from echo in test. Non-portableRyan Dahl2010-11-161-2/+2
* Upgrade http-parserRyan Dahl2010-11-164-26/+134
* Set FD_CLOEXEC flag on stdio FDs before spawning.Guillaume Tuton2010-11-162-0/+97
* Remove unnecessary ref/unref in iowatcher cbRyan Dahl2010-11-161-2/+0
* Make writes to process.env update the real environment. Tests included.Ben Noordhuis2010-11-162-13/+103
* Removed range read optimization as it doesn't work with libeio.Chandra Sekar S2010-11-162-10/+8
* Make sure watcher.set() isn't being called when activeRyan Dahl2010-11-162-9/+8
* Fix argv[6] comment in node_fileRyan Dahl2010-11-161-1/+4
* Rewrite libeio After callback to use req->result instead of req->errorno for ...Ryan Dahl2010-11-161-52/+38
* Abstract out a Server.prototype.pause methodRyan Dahl2010-11-162-10/+31
* Abstract out net.Server.prototype._rejectPendingRyan Dahl2010-11-162-25/+34
* Module-level EMFILE handlingRyan Dahl2010-11-161-36/+37
* Handle cyclic links smarter in fs.realpathisaacs2010-11-162-7/+40
* make "node --eval" eval in the global scope.Jorge Chamorro Bieling2010-11-161-1/+2
* Add extra anti-DoS tech to net.ServerRyan Dahl2010-11-162-34/+42
* Improve idle benchmarksRyan Dahl2010-11-162-13/+20
* Gracefully handle EMFILERyan Dahl2010-11-162-2/+45
* Fix test-http-buffer-sanityRyan Dahl2010-11-012-1/+57
* Add broken test passing a buffer through httpRyan Dahl2010-11-011-0/+65
* bump version to 0.2.4v0.2.4Ryan Dahl2010-10-246-6/+39
* Make sure Error object on exec() gets killed memberRyan Dahl2010-10-243-31/+89
* Add isatty for isaacsRyan Dahl2010-10-241-0/+13
* one more 'listening' race conditionRyan Dahl2010-10-241-19/+22
* Fix a few 'listening' race conditionsRyan Dahl2010-10-241-9/+10