platform/upstream/nodejs.git
2012-01-12 Nathan Rajlichbuild: set `process.platform` to "darwin" on OS X
2012-01-12 koichikhttp: Upgrade/CONNECT request should detach its socket...
2012-01-11 Fedor Indutnyzlib: reset() method for deflate/inflate streams
2012-01-11 Fedor Indutnyzlib: C++ style fixes for dictionary
2012-01-11 Fedor IndutnyMerge branch 'v0.6'
2012-01-11 Fedor Indutnyzlib: C++ style fixes
2012-01-11 Mathias Bynenspunycode: Update to v0.3.0
2012-01-11 Maciej Małeckimakefile: ignore `lib/punycode.js` while linting
2012-01-11 Andreas Madsenchild_process: fix typo in internal message event name
2012-01-11 isaacszlib binding cleanup
2012-01-10 Ryan DahlUse .jpg instead of .bmp for .msi
2012-01-10 Maciej Małeckichild_process: fix typo in internal message event name
2012-01-10 Ryan DahlAdd broken test-isolates3.js
2012-01-10 Ben NoordhuisMake sure that zlib contexts are not garbage collected...
2012-01-10 Bert BelderFix memory leak in node_zlib
2012-01-10 Ryan DahlAdd failing test-isolates2.js
2012-01-10 Ryan DahlFix #2473
2012-01-10 Fedor Indutnytest: make debugger-repl tests work with isolates
2012-01-10 Ben Noordhuisisolates: add process-global list of isolates
2012-01-10 Fedor Indutnydebug threads
2012-01-10 Fedor IndutnyIsolateDebugger C++
2012-01-10 Fedor Indutnyfixed debugger segfaults
2012-01-10 Fedor Indutnyadded isolates support
2012-01-10 Ben Noordhuisisolates: drain message queue completely
2012-01-09 Andreas MadsenImprove test-child-process-silent
2012-01-09 Ryan Dahlrequire('sys') now throws
2012-01-09 Ben Noordhuischild_process: fix segfault after failed spawn
2012-01-09 Ben Noordhuishandle_wrap: guard against uninitialized handle or...
2012-01-09 Ryan DahlMerge remote branch 'origin/v0.6'
2012-01-09 Ben Noordhuisuv: upgrade to 803f5a0
2012-01-09 Ryunosuke SATOevents: fix checking max listeners with `1`
2012-01-09 koichikhttp: better support for CONNECT method.
2012-01-09 koichiktls: Allow establishing secure connection on the existi...
2012-01-09 koichiknet: make connect() accept options
2012-01-08 Ben NoordhuisAvoid unnecessary buffer to string conversion.
2012-01-08 Ben Noordhuisbuild: honour the PYTHON environment variable
2012-01-08 Maciej Małeckitls doc: update docs to reflect API change
2012-01-08 Maciej Małeckitest tls: make tests use new `tls.connect` API
2012-01-08 Maciej Małeckihttps: make `https` use new `tls.connect` API
2012-01-08 Maciej Małeckitls: make `tls.connect` accept port and host in `options`
2012-01-07 koichikdocs: fix ChangeLog
2012-01-07 koichikdocs: small changes.
2012-01-07 isaacsNow working on v0.6.8
2012-01-07 isaacs2012.01.06, Version 0.6.7 (stable) v0.6.7
2012-01-07 isaacsRemove snapshot from Mac binary build
2012-01-07 Ryan Dahlsupport nosnapshot in vcbuild.bat
2012-01-06 Ryan DahlUpgrade V8 to 3.8.5
2012-01-06 Ryan DahlRevert "crypto: add SecureContext.clearOptions() method"
2012-01-06 Ryan Dahlfix test-sys for hash randomization
2012-01-06 Bert BelderLand hash collision fix for V8 3.6 by Erik Corry.
2012-01-06 koichikhttp: fix ServerResponse does not emit 'close'
2012-01-05 Ben Noordhuischild_process: add isolates support
2012-01-05 Ben Noordhuisisolates: remove global isolates list
2012-01-05 Ben Noordhuisisolates: implement message passing
2012-01-05 Ben Noordhuisuv: upgrade to 56a31f0
2012-01-05 Emerson Macedofs: add appendFile() and appendFileSync() functions
2012-01-05 Mikael Bourges... typed arrays: add Buffer -> TypedArray constructor
2012-01-05 isaacsnpm@1.1.0-beta-10
2012-01-05 Shigeki Ohtsubuild: compile without -fvisibility=hidden
2012-01-05 Shigeki Ohtsubuild: set product_prefix to empty for Linux
2012-01-05 Ben Noordhuisdocs: mention that python 2.6 or 2.7 is required
2012-01-05 koichikhttp: use `self` insted of `this`
2012-01-05 Andreas Madsentypos
2012-01-05 Andreas Madsencluster improvements: Worker class and isolate internal...
2012-01-04 Ryan DahlUpdate address in CLA
2012-01-04 Ben Noordhuisbuild: fix npm-cli.js install
2012-01-04 Ryan DahlPotential fix for #2438
2012-01-04 Ryan DahlAdd another test to test-http-parser-bad-ref.js demoing...
2012-01-03 Ryan DahlUpgrade V8 to 3.8.4
2012-01-02 Ben NoordhuisMerge remote-tracking branch 'origin/v0.6'
2012-01-02 Ben Noordhuiscrypto: add SecureContext.clearOptions() method
2012-01-02 Ben Noordhuistest: add #2293 regression test
2012-01-02 Ben Noordhuisuv: upgrade to 38fc6ad
2012-01-01 Ben Noordhuisdocs: fix typo on community page
2011-12-31 isaacsFix #2034 repl message for .clear when useGlobal=true
2011-12-31 Ben Noordhuistest: don't create temp files in fixtures dir
2011-12-30 Ben Noordhuisbench: add /echo endpoint to http_simple
2011-12-29 Ryan DahlAdd test for #2438
2011-12-29 Ryan DahlMerge remote branch 'origin/isolates2'
2011-12-29 Ben Noordhuisnet: defer net.Server 'close' event to next tick
2011-12-29 Ben Noordhuisdgram: fix memory leak in error path
2011-12-29 Damon Oehlmanrepl: fix repl.start not passing the `ignoreUndefined...
2011-12-29 Jeremy Martindocs: tiny typo in http.markdown
2011-12-29 Ben NoordhuisMerge branch 'isolates2'
2011-12-29 Ben NoordhuisMerge branch 'v0.6'
2011-12-29 Ben NoordhuisInclude ngx-queue.h, fix Windows build.
2011-12-29 Ben Noordhuisuv: upgrade to 85f6b79
2011-12-29 Ben NoordhuisMake msbuild run in parallel.
2011-12-29 Ryan DahlAdd isolate version of test-child-process-fork
2011-12-29 Ryan DahlAdd process.features.isolates
2011-12-29 Ryan Dahlmove isolate V8 functions out of node.cc
2011-12-29 Ryan DahlAdd node::Loop() and don't inc node_isolate.h in *.cc
2011-12-29 Ben Noordhuisuv: upgrade to d6a06b8
2011-12-29 Ryan DahlAdd shared-buffer isolate addon test
2011-12-29 Ryan DahlRemove node_isolate.h from node.h
2011-12-29 Ryan DahlChange isolate test to demo EIO bug
2011-12-29 Ryan Dahlnode_file.cc should use NODE_LOOP()
2011-12-29 Ryan DahlJoin all threads at end of main thread
2011-12-29 Ryan DahlMove prog_start_time init after isolate assigned
2011-12-29 Ryan DahlAdd link-list of all isolates
next