summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-01-182013.01.18, Version 0.9.7 (Unstable)v0.9.7isaacs3-2/+33
2013-01-18doc: Remove mention of child.send 'track' optionisaacs1-9/+3
2013-01-18buffer: Define INFINITY for MSVC compilerisaacs1-0/+24
2013-01-18npm: Upgrade to 1.2.2isaacs125-300/+560
2013-01-18cluster: make --prof work for workersBen Noordhuis1-1/+22
2013-01-18v8: add %p option to --logfile, expands to pidBen Noordhuis1-0/+3
2013-01-18child_process: do not keep list of sent socketsFedor Indutny7-99/+463
2013-01-18Revert "child_process: do not keep list of sent sockets"Fedor Indutny7-448/+95
2013-01-17benchmark: Add resume() in static_http_serverisaacs1-0/+1
2013-01-17child_process: do not keep list of sent socketsFedor Indutny7-95/+448
2013-01-17Revert "events: Don't crash on events named __proto__"isaacs4-86/+44
2013-01-17stdio: Set readable/writable flags properlyisaacs3-4/+42
2013-01-17events: Don't crash on events named __proto__isaacs4-44/+86
2013-01-17doc: modify documentation style about 'Stability: 5'Ryunosuke SATO1-1/+1
2013-01-16deps: upgrade libuv to 4ba03ddBen Noordhuis85-429/+230
2013-01-16test: add module-loading test with empty stringisaacs1-9/+11
2013-01-16module: assert that require() is called with a stringFelix Böhm2-0/+10
2013-01-16lint: Prefer double-quotes over singleisaacs1-3/+3
2013-01-16repl: fix how to module requiring in code commentRyunosuke SATO1-1/+1
2013-01-16TypedArrays: Improve dataview perf without endian paramDean McNamee1-2/+8
2013-01-16assert that require() has a truthy pathJames Campos1-0/+1
2013-01-16stream: Properly handle large reads from push-streamsisaacs2-2/+95
2013-01-16buffer: improve read/write speed with assertTrevor Norris1-218/+115
2013-01-16buffer: floating point read/write improvementsTrevor Norris13-255/+633
2013-01-16http: fix duplicate var initializationAlexandr Emelin1-1/+0
2013-01-16punycode: update to v1.2.0Mathias Bynens1-7/+7
2013-01-15v8: work around String::WriteAscii segfaultBen Noordhuis2-0/+9
2013-01-14tls: follow RFC6125 more striclyFedor Indutny2-12/+36
2013-01-14streams2: Do not allow hwm < lwmisaacs3-0/+21
2013-01-14stream: Do not call endReadable on a non-empty streamisaacs2-1/+86
2013-01-14buffer: zero-length buffers shouldn't be slab-backedBert Belder1-2/+8
2013-01-14tls: allow wildcards in common nameFedor Indutny1-3/+2
2013-01-14gitignore: ignore perf data filesBen Noordhuis1-1/+3
2013-01-13v8: Hardfloat does not imply VFPv3, only VFPv2.yangguo@chromium.org1-1/+1
2013-01-13deps: upgrade libuv to 8e3e60fBen Noordhuis2-1/+20
2013-01-12repl: fix lintNathan Rajlich1-3/+3
2013-01-12repl: make built-in modules available by defaultFelix Böhm2-11/+23
2013-01-11windows: add support for '_Total' perf countersScott Blomquist2-12/+22
2013-01-12v8: remove optimization switchesBen Noordhuis1-9/+0
2013-01-12deps: update v8 to 3.15.11.7Fedor Indutny5-4/+48
2013-01-11Now working on 0.9.7isaacs1-2/+2
2013-01-11Merge branch 'v0.9.6-release'isaacs3-1/+40
2013-01-112013.01.11, Version 0.9.6 (Unstable)v0.9.6isaacs3-1/+40
2013-01-11Merge remote-tracking branch 'ry/v0.8' into masterisaacs232-314/+830
2013-01-11path: make basename and extname ignore trailing slashesBert Belder2-9/+49
2013-01-11typed arrays: fix sunos signed/unsigned char issueBen Noordhuis1-2/+2
2013-01-11test: child process { stdio:'inherit' }isaacs2-0/+65
2013-01-11Revert "typed arrays: fix build on sunos"Fedor Indutny1-2/+0
2013-01-11typed arrays: fix build on sunosFedor Indutny1-0/+2
2013-01-11Revert "path: fix bugs related to paths with trailing slashes"Bert Belder2-18/+1