platform/upstream/nodejs.git
2014-02-18 Timothy J Fontainebuild: don't enable gc-sections
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 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
2014-01-31 Nikolai Vavilovzlib: add sync versions for convenience methods
2014-01-31 Fedor Indutnydtrace: fix arguments warning
2014-01-31 Fedor Indutnydeps: backport 883637bd from latest v8
2014-01-30 Alexis Campaillatest: delete invalid http test
2014-01-30 Fedor Indutnynode: do not ever close stdio
2014-01-29 Timothy J Fontainesrc: move header inclusion out of namespace
2014-01-29 Timothy J Fontaineblog: Post for v0.11.11
2014-01-29 Timothy J FontaineNow working on 0.11.12
2014-01-29 Timothy J FontaineMerge branch 'v0.11.11-release'
2014-01-29 Timothy J Fontaine2014.01.29, Version 0.11.11 (Unstable) v0.11.11
2014-01-29 Timothy J Fontainev8: Upgrade to 3.22.24.19
2014-01-28 Wyatt Preuldocs: clarify origin in agent.maxSockets section
2014-01-28 Fedor Indutnynode: do not ever close stdio
2014-01-28 Fedor Indutnydeps: update http_parser to 2.2.1
2014-01-28 Thom Seddonlib: fix unnecessary coercion in lib/net.js
2014-01-28 Thom Seddonlib: Remove unused var+operations in util.inspect
2014-01-28 Timothy J Fontainesrc: only define ssize_t on windows if undefined
2014-01-28 Fedor Indutnystream_wrap: use `uv_try_write` where possible
2014-01-28 Fedor Indutnynode: explicitly include `sys/types.h` for size_t
2014-01-28 Timothy J Fontainetest: use logical and not or in abort-fatal-error
2014-01-28 Timothy J Fontainetest: make abort-fatal-error more robust
2014-01-28 Timothy J Fontainetest: fix test-net-listen-fd0 for pipes
2014-01-27 Keith M Wesolowskinode: register modules from DSO constructors
2014-01-27 Jacob Hoffman... crypto: honor default ciphers in client mode
2014-01-27 Alexis Campaillatest: race condition in test-cluster-disconnect
2014-01-27 Alexis Campaillanode: fix argument parsing with -p arg
2014-01-27 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-01-27 Jun Manet: make Socket destroy() re-entrance safe
2014-01-27 Fedor Indutnydeps: update uv to 0.11.18
2014-01-26 Fedor Indutnycrypto: throw on SignFinal failure
2014-01-25 Fedor Indutnycrypto: clear error in GetPeerCertificate
2014-01-25 Fedor Indutnynet: reset `endEmitted` on reconnect
2014-01-25 Fedor Indutnydeps: backport b5135bbc from c-ares repo
2014-01-25 Fedor Indutnydoc: readline document TTY utils
next