Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/deps
AgeCommit message (Collapse)Author
2011-01-03Merge remote branch 'origin/master'Bert Belder
Conflicts: src/node_net.cc src/node_os.cc
2010-12-21Upgrade V8 to 3.0.4Ryan Dahl
2010-12-21Revert "Performance-killing bug workaround for V8 on mingw"Bert Belder
This reverts commit 9a9edb0e8e6120b3b8a3868d0c44577111dd1857.
2010-12-21Fix whitespace errors introduced by porting effortsBert Belder
2010-12-21Libeio should use correct stat/fstat as wellBert Belder
2010-12-21Remove stray fileBert Belder
2010-12-21Performance-killing bug workaround for V8 on mingwBert Belder
When V8 on mingw generates a _compiled_ call stub for an external api callback, it fucks up the stack. It doesn't set the stack pointers properly. Could be due to subtly different calling conventions? This patch disables the simple_api_call optimization. It hurts performance.
2010-12-21Dynamically link with pthreads-w32Bert Belder
Adds some explanation what would need to be done to link pthreads statically
2010-12-21Fix v8 build on mingw32Bert Belder
2010-12-17Upgrade V8 to 3.0.3Ryan Dahl
2010-12-17Fix compilation on OpenBSD and FreeBSDBrian White
While it compiles fine on FreeBSD, at least on amd64 node dies with: "CALL_AND_RETRY_0 allocation failed - process out of memory"
2010-12-17Revert "Simplify next tick logic by looping around ev_loop"Ryan Dahl
This reverts commit 241ea7e5954e4a049af85cd8d51b84202cf0ea3a. Fixes GH-511: https://github.com/ry/node/issues/issue/511
2010-12-17Add oprofile patch to repoRyan Dahl
2010-12-17Add solaris patch fileRyan Dahl
2010-12-17Patch V8 to compile on solarisRyan Dahl
2010-12-16Apply V8 r5951 to fix Mac buildRyan Dahl
From f3973972b727df480697443871d780596aba0201 Mon Sep 17 00:00:00 2001 From: erik.corry@gmail.com <erik.corry@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00> Date: Wed, 8 Dec 2010 16:23:25 +0000 Subject: [PATCH] Speed up quoting of JSON strings by allocating a string that is big enough and then trimming it when the length is known. This way we only have to traverse the input once. Review URL: http://codereview.chromium.org/5556012
2010-12-16Upgrade V8 to 3.0.2Ryan Dahl
2010-12-14Make oprofile workRyan Dahl
2010-12-14Upgrade V8 to 3.0.1Ryan Dahl
2010-12-10Apply V8 r5951 to fix Mac buildRyan Dahl
From f3973972b727df480697443871d780596aba0201 Mon Sep 17 00:00:00 2001 From: erik.corry@gmail.com <erik.corry@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00> Date: Wed, 8 Dec 2010 16:23:25 +0000 Subject: [PATCH] Speed up quoting of JSON strings by allocating a string that is big enough and then trimming it when the length is known. This way we only have to traverse the input once. Review URL: http://codereview.chromium.org/5556012
2010-12-08Upgrade V8 to 3.0.0Ryan Dahl
2010-12-02cmake: solaris fixes.Tom Hughes
2010-11-30Upgrade V8 to 2.5.9.1Ryan Dahl
2010-11-30win: C-ares build config for win32Bert Belder
2010-11-30win: Waf doesn't detect sys/select.h on mingw, but its there for sureBert Belder
2010-11-30win: Make libev use send instead of write for socketsBert Belder
It looks like MINGW doesn't like to write() to sockets. If wrong, revert this patch
2010-11-30win: Export eio__pread and eio__pwrite so node_file can use itBert Belder
2010-11-30win: Fix wscript for libeio on windowsBert Belder
2010-11-30win: Make libeio build on windowsBert Belder
2010-11-24Upgrade V8 to 2.5.8Ryan Dahl
2010-11-24cmake cleanupDaniel Gröber
* Removed useless include_directories * Print ssl library path in build summary * ExternalProject also exists on 2.8.0 * include pummel tests when testing with ctest * Moved tests.cmake to test/CMakeList.txt * Removed inconsistent, unnecessary condition in else
2010-11-23Add cmake build support.Tom Hughes
Squashed commit of ca128f7dcd28cbcfba154c8577ed54d4aa71dd02 with contributions from Mark Constable (markc@renta.net) and Daniel Gröber (darklord@darkboxed.org).
2010-11-22Upgrade http-parserRyan Dahl
2010-11-22Fix c-ares bug: reply to a CNAME queryBen Noordhuis
doesn't contain addresses, causing ares_parse_a_reply() to bail out with ARES_ENODATA.
2010-11-22Apple's threaded write()s bugJorge Chamorro Bieling
fixes test/simple/test-fs-sir-writes-alot.js on mac
2010-11-19Upgrade V8 to 2.5.7Ryan Dahl
2010-11-18Simplify next tick logic by looping around ev_loopRyan Dahl
This is also in preparation for the writev patch, which needs to dump remaining data after ev_loop ends.
2010-11-17Revert "Upgrade V8 to 2.5.6"Ryan Dahl
This reverts commit 564a48643bd3edc6da845e458277a54c8068d0e2. Breaks cygwin
2010-11-14Fix V8 build on CygwinBert Belder
2010-11-14Added support for cross compilation and also fixed DEST_CPU to represent the ↵Rasmus Andersson
canonical symbols dictated by v8
2010-11-12Upgrade V8 to 2.5.6Ryan Dahl
2010-11-11Upgrade http-parser againRyan Dahl
2010-11-10Upgrade http-parserRyan Dahl
2010-11-02Back to WAFRyan Dahl
Too much instability right now. Hopefully we can revisit autoconf soon.
2010-11-02Upgrade V8 to 2.5.3Ryan Dahl
2010-10-30Upgrade V8 to 2.5.2Ryan Dahl
2010-10-28Build system improvements: (cross compilation, libnode, etc)Rasmus Andersson
- utilizing autoconf configure.guess to output canonical $target_{cpu,vendor,os} - normalizing $target_cpu --> $arch according to v8 naming scheme - normalizing $target_os --> $platform according to v8 naming scheme - renamed c-ares platform-arch directories to represent v8 canonical names - new targets in Makefile: libnode-{static,dynamic}[-debug] - scons is symbolized as SCONS in Makefile for portability/flexibility. - LINKFLAGS inherith from LDFLAGS ("magic" variable exported by autoconf and configure). - When building on OS X, CFLAGS and LDFLAGS will contain appropriate -arch flag, set up by configure (instead of the Makefile). - libv8.a make targets cleaned up with unison libv8_flags set of flags. - the clean make target now cleans up libraries (libv8, libnode, etc). - added config.guess, config.sub and install-sh (utilized by autoconf/configure)
2010-10-25Replace WAF with make/autoconfRyan Dahl
2010-10-22Upgrade libev to 4.00Ryan Dahl
2010-10-22Upgrade V8 to 2.5.1Ryan Dahl