Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-11-07 | Merge branch 'sverker/systask-reqid-bug' | Sverker Eriksson | |
* sverker/systask-reqid-bug: erts: Fix bug in systask scheduling | |||
2017-11-07 | Merge branch 'sverker/cleanup-hipe_bs_validate_unicode' | Sverker Eriksson | |
* sverker/cleanup-hipe_bs_validate_unicode: erts: Remove obsolete hipe primop bs_validate_unicode | |||
2017-11-07 | Merge branch 'maint' | Sverker Eriksson | |
2017-11-07 | Merge PR-1619 from mikpe/erts-hipe-print-heap-fixes | Sverker Eriksson | |
fix output formatting in hipe_bifs:show_heap/1 | |||
2017-11-07 | Merge pull request #1551 from peterdmv/peterdmv/stdlib/add_uri_string/OTP-14496 | Péter Dimitrov | |
Implement new uri_string module in stdlib | |||
2017-11-07 | Merge branch 'hasse/erl_docgen/clause_i_anchors/OTP-14321' | Hans Bolinder | |
* hasse/erl_docgen/clause_i_anchors/OTP-14321: erts: Correct a link in erlang(3) erts: Improve some links in erlang(3) erl_docgen: Insert an anchor for "anchor" attribute | |||
2017-11-06 | Merge PR-1622 from Zorbash/typo-ets-suite | Sverker Eriksson | |
Fix typo in test/ets_SUITE.erl | |||
2017-11-06 | Fix typo in test/ets_SUITE.erl | Dimitris Zorbas | |
2017-11-06 | erts: Remove obsolete hipe primop bs_validate_unicode | Sverker Eriksson | |
which was replaced by 'is_unicode' in 5369e34a892bfd8ab5aa98df330e3bbf19497b71 but kept for ABI compatibility in OTP-20.*. | |||
2017-11-06 | Merge branch 'sverker/mend-do_call_trace' | Sverker Eriksson | |
* sverker/mend-do_call_trace: erts: Fix lock checking in do_call_trace | |||
2017-11-06 | erts: Fix bug in systask scheduling | Sverker Eriksson | |
when request id is an immediate. Ex: erlang:garbage_collect(P, [{async,Immediate}]). may crash the VM. | |||
2017-11-06 | stdlib: Remove compose_query and dissect_query | Péter Dimitrov | |
compose_query/{1,2} and dissect_query/1 removed as the implemented specification (HTML 2.0) is old. They will be re-implemented based on HTML5. | |||
2017-11-06 | Merge branch 'maint' | Siri Hansen | |
2017-11-06 | Merge branch 'siri/observer/dont-crash-on-expand-empty-binary/OTP-14642' ↵ | Siri Hansen | |
into maint * siri/observer/dont-crash-on-expand-empty-binary/OTP-14642: [observer] Don't crash on empty binary | |||
2017-11-05 | fix output formatting in hipe_bifs:show_heap/1 | Mikael Pettersson | |
When the code switches from printf() to erts_printf() the output becomes garbled. Fixed by fflush()ing stdout first. Fixed formatting of the "H E A P" banner for 64-bit systems. | |||
2017-11-03 | erts: Fix lock checking in do_call_trace | Sverker Eriksson | |
which was lost in merge 3ec66701f91eba6a7a12a813b2283c2e733f62c1 | |||
2017-11-03 | Merge branch 'maint' | Sverker Eriksson | |
2017-11-03 | Merge PR-1607 from sverker/hipe_bin_utf32_bug OTP-14740 | Sverker Eriksson | |
Fix hipe bug in binary <<X/utf32>> construction | |||
2017-11-03 | Fix bug in hipe for <<X/utf32>> | Sverker Eriksson | |
by introducing new primop 'is_unicode' with no exception (ab)use and no GC. Replaces bs_validate_unicode which is kept for backward compat for now. | |||
2017-11-03 | Prevent hipe_bs_validate_unicode from doing GC | Sverker Eriksson | |
Fix for x86_64 only. The calling native code can not handle a GC as it has a raw pointer where to write the binary data. If a GC happens the data (utf32) will be written to the old deallocated heap. | |||
2017-11-03 | stdlib: Refactor functions in uri_string | Péter Dimitrov | |
2017-11-02 | Merge branch 'maint' | Ingela Anderton Andin | |
Conflicts: OTP_VERSION | |||
2017-11-02 | Merge branch 'maint-20' into maint | Ingela Anderton Andin | |
* maint-20: Updated OTP version Update release notes inets: Prepare for release inets: httpd - Fix broken handling of POST requests inets: Make sure httpd:stop_service is synchronous inets: httpd - do not hardcode 302 status for location | |||
2017-11-02 | Merge branch 'john/erts/msacc-dirty-schedulers/OTP-14707' | John Högberg | |
2017-11-02 | Updated OTP versionOTP-20.1.4 | Erlang/OTP | |
2017-11-02 | Update release notes | Erlang/OTP | |
2017-11-02 | Merge branch ↵ | Erlang/OTP | |
'ingela/inets/maint/httpd-location-chunk-and-close/OTP-14716/OTP-14656/OTP-14696' into maint-20 * ingela/inets/maint/httpd-location-chunk-and-close/OTP-14716/OTP-14656/OTP-14696: inets: Prepare for release inets: httpd - Fix broken handling of POST requests inets: Make sure httpd:stop_service is synchronous inets: httpd - do not hardcode 302 status for location | |||
2017-11-01 | Merge branch 'maint' | Ingela Anderton Andin | |
2017-11-01 | Merge pull request #1613 from hamidreza-s/fix-httpc-misbehaviour | Ingela Andin | |
[#ERL-407]: Fix httpc misbehaviour based on RFC7230, section 3.3.3 OTP-14727 | |||
2017-11-01 | Merge pull request #1592 from falkevik/sctp_return_only_connect_errors | Raimo Niskanen | |
OTP-13760 SCTP connect could return error even if the connect is ongoing | |||
2017-11-01 | stdlib: Add uri_string module to stdlib.app.src | Péter Dimitrov | |
2017-11-01 | Merge branch 'maint' | Ingela Anderton Andin | |
2017-11-01 | Merge branch 'ingela/inets/httpd-location/OTP-14716' into maint | Ingela Anderton Andin | |
* ingela/inets/httpd-location/OTP-14716: inets: httpd - do not hardcode 302 status for location | |||
2017-11-01 | inets: Prepare for release | Ingela Anderton Andin | |
2017-11-01 | inets: httpd - Fix broken handling of POST requests | Ingela Anderton Andin | |
New chunk mechanism of body data in POST requests added in 5d01c70ca399edf28e99dc760506329689fab6ba broke handling of POST body data not using the new mechanism. Added better regression test | |||
2017-11-01 | inets: Make sure httpd:stop_service is synchronous | Ingela Anderton Andin | |
2017-11-01 | inets: httpd - do not hardcode 302 status for location | Ingela Anderton Andin | |
If a status code is provide by the ESI script that status code should have precedence over internal defaults. Also remove RFC 2616 requirement that URI must be absolute, that requirement is relaxed by RFC 7231. | |||
2017-11-01 | Merge branch 'maint' | Hans Nilsson | |
2017-11-01 | Merge branch 'hans/crypto/DH_generate_parameters_deprecated/OTP-14639' into ↵ | Hans Nilsson | |
maint | |||
2017-11-01 | Merge branch 'hans/crypto/returnvalue_from_void/OTP-14720' into maint | Hans Nilsson | |
2017-11-01 | crypto: replaced deprecated DH_generate_parameters | Hans Nilsson | |
2017-11-01 | crypto: Remove returnvalue from void C-fn | Hans Nilsson | |
2017-10-31 | stdlib: Fix case normalization (normalize/1) | Péter Dimitrov | |
2017-10-31 | stdlib: Refactor helper functions in uri_string | Péter Dimitrov | |
2017-10-31 | Merge branch 'maint' | Hans Nilsson | |
2017-10-31 | Merge branch 'hans/ssh/check_host_user_keys/OTP-14676' into maint | Hans Nilsson | |
2017-10-31 | inets: httpd - do not hardcode 302 status for location | Ingela Anderton Andin | |
If a status code is provide by the ESI script that status code should have precedence over internal defaults. Also remove RFC 2616 requirement that URI must be absolute, that requirement is relaxed by RFC 7231. | |||
2017-10-31 | Merge branch 'maint' | Hans Bolinder | |
* maint: stdlib: Fix a minor issue with the qlc suite | |||
2017-10-31 | Merge branch 'hasse/stdlib/fix_qlc_SUITE' into maint | Hans Bolinder | |
* hasse/stdlib/fix_qlc_SUITE: stdlib: Fix a minor issue with the qlc suite | |||
2017-10-31 | Merge branch 'maint' | Ingela Anderton Andin | |