platform/upstream/nodejs.git
2011-12-29 Ben Noordhuisuv: upgrade to 0db56ea
2011-12-28 Ben NoordhuisInclude ngx-queue.h, fix Windows build.
2011-12-28 Ben Noordhuisuv: upgrade to 85f6b79
2011-12-28 Ben NoordhuisMake msbuild run in parallel.
2011-12-28 Ryan DahlAdd isolate version of test-child-process-fork
2011-12-27 Ryan DahlAdd process.features.isolates
2011-12-27 Ryan Dahlmove isolate V8 functions out of node.cc
2011-12-27 Ryan DahlAdd node::Loop() and don't inc node_isolate.h in *.cc
2011-12-27 Ben Noordhuisuv: upgrade to d6a06b8
2011-12-27 Ryan DahlAdd shared-buffer isolate addon test
2011-12-27 Ryan DahlRemove node_isolate.h from node.h
2011-12-27 Ryan DahlChange isolate test to demo EIO bug
2011-12-27 Ryan Dahlnode_file.cc should use NODE_LOOP()
2011-12-27 Ryan DahlJoin all threads at end of main thread
2011-12-27 Ryan DahlMove prog_start_time init after isolate assigned
2011-12-27 Ryan DahlAdd link-list of all isolates
2011-12-27 Ryan DahlMove uv loop initialization into isolate
2011-12-27 Ryan Dahlmove thread_id to node_isolate.cc
2011-12-27 Ben Noordhuisisolates: replace SLIST with ngx_queue_t
2011-12-27 Ben Noordhuisisolates: add process.tid property, pass args to isolate
2011-12-27 Ben Noordhuisisolates: have node::Isolate manage the v8::Context
2011-12-27 Ben Noordhuisisolates: rename node::Isolate member isolate_ to v8_is...
2011-12-27 Ben NoordhuisSeparate per-process and per-thread init logic.
2011-12-27 Ben NoordhuisRemove per-process globals from per-thread context.
2011-12-27 Ryan Dahlisolates have globals stored in struct globals
2011-12-27 Ben Noordhuisisolates: add _newIsolate() and _joinIsolate() to proce...
2011-12-27 Ben Noordhuisbuild: move internals to separate header file
2011-12-27 Ben Noordhuisbuild: add --without-isolates configure switch
2011-12-27 Ben Noordhuisisolates: add atexit() functionality for isolates
2011-12-27 Ben Noordhuisisolates: isolate-ify the main loop
2011-12-27 Ben Noordhuisuv: upgrade to f5c2a4a
2011-12-27 koichiktls: fix test-https-client-reject fails
2011-12-26 koichikhttp: Avoid 'data'/'end' events after pause()
2011-12-24 Ryan DahlAdd deprecation message for http.Client
2011-12-23 Ryan DahlMerge remote branch 'origin/v0.6'
2011-12-23 Ryan DahlUpgrade V8 to 3.8.2.1
2011-12-23 Ryan DahlChange 'real example' in addon doc
2011-12-23 Ryan DahlGYP: rename options.gypi to config.gypi
2011-12-23 Bert BelderAdd another nextTick benchmark
2011-12-22 Phil Sungbuffer: don't pollute global namespace in buffer.readInt*
2011-12-22 Ben Noordhuistest: ensure callback is executed
2011-12-22 Ju-yeong Parknet: raise exception when the socket is closed
2011-12-22 Dave Irvinedocs: document 'encoding' arg of hash.update()
2011-12-22 Ben Noordhuistimers: fix performance regression
2011-12-22 Seong-Rak Choidocs: fix javascript error on document page
2011-12-22 Shannendocs: use "Level 1" HTML5 features
2011-12-21 Ryan DahlAdd gitignore file for addon tests
2011-12-21 Ryan DahlUpgrade GYP to r1115
2011-12-21 Ryan DahlUpgrade V8 to 3.6.6.15
2011-12-21 Ryan DahlMerge remote branch 'origin/v0.6'
2011-12-21 Ryan DahlAdd HandleScope to http-parser binding
2011-12-21 Ryan DahlUpgrade V8 to 3.8.2
2011-12-21 koichiktls: Fix node swallows openssl error on request
2011-12-21 Ben Noordhuisdeps: fix openssl build on x86_64
2011-12-21 Ben Noordhuisuv: upgrade to 10de090
2011-12-21 Ben Noordhuistls: remove duplicate assignment
2011-12-21 Ryan DahlSupport addons with gyp
2011-12-21 Ryan DahlRemove visibility=hidden options from common.gypi
2011-12-21 Ryan DahlRemove unnecessary stuff from node.gyp
2011-12-20 Bert BelderRemove unnecessary statement
2011-12-20 Ryan DahlFix 'make install'
2011-12-19 James Hartigtimers: remove _idleTimeout from item in .unenroll()
2011-12-19 Ben NoordhuisAdd missing return statement in _debugPause() binding.
2011-12-19 jbergstroemgyp: switch json for pprint when generating config
2011-12-19 jbergstroembuild: remove unused cmakelist
2011-12-19 Maciej Małeckiassert: test `RegExp`'s properties when checking for...
2011-12-19 Pedro Teixeiraassert: .deepEqual() support for RegExp objects
2011-12-19 Ben Noordhuisgyp: include opensslconf.h on x64
2011-12-19 Ben Noordhuisgyp: compile openssl with OPENSSL_NO_ASM=1
2011-12-19 Ryan DahlGYP: don't build V8 twice
2011-12-19 Fedor Indutnydebugger: Request backtrace w/o refs, see #1745
2011-12-19 Fedor Indutnydebugger: document pause and setBreakpoint(line)
2011-12-19 Andreas MadsenRemove debug console.log and optimize object copy
2011-12-19 Ryan DahlUpgrade V8 to 3.8.1
2011-12-19 Andreas MadsenAdd env argument to cluster.fork
2011-12-19 Fedor Indutnybreak on exception
2011-12-19 Fedor Indutnyuse inlineRefs, as it's already impl
2011-12-19 Fedor Indutnypass noRefs as arguments
2011-12-19 Fedor Indutnypause command
2011-12-19 Fedor Indutnyallow setBreakpoint(line)
2011-12-19 Fedor Indutnypreserve cursor pos
2011-12-19 Fedor Indutnyrequest backtrace w/o refs, see #1745
2011-12-19 Nathan Rajlichtest: Add test case for MODULE_NOT_FOUND.
2011-12-19 Nathan Rajlichdocs: Add docs for MODULE_NOT_FOUND error.
2011-12-19 Nathan Rajlichmodule: Set the error.code to 'MODULE_NOT_FOUND' when...
2011-12-19 Ryan Dahladd links to package manager on download page
2011-12-18 Ryan DahlFix make targets so they detect changes
2011-12-18 Avi Flaxutil: output Dates with Date.toString not Date.toUTCString
2011-12-18 Ben Noordhuismodule: improve process.dlopen() error messages
2011-12-18 Ben Noordhuisuv: upgrade to feb267e
2011-12-18 Felix GeisendörferUse common.PORT to avoid conflicts
2011-12-18 Yoshihiro Kikuchitimers: fix memory leak in setTimeout
2011-12-18 Ben Noordhuischild_process: make .send() throw if message is undefined
2011-12-17 Andreas MadsenAdd silent option to child_process.fork
2011-12-17 Ryan Dahlsaner targets
2011-12-17 Adam Malcontenti... docs: Make logo a link back to homepage
2011-12-17 Fedor Indutny--without-npm option
2011-12-17 isaacsadd 'make test-npm'
2011-12-17 isaacsnpm 1.1.0-beta-7
2011-12-16 Ryan Dahlgyp: use built-in openssl by default
next