aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2014-12-18lib,src: remove post-gc event infrastructureBen Noordhuis
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-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-04modules: adding load linked modules featureThorsten Lorenz
2014-11-26crypto: proper fix for d7e700's causeFedor Indutny
2014-11-25crypto: throw if the key doesn't match certFedor Indutny
2014-11-22Merge remote-tracking branch 'joyent/v0.12' into v0.12Ben Noordhuis
2014-11-22lib: turn on strict modeBen Noordhuis
2014-11-20lib: add setFlagsFromString() to tracing moduleBen Noordhuis
2014-11-18src: remove static variables from tls_wrapBen Noordhuis
2014-11-18src: turn two global vars into local varsBen Noordhuis
2014-11-17dns: propagate domain for c-ares methodsChris Dickinson
2014-11-17process: pid can be a string in process.kill()Sam Roberts
2014-11-15fs: fix symlink error messageVladimir Kurchatkin
2014-11-14src: fixups after v8 upgradeBen Noordhuis
2014-11-14crypto: fix X509 cert memory leak in GetPeerCertFedor Indutny
2014-11-11src: fix windows build errorBen Noordhuis
2014-11-11lib,src: make os.endianness() inlinableBen Noordhuis
2014-11-09zlib: support concatenated gzip filesLuis Reis
2014-11-08crypto: escape DNS altnameFedor Indutny
2014-11-05core: fix usage of uv_cwdSaúl Ibarra Corretgé
2014-11-05core: replace uv_fs_readdir with uv_fs_scandirSaúl Ibarra Corretgé
2014-11-05src: network interface names are UTF-8 encodedBen Noordhuis
2014-11-03windows: fix process description to say "Node.js"Rod Vagg
2014-11-04node: do not crash on IPC stdinFedor Indutny
2014-11-03src: replace NULL with nullptr in debug agentBen Noordhuis
2014-11-03src: clean up root_certs iterationBen Noordhuis
2014-11-03src: move debug agent from deps/ to src/Ben Noordhuis
2014-11-03src: make root_certs constBen Noordhuis
2014-10-30smalloc: fix copyOnto optimizationVladimir Kurchatkin