platform/upstream/nodejs.git
2012-07-16 Mike Moreartydoc: fix bug in child_process.spawn() sample code
2012-07-13 Bert Belderbenchmark: add single process tls connection benchmark
2012-07-13 George Shankdoc: update 'Fork me at Github' ribbon
2012-07-13 isaacsbuild: Move npm shebang logic into an npm script
2012-07-13 isaacsnpm: upgrade to 1.1.41
2012-07-12 Ben Noordhuisbuild: fix add-on loading on freebsd
2012-07-12 Nathan RajlichRevert "events: don't delete the listeners array in...
2012-07-12 Ben Noordhuisnet: fix net.Server.listen({fd:x}) error reporting
2012-07-12 Ben Noordhuisnet: fix bogus errno reporting
2012-07-12 Ben Noordhuisbuild: partially fix configure on ARM
2012-07-12 Ben Noordhuisbuild: disable unsafe optimizations
2012-07-12 Bert BelderMerge branch 'v0.6' into v0.8
2012-07-11 isaacsNow working on 0.6.21
2012-07-11 Philipp Hagemeistertools: fix shebang in tools/doc/generate.js
2012-07-11 Ben Noordhuisbuild: fix spurious mksnapshot crashes for good
2012-07-11 isaacsBlog post for v0.6.20
2012-07-10 isaacs2012.07.10 Version 0.6.20 (maintenance) v0.6.20
2012-07-10 isaacs.gitignore: Don't ignore node_modules (breaks npm)
2012-07-10 isaacsnpm: Upgrade to 1.1.37
2012-07-10 isaacsbuild: Regenerate docs for tarball and releases
2012-07-10 Ivan Torresdoc: clarify fs.symlink and fs.symlinkSync parameters
2012-07-09 isaacsNow working on 0.8.3
2012-07-09 isaacsv0.8.2 blog post
2012-07-09 isaacsMerge branch 'v0.8.2-release' into v0.8
2012-07-09 Toshihiro Nakamuradomain: Remove first arg from intercepted fn
2012-07-09 Bert BelderUpdate AUTHORS
2012-07-09 Bert BelderAdd a .mailmap file, and clean up AUTHORS somewhat
2012-07-09 Justin Plockdoc: cluster: worker.pid is now worker.process.pid
2012-07-09 Ben Noordhuistest: make test-fs-watch-file write to tmp dir
2012-07-09 Ben Noordhuisfs: make unwatchFile() remove a specific listener
2012-07-09 isaacszlib: Call inflateEnd for UNZIP. Fixes memory leak.
2012-07-09 Nathan Rajlichprocess: throw a TypeError when anything but an Array...
2012-07-08 Ben Noordhuiscrypto: fix DecipherUpdate() memory leak
2012-07-07 isaacs2012.07.09, Version 0.8.2 (Stable) v0.8.2
2012-07-07 isaacsFix test-require-json on Windows
2012-07-07 Bert Belderv8: reapply floating patches
2012-07-07 isaacsv8: Upgrade to 3.11.10.14
2012-07-07 Bert BelderFix the Windows build
2012-07-07 Bert Beldergitignore: ignore .svn directories
2012-07-07 isaacsNow working on 0.8.2
2012-07-07 isaacsnpm: Upgrade to 1.1.36
2012-07-07 isaacsdoc: Formatting and grammar on stream api doc
2012-07-07 Dominic Tarrcorrect documentation of Stream#destroy
2012-07-07 Nathan Rajlichreadline: don't use Function#call()
2012-07-07 Jonas WesterlundForgotten commit: add arguments to handleGroup
2012-07-07 Jonas WesterlundAssign to property of global, instead of implicit globa...
2012-07-07 Jonas WesterlundUse unicode escape sequences instead of octal
2012-07-07 Jonas WesterlundInline timeout function, avoiding declaration in condit...
2012-07-07 Jonas WesterlundMove function declaration out of conditional
2012-07-07 Jonas WesterlundMove function declaration to top-level
2012-07-07 Jonas WesterlundDo not assign to properties that only have getters
2012-07-07 Jonas WesterlundAvoid redeclaring variable
2012-07-07 Jonas WesterlundRemove octal escape sequences and avoid reserved keyword
2012-07-06 TJ Holowaychukmodule: add filename to require() json errors
2012-07-06 Tim Macfarlanereadline: fix for unicode prompts
2012-07-05 Ben Noordhuistimers: fix handling of large timeouts
2012-07-04 Nathan Rajlichrepl: fix passing an empty line inserting "undefined...
2012-07-04 Maciej Małeckirepl: fix crashes when buffering command
2012-07-04 Ben Noordhuisdeps: upgrade libuv to be09be7
2012-07-03 Ben Noordhuistools: update gyp to r1426
2012-07-03 Ben Noordhuisdeps: upgrade libuv to 5031a5b
2012-07-03 Ben Noordhuisbuild: rename strict_aliasing to node_no_strict_aliasing
2012-07-03 Ben Noordhuisbuild: disable -fstrict-aliasing for any gcc < 4.6.0
2012-07-03 Ben Noordhuisbuild: detect cc version with -dumpversion
2012-07-01 Ben Noordhuisdeps: upgrade libuv to cc1b3de
2012-07-01 Ben Noordhuisdoc: document setTimeout / setInterval behavior
2012-06-30 Ben Noordhuisbuild: handle output of localized gcc or clang
2012-06-30 Ben Noordhuisbuild: rename openssl configure switches
2012-06-30 Ben Noordhuisdeps: upgrade libuv to 3b8c0da
2012-06-30 Ben Noordhuisdoc: fs.lchmod() is only available on OS X
2012-06-29 isaacsBlog post about 0.8.1
2012-06-29 isaacsMerge branch 'v0.8.1-release' into v0.8
2012-06-29 isaacs2012.06.29, Version 0.8.1 (stable) v0.8.1
2012-06-29 isaacsblog: Require posts to have a date
2012-06-29 isaacsblog: Direct bugs/feature feedback to issues
2012-06-29 isaacsblog: Don't print 'undefined' for missing author/category
2012-06-29 isaacsblog css: Styling of nested lists
2012-06-29 isaacshomepage: Update Claudio's title/link
2012-06-29 isaacslint
2012-06-29 isaacsuv: upgrade to 5b8a112
2012-06-29 isaacsnpm: Upgrade to 1.1.33
2012-06-28 isaacsFix #3577 Un-break require('sys')
2012-06-28 Bert Belderuv: upgrade to 4a88b3b
2012-06-28 isaacsblog: Show 0.8.0 even after 0.8.1 ships
2012-06-28 Ben Noordhuisutil: speed up formatting of large arrays/objects
2012-06-28 Ben Noordhuisdoc: remove references to deprecated fs api
2012-06-27 Ben Noordhuisbuild: use proper python interpreter
2012-06-27 Gabrielbuild: handle CC env var with spaces
2012-06-26 Bert Belderwindows: make fs.realpath(Sync) work with UNC paths
2012-06-26 Ben Noordhuisbuild: fix --shared-v8 option
2012-06-26 isaacsrealpath: No sync cb() calling allowed.
2012-06-26 Ben Noordhuisdeps: upgrade libuv to 4d42af2
2012-06-26 Tim OxleyAdded % difference for perf benchmarks in 0.8 post
2012-06-26 Bert Belderconfigure: don't fail if compiler_version() doesn't...
2012-06-26 Andreas Madsendoc: `detached` is a boolean
2012-06-26 Ben Noordhuisbuild: expand ~ in `./configure --prefix=~/a/b/c`
2012-06-26 Ben Noordhuisbuild: disable strict aliasing in v8 with gcc 4.5.x
2012-06-26 Bert Belderv8: reapply floating patches
2012-06-26 Bert Belderv8: upgrade to version 3.11.10.12
2012-06-25 Andreas Madsendoc: replace references to cluster.autoFork
next