summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2015-01-11build,src: remove sslv2 supportBen Noordhuis
2015-01-11src: only append "-pre" to version if no tagRod Vagg
2015-01-10zlib: do not unref() if wasn't ref()edFedor Indutny
2015-01-10src: check if NODE_WANT_INTERNALS is definedFedor Indutny
2015-01-09src: disable harmony object literalsBen Noordhuis
2015-01-09src: disable harmony classesBen Noordhuis
2015-01-09src: zlib: revert concatenated-stream changesChris Dickinson
2015-01-09build: fix `process.platform`Vladimir Kurchatkin
2015-01-09core: throw TypeError if chdir() args are wrongCaitlin Potter
2015-01-08win,tracing: node -> iojs in perfctr/etw manifestsBert Belder
2015-01-08win,src: node -> iojs in executable manifestBert Belder
2015-01-08version: working on 1.0.0Rod Vagg
2015-01-08src: prefix ARCH and PLATFORM with NODE_Bert Belder
2015-01-08win: fix NODE_NET_SOCKET_READ/WRITE signatureBert Belder
2015-01-08win: suppress GetVersionEx deprecation warningBert Belder
2015-01-08win: use GetVersionExW instead of GetVersionExABert Belder
2015-01-07src,deps: replace LoadLibrary by LoadLibraryWCheng Zhao
2015-01-07src: pass Isolate to node::Utf8Value constructorTrevor Norris
2015-01-07src: pass Isolate to additional locationsTrevor Norris
2015-01-05Merge remote-tracking branch 'joyent/v0.12' into v1.xBen Noordhuis
2015-01-05smalloc: fix bad assert for zero length dataTrevor Norris
2014-12-23src: remove cpplint error using NOLINT directiveRudi Cilibrasi
2014-12-18lib,src: remove post-gc event infrastructureBen Noordhuis
2014-12-17src: fix windows build errorBen Noordhuis
2014-12-16zlib: support concatenated gzip filesLuis Reis
2014-12-15fs: add access() and accessSync()cjihrig
2014-12-14src: move BE/LE buffer conversion to StringSlice()Ben Noordhuis
2014-12-14src: redo unaligned access workaroundBen Noordhuis
2014-12-13src: fix addon loader regressionBen Noordhuis
2014-12-11lib,src: fix spawnSync ignoring its 'env' optionJuanjo
2014-12-11crypto: separate altname extensions with ", "Fedor Indutny
2014-12-10crypto: disable SSLv3 if shared OpenSSL lacks itbrian m. carlson
2014-12-09src: fix unaligned access in ucs2 string encoderBen Noordhuis
2014-12-09lib,src: fix spawnSync ignoring its 'env' optionJuanjo
2014-12-09src: remove the tracing module entirelyBert Belder
2014-12-09async-wrap: add event hooksTrevor Norris
2014-12-09async-wrap: explicitly pass parentTrevor Norris
2014-12-09async-wrap: expose async-wrap as bindingTrevor Norris
2014-12-09src: remove unnecessary template parameterTrevor Norris
2014-12-09src: all wraps now use actual FunctionTemplateTrevor Norris
2014-12-09node: fix throws before timer module is loadedTrevor Norris
2014-12-09node, async-wrap: remove MakeDomainCallbackTrevor Norris
2014-12-09async-wrap: move MakeCallback to .ccTrevor Norris
2014-12-09src: remove Async ListenerTrevor Norris
2014-12-09smalloc: don't allow to dispose typed arraysVladimir Kurchatkin
2014-12-09node.cc: use nullptr instead of NULLBert Belder
2014-12-09node.cc: fix bad assertTrevor Norris
2014-12-09crypto: store thread id as pointer-sized valueBert Belder
2014-12-05async-wrap: add event hooksTrevor Norris
2014-12-05async-wrap: explicitly pass parentTrevor Norris