Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nodejs/node-v0.x-archive
base: 315afbdc5f0e
Choose a base ref
...
head repository: nodejs/node-v0.x-archive
compare: 5deb1672f2b5
Choose a head ref
  • 9 commits
  • 13 files changed
  • 1 contributor

Commits on May 14, 2013

  1. src: Add StringBytes static util class

    Four functions:
    
    - StringBytes::StorageSize()
    - StringBytes::Size()
    - StringBytes::Write()
    - StringBytes::Encode()
    isaacs committed May 14, 2013
    Copy the full SHA
    64fc34b View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    69dac92 View commit details
    Browse the repository at this point in the history
  3. src: use StringBytes for DecodeWrite/DecodeBytes/Encode

    Bonus: this makes node::Encode actually work properly with base64,
    ucs2, hex, etc.
    isaacs committed May 14, 2013
    Copy the full SHA
    4e8cddd View commit details
    Browse the repository at this point in the history
  4. buffer: DRY string encoding using StringBytes

    This also templatizes the Buffer::*Slice functions, and the template
    function probably cannot be safely used outside of Node.  However, it
    also SHOULD not be used outside of Node, so this is arguably a feature
    as well as a caveat.
    isaacs committed May 14, 2013
    Copy the full SHA
    119354f View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    a1eacdf View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    430dc39 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    c1e8c8d View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    a241deb View commit details
    Browse the repository at this point in the history
  9. 2013.05.14, Version 0.10.6 (Stable)

    * module: Deprecate require.extensions (isaacs)
    
    * stream: make Readable.wrap support objectMode, empty streams (Daniel Moore)
    
    * child_process: fix handle delivery (Ben Noordhuis)
    
    * crypto: Fix performance regression (isaacs)
    
    * src: DRY string encoding/decoding (isaacs)
    isaacs committed May 14, 2013
    Copy the full SHA
    5deb167 View commit details
    Browse the repository at this point in the history