rename fNoListen to fListen and move to net #4247

pull Diapolo wants to merge 1 commits into bitcoin:master from Diapolo:listen changing 6 files +7 −7
  1. Diapolo commented at 10:38 AM on May 29, 2014: none
    • better code readability and it belongs to net
    • this is a prerequisite for a pull to add -listen to the GUI
  2. rename fNoListen to fListen and move to net
    - better code readability and it belongs to net
    - this is a prerequisite for a pull to add -listen to the GUI
    53a088154c
  3. Diapolo renamed this:
    rename fNoListen to fListen an move to net
    rename fNoListen to fListen and move to net
    on May 29, 2014
  4. BitcoinPullTester commented at 12:37 PM on May 29, 2014: none

    Automatic sanity-testing: PASSED, see http://jenkins.bluematt.me/pull-tester/53a088154ce4e1fc483afa120a9063811dd0e7ea for binaries and test log. This test script verifies pulls every time they are updated. It, however, dies sometimes and fails to test properly. If you are waiting on a test, please check timestamps to verify that the test.log is moving at http://jenkins.bluematt.me/pull-tester/current/ Contact BlueMatt on freenode if something looks broken.

  5. brandondahler commented at 2:31 AM on May 30, 2014: contributor

    Basic code review and coverage search against master looks good to me.

    Coverage search command:

    find . -type f \( -iname "*.h" -o -iname "*.cpp" \) -exec grep "fNoListen" {} \; -print
    
  6. theuni commented at 6:11 PM on May 30, 2014: member

    @brandondahler fwiw, 'git grep fNoListen' is usually most helpful for this type of change.

  7. Diapolo commented at 7:21 AM on June 3, 2014: none

    @laanwj @sipa Should be no big deal, can you comment?

  8. laanwj commented at 7:49 AM on June 3, 2014: member

    @Diapolo Sure - I'm in favor of positive options instead of negative ones, and moving it to an implementation file where it's actually used makes sense. ACK

  9. sipa commented at 9:47 PM on June 3, 2014: member

    Untested ACK.

  10. jgarzik referenced this in commit c79897af31 on Jun 4, 2014
  11. jgarzik merged this on Jun 4, 2014
  12. jgarzik closed this on Jun 4, 2014

  13. Diapolo deleted the branch on Jun 4, 2014
  14. dgenr8 commented at 6:07 PM on June 23, 2014: contributor

    Bug: it is now necessary to set -listen=0 even when setting -connect= (and not setting -bind=). This does not match documentation: "-listen Accept connections from outside (default: 1 if no -proxy or -connect)".

    This seems like it might be related to this change.

  15. DrahtBot locked this on Sep 8, 2021

github-metadata-mirror

This is a metadata mirror of the GitHub repository bitcoin/bitcoin. This site is not affiliated with GitHub. Content is generated from a GitHub metadata backup.
generated: 2026-04-21 18:15 UTC

This site is hosted by @0xB10C
More mirrored repositories can be found on mirror.b10c.me