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-08-06Upgrade libuv for gyp reasonsRyan Dahl
2011-08-06add deps/v8/build ???Ryan Dahl
2011-08-06More progress with gypRyan Dahl
2011-08-06WIPRyan Dahl
2011-08-06Upgrade libuv for gyp supportRyan Dahl
2011-08-06WIPRyan Dahl
2011-08-06Upgrade http_parser to 965f91bc76b2d1601e23Ryan Dahl
2011-08-05uv: fix build on systems that don't have pipe2()Ben Noordhuis
This is libuv commit 2fbcbe9, cherry-picked for node.
2011-08-05Upgrade libuv to c834d5de9e4747e5138bed9140320b44622ab6deBert Belder
2011-08-05uv: cherry-pick libuv commit 041d60e into nodeBen Noordhuis
Fixes execve-after-fork race in uv_spawn().
2011-08-04Upgrade V8 to 3.5.3Ryan Dahl
2011-08-04ev: fix infinite loop in ev_walk()Ben Noordhuis
2011-08-03Upgrade libuv to ec143961d135adb3f49f5a2322774ef43e2520b9Bert Belder
2011-08-03Upgrade libuv to dbaddc4423d61fa16cca299650f8378cffba9cceBert Belder
2011-08-02V8: Don't use mprotect on Cygwin as virtual memory is managed directly via ↵Bert Belder
WinAPI calls. Upstream fix: http://codereview.chromium.org/7549009
2011-08-02Upgrade libuv to b2ed24dRyan Dahl
2011-08-02Upgrade libuv to 2e9a743Ryan Dahl
2011-08-02Upgrade libuv to c35548aRyan Dahl
2011-08-02Upgrade libuv to 404d697Ben Noordhuis
2011-08-02cmake: Update for libuv.Tom Hughes
2011-08-02Upgrade libuv to 5af7423fRyan Dahl
2011-08-02Upgrade libuv to b700896Ben Noordhuis
2011-08-01child_process_uv: Handle spawn errorsRyan Dahl
2011-08-01Upgrade libuv to 023f99aBen Noordhuis
2011-08-01Upgrade libuv to e9bee51Ryan Dahl
2011-07-30Upgrade libuv to 7108ca88Ryan Dahl
2011-07-27uv: upgrade to fc7bc2bBen Noordhuis
2011-07-27uv: upgrade to a1adfe3Ben Noordhuis
2011-07-22Upgrade libuv to 2806b0386b266ee7377459b49156a60a15b1dfeaBert Belder
2011-07-22Merge branch 'V8-3.4'Ryan Dahl
2011-07-22Upgrade V8 to 3.4.14Ryan Dahl
2011-07-21Upgrade libuv to 1028a9c6a75fde47b848c09c450fc066249fac1bBert Belder
2011-07-21upgrade libuv to 6e50576Ryan Dahl
2011-07-21uv: back-port c4611a4 from libuvBen Noordhuis
2011-07-21uv: upgrade to afc9987Ben Noordhuis
2011-07-21net: add bindings to libuv pipe APIBen Noordhuis
2011-07-20Upgrade libuv to ce5eb6dBen Noordhuis
2011-07-19complete upgradeRyan Dahl
2011-07-19Upgrade libuv to d4563a1Ryan Dahl
2011-07-19Upgrade libuv to 4eff34da4Ryan Dahl
2011-07-18Replace reinterpret_cast with BitCast in deoptimizer to please certain ↵Ben Noordhuis
compilers. This is a back-port of upstream V8 rev 8672. Fixes #1354.
2011-07-16Revert dcf6955: Fix V8 mingw32 buildBen Noordhuis
Patch has been merged upstream in V8 3.4.6. Fixes #1351.
2011-07-16Merge branch 'V8-3.4'Ryan Dahl
2011-07-16Upgrade V8 to 3.4.12.1Ryan Dahl
2011-07-16Correctly propagate toolchain setting in SConstruct.vegorov@chromium.org
Patch by Bert Belder. Review URL: http://codereview.chromium.org/7309014 git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@8555 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2011-07-16MinGW32: define STRUNCATE and change strncpy_s implementation to follow ↵vegorov@chromium.org
specification. This fixes the debug build for MinGW32 Patch by Bert Belder. Review URL: http://codereview.chromium.org/7308007 git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@8552 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2011-07-16libuv: stop g++ from complaining about anonymous struct usageBert Belder
2011-07-16Upgrade libuv to 1be48f12a0Ryan Dahl
and bindings for new req interface
2011-07-15ev: define HAVE_SYNC_FILE_RANGE if kernel >= 2.6.17 *and* glibc version >= 2.6Shigeki Ohtsu
2011-07-15Merge branch 'v0.4'Ryan Dahl
Conflicts: deps/libev/wscript doc/api/modules.markdown