summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* src: remove cpplint error using NOLINT directiveRudi Cilibrasi2014-12-231-1/+1
* lib,src: remove post-gc event infrastructureBen Noordhuis2014-12-183-233/+1
* fs: add access() and accessSync()cjihrig2014-12-152-0/+40
* src: move BE/LE buffer conversion to StringSlice()Ben Noordhuis2014-12-144-14/+7
* src: redo unaligned access workaroundBen Noordhuis2014-12-146-35/+100
* src: fix addon loader regressionBen Noordhuis2014-12-131-15/+12
* crypto: separate altname extensions with ", "Fedor Indutny2014-12-111-0/+3
* crypto: disable SSLv3 if shared OpenSSL lacks itbrian m. carlson2014-12-101-0/+12
* src: fix unaligned access in ucs2 string encoderBen Noordhuis2014-12-091-19/+19
* lib,src: fix spawnSync ignoring its 'env' optionJuanjo2014-12-091-2/+2
* src: remove the tracing module entirelyBert Belder2014-12-091-3/+0
* async-wrap: add event hooksTrevor Norris2014-12-096-2/+167
* async-wrap: explicitly pass parentTrevor Norris2014-12-0912-35/+89
* async-wrap: expose async-wrap as bindingTrevor Norris2014-12-092-22/+51
* src: remove unnecessary template parameterTrevor Norris2014-12-0910-12/+12
* src: all wraps now use actual FunctionTemplateTrevor Norris2014-12-099-101/+259
* node: fix throws before timer module is loadedTrevor Norris2014-12-091-1/+1
* node, async-wrap: remove MakeDomainCallbackTrevor Norris2014-12-094-183/+53
* async-wrap: move MakeCallback to .ccTrevor Norris2014-12-093-132/+168
* src: remove Async ListenerTrevor Norris2014-12-096-222/+4
* smalloc: don't allow to dispose typed arraysVladimir Kurchatkin2014-12-091-0/+4
* node.cc: use nullptr instead of NULLBert Belder2014-12-091-5/+5
* node.cc: fix bad assertTrevor Norris2014-12-091-1/+1
* crypto: store thread id as pointer-sized valueBert Belder2014-12-091-1/+3
* modules: adding load linked modules featureThorsten Lorenz2014-12-042-0/+66
* crypto: proper fix for d7e700's causeFedor Indutny2014-11-261-5/+0
* crypto: throw if the key doesn't match certFedor Indutny2014-11-251-1/+8
* Merge remote-tracking branch 'joyent/v0.12' into v0.12Ben Noordhuis2014-11-225-11/+13
|\
| * dns: propagate domain for c-ares methodsChris Dickinson2014-11-171-0/+2
| * process: pid can be a string in process.kill()Sam Roberts2014-11-171-2/+2
| * fs: fix symlink error messageVladimir Kurchatkin2014-11-151-2/+2
| * core: fix usage of uv_cwdSaúl Ibarra Corretgé2014-11-051-1/+1
| * core: replace uv_fs_readdir with uv_fs_scandirSaúl Ibarra Corretgé2014-11-051-5/+5
| * smalloc: fix copyOnto optimizationVladimir Kurchatkin2014-10-301-1/+1
| * src, test: fixup after v8 updateFedor Indutny2014-10-086-30/+41
| * deps: re-implement debugger-agentFedor Indutny2014-10-088-92/+267
| * tls_wrap: ignore ZERO_RETURN after close_notifyFedor Indutny2014-10-081-0/+8
* | lib: turn on strict modeBen Noordhuis2014-11-221-0/+3
* | lib: add setFlagsFromString() to tracing moduleBen Noordhuis2014-11-201-0/+9
* | src: remove static variables from tls_wrapBen Noordhuis2014-11-184-48/+42
* | src: turn two global vars into local varsBen Noordhuis2014-11-182-2/+2
* | src: fixups after v8 upgradeBen Noordhuis2014-11-143-4/+16
* | crypto: fix X509 cert memory leak in GetPeerCertFedor Indutny2014-11-141-1/+2
* | src: fix windows build errorBen Noordhuis2014-11-111-10/+10
* | lib,src: make os.endianness() inlinableBen Noordhuis2014-11-111-8/+3
* | zlib: support concatenated gzip filesLuis Reis2014-11-091-7/+24
* | crypto: escape DNS altnameFedor Indutny2014-11-081-2/+46
* | src: network interface names are UTF-8 encodedBen Noordhuis2014-11-051-1/+11
* | windows: fix process description to say "Node.js"Rod Vagg2014-11-031-1/+1
* | node: do not crash on IPC stdinFedor Indutny2014-11-041-5/+18