Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-12-12 | Skip ssl_bench_SUITE, normally | Raimo Niskanen | |
2017-12-04 | Write SSL distribution benchmarks | Raimo Niskanen | |
2017-12-04 | Polish SSL distribution | Raimo Niskanen | |
2017-12-04 | Handle whitebox test message | Raimo Niskanen | |
2017-12-04 | Correct distribution doc | Raimo Niskanen | |
2017-12-04 | Use SNI when connecting | Raimo Niskanen | |
2017-12-04 | Use -ssl_dist_optfile options | Raimo Niskanen | |
2017-12-04 | Read in -ssl_dist_optfile to ETS | Raimo Niskanen | |
2017-12-01 | Facilitate test certs with common root | Raimo Niskanen | |
2017-11-29 | Stop checking DNS name for SNI | Raimo Niskanen | |
2017-11-29 | Merge branch 'maint' | Ingela Anderton Andin | |
Conflicts: lib/ssl/src/ssl_connection.erl | |||
2017-11-29 | Merge branch 'ingela/ssl/cleaner-code' into maint | Ingela Anderton Andin | |
* ingela/ssl/cleaner-code: ssl: Add gracefullness to dtls code ssl: Remove old softupgrade code ssl: Use genstamtem properly | |||
2017-11-28 | Merge branch 'maint' | Hans Bolinder | |
* maint: dialyzer: Extend the map implementation's handling of ?unit dialyzer: Use string:find() instead of string:str() | |||
2017-11-28 | Merge branch 'hasse/dialyzer/maps_anon_fun/OTP-14743' into maint | Hans Bolinder | |
* hasse/dialyzer/maps_anon_fun/OTP-14743: dialyzer: Extend the map implementation's handling of ?unit dialyzer: Use string:find() instead of string:str() | |||
2017-11-28 | Merge branch 'maint' | Hans Nilsson | |
* maint: public_key: Fix failing pkix_verify_hostname_subjAltName_IP TC | |||
2017-11-28 | Merge branch 'hans/ssh/public_key/fix_bad_cert_merge' into maint | Hans Nilsson | |
* hans/ssh/public_key/fix_bad_cert_merge: public_key: Fix failing pkix_verify_hostname_subjAltName_IP TC | |||
2017-11-27 | Merge branch 'maint' | Sverker Eriksson | |
2017-11-27 | Merge branch 'sverker/run_erl-log-gen-doc' into maint | Sverker Eriksson | |
2017-11-27 | Merge branch 'maint' | Dan Gudmundsson | |
* maint: Update HOWTO with wxWidgets build examples https should be mapped to url and not seealso Update kernel appup for OTP-20.2 | |||
2017-11-27 | Merge branch 'dgud/erl_docgen/https2url' into maint | Dan Gudmundsson | |
* dgud/erl_docgen/https2url: Update HOWTO with wxWidgets build examples https should be mapped to url and not seealso | |||
2017-11-27 | Merge branch 'siri/appups-20.2' into maint | Siri Hansen | |
* siri/appups-20.2: Update kernel appup for OTP-20.2 | |||
2017-11-27 | erts: Fix bad merge of PR #1644 | Björn Gustavsson | |
2017-11-27 | Merge branch 'maint' | John Högberg | |
2017-11-27 | public_key: Fix failing pkix_verify_hostname_subjAltName_IP TC | Hans Nilsson | |
Was due to an unresolved merge conflict in a453532fe31eecd8c39b5035702ee20b402fd687 | |||
2017-11-27 | Merge branch 'john/erts/fix-nif-ioq-version/OTP-14779' into maint | John Högberg | |
2017-11-27 | Merge pull request #1644 from bjorng/bjorn/erts/fix-literal-gc/ERL-508 | Björn Gustavsson | |
Fix purging of modules with "fake literals" OTP-14791 | |||
2017-11-27 | Merge pull request #1545 from michalmuskala/move-opt | Björn Gustavsson | |
Place move S x0 instructions at the end of blocks | |||
2017-11-24 | Fix purging of modules with "fake literals" | Björn Gustavsson | |
When compiling Erlang source code, the literal area for the module can only contain data types that have a literal syntax. However, it is possible to sneak in other data types (such as references) in the literal pool by compiling from abstract or assembly code. Those "fake literals" would work fine, but would crash the runtime system when the module containing the literals was purged. Although fake literals are not officially supported, the runtime should not crash when attempting to use them. Therefore, fix the garbage collection of literals and releasing of literal areas. https://bugs.erlang.org/browse/ERL-508 | |||
2017-11-24 | Update CONTRIBUTING.md | Henrik Nord | |
2017-11-24 | Merge branch 'hans/public_key/base64_fix/OTP-14788' | Hans Nilsson | |
* hans/public_key/base64_fix/OTP-14788: public_key: Fix bad calls to base64:* | |||
2017-11-24 | ssl: Add gracefullness to dtls code | Ingela Anderton Andin | |
Also make tls code a little more direct for easier uderstanding | |||
2017-11-24 | ssl: Remove old softupgrade code | Ingela Anderton Andin | |
This code is only relevant in version is was written in. | |||
2017-11-24 | ssl: Use genstamtem properly | Ingela Anderton Andin | |
2017-11-24 | Merge branch 'maint' | Ingela Anderton Andin | |
2017-11-24 | Merge branch 'ingela/dtls/merge-fix' into maint | Ingela Anderton Andin | |
* ingela/dtls/merge-fix: ssl: Fix incorrect merge conflict resolution | |||
2017-11-24 | ssl: Fix incorrect merge conflict resolution | Ingela Anderton Andin | |
When handling merging of back ported Counter measurements for Bleichenbacher attack a line from DTLS was accidentally lost. | |||
2017-11-24 | Merge branch 'maint' | Björn Gustavsson | |
* maint: Use base64 encoding in crash dumps Correct parsing of sub binaries Generalize passing of options for decoding | |||
2017-11-24 | Merge branch 'bjorn/base64-in-dumps/OTP-14686' into maint | Björn Gustavsson | |
* bjorn/base64-in-dumps/OTP-14686: Use base64 encoding in crash dumps Correct parsing of sub binaries Generalize passing of options for decoding | |||
2017-11-23 | Place move S x0 instructions at the end of blocks | Michał Muskała | |
The loader has a lot of fused instructions that include move S x0. Placing them at the end of blocks makes it possible to take advantage of this optimization more frequently. | |||
2017-11-23 | Merge branch 'maint' | Ingela Anderton Andin | |
2017-11-23 | Merge branch 'doc-fix' into maint | Ingela Anderton Andin | |
* doc-fix: fix missing document tag lost during merge | |||
2017-11-23 | fix missing document tag lost during merge | Ingela Anderton Andin | |
2017-11-23 | Merge branch 'maint' | Ingela Anderton Andin | |
2017-11-23 | Merge branch 'maint-18' into maint | Ingela Anderton Andin | |
2017-11-23 | Merge branch 'maint' | Ingela Anderton Andin | |
2017-11-23 | Merge branch 'merge-fix' into maint | Ingela Anderton Andin | |
* merge-fix: Fix merge resolution | |||
2017-11-23 | Fix merge resolution | Ingela Anderton Andin | |
2017-11-23 | Merge branch 'maint' | Ingela Anderton Andin | |
2017-11-23 | Merge branch 'maint-19' into maint | Ingela Anderton Andin | |
2017-11-23 | Merge branch 'maint' | Ingela Anderton Andin | |
Conflicts: OTP_VERSION |