summaryrefslogtreecommitdiff
path: root/deps
Commit message (Collapse)AuthorAgeFilesLines
* Do not gitignore npm's node_modulesv0.7.10-fixedv0.7.10-fixisaacs2012-06-1139-0/+2541
|
* Upgrade npm to 1.1.25isaacs2012-06-11172-1906/+872
|
* v8: debug: fix error handling in SendConnectMessage()Ben Noordhuis2012-06-091-13/+13
| | | | | | The old error handling code checked if the return value of Socket::Send() != 0, which is wrong because Socket::Send() can write less bytes than requested or return -1 on error.
* v8: Floating patchesisaacs2012-06-091-1/+1
|
* Roll V8 back to 3.9.24.31isaacs2012-06-09253-22142/+5143
|
* Revert "Unbreak the Windows build"Bert Belder2012-06-081-4/+0
| | | | | It is not needed for v8 3.10, and actually breaks the build. This reverts commit bd33fea732fa74d23fc31855631eba14a03a0c49.
* v8: Don't use 'echo -n' in configure scriptisaacs2012-06-071-1/+1
|
* Unbreak the Windows buildBert Belder2012-06-071-0/+4
| | | | | | | | | | | | | | | The v8 team apparently decided that all build products should go into ./build/«type», and updated their common.gypi file to do so. Unfortunately v8's common.gypi is only used for some targets. All the other targets would still look in the old place to find their their dependencies, which effectively broke the build. In the long run it would be good for node to send all build output to ./build too, on all platforms. Conflicts: deps/v8/build/common.gypi
* v8: debug: fix error handling in SendConnectMessage()Ben Noordhuis2012-06-071-13/+13
| | | | | | The old error handling code checked if the return value of Socket::Send() != 0, which is wrong because Socket::Send() can write less bytes than requested or return -1 on error.
* v8: Floating patchesisaacs2012-06-071-1/+1
|
* Roll V8 back to 3.10.8.13isaacs2012-06-07192-7189/+4208
|
* deps: upgrade libuv to 649ad50Ben Noordhuis2012-06-065-61/+219
|
* deps: upgrade libuv to c8c9fe1Ben Noordhuis2012-06-0545-679/+1564
|
* Upgrade npm to 1.1.24isaacs2012-06-04238-3231/+612
|
* v8: Don't use 'echo -n' in configure scriptisaacs2012-06-041-2/+2
|
* Unbreak the Windows buildBert Belder2012-06-021-1/+0
| | | | | | | | | | | The v8 team apparently decided that all build products should go into ./build/«type», and updated their common.gypi file to do so. Unfortunately v8's common.gypi is only used for some targets. All the other targets would still look in the old place to find their their dependencies, which effectively broke the build. In the long run it would be good for node to send all build output to ./build too, on all platforms.
* v8: debug: fix error handling in SendConnectMessage()Ben Noordhuis2012-06-011-13/+13
| | | | | | The old error handling code checked if the return value of Socket::Send() != 0, which is wrong because Socket::Send() can write less bytes than requested or return -1 on error.
* v8: Floating patchesisaacs2012-06-011-1/+1
|
* Upgrade v8 to 3.11.7isaacs2012-06-01167-3138/+5054
|
* uv: upgrade to 87dbffbdBert Belder2012-06-0136-597/+914
|
* deps: upgrade libuv to 7556590Fedor Indutny2012-05-2915-276/+388
|
* upgrade npm to 1.1.23isaacs2012-05-28121-169/+263
| | | | This also upgrades node-gyp to 0.4.3
* deps: cherry-pick libuv commit 4690204Ben Noordhuis2012-05-281-2/+1
| | | | | libuv cannot be upgraded right now (API change in upstream libuv) but this commit fixes a segmentation fault on SunOS systems, hence the cherry-pick.
* deps: upgrade libuv to 2ec0986Ben Noordhuis2012-05-287-18/+38
|
* deps: upgrade libuv to 28766dcBen Noordhuis2012-05-255-54/+83
|
* Upgrade uv to 604802aisaacs2012-05-2420-160/+130
|
* deps: upgrade libuv to 5b9c451Ben Noordhuis2012-05-2312-210/+448
|
* update uv to 2df831723fad25d2d97b824b2e52c65082af2723Igor Zinkovsky2012-05-2218-609/+50
|
* deps: upgrade libuv to a478847Ben Noordhuis2012-05-2275-1140/+3481
| | | | | The event loop's reference counting scheme in this version of libuv has changed. Update the libuv bindings to reflect that fact.
* v8: s/echo -n/echo/. Not all sh's are bash.isaacs2012-05-161-1/+1
|
* Patches floating on V8isaacs2012-05-163-20/+45
|
* Upgrade V8 to 3.11.1isaacs2012-05-16297-6834/+25594
|
* Force inlining CopyChars and String::Get.yangguo@chromium.org2012-05-093-4/+10
| | | | | | | | | BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10332054 git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@11527 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
* Upgrade npm to 1.1.21isaacs2012-05-05294-2820/+3778
| | | | Somehow this got downgraded in the last v0.6 merge. Very strange.
* Merge remote-tracking branch 'ry/v0.6' into v0.6-mergeisaacs2012-05-04294-3760/+2860
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog Makefile deps/npm/AUTHORS deps/npm/html/api/bin.html deps/npm/html/api/bugs.html deps/npm/html/api/commands.html deps/npm/html/api/config.html deps/npm/html/api/deprecate.html deps/npm/html/api/docs.html deps/npm/html/api/edit.html deps/npm/html/api/explore.html deps/npm/html/api/help-search.html deps/npm/html/api/init.html deps/npm/html/api/install.html deps/npm/html/api/link.html deps/npm/html/api/load.html deps/npm/html/api/ls.html deps/npm/html/api/npm.html deps/npm/html/api/outdated.html deps/npm/html/api/owner.html deps/npm/html/api/pack.html deps/npm/html/api/prefix.html deps/npm/html/api/prune.html deps/npm/html/api/publish.html deps/npm/html/api/rebuild.html deps/npm/html/api/restart.html deps/npm/html/api/root.html deps/npm/html/api/run-script.html deps/npm/html/api/search.html deps/npm/html/api/shrinkwrap.html deps/npm/html/api/start.html deps/npm/html/api/stop.html deps/npm/html/api/submodule.html deps/npm/html/api/tag.html deps/npm/html/api/test.html deps/npm/html/api/uninstall.html deps/npm/html/api/unpublish.html deps/npm/html/api/update.html deps/npm/html/api/version.html deps/npm/html/api/view.html deps/npm/html/api/whoami.html deps/npm/html/doc/README.html deps/npm/html/doc/adduser.html deps/npm/html/doc/bin.html deps/npm/html/doc/bugs.html deps/npm/html/doc/build.html deps/npm/html/doc/bundle.html deps/npm/html/doc/cache.html deps/npm/html/doc/changelog.html deps/npm/html/doc/coding-style.html deps/npm/html/doc/completion.html deps/npm/html/doc/config.html deps/npm/html/doc/deprecate.html deps/npm/html/doc/developers.html deps/npm/html/doc/disputes.html deps/npm/html/doc/docs.html deps/npm/html/doc/edit.html deps/npm/html/doc/explore.html deps/npm/html/doc/faq.html deps/npm/html/doc/folders.html deps/npm/html/doc/help-search.html deps/npm/html/doc/help.html deps/npm/html/doc/index.html deps/npm/html/doc/init.html deps/npm/html/doc/install.html deps/npm/html/doc/json.html deps/npm/html/doc/link.html deps/npm/html/doc/list.html deps/npm/html/doc/npm.html deps/npm/html/doc/outdated.html deps/npm/html/doc/owner.html deps/npm/html/doc/pack.html deps/npm/html/doc/prefix.html deps/npm/html/doc/prune.html deps/npm/html/doc/publish.html deps/npm/html/doc/rebuild.html deps/npm/html/doc/registry.html deps/npm/html/doc/removing-npm.html deps/npm/html/doc/restart.html deps/npm/html/doc/root.html deps/npm/html/doc/run-script.html deps/npm/html/doc/scripts.html deps/npm/html/doc/search.html deps/npm/html/doc/semver.html deps/npm/html/doc/shrinkwrap.html deps/npm/html/doc/star.html deps/npm/html/doc/start.html deps/npm/html/doc/stop.html deps/npm/html/doc/submodule.html deps/npm/html/doc/tag.html deps/npm/html/doc/test.html deps/npm/html/doc/uninstall.html deps/npm/html/doc/unpublish.html deps/npm/html/doc/update.html deps/npm/html/doc/version.html deps/npm/html/doc/view.html deps/npm/html/doc/whoami.html deps/npm/man/man1/npm.1 deps/npm/man/man3/npm.3 deps/npm/package.json doc/api/url.markdown lib/http.js src/node_version.h test/simple/test-fs-sync-fd-leak.js
| * Upgrade npm to 1.1.21isaacs2012-05-04191-201/+197
| |
| * Upgrade uv to 936795a2cisaacs2012-05-044-2/+28
| |
| * Upgrade npm to 1.1.18isaacs2012-04-30135-543/+779
| |
| * uv: upgrade to d41cc9118dBert Belder2012-04-272-1/+3
| |
| * uv: upgrade to aea5db5da1Bert Belder2012-04-2714-16/+287
| |
| * deps: fix v8 build errorDane Springmeyer2012-04-181-1/+1
| | | | | | | | | | Pull in build error fix from http://code.google.com/p/v8/source/detail?r=9505 Missed in 5d69bbfbd.
* | Revert "v8: fix "pure virtual method called" runtime error"Ben Noordhuis2012-05-021-8/+0
| | | | | | | | | | | | It makes mksnapshot die with a segmentation fault on sunos with gcc 4.5.2. This reverts commit c21c51a6fce878a4625c30032e669660ce6cbcaf.
* | deps: remove libuv sanity checkBen Noordhuis2012-05-011-1/+0
| | | | | | | | Remove reference count check. Unbreaks test suite. This needs to be addressed.
* | deps: back-port openssl patchBen Noordhuis2012-05-013-14/+61
| | | | | | | | | | | | | | | | Check for potentially exploitable overflows in asn1_d2i_read_bio BUF_mem_grow and BUF_mem_grow_clean. Refuse attempts to shrink buffer in CRYPTO_realloc_clean. Taken from OpenSSL CVS. Addresses CVE-2012-2110.
* | uv: upgrade to e2cae340a6Bert Belder2012-04-2967-1327/+1965
| |
* | v8: posix: try to send() whole bufferBen Noordhuis2012-04-241-6/+15
| | | | | | | | Retry the send() syscall after a partial write.
* | v8: posix: handle EINTR in socket functionsBen Noordhuis2012-04-241-4/+21
| | | | | | | | | | The socket functions did not handle EINTR (syscall interrupted by signal) which tripped up the debug agent.
* | v8: debug: fix error handling in SendConnectMessage()Ben Noordhuis2012-04-241-13/+13
| | | | | | | | | | | | The old error handling code checked if the return value of Socket::Send() != 0, which is wrong because Socket::Send() can write less bytes than requested or return -1 on error.
* | v8: fix "pure virtual method called" runtime errorBen Noordhuis2012-04-201-0/+8
| | | | | | | | Fixes #2912.
* | Merge remote-tracking branch 'ry/v0.6' into masterisaacs2012-04-182-998/+99
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: AUTHORS ChangeLog LICENSE Makefile deps/http_parser/test.c deps/npm/AUTHORS deps/npm/html/api/bin.html deps/npm/html/api/bugs.html deps/npm/html/api/commands.html deps/npm/html/api/config.html deps/npm/html/api/deprecate.html deps/npm/html/api/docs.html deps/npm/html/api/edit.html deps/npm/html/api/explore.html deps/npm/html/api/help-search.html deps/npm/html/api/init.html deps/npm/html/api/install.html deps/npm/html/api/link.html deps/npm/html/api/load.html deps/npm/html/api/ls.html deps/npm/html/api/npm.html deps/npm/html/api/outdated.html deps/npm/html/api/owner.html deps/npm/html/api/pack.html deps/npm/html/api/prefix.html deps/npm/html/api/prune.html deps/npm/html/api/publish.html deps/npm/html/api/rebuild.html deps/npm/html/api/restart.html deps/npm/html/api/root.html deps/npm/html/api/run-script.html deps/npm/html/api/search.html deps/npm/html/api/shrinkwrap.html deps/npm/html/api/start.html deps/npm/html/api/stop.html deps/npm/html/api/submodule.html deps/npm/html/api/tag.html deps/npm/html/api/test.html deps/npm/html/api/uninstall.html deps/npm/html/api/unpublish.html deps/npm/html/api/update.html deps/npm/html/api/version.html deps/npm/html/api/view.html deps/npm/html/api/whoami.html deps/npm/html/doc/README.html deps/npm/html/doc/adduser.html deps/npm/html/doc/bin.html deps/npm/html/doc/bugs.html deps/npm/html/doc/build.html deps/npm/html/doc/bundle.html deps/npm/html/doc/cache.html deps/npm/html/doc/changelog.html deps/npm/html/doc/coding-style.html deps/npm/html/doc/completion.html deps/npm/html/doc/config.html deps/npm/html/doc/deprecate.html deps/npm/html/doc/developers.html deps/npm/html/doc/disputes.html deps/npm/html/doc/docs.html deps/npm/html/doc/edit.html deps/npm/html/doc/explore.html deps/npm/html/doc/faq.html deps/npm/html/doc/folders.html deps/npm/html/doc/help-search.html deps/npm/html/doc/help.html deps/npm/html/doc/index.html deps/npm/html/doc/init.html deps/npm/html/doc/install.html deps/npm/html/doc/json.html deps/npm/html/doc/link.html deps/npm/html/doc/list.html deps/npm/html/doc/npm.html deps/npm/html/doc/outdated.html deps/npm/html/doc/owner.html deps/npm/html/doc/pack.html deps/npm/html/doc/prefix.html deps/npm/html/doc/prune.html deps/npm/html/doc/publish.html deps/npm/html/doc/rebuild.html deps/npm/html/doc/registry.html deps/npm/html/doc/removing-npm.html deps/npm/html/doc/restart.html deps/npm/html/doc/root.html deps/npm/html/doc/run-script.html deps/npm/html/doc/scripts.html deps/npm/html/doc/search.html deps/npm/html/doc/semver.html deps/npm/html/doc/shrinkwrap.html deps/npm/html/doc/star.html deps/npm/html/doc/start.html deps/npm/html/doc/stop.html deps/npm/html/doc/submodule.html deps/npm/html/doc/tag.html deps/npm/html/doc/test.html deps/npm/html/doc/uninstall.html deps/npm/html/doc/unpublish.html deps/npm/html/doc/update.html deps/npm/html/doc/version.html deps/npm/html/doc/view.html deps/npm/html/doc/whoami.html deps/npm/lib/npm.js deps/npm/man/man1/npm.1 deps/npm/man/man3/npm.3 deps/npm/node_modules/fstream-npm/fstream-npm.js deps/npm/node_modules/fstream-npm/node_modules/fstream-ignore/package.json deps/npm/node_modules/fstream-npm/package.json deps/npm/node_modules/node-gyp/LICENSE deps/npm/node_modules/node-gyp/lib/build.js deps/npm/node_modules/node-gyp/lib/install.js deps/npm/node_modules/node-gyp/node_modules/ansi/package.json deps/npm/node_modules/node-gyp/node_modules/glob/package.json deps/npm/node_modules/node-gyp/package.json deps/npm/package.json deps/uv/test/test-fs.c deps/v8/src/regexp-macro-assembler-tracer.cc deps/v8/src/version.cc src/node_version.h src/platform_sunos.cc test/simple/test-net-write-after-close.js wscript