| Commit message (Expand) | Author | Age | Files | Lines |
* | src: remove cpplint error using NOLINT directive | Rudi Cilibrasi | 2014-12-23 | 1 | -1/+1 |
* | lib,src: remove post-gc event infrastructure | Ben Noordhuis | 2014-12-18 | 3 | -233/+1 |
* | fs: add access() and accessSync() | cjihrig | 2014-12-15 | 2 | -0/+40 |
* | src: move BE/LE buffer conversion to StringSlice() | Ben Noordhuis | 2014-12-14 | 4 | -14/+7 |
* | src: redo unaligned access workaround | Ben Noordhuis | 2014-12-14 | 6 | -35/+100 |
* | src: fix addon loader regression | Ben Noordhuis | 2014-12-13 | 1 | -15/+12 |
* | crypto: separate altname extensions with ", " | Fedor Indutny | 2014-12-11 | 1 | -0/+3 |
* | crypto: disable SSLv3 if shared OpenSSL lacks it | brian m. carlson | 2014-12-10 | 1 | -0/+12 |
* | src: fix unaligned access in ucs2 string encoder | Ben Noordhuis | 2014-12-09 | 1 | -19/+19 |
* | lib,src: fix spawnSync ignoring its 'env' option | Juanjo | 2014-12-09 | 1 | -2/+2 |
* | src: remove the tracing module entirely | Bert Belder | 2014-12-09 | 1 | -3/+0 |
* | async-wrap: add event hooks | Trevor Norris | 2014-12-09 | 6 | -2/+167 |
* | async-wrap: explicitly pass parent | Trevor Norris | 2014-12-09 | 12 | -35/+89 |
* | async-wrap: expose async-wrap as binding | Trevor Norris | 2014-12-09 | 2 | -22/+51 |
* | src: remove unnecessary template parameter | Trevor Norris | 2014-12-09 | 10 | -12/+12 |
* | src: all wraps now use actual FunctionTemplate | Trevor Norris | 2014-12-09 | 9 | -101/+259 |
* | node: fix throws before timer module is loaded | Trevor Norris | 2014-12-09 | 1 | -1/+1 |
* | node, async-wrap: remove MakeDomainCallback | Trevor Norris | 2014-12-09 | 4 | -183/+53 |
* | async-wrap: move MakeCallback to .cc | Trevor Norris | 2014-12-09 | 3 | -132/+168 |
* | src: remove Async Listener | Trevor Norris | 2014-12-09 | 6 | -222/+4 |
* | smalloc: don't allow to dispose typed arrays | Vladimir Kurchatkin | 2014-12-09 | 1 | -0/+4 |
* | node.cc: use nullptr instead of NULL | Bert Belder | 2014-12-09 | 1 | -5/+5 |
* | node.cc: fix bad assert | Trevor Norris | 2014-12-09 | 1 | -1/+1 |
* | crypto: store thread id as pointer-sized value | Bert Belder | 2014-12-09 | 1 | -1/+3 |
* | modules: adding load linked modules feature | Thorsten Lorenz | 2014-12-04 | 2 | -0/+66 |
* | crypto: proper fix for d7e700's cause | Fedor Indutny | 2014-11-26 | 1 | -5/+0 |
* | crypto: throw if the key doesn't match cert | Fedor Indutny | 2014-11-25 | 1 | -1/+8 |
* | Merge remote-tracking branch 'joyent/v0.12' into v0.12 | Ben Noordhuis | 2014-11-22 | 5 | -11/+13 |
|\ |
|
| * | dns: propagate domain for c-ares methods | Chris Dickinson | 2014-11-17 | 1 | -0/+2 |
| * | process: pid can be a string in process.kill() | Sam Roberts | 2014-11-17 | 1 | -2/+2 |
| * | fs: fix symlink error message | Vladimir Kurchatkin | 2014-11-15 | 1 | -2/+2 |
| * | core: fix usage of uv_cwd | Saúl Ibarra Corretgé | 2014-11-05 | 1 | -1/+1 |
| * | core: replace uv_fs_readdir with uv_fs_scandir | Saúl Ibarra Corretgé | 2014-11-05 | 1 | -5/+5 |
| * | smalloc: fix copyOnto optimization | Vladimir Kurchatkin | 2014-10-30 | 1 | -1/+1 |
| * | src, test: fixup after v8 update | Fedor Indutny | 2014-10-08 | 6 | -30/+41 |
| * | deps: re-implement debugger-agent | Fedor Indutny | 2014-10-08 | 8 | -92/+267 |
| * | tls_wrap: ignore ZERO_RETURN after close_notify | Fedor Indutny | 2014-10-08 | 1 | -0/+8 |
* | | lib: turn on strict mode | Ben Noordhuis | 2014-11-22 | 1 | -0/+3 |
* | | lib: add setFlagsFromString() to tracing module | Ben Noordhuis | 2014-11-20 | 1 | -0/+9 |
* | | src: remove static variables from tls_wrap | Ben Noordhuis | 2014-11-18 | 4 | -48/+42 |
* | | src: turn two global vars into local vars | Ben Noordhuis | 2014-11-18 | 2 | -2/+2 |
* | | src: fixups after v8 upgrade | Ben Noordhuis | 2014-11-14 | 3 | -4/+16 |
* | | crypto: fix X509 cert memory leak in GetPeerCert | Fedor Indutny | 2014-11-14 | 1 | -1/+2 |
* | | src: fix windows build error | Ben Noordhuis | 2014-11-11 | 1 | -10/+10 |
* | | lib,src: make os.endianness() inlinable | Ben Noordhuis | 2014-11-11 | 1 | -8/+3 |
* | | zlib: support concatenated gzip files | Luis Reis | 2014-11-09 | 1 | -7/+24 |
* | | crypto: escape DNS altname | Fedor Indutny | 2014-11-08 | 1 | -2/+46 |
* | | src: network interface names are UTF-8 encoded | Ben Noordhuis | 2014-11-05 | 1 | -1/+11 |
* | | windows: fix process description to say "Node.js" | Rod Vagg | 2014-11-03 | 1 | -1/+1 |
* | | node: do not crash on IPC stdin | Fedor Indutny | 2014-11-04 | 1 | -5/+18 |