platform/upstream/nodejs.git
2012-12-14 isaacsstreams2: Tests of new interfaces
2012-12-14 isaacsstreams2: Handle immediate synthetic transforms properly
2012-12-14 isaacsstreams2: Correct drain/return logic
2012-12-14 isaacsstreams2: Allow 0 as a lowWaterMark value
2012-12-14 isaacstransform: Automatically read() on _write when read...
2012-12-14 isaacsstreams2: Make Transform streams pull-style
2012-12-14 isaacsstreams2: setEncoding and abstract out endReadable
2012-12-14 isaacsstreams2: Set flowing=true when flowing
2012-12-14 isaacsstreams2: Convert strings to buffers before passing...
2012-12-14 isaacsstreams2: The new stream base classes
2012-12-14 isaacsAdd 'stream' as a native module in repl
2012-12-14 isaacsmodule: Support cycles in native module requires
2012-12-14 isaacsDon't allow invalid encodings in StringDecoder class
2012-12-14 isaacsMerge remote-tracking branch 'ry/v0.8' into master
2012-12-13 isaacsblog: Post for 0.8.16
2012-12-13 isaacsNow working on 0.8.17
2012-12-13 isaacsMerge commit 'v0.8.16' into v0.8
2012-12-13 isaacs2012.12.13, Version 0.8.16 (Stable) v0.8.16
2012-12-13 Ben Noordhuisdeps: upgrade libuv to e079a99
2012-12-12 isaacsnpm: Upgrade to v1.1.69
2012-12-12 Ben Noordhuisfs: fix WriteStream fd leak
2012-12-12 Ben Noordhuisfs: fix ReadStream fd leak
2012-12-12 Ben Noordhuistest: add common.mustCall function
2012-12-11 isaacsdoc: Add nodejstr to community page
2012-12-10 Ryunosuke SATOevents: fix typos in code comment
2012-12-10 Ryunosuke SATOevents: setMaxListeners() should not have side effects
2012-12-10 Ryunosuke SATOevents: use assigned variable instead of arguments
2012-12-10 Ryunosuke SATOevents: use null assignment instead of deleting property
2012-12-08 Bert Belderhttp: protect against response splitting attacks
2012-12-08 isaacslint
2012-12-08 isaacsfs: Raise error when null bytes detected in paths
2012-12-06 Ben Noordhuisdoc: remove broken require.extensions example
2012-12-06 Ben Noordhuistls, https: add tls handshake timeout
2012-12-06 Ben Noordhuisprocess: add getgroups(), setgroups(), initgroups()
2012-12-06 Ben Noordhuisbuffer: remove unused #includes
2012-12-05 Ben Noordhuistest: remove simple/test-child-process-fork2
2012-12-05 Shigeki Ohtsutest: fix simple/test-debug-brk-file race condition
2012-12-04 Ben Noordhuisfs: add long stacktrace debugging facility
2012-12-04 Ben Noordhuisfs: fix 'object is not a function' callback errors
2012-12-03 Bert Belderos: throw when os.networkInterfaces() fails
2012-12-03 Fedor Indutnycrypto: fix leak in GetPeerCertificate
2012-12-03 Fedor Indutnycrypto: fix leak in GetPeerCertificate
2012-12-03 Ben Noordhuistest: fix simple/test-setproctitle on freebsd
2012-12-03 Ben Noordhuisbuild: avoid -Wno-old-style-declaration with gcc 4.2
2012-12-02 Ben Noordhuistools: fix platform detection on freebsd, sunos
2012-12-02 Ben Noordhuisinstall: fix freebsd man page location
2012-12-01 isaacstest: TTY only has writeBuffer(), not write()
2012-12-01 isaacsbenchmark: Add net-pipe benchmark
2012-12-01 LewuatheFix dropped html tag
2012-12-01 Trevor Norrisbuffer: Don't double-negate numeric buffer arg
2012-11-29 Kyle Robinson... website: typo fixes
2012-11-28 Joshua Ericksonnet: More accurate IP address validation and IPv6 dotte...
2012-11-28 Ryunosuke SATOdoc: Fix missing link target to 'https.request()'
2012-11-27 Chad Rhynertest: disable eio-race tests
2012-11-27 Adam Malcontenti... build: support ARM in makefile target 'binary'
2012-11-27 Michael Axiakbuild: add $(PYTHON) when calling configure
2012-11-26 isaacsblog: Post for v0.8.15
2012-11-26 isaacsNow working on 0.8.16
2012-11-26 isaacsMerge branch 'v0.8.15-release' into v0.8
2012-11-26 isaacs2012.11.26, Version 0.8.15 (Stable) v0.8.15
2012-11-26 Ben Noordhuistls: fix tls.connect() resource leak
2012-11-24 Ben Noordhuisnet: fix net.connect() resource leak
2012-11-24 Ben Noordhuisjs2c: raise proper Exception, not a string
2012-11-23 Ben Noordhuiscrypto: allow negative numbers in setOptions()
2012-11-23 isaacsblog: Don't filter out non-latest release notes
2012-11-23 isaacsnpm: Upgrade to 1.1.66
2012-11-22 Trevor Norrisdoc: Add lines about additonal uses of Buffer
2012-11-22 Ben Noordhuisconstants: fix wrapping of large constants
2012-11-21 Shigeki Ohtsubuild: disable use of thin archive
2012-11-21 Scott Blomquistwindows: add tracing with performance counters
2012-11-21 Bert Belderwindows: fix normalization of UNC paths
2012-11-20 Ben Noordhuisv8: fix dragonflybsd build
2012-11-20 Ben Noordhuisbuild: make python executable configurable
2012-11-20 Ben Noordhuisdeps: upgrade cares to 213f2b7
2012-11-20 Ben Noordhuisdeps: upgrade libuv to fc5984f
2012-11-20 Ben Noordhuisdeps: upgrade libuv to 5639b2f
2012-11-20 Tim Kuijstendoc: fix typo in setPrivateKey function signature
2012-11-20 Ben Noordhuistools: update gyp to r1535
2012-11-16 Sergey Kholodilovcrypto: fix ssl error handling
2012-11-16 Ben Noordhuisnode: remove eio-emul.h
2012-11-16 Stephen Gallagherbuild: allow linking against system libuv
2012-11-16 Ben Noordhuisdeps: upgrade libuv to 665a316
2012-11-11 isaacsbench: Use hrtime in throughput benchmark
2012-11-10 Ben Noordhuisrepl: don't interpret floating point numbers
2012-11-10 Trevor Norrisbuffer: remove duplicate assertion tests
2012-11-08 Bert Belderdomains: don't crash if domain is set to null
2012-11-08 Bert Belderwindows: fix the x64 debug build
2012-11-08 Nathan Rajlichos: add os.endianness() function
2012-11-07 Nathan Rajlichreadline: use a "string_decoder" to parse "keypress...
2012-11-07 Nathan Rajlichreadline: don't emit "line" events with a trailing...
2012-11-06 Joshua Ericksonnet: More accurate IP address validation and IPv6 dotte...
2012-11-05 Shigeki Ohtsubuild: remove jslint test/ on Windows
2012-11-05 Timothy J Fontainebuild: enable DEAD_CODE_STRIPPING on OS X
2012-11-05 Timothy J Fontainebuild: let xcode pick proper compiler
2012-11-05 Timothy J Fontainebuild: add configure option to generate xcode build...
2012-11-05 Timothy J Fontainebuild: add postmortem as a dependency if enabled
2012-11-05 Stephen Gallagherbuild: allow linking against system c-ares
2012-11-05 Stephen Gallagherbuild: allow linking against system http_parser
2012-11-05 Anthony Peschtyped arrays: add slice() support to ArrayBuffer
2012-11-04 Fedor Indutnydebugger: exit and kill child on SIGTERM or SIGHUP
next