platform/upstream/nodejs.git
2014-07-31 Gabriel WickeAdd fast path for simple URL parsing
2014-07-31 Fedor IndutnyRevert "Cluster: fix shared handles on Windows"
2014-07-31 Alexis CampaillaCluster: fix shared handles on Windows
2014-07-31 Fedor Indutnyrepl: proper `setPrompt()` and `multiline` support
2014-07-31 Fedor IndutnyRevert "repl: fix overwrite for this._prompt"
2014-07-31 Sam Robertscluster: test events emit on cluster.worker
2014-07-30 Julien Gillitests: fix internet/test-dns.js
2014-07-29 Yazhong Liurepl: fix overwrite for this._prompt
2014-07-29 Fedor IndutnyMerge remote-tracking branch 'origin/v0.10' into master
2014-07-29 Fedor Indutnybuffer: fix sign overflow in `readUIn32BE`
2014-07-29 Julien Gillitests: fix process.kill pid test.
2014-07-28 cjihrigcluster: enable error/message events using .worker
2014-07-28 Sam Robertsprocess: throw TypeError if kill pid not a number
2014-07-24 Fedor Indutnydeps: backport 60c316 from v8 trunk
2014-07-23 cjihrigquerystring: do not add sep for empty array
2014-07-23 Fedor Indutnytest: fix test-https-foafssl
2014-07-23 Fedor Indutnytest: fix test-tls-server-verify
2014-07-23 Jackson Tiannet: add remoteFamily for socket
2014-07-23 Shigeki Ohtsutls: fix to send TLS Alert before socket destroyed
2014-07-23 Maciej Małeckigyp: fix ARM build
2014-07-23 cjihrigchild_process: do not access stderr when stdio set...
2014-07-23 Sam Robertsdoc: console.trace takes a message format
2014-07-23 Fedor Indutnydeps: update http_parser to 2.3.0
2014-07-23 Dean McNameesrc: export additional startup functions
2014-07-23 Fedor Indutnygyp: fix post-mortem in v0.11
2014-07-23 Fedor Indutnygyp: fix post-mortem in v0.11
2014-07-18 Fedor Indutnydeps: backport 4ed5fde4f from v8 upstream
2014-07-17 Fedor Indutnygyp: do not let `v8dbg_` slip away on osx
2014-07-17 Brian Whitetls_wrap: remove unused variable
2014-07-15 Fedor Indutnylib: jslint string_decoder.js
2014-07-15 Chris Dickinsonstream2: flush extant data on read of ended stream
2014-07-14 Ryan Grahamcluster: include settings object in 'setup' event
2014-07-14 Ryan Grahamcluster: allow multiple calls to setupMaster()
2014-07-13 Fedor Indutnytest: fix regress-GH-1726
2014-07-13 Dean McNameesrc: pass the v8::Context to CreateEnvironment
2014-07-12 cjihrigchild_process: copy spawnSync() cwd option to proper...
2014-07-12 Fedor Indutnychild_process: handle writeUtf8String error
2014-07-10 cjihriglib: remove and restructure calls to isNaN()
2014-07-10 Ryan Grahamdoc: re-org child_process into async/sync
2014-07-10 Ryan Grahamtest: Remove references to customFds
2014-07-10 Ryan Grahamdoc: remove customFds mentions
2014-07-10 Ryan Grahamlib: noisy deprecation of child_process customFds
2014-07-10 Andrew Oppenlanderstreams: set default hwm properly for Duplex
2014-07-08 Fedor Indutnycontextify: remove useless header file
2014-07-07 John Albietzreadme: added g++ requirement
2014-07-07 Robert Kowalskimodule: don't require fs several times
2014-07-07 Maurice Butlerdoc: added X.json to the LOAD_AS_FILE sudo code
2014-07-07 Sam Robertsdoc: fix console.assert docs, message is a format
2014-07-03 Ed Umanskynet: reset `errorEmitted` on reconnect
2014-07-03 Trevor Norrislint: fix indentation
2014-07-03 Andrius Bentkusudp: make it possible to receive empty udp packets
2014-07-02 Fedor Indutnydeps: cherry-pick eca441b2 from OpenSSL
2014-07-02 Fedor Indutnydeps: cherry-pick eca441b2 from OpenSSL
2014-07-02 Fedor Indutnytls: better error reporting at cert validation
2014-07-02 Trevor Norrisconfigure: fix v8 overriding commands on build
2014-07-02 Brian Whitedoc: fix createCipher description
2014-07-02 Fedor Indutnychild_process: accept uid/gid everywhere
2014-07-02 Fedor Indutnyconstants: add O_NONBLOCK constant
2014-07-02 Fedor IndutnyRevert "constants: export O_NONBLOCK"
2014-07-02 Fedor IndutnyRevert "src: fix _XOPEN_SOURCE redefinition warning"
2014-07-02 Eli Skeggsnet: don't emit listening if handle is closed
2014-07-01 Yazhong Liutest: fix multiple_line problem in match
2014-07-01 Ionică Bizăudocs: highlight shell-codes in CONTRIBUTING.md
2014-07-01 Refael Ackermannconfigure: better detect windows 'bitness' (WOW64)
2014-07-01 Arnout Kazemierevents: Output the event that is leaking
2014-06-30 Fedor IndutnyRevert "stream: start old-mode read in a next tick"
2014-06-30 Fedor Indutnyrepl: fix multi-line input
2014-06-30 Jonathan Reemstream: only end reading on null, not undefined
2014-06-27 Fedor Indutnyzlib: do not crash on write after close
2014-06-27 Fedor Indutnyhttp: remove unused code block
2014-06-27 Yazhong Liunode: fix #7841 by overlooking the spare sourceline
2014-06-27 Oguz Bastemurutil.h: interface compatibility
2014-06-27 cjihrigbuffer: construct new buffer from buffer toJSON() output
2014-06-27 Fedor Indutnydeps: update libuv to v0.11.26
2014-06-27 Saúl Ibarra... dns: introduce lookupService function
2014-06-25 Fedor Indutnydeps: build v8 with disassembler support
2014-06-25 Fedor Indutnycrypto: add `honorCipherOrder` argument
2014-06-25 Fedor Indutnydoc: document `tls.createSecureContext`
2014-06-25 Fedor Indutnytest: fix tls-client-default-ciphers
2014-06-25 Chris Dickinsondns: send lookup c-ares errors to callback
2014-06-24 Fred K. Schottmodule: document important methods
2014-06-24 Kyle Robinson... doc: typos in child_process
2014-06-24 Jan Kremsdoc: process: Document process.mainModule
2014-06-24 Yazhong Liutls: using %StringSplit to split `cert.subjectaltname`
2014-06-24 Charleschild_process: don't throw on EAGAIN
2014-06-24 Ed Morleychild_process: use full path for cmd.exe on Win32
2014-06-23 Nick Appersonbuffer: improve {read,write}{U}Int* methods
2014-06-23 Ben Noordhuisdoc: buffer: clarify typed array construction
2014-06-17 Timothy J FontaineMerge remote-tracking branch 'upstream-rw/v0.10'
2014-06-17 Timothy J Fontainenode: update changelog to have proper npm version
2014-06-13 Timothy J Fontainebuild: run wix tool chain out of process
2014-06-13 Fedor Indutnycontextify: throw timeout error properly
2014-06-13 Fedor Indutnywatchdog: terminate one specific isolate
2014-06-13 Ben Noordhuisdeps: cherry-pick r21466 from v8 trunk
2014-06-13 Ben Noordhuisdeps: cherry-pick r21297 from v8 trunk
2014-06-13 Ben Noordhuisdeps: fix up v8 postmortem codegen
2014-06-13 Ben Noordhuisdeps: upgrade v8 to 3.26.33
2014-06-12 Euandoc: Fix typo in dns.resolveSrv docs
2014-06-12 Xavi Magrinyàconsole: console.dir() accepts options object
2014-06-12 Xavi MagrinyàAdded support for options parameter in console.dir()
next