summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-05-13bump versionv0.1.95Ryan Dahl5-5/+31
2010-05-13Allow parallel jobs to be passed to V8 buildRyan Dahl2-2/+5
2010-05-13Change the 'make dist' to remove v8 test dirRyan Dahl1-5/+4
2010-05-13Handle empty files with fs.readFileElijah Insua3-0/+14
2010-05-12Support for fstat(2) through fs.fstat() and fs.fstatSync(). Added test cases,...Ben Noordhuis4-5/+67
2010-05-12Disable test-signal-unregister.js as functionality doesn't exist yetRyan Dahl1-0/+0
2010-05-12Remove reference to C++ EventEmitter in docsRyan Dahl1-5/+5
2010-05-12Deprecate sendHeader() and writeHeader(), ppl should use writeHead()Ryan Dahl1-4/+24
2010-05-12Default to 2 second timeout for http serversRyan Dahl2-14/+25
2010-05-12Add note about 'error' event to docsRyan Dahl1-0/+11
2010-05-12Idle timeout changesRyan Dahl4-15/+57
2010-05-11Quote variables in configure scriptRyan Dahl1-2/+2
2010-05-10Just add an extra include for strings.h - don't try to be cuteRyan Dahl1-0/+1
2010-05-10Revert "Check for strings.h"Ryan Dahl10-53/+10
2010-05-10Check for strings.hRyan Dahl10-10/+53
2010-05-10Patch v8 build for solarisRyan Dahl2-6/+3
2010-05-10Upgrade V8 to 2.2.9Ryan Dahl92-860/+103888
2010-05-09Revert "destroy instead of end http connection at end of pipeline"Ryan Dahl1-1/+1
2010-05-09Disable test-remote-module-loadingRyan Dahl1-0/+0
2010-05-09Change string.h to strings.h compile on solarisRyan Dahl1-1/+1
2010-05-09Add failing test - http responses not all completeRyan Dahl1-0/+67
2010-05-09Improve error reportingRyan Dahl6-47/+115
2010-05-09Better logic for testing if an argument is a portRyan Dahl1-2/+4
2010-05-08Don't emit 'exit' twice from child processRyan Dahl1-5/+13
2010-05-08Forgot to add child_process_should_emit_error.jsRyan Dahl1-0/+9
2010-05-08Fix error reporting in child_process callbacksRyan Dahl2-10/+32
2010-05-08fs.Stats.size V8::Integer => V8::Number.rentzsch1-1/+1
2010-05-07Change GC idle notify so that it runs along side setIntervalRyan Dahl1-55/+67
2010-05-07Add binding.close to fs.readFileisaacs1-1/+6
2010-05-06fs.readFile uses a buffer internally and will return the raw buffer if no enc...Tim Caswell4-30/+38
2010-05-06fix authors fileRyan Dahl1-1/+1
2010-05-06Install node_buffer.h on make installRyan Dahl1-0/+1
2010-05-06bump versionv0.1.94Ryan Dahl5-5/+37
2010-05-06Upgrade V8 to 2.2.8Ryan Dahl91-2249/+5624
2010-05-06destroy instead of end http connection at end of pipelineRyan Dahl1-1/+1
2010-05-06Fix a bug in http.Client where parsers may be prematurely released back to th...Thomas Lee2-16/+118
2010-05-05Changed undefined pos to null to prevent hanging on SheevaPlugJonathan Knezek1-3/+3
2010-05-05Added c-ares headers for linux-armJonathan Knezek3-0/+823
2010-05-04Add buffer response to http_simple.jsRyan Dahl1-0/+14
2010-05-04Use test port instead of 8000 in test-http-304Ryan Dahl1-3/+3
2010-05-04Look in /usr/local/lib/node for modules, so that there's a way to install mod...isaacs1-1/+1
2010-05-04Add proper HTML header for changelog so UTF-8 works.Matt Ranney3-4/+16
2010-05-04Fix whitespaceRyan Dahl1-3/+3
2010-05-04Emit a better error message when something strange is sent to OutgoingMessage...isaacs1-0/+7
2010-05-04Lazy load cryptoRyan Dahl1-1/+1
2010-05-04Added default CAs, updated openssl verify behaviour, added crypto and https d...Rhys Jones5-11/+3780
2010-05-04Ignore SIGPIPERyan Dahl1-0/+8
2010-05-04Fix SEGV by setting msg_controllen earlier.Peter Griess1-2/+2
2010-05-03Additional OpenSSL testsRhys Jones5-6/+200
2010-05-03Read all records to always empty the OpenSSL reading buffer.Paulo Matias3-5/+32