summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fixing bugs in promotion of elements transitions (r1175). - Fixed invalid mem...verwaest@chromium.org2012-06-192-45/+68
* Remove unused-but-set variable from objects.cc.jkummerow@chromium.org2012-06-191-2/+0
* Revert part of 11727 as it sometimes tanked V8 benchmark (raytrace) performan...erik.corry@gmail.com2012-06-195-66/+14
* MIPS: Fix packed-element.js test on ARM with no snapdanno@chromium.org2012-06-191-1/+2
* Revert "build: fix `make install DESTDIR=/path`"Ben Noordhuis2012-06-191-5/+5
* node: preemptively unbreak windows buildBen Noordhuis2012-06-192-47/+45
* npm: Upgrade to 1.1.29isaacs2012-06-18125-271/+623
* Update npm's licenseisaacs2012-06-181-0/+5
* eio-emul: Cast eio_custom method to void(*)(eio_req*)isaacs2012-06-181-1/+1
* build: install eio-emul.hBen Noordhuis2012-06-193-1/+75
* build: install ev-emul.hBen Noordhuis2012-06-193-1/+257
* Fix breakage introduced in de65ba7isaacs2012-06-181-2/+0
* net.Socket: Delay pause/resume until after connectisaacs2012-06-182-0/+48
* node: remove unused flags and filesTrent Mick2012-06-185-54/+1
* Fix #3465 Add ./configure --no-ifaddrs flagisaacs2012-06-181-0/+8
* uv: Upgrade to 382f2a26isaacs2012-06-181-2/+7
* child_process: add .stdin stream to forksFedor Indutny2012-06-192-33/+2
* uv: upgrade to 61a6e06eFedor Indutny2012-06-1918-23/+497
* test-eio-limit: bump the number of allowed background tasks to 200Bert Belder2012-06-181-1/+1
* Fix test-cluster-message so it passes on WindowsBert Belder2012-06-181-16/+25
* build: fix `make install DESTDIR=/path`Ben Noordhuis2012-06-181-5/+5
* tls: fix off-by-one error in renegotiation checkBen Noordhuis2012-06-182-8/+11
* crypto: add padding to diffie-hellman keyFedor Indutny2012-06-182-0/+50
* node: change the constructor name of process from EventEmitter to processAndreas Madsen2012-06-172-2/+9
* events: cache `domain` module locallyMaciej Małecki2012-06-171-1/+2
* net: Prevent property access throws during closeReid Burke2012-06-172-0/+51
* npm: Upgrade to 1.1.27isaacs2012-06-17141-485/+1620
* test: Don't reuse common.PORT in test-child-process-fork-netisaacs2012-06-161-2/+9
* Make listenFD just DTRT after warningisaacs2012-06-161-1/+6
* Revert "Check if a stream has a valid fd before read_start"Bert Belder2012-06-162-89/+0
* Revert "DNS: Support NAPTR queries"isaacs2012-06-163-81/+0
* DNS: Support NAPTR queriesssuda2012-06-163-0/+81
* querystring: improved speed and code cleanupFelix Böhm2012-06-161-38/+38
* Fix #3448 Use listen callback in test-regress-GH-1697isaacs2012-06-161-2/+4
* s/exit/close/ in test-child-process-stdout-flush, fixes #3449Charlie McConnell2012-06-161-1/+1
* Add test-stdin-pause-resume-syncisaacs2012-06-161-0/+31
* Check if a stream has a valid fd before read_startKarl Skomski2012-06-162-0/+89
* Makefile: Refuse to build release from unclean repoisaacs2012-06-161-0/+11
* test: skip test-http-full-response on ab errorsCharlie McConnell2012-06-161-2/+2
* email footer: Change Windows msi paths for x86 and x64isaacs2012-06-151-3/+5
* Now working on 0.7.12isaacs2012-06-151-2/+2
* Merge branch 'v0.7.11-release'isaacs2012-06-154-4/+42
|\
| * 2012.06.15, Version 0.7.11 (unstable)v0.7.11isaacs2012-06-154-4/+42
|/
* Upgrade npm to 1.1.26isaacs2012-06-15182-2385/+1427
* domain: the EventEmitter constructor is now always called in nodecoreAndreas Madsen2012-06-159-19/+43
* doc: Improve cross-linking in API docs markdownBen Kelly2012-06-1511-131/+171
* zlib: use Buffer.concat()isaacs2012-06-151-19/+1
* test-domain-implicit-fs: make it pass on windowsBert Belder2012-06-151-13/+6
* doc: Include zlib constantsisaacs2012-06-141-11/+68
* event: Document the mutability of listeners()isaacs2012-06-141-2/+18