Next | Query returned 32 messages, browsing 21 to 30 | Previous

History of commit frequency

CVS Commit History:


   2017-05-03 13:03:44 by Filip Hajny | Files touched by this commit (4)
Log message:
Update lang/nodejs6 to 6.10.3

- module: The module loading global fallback to the Node executable's
  directory now works correctly on Windows.
- src: fix base64 decoding in rare edgecase
- tls: fix rare segmentation faults when using TLS
   2017-04-22 23:04:05 by Adam Ciarcinski | Files touched by this commit (670) | Package updated
Log message:
Revbump after icu update
   2017-04-06 16:59:22 by Filip Hajny | Files touched by this commit (2)
Log message:
Update lang/nodejs6 to 6.10.2.

- crypto: fix memory leak if certificate is revoked
- upgrade zlib to 1.2.11
- backport V8 fixes for spread syntax regression causing segfaults
- repl: Revert commit that broke REPL display on Windows
   2017-03-30 18:20:25 by Filip Hajny | Files touched by this commit (2)
Log message:
Update lang/nodejs6 to 6.10.1

- performance: The performance of several APIs has been improved.
  - Buffer.compare() is up to 35% faster on average.
  - buffer.toJSON() is up to 2859% faster on average.
  - fs.*statSync() functions are now up to 9.3% faster on average.
  - os.loadavg is up to 151% faster.
  - process.memoryUsage() is up to 34% faster.
  - querystring.unescape() for Buffers is 15% faster on average.
  - querystring.stringify() is up to 7.8% faster on average.
  - querystring.parse() is up to 21% faster on average.
- IPC: Batched writes have been enabled for process IPC on platforms
  that support Unix Domain Sockets.
  - Performance gains may be up to 40% for some workloads.
- child_process: spawnSync now returns a null status when child is
  terminated by a signal.
  - This fixes the behavior to act like spawn() does.
- http:
  - Control characters are now always rejected when using
    http.request().
  - Debug messages have been added for cases when headers contain
    invalid values.
- node: Heap statistics now support values larger than 4GB.
- timers: Timer callbacks now always maintain order when interacting
  with domain error handling.
   2017-03-20 17:51:43 by Jonathan Perkin | Files touched by this commit (2)
Log message:
Fix build on Darwin with GCC 4.8 or newer.
   2017-02-22 12:34:41 by Filip Hajny | Files touched by this commit (2)
Log message:
Update lang/nodejs6 to 6.10.0.

Notable Changes

- crypto: allow adding extra certs to well-known CAs
- deps: Upgrade INTL ICU to version 58
- process: add process.memoryUsage.external
- src: add wrapper for process.emitWarning()
- fs: cache non-symlinks in realpathSync.
- repl: allow autocompletion for scoped packages
   2017-02-13 15:05:50 by Filip Hajny | Files touched by this commit (2)
Log message:
Update lang/nodejs6 to 6.9.5.

Notable Changes

- deps: upgrade openssl sources to 1.0.2k
   2017-01-06 11:00:14 by Filip Hajny | Files touched by this commit (2)
Log message:
Update lang/nodejs6 to 6.9.4.

This is a special release that contains 0 commits. While promoting
additional platforms for v6.9.3 after the release, the tarballs on the
release server were overwritten and now have different shasums. In order
to remove any ambiguity around the release we have opted to do a semver
patch release with no changes.
   2017-01-04 14:01:48 by Filip Hajny | Files touched by this commit (2)
Log message:
Update lang/nodejs6 to 6.9.3.

Notable Changes

- build: shared library support is now working for AIX builds
- deps:
  - npm: upgrade npm to 3.10.10
  - V8: Destructuring of arrow function arguments via computed property
    no longer throws
- inspector: /json/version returns object, not an object wrapped
  in an array
- module: using --debug-brk and --eval together now works as expected
- process: improve performance of nextTick up to 20%
- repl:
  - the division operator will no longer be accidentally parsed as regex
  - improved support for generator functions
- timers: Re canceling a cancelled timers will no longer throw
   2016-12-09 00:02:13 by Filip Hajny | Files touched by this commit (3)
Log message:
Update lang/nodejs6 to 6.9.2

- buffer: coerce slice parameters consistently
- deps:
  - npm: upgrade npm to 3.10.9
  - V8: Various fixes to destructuring edge cases
    - cherry-pick 3c39bac from V8 upstream
    - cherry pick 7166503 from upstream v8
- gtest: the test reporter now outputs tap comments as yamlish
- inspector: inspector now prompts user to use 127.0.0.1 rather
  than localhost
- tls: fix memory leak when writing data to TLSWrap instance
  during handshake

Next | Query returned 32 messages, browsing 21 to 30 | Previous