8000 Comparing rustyrussell:master...heshbaugh:master · rustyrussell/ccan · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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: rustyrussell/ccan
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: heshbaugh/ccan
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 10 commits
  • 4 files changed
  • 2 contributors

Commits on Jan 12, 2013

  1. Added a logging function

    heshbaugh committed Jan 12, 2013
    Configuration menu
    Copy the full SHA
    16fbc82 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    44d03e0 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2013

  1. Configuration menu
    Copy the full SHA
    9817e8c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5c97ef0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    54da866 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2013

  1. Fixed unneeded include

    heshbaugh committed Jan 19, 2013
    Configuration menu
    Copy the full SHA
    406d0b7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    07c298c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5e3d75d View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2013

  1. log: make it pass ccanlint (on Linux, at least)

    1) _info example does not compile, due to missing close of function.
    2) <log.h> does not exist on my system
    3) You should always include your own prototypes, so include <ccan/log/log.h>
    4) log_tags[] should not be defined in header, otherwise everyone who includes
       log.h will get their own copy, and it's unused anyway.
    5) set_log_file() should take a const.
    6) get_log_mode() should use modern (void) C style.
    7) get_log_mode() returns an int according to the header.
    8) _print_log() should mostly take const char *.
    9) ccanlint wants the license mentioned in every file.
    
    There are still no tests, and there really should be!
    
    Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
    rustyrussell committed Apr 5, 2013
    Configuration menu
    Copy the full SHA
    20da2e9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from rustyrussell/for-heshbaugh

    log: make it pass ccanlint (on Linux, at least)
    heshbaugh committed Apr 5, 2013
    Configuration menu
    Copy the full SHA
    27b84ef View commit details
    Browse the repository at this point in the history
Loading
0