Skip to content
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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 8a0e7d65661d
Choose a base ref
...
head repository: nodejs/node
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: c9fd9e21622a
Choose a head ref
  • 3 commits
  • 5 files changed
  • 1 contributor

Commits on Jan 8, 2015

  1. util,net: move _detailedException into util

    This allows _detailedException() to be used by both the 'net' and
    'dgram' modules to provide more informative error messages.
    
    PR-URL: #250
    Reviewed-By: Bert Belder <[email protected]>
    Evan Lucas authored and piscisaureus committed Jan 8, 2015
    Configuration menu
    Copy the full SHA
    3937e85 View commit details
    Browse the repository at this point in the history
  2. util: _detailedException to _exceptionWithHostPort

    The _detailedException() helper function used to be local to the 'net'
    module, but now that it has been moved to 'util' a more descriptive name
    is desirable.
    
    PR-URL: #250
    Reviewed-By: Bert Belder <[email protected]>
    Evan Lucas authored and piscisaureus committed Jan 8, 2015
    Configuration menu
    Copy the full SHA
    b1a208c View commit details
    Browse the repository at this point in the history
  3. dgram: make error messages more informative

    PR-URL: #250
    Reviewed-By: Bert Belder <[email protected]>
    Evan Lucas authored and piscisaureus committed Jan 8, 2015
    1 Configuration menu
    Copy the full SHA
    c9fd9e2 View commit details
    Browse the repository at this point in the history
Loading