-
Notifications
You must be signed in to change notification settings - Fork 38.7k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Checking mergeability…
Don’t worry, you can still create the pull request.
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: bitcoin/bitcoin
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: luke-jr/bitcoin
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: my_bind_socket_with_handle
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 10 commits
- 1 file changed
- 2 contributors
Commits on Dec 17, 2018
-
http: Fail initialization when any bind fails
Currently the HTTP server initialization (`HTTPBindAddresses`) fails only when *all* bindings fail. So if multiple binds are specified (`127.0.0.1` and `::1` by defeault) and one succeeds and the other fails, the latter is essentially ignored. This commit changes the error behavior to fail *if not all* binds could be performed, which I think is more in line with how software normally handles this and what users expect.
Configuration menu - View commit details
-
Copy full SHA for 7b5e400 - Browse repository at this point
Copy the full SHA 7b5e400View commit details
Commits on Dec 28, 2018
-
Configuration menu - View commit details
-
Copy full SHA for c27e066 - Browse repository at this point
Copy the full SHA c27e066View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f462f7 - Browse repository at this point
Copy the full SHA 8f462f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 425fcc1 - Browse repository at this point
Copy the full SHA 425fcc1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8477274 - Browse repository at this point
Copy the full SHA 8477274View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ee2515 - Browse repository at this point
Copy the full SHA 9ee2515View commit details -
Configuration menu - View commit details
-
Copy full SHA for aaa64df - Browse repository at this point
Copy the full SHA aaa64dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ab08e1 - Browse repository at this point
Copy the full SHA 1ab08e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c93368 - Browse repository at this point
Copy the full SHA 2c93368View commit details -
Configuration menu - View commit details
-
Copy full SHA for d2d51e7 - Browse repository at this point
Copy the full SHA d2d51e7View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...my_bind_socket_with_handle