summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* bump versionv0.1.103Ryan Dahl2010-08-044-5/+29
* Upgrade V8 to 2.3.5Ryan Dahl2010-08-0410-27/+224
* Fix toString('base64') bugRyan Dahl2010-08-042-1/+9
* Add node_version.h to installSamuel Shull2010-08-041-0/+1
* Revert "Expose the V8 debug object process.debug"Ryan Dahl2010-08-044-44/+12
* Allow null context in ScriptRyan Dahl2010-08-042-1/+5
* SetBlocking should set blocking, not toggle itisaacs2010-08-041-1/+1
* When the parent's stdio FDs are passed to a child, make them temporarily bloc...isaacs2010-08-031-6/+14
* Upgrade V8 to 2.3.4Ryan Dahl2010-08-0348-526/+1938
* Client.onend: Anticipate that the HTTP parser object is uninitialized when th...Ben Noordhuis2010-08-021-1/+1
* Expose the V8 debug object process.debugRyan Dahl2010-08-024-12/+44
* Implement keep-alive for http.ClientMikeal Rogers2010-08-013-2/+71
* Allow signals to be used with process.on in addition to process.addListener.Brian2010-08-011-1/+1
* Don't let path.normalize get above the root.isaacs2010-08-012-0/+6
* remove node::CheckBreak in favor of using the v8 debugger js objectDanny Coates2010-08-012-43/+28
* Upgrade http-parser for clang compatRyan Dahl2010-07-314-52/+91
* [v8] Remove global.print from v8natives.js (fixes issue 791)Ryan Dahl2010-07-301-1/+0
* Fix styleRyan Dahl2010-07-301-4/+14
* Buffer: graciously handle padding in base64-encoded input.Ben Noordhuis2010-07-302-79/+53
* Fix email address in AUTHORS fileRyan Dahl2010-07-301-1/+1
* Fix ending \0 in base64 decodingRyan Dahl2010-07-292-14/+20
* Buffer: adjust buffer size so the base64-decoded input fits snugly.Ben Noordhuis2010-07-284-3/+71
* Fix --debug-brk; hacky solutionRyan Dahl2010-07-271-0/+1
* Add todosRyan Dahl2010-07-271-1/+5
* Clarify string encoding docsRyan Dahl2010-07-271-13/+15
* Globalize the Buffer objectRyan Dahl2010-07-272-55/+49
* Only one line break before stacktraceRyan Dahl2010-07-261-1/+1
* Use kqueue on recent macintosh buildsRyan Dahl2010-07-261-1/+3
* Check for socket on Unix domain connect.Matt Ranney2010-07-262-6/+6
* Upgrade http-parserRyan Dahl2010-07-263-11/+46
* Upgrade V8 to 2.3.3Ryan Dahl2010-07-2625-643/+1450
* Constify read-only global dataBenjamin Kramer2010-07-261-4/+4
* Add missing parenthesesBenjamin Kramer2010-07-261-3/+1
* Fix addrlen for unix_dgram socketsBenjamin Kramer2010-07-261-17/+5
* Add write() callback TODO itemRyan Dahl2010-07-261-0/+1
* Support for HOME and END in REPL.Chandra Sekar S2010-07-261-0/+6
* Fix DNS example in docsRyan Dahl2010-07-261-3/+2
* bump versionv0.1.102Ryan Dahl2010-07-255-5/+32
* Add reference to base64 encodingRyan Dahl2010-07-251-0/+2
* Added ability to pass offset to buffer write and toString methods as a string...Dmitry Baranovskiy2010-07-252-28/+29
* Fixed format, so it wouldn’t blow up if %d argument is null or undefined + ...Dmitry Baranovskiy2010-07-251-4/+3
* Implement buffer.write for base64Ryan Dahl2010-07-234-0/+105
* Implement buffer.toString('base64')Ryan Dahl2010-07-234-0/+95
* Fix case in docsRyan Dahl2010-07-231-1/+1
* Fix dirname so that dirname('/a/b/') -> '/a', like sh's does.isaacs2010-07-233-6/+5
* Buffer for Cipher, Decipher, Hmac, Sign and VerifyAndrew Naylor2010-07-232-39/+68
* Remove Werror from SConstructRyan Dahl2010-07-211-1/+0
* Upgrade V8 to 2.3.2Ryan Dahl2010-07-2162-666/+2154
* TODO itemsRyan Dahl2010-07-211-0/+3
* Support for reading byte ranges from files using fs.createReadStream.Chandra Sekar S2010-07-213-1/+42