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: d66d840e3b47
Choose a base ref
...
head repository: nodejs/node-v0.x-archive
compare: d4ad5d1151d7
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Aug 12, 2013

  1. crypto: use consistent variable names

    Code cleanup: don't call a Connection object `p` in some places, `c` in
    other places and `ss` in yet other places. Let's just call it `conn`.
    
    This also fixes about a million style errors in one fell swoop.
    bnoordhuis committed Aug 12, 2013
    Copy the full SHA
    4901353 View commit details
    Browse the repository at this point in the history
  2. crypto: use consistent conn object unwrapping

    We use `Foo:Unwrap(args.This())` everywhere else, let's use the same
    idiom for Connection::Unwrap().
    bnoordhuis committed Aug 12, 2013
    Copy the full SHA
    d4ad5d1 View commit details
    Browse the repository at this point in the history