summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 2013.01.11, Version 0.9.6 (Unstable)v0.9.6v0.9.6-releaseisaacs2013-01-113-1/+40
* Merge remote-tracking branch 'ry/v0.8' into masterisaacs2013-01-11232-314/+830
|\
| * make binary: allow custom config flagsNathan Rajlich2013-01-101-1/+1
| * blog, changelog: 0.8.17 was released in 2013, not 2012isaacs2013-01-102-2/+2
| * blog: Correct shasums for v0.8.17isaacs2013-01-091-5/+6
| * blog: Add security notice to v0.8.17 postisaacs2013-01-091-0/+12
| * blog: Post about v0.8.17isaacs2013-01-091-0/+67
| * Now working on 0.8.18isaacs2013-01-091-2/+2
| * Merge branch 'v0.8.17-release' into v0.8isaacs2013-01-094-2/+24
| |\
| | * 2012.01.09, Version 0.8.17 (Stable)v0.8.17v0.8.17-releaseisaacs2013-01-094-2/+24
| |/
| * typed arrays: fix 32 bit size/index overflowBen Noordhuis2013-01-102-6/+23
| * npm: Upgrade to v1.2.0isaacs2013-01-09222-300/+665
| * object_wrap: add missing HandleScopeFedor Indutny2013-01-091-0/+2
| * dgram: don't assert on send('string')Ben Noordhuis2013-01-082-0/+35
| * doc: improve example of process.hrtime()Johannes Ewald2013-01-041-5/+4
* | path: make basename and extname ignore trailing slashesBert Belder2013-01-112-9/+49
* | typed arrays: fix sunos signed/unsigned char issueBen Noordhuis2013-01-111-2/+2
* | test: child process { stdio:'inherit' }isaacs2013-01-112-0/+65
* | Revert "typed arrays: fix build on sunos"Fedor Indutny2013-01-111-2/+0
* | typed arrays: fix build on sunosFedor Indutny2013-01-111-0/+2
* | Revert "path: fix bugs related to paths with trailing slashes"Bert Belder2013-01-112-18/+1
* | deps: upgrade libuv to 9aab5d4Ben Noordhuis2013-01-1165-592/+948
* | http: Set _dumped=false initiallyisaacs2013-01-101-0/+4
* | path: fix bugs related to paths with trailing slashesAndreas Madsen2013-01-102-1/+18
* | configure: define "arm_fpu" and "arm_neon" for ARMNathan Rajlich2013-01-101-5/+11
* | v8: Hardfloat does not imply VFPv3, only VFPv2.yangguo@chromium.org2013-01-101-1/+1
* | http: Don't switch the socket into old-modeisaacs2013-01-101-4/+14
* | http: Use stream.push() instead of touching _readableStateisaacs2013-01-101-13/+9
* | net: Use readable.push() instead of private methodsisaacs2013-01-101-3/+4
* | stream: Use push() for Transform._output()isaacs2013-01-102-51/+19
* | stream: Use push() for readable.wrap()isaacs2013-01-101-45/+9
* | stream: Add readable.push(chunk) methodisaacs2013-01-103-0/+194
* | test: run tests in alphabetical orderBen Noordhuis2013-01-101-0/+1
* | typed arrays: implement load and store swizzlingDean McNamee2013-01-092-34/+62
* | typed arrays: swizzle with compiler intrinsicsDean McNamee2013-01-092-20/+188
* | typed arrays: undo local changesBen Noordhuis2013-01-091-37/+29
* | stream: fix typoShigeki Ohtsu2013-01-081-2/+2
* | stream: Override addListener as well as onisaacs2013-01-081-1/+1
* | streams: set listener first, emit 'data' laterFedor Indutny2013-01-082-1/+53
* | doc: os.cpus() returns times in millisecondsTim Bradshaw2013-01-081-1/+3
* | typed arrays: don't declare as moduleDean McNamee2013-01-082-3/+0
* | typed arrays: replace switch with templatesDean McNamee2013-01-081-18/+25
* | net: fix bufferSize include writableStream lengthShigeki Ohtsu2013-01-082-1/+52
* | build: fail w/err msg when missing binutilsMike Harsch2013-01-081-2/+16
* | dtrace: More styleisaacs2013-01-071-46/+46
* | dtrace: Make D style more D-ishisaacs2013-01-071-296/+298
* | dtrace: x64 ustack helperFedor Indutny2013-01-074-219/+173
* | dtrace: fix style in ustack helperFedor Indutny2013-01-071-394/+394
* | dtrace: SeqAsciiString was renamed to SeqOneByteString in v8isaacs2013-01-071-1/+1
* | src: pass node_isolate to Undefined()Ben Noordhuis2013-01-0715-95/+103