platform/upstream/nodejs.git
2014-02-25 Timothy J Fontainetest: pummel/test-net-throttle adhere to streams
2014-02-25 Timothy J Fontainetest: pummel fs-watch-file-slow handle spurious
2014-02-25 Timothy J Fontainetest: remove next-tick-loops-quick
2014-02-24 Alexis Campaillasrc: node.cc use isolate->ThrowException
2014-02-24 Timothy J Fontainetest: backoff client connection rates
2014-02-24 Brian Whitestream: remove useless check
2014-02-23 Nicolas Talledoc: update assert.markdown
2014-02-21 Fedor Indutnynode_internals: add missing env-inl.h include
2014-02-21 Fedor Indutnysrc: remove `node_isolate` from source
2014-02-21 Nathan Rajlichdebugger: don't set the `repl.prompt` string
2014-02-20 Fedor Indutnyinstaller: copy `node.d` only with node_use_dtrace
2014-02-20 Fedor Indutnydtrace: workaround linker bug on FreeBSD
2014-02-20 Fedor Indutnyconfigure: allow --with-dtrace on freebsd
2014-02-20 Fedor Indutnygyp: specialize node.d for freebsd
2014-02-19 David Björklundhttp: avoid duplicate keys in writeHead
2014-02-19 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-02-19 Timothy J Fontainetools: update to support separate website repo
2014-02-19 Timothy J FontaineNow working on v0.10.27
2014-02-19 Timothy J FontaineMerge branch 'v0.10.26-release' into v0.10
2014-02-18 Timothy J Fontainebuild: readd missing installer resources v0.10.26
2014-02-18 Timothy J Fontaine2014.02.18, Version 0.10.26 (Stable)
2014-02-18 Anton Khlynovskiydocs: clarify process.stdin and old mode
2014-02-18 Pedro Ballesterosdoc: stdout blocking or non-blocking behaviour
2014-02-18 Timothy J Fontainetest: make test-net-error-twice less racey
2014-02-18 Timothy J Fontaineuv: Upgrade to v0.10.25
2014-02-18 Raynosdoc: mention objectMode for Writable streams
2014-02-18 Xidorn Quanos: networkInterfaces include scopeid for ipv6
2014-02-18 Timothy J Fontainechild_process: execFileSync stderr should inherit
2014-02-18 Timothy J Fontainenet: add localPort to connect options
2014-02-18 Brian Whitecrypto: allow custom generator for DiffieHellman
2014-02-18 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-02-18 Farid Neshatdebugger: Fix breakpoint not showing after restart
2014-02-18 Timothy J Fontainebuild: don't enable gc-sections
2014-02-18 isaacsnpm: upgrade to 1.4.3
2014-02-18 Timothy J Fontainelint: fix missing semi colon in repl
2014-02-18 Yazhong Liureadline: fix `line` event, if input emit 'end'
2014-02-18 Yazhong Liurepl: remove a unnecessary concatenation
2014-02-18 Yazhong Liurepl: REPLServer inherits from readline.Interface
2014-02-17 Fedor Indutnycrypto: make NewSessionDoneCb public
2014-02-17 Fedor Indutnyzlib: introduce pending close state
2014-02-17 Fedor Indutnytls: introduce asynchronous `newSession`
2014-02-16 Timothy J Fontainedgram: pass the bytes sent to the send callback
2014-02-16 Ben Noordhuisv8: unbreak freebsd build
2014-02-15 Fedor Indutnytest: fix tls-honorcipherorder slowness
2014-02-14 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-02-14 Timothy J Fontainedoc: re-add node.1 man page
2014-02-14 Alexis Campaillatest: give repl-timeout-throw more time to run
2014-02-14 Alexis Campaillatest: increase timeout in readable stream test
2014-02-14 Alexis Campaillatest: fix assert in test-http-outgoing-finish
2014-02-14 Alexis Campaillatest: fix connection reset in http test
2014-02-14 Alexis Campaillacluster: handle bind errors on Windows
2014-02-14 orangemocha... test: fix test-child-process-double-pipe
2014-02-14 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-02-14 isaacsnpm: Upgrade to v1.4.0
2014-02-13 Timothy J Fontainewebsite: move website to joyent/node-website
2014-02-12 Christiandoc: changed timer id to object
2014-02-10 Timothy J Fontainechild_process: js bits for spawnSync/execSync
2014-02-10 Bert Belderbindings: add spawn_sync bindings
2014-02-10 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-02-10 Fedor Indutnystream: use `errorEmitted` from `_writableState`
2014-02-10 Fedor Indutnynet: do not re-emit stream errors
2014-02-09 Fedor Indutnyprocess: allow changing `exitCode` in `on('exit')`
2014-02-09 Kenan Sulaymandns: validate arguments in resolver
2014-02-09 Kenan Sulaymandns: verify argument is valid function in resolve
2014-02-09 Alexis Campaillatest: fix test-http-pipeline-flood
2014-02-09 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-02-08 Timothy J Fontainesrc: refactor buffer bounds checking
2014-02-08 isaacsnpm: upgrade to 1.3.26
2014-02-08 Brian Whitedoc: fix diffieHellman.getGenerator() description
2014-02-07 Fedor IndutnyRevert "dns: validate arguments in resolve"
2014-02-07 Fedor IndutnyRevert "dns: verify argument is valid function in resolve"
2014-02-07 Kenan Sulaymandns: verify argument is valid function in resolve
2014-02-07 Kenan Sulaymandns: validate arguments in resolve
2014-02-07 Austin Moranheaders: fix spelling error
2014-02-07 Timothy J Fontainewebsite: update cla email address
2014-02-06 Ben Noordhuisvm: don't copy Proxy object from parent context
2014-02-06 Ben Noordhuistest: don't compute knownGlobals lazily
2014-02-06 Nathan Rajlichutil: show meaningful values for boxed primitives
2014-02-06 Fedor Indutnynode: do not print SyntaxError hints to stderr
2014-02-06 iamdoronfs: make unwatchFile() insensitive to path
2014-02-06 Trevor Norrissrc: move AsyncListener from process to tracing
2014-02-05 Trevor Norrisenv: add watched_providers for AsyncListener
2014-02-05 Trevor Norrisasync_wrap: add provider types/pass to constructor
2014-02-05 Trevor Norrisnode: make AsyncListenerInst field more explicit
2014-02-05 Timothy J Fontainedoc: document the tracing api
2014-02-05 Ben Noordhuissrc: add v8.getHeapStatistics() function
2014-02-05 Ben Noordhuissrc: add tracing.v8.on('gc') statistics hooks
2014-02-05 Ben Noordhuissrc: fix MakeCallback() handle leak
2014-02-05 Ben Noordhuissrc: update MakeCallback() function prototype
2014-02-05 Fedor Indutnytls: more session configuration options, methods
2014-02-05 Fedor Indutnycontextify: handle infinite recursion errors
2014-02-04 Alexis Campaillatest: fix test-tcp-wrap-listen
2014-02-04 Benjamin Watersdoc: fix references to error keyword
2014-02-04 Alexis Campaillaopenssl: fix keypress requirement in apps on win32
2014-02-04 Yuriy Nemtsovdoc: fix after message in addAsyncListener example
2014-02-03 Ben Noordhuiscrypto: update root certificates
2014-02-03 Fedor Indutnyzlib: separate sync/async methods
2014-02-03 Fedor Indutnytls: fix crash in SNICallback
2014-02-03 Oguz Bastemurdebugger: remove unused definition `currentSource`
2014-02-03 Maxime Quandalledoc: add an example about multiple extensions
next