-
Notifications
You must be signed in to change notification settings - Fork 1
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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: squeak-smalltalk/squeakssl
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.2.0b
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: squeak-smalltalk/squeakssl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 15 commits
- 7 files changed
- 1 contributor
Commits on Sep 5, 2016
-
Configuration menu - View commit details
-
Copy full SHA for edaef27 - Browse repository at this point
Copy the full SHA edaef27View commit details -
Configuration menu - View commit details
-
Copy full SHA for 07ef9d0 - Browse repository at this point
Copy the full SHA 07ef9d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9022b11 - Browse repository at this point
Copy the full SHA 9022b11View commit details -
Configuration menu - View commit details
-
Copy full SHA for 23a1168 - Browse repository at this point
Copy the full SHA 23a1168View commit details -
Configuration menu - View commit details
-
Copy full SHA for 15aed0d - Browse repository at this point
Copy the full SHA 15aed0dView commit details
Commits on May 9, 2017
-
1
Configuration menu - View commit details
-
Copy full SHA for efe4b3d - Browse repository at this point
Copy the full SHA efe4b3dView commit details
Commits on Jul 11, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 95709fc - Browse repository at this point
Copy the full SHA 95709fcView commit details
Commits on Jul 17, 2017
-
fixes bounds, braces, protoype decls.
also uses correct header for strncasecmp.
Configuration menu - View commit details
-
Copy full SHA for 7eba66a - Browse repository at this point
Copy the full SHA 7eba66aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1354f6b - Browse repository at this point
Copy the full SHA 1354f6bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e28f13 - Browse repository at this point
Copy the full SHA 0e28f13View commit details -
Configuration menu - View commit details
-
Copy full SHA for eb07adb - Browse repository at this point
Copy the full SHA eb07adbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 65e7d8d - Browse repository at this point
Copy the full SHA 65e7d8dView commit details
Commits on Aug 29, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 7d9ad7a - Browse repository at this point
Copy the full SHA 7d9ad7aView commit details
Commits on Jan 29, 2018
-
Pick up OpenSmalltalk/opensmalltalk-vm@ea5794b715dcae7db5116e5cdc70
Original information by @zecke in OpenSmalltalk/opensmalltalk-vm#174 =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= openssl: Fix compability with OpenSSL 1.1 as used by debian Norbert reported that a build for Debian9 fails to open outgoing TLS connections. In OpenSSL the semantic of BIO_write for zero sized writes has been changed. Do not attempt to write if the length is zero. Check for the length before calling BIO_write. I have updated the outgoing connection code and updated the incoming connection one as well (didn't manually test it though) and left the decrypt routine as is. The Pharo testcase: ./products/phcogspurlinuxht/pharo ~/Pharo-60520.image eval "ZnEasy getPng: 'https://pharo.org/files/pharo.png'" OpenSSL-issue: openssl/openssl#4782 =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Configuration menu - View commit details
-
Copy full SHA for 6f3fbde - Browse repository at this point
Copy the full SHA 6f3fbdeView commit details
Commits on Jan 31, 2018
-
Overlay OpenSSL for linux/unix
When we dynamically link against OpenSSL, the bundles are not portable, as CentOS and friends use other SO_NAMEs than Debian and friends. Also, soft-fallback for later features such as host name verification is hard. When we statically link, we might lack behind the OS, the binaries are bigger, and the legal situation is less clear. So we now support not linking at all but rather lookup all necessary functions/symbols at runtime. This can be disabled with SQSSL_OPENSSL_LINKED which effectively results in the dynamically-linked behavior. (This is preferable for platform builds, eg, debs and rpms)
Configuration menu - View commit details
-
Copy full SHA for 5294be4 - Browse repository at this point
Copy the full SHA 5294be4View 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 v0.2.0b...master