build: configure formatting, add final message
[platform/upstream/nodejs.git] / src /
2015-01-28 Ben Noordhuissrc: set default signal dispositions at start-up
2015-01-28 Ben Noordhuissrc: rework early debug signal handling
2015-01-28 Ben Noordhuissrc: do platform-specific initialization earlier
2015-01-27 Fedor Indutnycrypto: implement privateEncrypt/publicDecrypt
2015-01-27 Saúl Ibarra Corretgéwatchdog: fix timeout for early polling return
2015-01-26 Johan Bergströmversions: add http-parser patchlevel
2015-01-24 Rod VaggWorking on 1.0.5
2015-01-24 Rod Vagg2015-01-24 io.js v1.0.4 Release v1.0.4
2015-01-22 Calvin Metcalflib,src: make pseudoRandomBytes alias randomBytes
2015-01-22 Ben Noordhuissrc: s/node/io.js/ in `iojs --help` message
2015-01-21 Vladimir Kurchatkinv8: optimize `getHeapStatistics`
2015-01-20 Trevor Norrissrc: silence clang warnings
2015-01-20 Cheng Zhaosrc: set node_is_initialized in node::Init
2015-01-20 Ben Noordhuissrc: clean up unused macros in node_file.cc
2015-01-20 Ben Noordhuissrc: rename ASSERT macros in node_crypto.cc
2015-01-20 Ben Noordhuissrc: add ASSERT_EQ style macros
2015-01-20 Rod VaggWorking on 1.0.4
2015-01-20 Rod Vagg2015-01-20 io.js v1.0.3 Release v1.0.3
2015-01-20 toastynerdsrc: fix inconsistency between a check and error
2015-01-18 Ben Noordhuissrc: remove --noharmony_classes again
2015-01-16 Jongyeol Choidoc: change to iojs from node in the usage message
2015-01-16 Rod VaggWorking on v1.0.3
2015-01-16 Rod Vagg2015-01-16 io.js v1.0.2 Release v1.0.2 v1.0.2-release
2015-01-15 Yosuke Furukawasrc: fix jslint errors
2015-01-15 Aaron Biebersrc: define AI_V4MAPPED for OpenBSD
2015-01-15 Shigeki Ohtsusrc: fix documentation url in help message
2015-01-14 Ben Noordhuiscrypto: add deprecated verisign cert for s3 compat
2015-01-14 Rod VaggWorking on 1.0.2
2015-01-14 Rod Vagg2015-01-14 io.js v1.0.1 Release v1.0.1 v1.0.1-release
2015-01-14 Bert BelderMerge tag 'v1.0.0-release' into v1.x
2015-01-14 Rod VaggWorking on 1.0.1
2015-01-14 Rod Vagg2015-01-14 io.js v1.0.0 Release v1.0.0 v1.0.0-release
2015-01-14 Bert Belderwin: use the new io.js icon
2015-01-14 Bert Belderwin: update icon for io.js
2015-01-14 Johan Bergströmprocess: reintroduce ares to versions
2015-01-13 Bert Belderhttp: optimize on_headers_complete
2015-01-13 Ben Noordhuisbuild,src: remove sslv3 support
2015-01-12 isaacsRemove excessive copyright/license boilerplate
2015-01-12 Rod Vaggsrc: rename node to io.js for Windows installer
2015-01-12 Ben Noordhuisaddon: update NODE_MODULE_VERSION macro
2015-01-11 Ben Noordhuisbuild,src: remove sslv2 support
2015-01-11 Rod Vaggsrc: only append "-pre" to version if no tag
2015-01-10 Fedor Indutnyzlib: do not unref() if wasn't ref()ed
2015-01-10 Fedor Indutnysrc: check if NODE_WANT_INTERNALS is defined
2015-01-09 Ben Noordhuissrc: disable harmony object literals
2015-01-09 Ben Noordhuissrc: disable harmony classes
2015-01-09 Chris Dickinsonsrc: zlib: revert concatenated-stream changes
2015-01-09 Vladimir Kurchatkinbuild: fix `process.platform`
2015-01-09 Caitlin Pottercore: throw TypeError if chdir() args are wrong
2015-01-08 Bert Belderwin,tracing: node -> iojs in perfctr/etw manifests
2015-01-08 Bert Belderwin,src: node -> iojs in executable manifest
2015-01-08 Rod Vaggversion: working on 1.0.0
2015-01-08 Bert Beldersrc: prefix ARCH and PLATFORM with NODE_
2015-01-08 Bert Belderwin: fix NODE_NET_SOCKET_READ/WRITE signature
2015-01-08 Bert Belderwin: suppress GetVersionEx deprecation warning
2015-01-08 Bert Belderwin: use GetVersionExW instead of GetVersionExA
2015-01-07 Cheng Zhaosrc,deps: replace LoadLibrary by LoadLibraryW
2015-01-07 Trevor Norrissrc: pass Isolate to node::Utf8Value constructor
2015-01-07 Trevor Norrissrc: pass Isolate to additional locations
2015-01-05 Ben NoordhuisMerge remote-tracking branch 'joyent/v0.12' into v1.x
2015-01-05 Trevor Norrissmalloc: fix bad assert for zero length data
2014-12-23 Rudi Cilibrasisrc: remove cpplint error using NOLINT directive
2014-12-18 Ben Noordhuislib,src: remove post-gc event infrastructure
2014-12-17 Ben Noordhuissrc: fix windows build error
2014-12-16 Luis Reiszlib: support concatenated gzip files
2014-12-15 cjihrigfs: add access() and accessSync()
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-11 Juanjolib,src: fix spawnSync ignoring its 'env' option
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 Noordhuissrc: fix unaligned access in ucs2 string encoder
2014-12-09 Juanjolib,src: fix spawnSync ignoring its 'env' option
2014-12-09 Bert BelderMerge 'node/v0.12'
2014-12-09 Bert Beldersrc: remove the tracing module entirely
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 Vladimir Kurchatkinsmalloc: don't allow to dispose typed arrays
2014-12-09 Bert Beldernode.cc: use nullptr instead of NULL
2014-12-09 Trevor Norrisnode.cc: fix bad assert
2014-12-09 Bert Beldercrypto: store thread id as pointer-sized value
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 Thorsten Lorenzmodules: adding load linked modules feature
2014-12-04 Trevor Norrisnode: fix bad assert
next