platform/upstream/nodejs.git
2014-12-18 Ben Noordhuislib,src: remove post-gc event infrastructure
2014-12-18 Ben Noordhuislib: fix guard expression in timer.unref()
2014-12-17 Fedor Indutnytest: run tests in parallel, common improvements
2014-12-17 Fedor Indutnytest: split test in parallel/sequential
2014-12-15 cjihrigfs: add access() and accessSync()
2014-12-14 Alejandro Oviedodoc: change write() after end() streams example
2014-12-14 Ben Noordhuislib: reintroduce v8 module
2014-12-14 Ben Noordhuissrc: move BE/LE buffer conversion to StringSlice()
2014-12-14 Ben Noordhuissrc: redo unaligned access workaround
2014-12-13 Ben Noordhuissrc: fix addon loader regression
2014-12-12 Nikolai Vavilovbuild: remove support for VS 2010 and 2012
2014-12-12 Chris Dickinsondomain: add soft deprecation notice
2014-12-11 Mathias Bynensdocs: clarify that 'io.js' is the correct name
2014-12-12 Rod Vaggdoc: added node-forward TC meeting 2014-10-15
2014-12-12 micnicdomain: forward args to .run(fn)
2014-12-12 Rod Vaggdoc: added TC meeting minutes for 2014-12-10
2014-12-11 Evan Lucasmodule: fix regression in require ../
2014-12-11 Ben Noordhuisbuild: fix dtrace-enabled build on os x
2014-12-11 Mikeal Rogersdoc: add TC notes from october 29th
2014-12-11 Mikeal Rogersdoc: meeting notes from oct 9th TC meeting
2014-12-10 Kevin O'Haradocs: reword project messaging
2014-12-10 Steven R. Loomisbuild: configure return exit status from gyp
2014-12-10 Fedor Indutnycrypto: separate altname extensions with ", "
2014-12-10 brian m. carlsoncrypto: disable SSLv3 if shared OpenSSL lacks it
2014-12-09 Ben Noordhuisbenchmark: add url benchmarks
2014-12-09 Ben Noordhuislib: optimize require() path walking
2014-12-09 Ben Noordhuissrc: fix unaligned access in ucs2 string encoder
2014-12-09 Bert Beldertest: fix test-fs-symlink-dir-junction-relative
2014-12-09 cjihrigtest: add test for spawnSync() env option
2014-12-09 Juanjolib,src: fix spawnSync ignoring its 'env' option
2014-12-09 Evan Torriebuild: fix build with systemtap providers enabled
2014-12-09 Bert BelderMerge 'node/v0.12'
2014-12-09 Bert Beldersrc: remove the tracing module entirely
2014-12-09 Jackson Tiandoc: mention callback for http res/req write & end
2014-12-09 Trevor Norrisasync-wrap: add event hooks
2014-12-09 Trevor Norrisasync-wrap: explicitly pass parent
2014-12-09 Trevor Norrisasync-wrap: expose async-wrap as binding
2014-12-09 Trevor Norrissrc: remove unnecessary template parameter
2014-12-09 Trevor Norrissrc: all wraps now use actual FunctionTemplate
2014-12-09 Trevor Norrisnode: fix throws before timer module is loaded
2014-12-09 Trevor Norrisnode, async-wrap: remove MakeDomainCallback
2014-12-09 Trevor Norrisasync-wrap: move MakeCallback to .cc
2014-12-09 Trevor Norrissrc: remove Async Listener
2014-12-09 Bert Beldertest: mark test-net-GH-5504 as flaky on linux
2014-12-09 Alexis Campaillatest: runner support for flaky tests
2014-12-09 Carlos Campderrósdoc: set logical umask in process.umask example
2014-12-09 Jonathan Johnsonurl: change hostname regex to negate invalid chars
2014-12-09 Vladimir Kurchatkinsmalloc: don't allow to dispose typed arrays
2014-12-09 Nathan Woltmanpath: refactor normalizeArray()
2014-12-09 Bert Beldernode.cc: use nullptr instead of NULL
2014-12-09 Trevor Norrisnode.cc: fix bad assert
2014-12-09 Trevor Norrisuv: float patch to revert tty breakage
2014-12-09 Bert Beldercrypto: store thread id as pointer-sized value
2014-12-09 Saúl Ibarra... deps: update libuv to 1.0.1
2014-12-09 Bert Belderopenssl: don't define SIXTY_FOUR_BIT_LONG on Windows
2014-12-09 Tyler Kellendocs: fix project name
2014-12-09 Ben NoordhuisRevert "openssl: don't define SIXTY_FOUR_BIT_LONG on...
2014-12-09 Bert Belderopenssl: don't define SIXTY_FOUR_BIT_LONG on Windows
2014-12-09 Bert Beldertest-require-resolve: use case insensitive compare
2014-12-09 Bert Beldertest: make fs-symlink-dir-junction-relative pass on...
2014-12-09 Vincent Weeversfs: resolve junction targets relative to their parent
2014-12-08 Bert Belderpath: path.normalize no longer lower-cases drive letters
2014-12-08 Nikolai VavilovRevert "path: resolve normalize drive letter to lower...
2014-12-08 Fedor Indutnycontributing: add all core modules to Caine's spec
2014-12-08 Fedor Indutnycontributing: add information for caine bot
2014-12-07 Brendan Ashworthdoc: fixes grammar in timers/tls
2014-12-06 Robert Kowalskimodule: test for directories, fix require with ..
2014-12-06 Evan Lucasnet: give better error messages
2014-12-06 cjihrigdebugger: use requireRepl() to load debugger repl
2014-12-06 Jose Luis Rivasbuild: don't run find in non-existent directory
2014-12-06 Ben Noordhuistest: move simple/test-abort-fatal-error to pummel
2014-12-05 Christian Tellnesevents: implement EventEmitter#getMaxListeners()
2014-12-05 Ben Noordhuisbuild: rename rpmbuild .spec file
2014-12-05 Ben Noordhuisbuild: update rpmbuild .spec file
2014-12-05 Brendan Ashworthdoc: fix grammar and wording in tls and timers
2014-12-05 Jackson Tiandoc: mention callback for http res/req write & end
2014-12-05 Trevor Norrisuv: float patch to revert tty breakage
2014-12-05 Trevor Norrisasync-wrap: add event hooks
2014-12-05 Trevor Norrisasync-wrap: explicitly pass parent
2014-12-05 Trevor Norrisasync-wrap: expose async-wrap as binding
2014-12-05 Trevor Norrissrc: remove unnecessary template parameter
2014-12-05 Trevor Norrissrc: all wrap's now use actual FunctionTemplate
2014-12-05 Trevor Norrisnode: fix throws before timer module is loaded
2014-12-05 Trevor Norrisnode, async-wrap: remove MakeDomainCallback
2014-12-05 Trevor Norrisasync-wrap: move MakeCallback to .cc
2014-12-05 Trevor Norrissrc: remove Async Listener
2014-12-04 Alexis Campaillatest: mark current flaky tests as flaky
2014-12-04 Alexis Campaillatest: runner support for flaky tests
2014-12-04 Fedor Indutnycontributing: commiter git FAQ
2014-12-04 Johan Bergströmconfigure: remove shared cares build option
2014-12-04 Rod Vaggpolicy: added contribution policy
2014-12-04 Thorsten Lorenzmodules: adding load linked modules feature
2014-12-04 Johan Bergströmconfigure: remove shared cares build option
2014-12-04 The Gitter... Added Gitter badge
2014-12-04 Bryce Kahledocs: fix prerequisite list formatting
2014-12-04 Leonardo Balterdocs: improve repo description
2014-12-04 Trevor Norrisnode: fix bad assert
2014-12-03 Carlos Campderrósdoc: set logical umask in process.umask example
2014-12-03 Martin Cozzidoc: update README with irc channel
2014-12-03 Jonathan Johnsonurl: change hostname regex to negate invalid chars
next