Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-03-22 | This patch fixes the issue in which erlang fails to start | Deepak Goel | |
if the hostname is 64 characters on a linux system. | |||
2017-02-07 | Updated OTP versionOTP-19.2.3 | Erlang/OTP | |
2017-02-07 | Prepare release | Erlang/OTP | |
2017-02-07 | Merge branch 'hans/inets/ftp_bad_return_checks_patch/OTP-14203' into maint-19 | Erlang/OTP | |
* hans/inets/ftp_bad_return_checks_patch/OTP-14203: ftp: allow different timing sequences | |||
2017-02-07 | Merge branch 'raimo/efile_drv-read_file-use-fstat/OTP-14184' into maint-19 | Erlang/OTP | |
* raimo/efile_drv-read_file-use-fstat/OTP-14184: Use fstat if it exists in efile_openfile | |||
2017-02-07 | Merge branch 'sverker/bin2term-zlib-bug/ERL-340/OTP-14159' into maint-19 | Erlang/OTP | |
* sverker/bin2term-zlib-bug/ERL-340/OTP-14159: erts: Fix binary_to_term for compressed and zlib >= v1.2.9 | |||
2017-02-07 | Use fstat if it exists in efile_openfile | Raimo Niskanen | |
2017-02-06 | ftp: allow different timing sequences | Hans Nilsson | |
2017-01-31 | Updated OTP versionOTP-19.2.2 | Erlang/OTP | |
2017-01-31 | Prepare release | Erlang/OTP | |
2017-01-31 | Merge branch 'dgud/mnesia/checkpoint-crash/OTP-14167' into maint-19 | Erlang/OTP | |
* dgud/mnesia/checkpoint-crash/OTP-14167: Fixed crash when a table was deleted during checkpoint traversal | |||
2017-01-30 | Fixed crash when a table was deleted during checkpoint traversal | Dan Gudmundsson | |
Set fixtable false will fail on deleted tables, catch that and also report checkpoint deactivate error, so user can see why checkpoint was deactivated and backup fails. | |||
2017-01-23 | erts: Fix binary_to_term for compressed and zlib >= v1.2.9 | Sverker Eriksson | |
Problem: z_stream was incorrectly copied with memcpy which just happened to work with zlib < v1.2.9. Solution: Avoid copying z_stream. | |||
2017-01-12 | Updated OTP versionOTP-19.2.1 | Erlang/OTP | |
2017-01-12 | Prepare release | Erlang/OTP | |
2017-01-12 | Merge branch 'sverker/make-export-fun-race/OTP-14144' into maint-19 | Erlang/OTP | |
* sverker/make-export-fun-race/OTP-14144: erts: Fix race bug between export fun creation and code loading | |||
2017-01-12 | erts: Fix race bug between export fun creation and code loading | Sverker Eriksson | |
Symptom: SEGV crash on ARM in delete_code() -> export_list(). Could probably happen on other machines as well. Problem: Staging export table was iterated in an unsafe way while an entry was added for a new export fun. Solution: Correct write order and some memory barriers. | |||
2016-12-09 | Updated OTP versionOTP-19.2 | Erlang/OTP | |
2016-12-09 | Prepare release | Erlang/OTP | |
2016-12-08 | Merge branch 'egil/erl_interface/fix-warning-in-erl_call/OTP-14086' into maint | Björn-Egil Dahlberg | |
* egil/erl_interface/fix-warning-in-erl_call/OTP-14086: erl_interface: Fix compile warning in erl_call | |||
2016-12-07 | Update preloaded modules | Erlang/OTP | |
2016-12-07 | erl_interface: Fix compile warning in erl_call | Björn-Egil Dahlberg | |
2016-12-07 | Update copyright-year | Erlang/OTP | |
2016-12-06 | Merge branch 'hans/eldap/prepare_release' into maint | Hans Nilsson | |
Eldap vsn.mk (version) was updated alhough it shouldn't. | |||
2016-12-06 | Revert "eldap: update vsn.mk" | Hans Nilsson | |
This reverts commit c9bf308b6e3e1a699d6262bbb5ec829fd7819513. | |||
2016-12-06 | Merge branch 'siri/observer/more-port-info/ERL-272/OTP-13948' into maint | Siri Hansen | |
* siri/observer/more-port-info/ERL-272/OTP-13948: [observer] Fix update of range in memory allocator graphs [observer] Add more port information [observer] Show monitored ports in process details view | |||
2016-12-06 | Merge branch 'megaco/version' into maint | Ingela Anderton Andin | |
* megaco/version: Revert "[megaco] Update version" - only test suite updated | |||
2016-12-06 | Revert "[megaco] Update version" - only test suite updated | Ingela Anderton Andin | |
This reverts commit ae8f00912587cbb8e9ace6660434e921bae9730b. | |||
2016-12-06 | Merge branch 'ingela/inets/httpd-profiles/OTP-14082' into maint | Ingela Anderton Andin | |
* ingela/inets/httpd-profiles/OTP-14082: inets: Add Profile argument missed by commit fdfda2fab0921d409789174556582db28141448e | |||
2016-12-06 | Merge branch 'ingela/ssl/next-version' into maint | Ingela Anderton Andin | |
* ingela/ssl/next-version: ssl: Prepare for release | |||
2016-12-06 | Merge branch 'ingela/dtls/statem/OTP-12982' into maint | Ingela Anderton Andin | |
* ingela/dtls/statem/OTP-12982: ssl: Implement DTLS state machine | |||
2016-12-05 | Merge branch 'emj/report-tunnel-errors/PR-1254' into maint | Ingela Anderton Andin | |
* emj/report-tunnel-errors/PR-1254: Report errors from TLS tunnel request to correct process | |||
2016-12-05 | Merge branch 'ingela/ECC-tests' into maint | Ingela Anderton Andin | |
* ingela/ECC-tests: ssl: Make sure common-test priv_dir is used for test case generated files | |||
2016-12-05 | inets: Add Profile argument missed by commit ↵ | Ingela Anderton Andin | |
fdfda2fab0921d409789174556582db28141448e | |||
2016-12-05 | ssl: Prepare for release | Ingela Anderton Andin | |
2016-12-05 | Merge branch 'siri/cdv/abort-tag/OTP-14053' into maint | Siri Hansen | |
* siri/cdv/abort-tag/OTP-14053: [crashdump_viewer] Display abort reason when truncated | |||
2016-12-05 | Merge branch 'hans/public_key/prepare_release' into maint | Hans Nilsson | |
2016-12-05 | Merge branch 'hans/ssh/prepare_release' into maint | Hans Nilsson | |
2016-12-05 | Merge branch 'hans/eldap/prepare_release' into maint | Hans Nilsson | |
2016-12-05 | public_key: update vsn.mk | Hans Nilsson | |
2016-12-05 | ssh: update vsn.mk | Hans Nilsson | |
2016-12-05 | eldap: update vsn.mk | Hans Nilsson | |
2016-12-05 | Merge branch 'lars/megaco/cuddle-tests/OTP-14075' into maint | Lars Thorsen | |
* lars/megaco/cuddle-tests/OTP-14075: [megaco} Update version [megaco] Use the test_server app and appup tests | |||
2016-12-05 | Merge branch 'hans/public_key/cover_spec' into maint | Hans Nilsson | |
2016-12-05 | Merge branch 'hans/ssh/cover_spec' into maint | Hans Nilsson | |
2016-12-05 | [megaco} Update version | Lars Thorsen | |
2016-12-05 | [megaco] Use the test_server app and appup tests | Lars Thorsen | |
2016-12-05 | Merge branch 'siri/cdv/faulty-column-vals/OTP-14064' into maint | Siri Hansen | |
* siri/cdv/faulty-column-vals/OTP-14064: [crashdump_viewer] Show correct values for 'Object' and 'Memory' | |||
2016-12-05 | [observer] Fix update of range in memory allocator graphs | Siri Hansen | |
2016-12-05 | [observer] Add more port information | Siri Hansen | |