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
2012-02-01Update v8 to 3.8.9isaacs
2012-02-01Merge remote-tracking branch 'ry/v0.6' into masterisaacs
Conflicts: ChangeLog deps/uv/src/unix/udp.c deps/uv/src/win/fs.c deps/uv/src/win/udp.c deps/uv/test/test-fs.c doc/index.html doc/logos/index.html doc/template.html src/node_version.h
2012-01-31uv: upgrade to 3eb94e9Bert Belder
2012-01-31upgrade uv to 812e410772Igor Zinkovsky
2012-01-28uv: upgrade to 332b72eBen Noordhuis
2012-01-28uv: upgrade to 16124bbBen Noordhuis
2012-01-28uv: upgrade to 3de0411Ben Noordhuis
2012-01-28uv: upgrade to 3f1bad2Ben Noordhuis
2012-01-28Properly update npm to 1.1.0-3isaacs
Thanks @mscdex for spotting this.
2012-01-27Update npm to 1.1.0-3isaacs
2012-01-27uv: upgrade to 9c76d0dBen Noordhuis
2012-01-24Upgrade V8 to 3.8.8isaacs
2012-01-24uv: upgrade to b88bc43Ben Noordhuis
2012-01-23uv: upgrade to 1cca230Ben Noordhuis
2012-01-23upgrade libuv to edbabe6f83Igor Zinkovsky
2012-01-21uv: upgrade to 497b1ecBen Noordhuis
2012-01-20Upgrade V8 to 3.6.6.19isaacs
2012-01-20v8: link against libsocket and libnsl on sunosBen Noordhuis
The V8 debugger requires BSD socket support. Solaris-like systems obviously support that but you need to link against the right libraries, it's not part of libc.
2012-01-20v8: implement VirtualMemory class on SunOSBen Noordhuis
Unbreaks build on SunOS. Re-applies 4908e5bf7a9c8014eefcf344e958bf0dad95d907.
2012-01-19Land number collision fix for v8 3.6 by Erik CorryFedor Indutny
Update with fixes from: http://codereview.chromium.org/9190001/
2012-01-17Land number collision fix for v8 3.6 by Erik CorryFedor Indutny
- If V8 snapshots are enabled then the hash is only randomized at build time. --- backport @10366, @10367 and @10402 to 3.6 Add seed to hash of numeric keyed properties. Minor cleanups of numeric seeded hashing patch. Split NumberDictionary into a randomly seeded and an unseeded version. We don't want to randomize the stub cache. Review URL: http://codereview.chromium.org/9190001/
2012-01-17upgrade libuv to 52511b9ddcIgor Zinkovsky
2012-01-17fix windows buildIgor Zinkovsky
2012-01-17Merge remote branch 'origin/v0.6'Ryan Dahl
Conflicts: deps/uv/src/win/util.c src/udp_wrap.cc
2012-01-17Upgrade libuv to joyent/libuv@f5bd21fRyan Dahl
2012-01-17Update npm to 1.1.0-2isaacs
2012-01-17Upgrade V8 to 3.8.6Ryan Dahl
2012-01-16uv: upgrade to e7758e1Fedor Indutny
2012-01-12update libuv to 855764406eIgor Zinkovsky
fixes #2521
2012-01-09Merge remote branch 'origin/v0.6'Ryan Dahl
Conflicts: Makefile configure src/node_version.h
2012-01-09uv: upgrade to 803f5a0Ben Noordhuis
2012-01-07Upgrade V8 to 3.8.5Ryan Dahl
2012-01-06Land hash collision fix for V8 3.6 by Erik Corry.Bert Belder
- If V8 snapshots are enabled then the hash is only randomized at build time. - Breaks MIPS --- Backport hash collision workaround to 3.6. This is made up of 9956, 10351, 10338 and 10330. This change bakes the string hash key into the snapshot, so it is determined at build time for shapshot configs. Review URL: http://codereview.chromium.org/9124004
2012-01-06uv: upgrade to 56a31f0Ben Noordhuis
2012-01-05npm@1.1.0-beta-10isaacs
2012-01-03Upgrade V8 to 3.8.4Ryan Dahl
2012-01-02Merge remote-tracking branch 'origin/v0.6'Ben Noordhuis
Conflicts: src/udp_wrap.cc
2012-01-02uv: upgrade to 38fc6adBen Noordhuis
2011-12-29Merge remote branch 'origin/isolates2'Ryan Dahl
2011-12-29uv: upgrade to 85f6b79Ben Noordhuis
2011-12-29uv: upgrade to d6a06b8Ben Noordhuis
2011-12-29uv: upgrade to f5c2a4aBen Noordhuis
2011-12-29uv: upgrade to 0db56eaBen Noordhuis
2011-12-29uv: upgrade to 85f6b79Ben Noordhuis
2011-12-29Upgrade V8 to 3.8.3Ryan Dahl
2011-12-28uv: upgrade to d6a06b8Ben Noordhuis
2011-12-28uv: upgrade to f5c2a4aBen Noordhuis
2011-12-24Upgrade V8 to 3.8.2.1Ryan Dahl
2011-12-22Upgrade V8 to 3.6.6.15Ryan Dahl
2011-12-22Merge remote branch 'origin/v0.6'Ryan Dahl
Conflicts: Makefile lib/_debugger.js