Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-07-09 | tools: Add histogram to lcnt | Björn-Egil Dahlberg | |
2014-07-09 | erts: Add histogram to lcnt | Björn-Egil Dahlberg | |
2014-07-02 | Merge branch 'wmalik/processes-doc' into maint | Bruce Yinhe | |
* wmalik/processes-doc: rephrase sentence in process links doc | |||
2014-07-02 | Merge branch 'maint-17' into maint | Magnus Lidén | |
2014-07-01 | Updated OTP versionOTP-17.1.1 | Erlang/OTP | |
2014-07-01 | Prepare release | Erlang/OTP | |
2014-07-01 | Merge branch 'egil/fix-ethr-force-inline/OTP-12010' into maint-17 | Erlang/OTP | |
* egil/fix-ethr-force-inline/OTP-12010: vxworks: Fix SYSTEMD_DAEMON_LIBS in configure erts: Separate ethread inlining from ethread.h | |||
2014-07-01 | Merge branch 'hb/edoc/latin1_fix/OTP-12008' into maint-17 | Erlang/OTP | |
* hb/edoc/latin1_fix/OTP-12008: edoc, syntax_tools: Don't fail on invalid UTF-8 | |||
2014-07-01 | Merge branch 'hb/stdlib/dets_insert_new/OTP-12024' into maint | Hans Bolinder | |
* hb/stdlib/dets_insert_new/OTP-12024: stdlib: Correct documentation of dets:insert/2 | |||
2014-06-30 | vxworks: Fix SYSTEMD_DAEMON_LIBS in configure | Björn-Egil Dahlberg | |
2014-06-30 | erts: Separate ethread inlining from ethread.h | Björn-Egil Dahlberg | |
The commit adb5dc0090bc419e2c4c1250653badbddeb6263b (ETHR_FORCE_INLINE) broke some platforms without adequate thread support. | |||
2014-06-30 | Merge branch 'hb/hipe/pretty_bitstring/OTP-12015' into maint | Hans Bolinder | |
* hb/hipe/pretty_bitstring/OTP-12015: hipe: Correct pretty-printing of bitstrings | |||
2014-06-30 | stdlib: Correct documentation of dets:insert/2 | Hans Bolinder | |
Thanks to Alexei Sholik for reporting the bug. | |||
2014-06-29 | rephrase sentence in process links doc | Wasif Malik | |
2014-06-26 | hipe: Correct pretty-printing of bitstrings | Hans Bolinder | |
2014-06-26 | edoc, syntax_tools: Don't fail on invalid UTF-8 | Hans Bolinder | |
As a temporary measure to ease the transition to default UTF-8 encoding, automatically fall back to the Latin-1 encoding (without any warnings; the Erlang Compiler will emit a proper warning). The intention is to remove this workaround in OTP 18 or 19. | |||
2014-06-26 | Merge branch 'ia/inets/reload-tests-and-timeout-mixup/OTP-12013' into maint | Ingela Anderton Andin | |
* ia/inets/reload-tests-and-timeout-mixup/OTP-12013: inets: Create seperate timeout for TLS/SSL handshake inets: Add reload tests | |||
2014-06-26 | inets: Create seperate timeout for TLS/SSL handshake | Ingela Anderton Andin | |
We do not want this timeout to be mixed up with the keep alive timeout. We will probably want to make it configurable later. | |||
2014-06-26 | inets: Add reload tests | Ingela Anderton Andin | |
2014-06-19 | Updated OTP versionOTP-17.1 | Erlang/OTP | |
2014-06-19 | Prepare release | Erlang/OTP | |
2014-06-19 | Merge branch 'sverk/crypto-ec-mem-leak/OTP-11999' into maint | Sverker Eriksson | |
* sverk/crypto-ec-mem-leak/OTP-11999: crypto: Fix memory leak of EC "keys" and "points" crypto: Fix crypto for debug and valgrind | |||
2014-06-18 | crypto: Fix memory leak of EC "keys" and "points" | Sverker Eriksson | |
2014-06-18 | Merge branch 'egil/fix-doc-links' into maint | Björn-Egil Dahlberg | |
* egil/fix-doc-links: doc: Fix broken links in Installation Guide doc: Fix broken links | |||
2014-06-18 | Update preloaded modules | Magnus Lidén | |
2014-06-18 | Update primary bootstrap | Magnus Lidén | |
2014-06-18 | Merge branch 'siri/cuddle-with-tests' into maint | Siri Hansen | |
* siri/cuddle-with-tests: [reltool] Back out adaption to better quoting on windows | |||
2014-06-18 | [reltool] Back out adaption to better quoting on windows | Siri Hansen | |
This commit only changes the test. It reverts commit 710a1fa ([reltool] Adapt tests to better quoting of paths on windows) because the commit that actually changed the quoting behaviour on windows was moved from the maint branch to master (9633e0e win32: Fix quoting of paths). | |||
2014-06-18 | Merge branch 'siri/cuddle-with-tests' into maint | Siri Hansen | |
* siri/cuddle-with-tests: [upgrade_SUITE] Set previous major to r16b | |||
2014-06-18 | Merge branch 'ia/inets/prep-for-release' into maint | Ingela Anderton Andin | |
* ia/inets/prep-for-release: inets: Prepare for release | |||
2014-06-17 | crypto: Fix crypto for debug and valgrind | Sverker Eriksson | |
without relying on opt-version has been built. Removed ASSERT to make crypto_callback.debug.so work without dynamic linking to libcrypto.so. | |||
2014-06-17 | doc: Fix broken links in Installation Guide | Björn-Egil Dahlberg | |
2014-06-17 | doc: Fix broken links | Björn-Egil Dahlberg | |
2014-06-17 | Merge branch 'hb/dialyzer/fix_recognition_of_records/OTP-11935' into maint | Hans Bolinder | |
* hb/dialyzer/fix_recognition_of_records/OTP-11935: [dialyzer] Correct a doc bug introduced in 0b041238 [dialyzer] Use the option 'dialyzer' to control the compiler [dialyzer] Fix handling of literal records | |||
2014-06-17 | inets: Prepare for release | Ingela Anderton Andin | |
2014-06-17 | [dialyzer] Correct a doc bug introduced in 0b041238 | Hans Bolinder | |
2014-06-17 | [dialyzer] Use the option 'dialyzer' to control the compiler | Hans Bolinder | |
2014-06-17 | [dialyzer] Fix handling of literal records | Hans Bolinder | |
This ticket is about records in Erlang code, and when to check the fields against the (optional) types given when defining records. Dialyzer operates on the Erlang Core format, where there are no trace of records. The fix implemented is a Real Hack: Given the new option 'dialyzer' erl_expand_records marks the line number of records in a way that is undone by v3_core, which in turn inserts annotations that can be recognized by Dialyzer. | |||
2014-06-17 | Merge branch 'ia/ssl/revert-due-to-performance-issue' into maint | Ingela Anderton Andin | |
* ia/ssl/revert-due-to-performance-issue: Revert "ssl: Avoid creating a huge session table" | |||
2014-06-17 | Merge branch 'bjorn/compiler/fix-latin1-fallback/OTP-11987' into maint | Björn Gustavsson | |
* bjorn/compiler/fix-latin1-fallback/OTP-11987: Fix handling of latin1 characters in false ifdef branches | |||
2014-06-17 | Merge branch 'bjorn/kernel/remove-file_info-vestiges/OTP-11982' into maint | Björn Gustavsson | |
* bjorn/kernel/remove-file_info-vestiges/OTP-11982: Remove documentation and stub for non-exist file:file_info/1 | |||
2014-06-17 | Merge branch 'bjorn/erts/fix-prim_eval' into maint | Björn Gustavsson | |
* bjorn/erts/fix-prim_eval: add_abstract_code: Remove 'from_asm' option | |||
2014-06-17 | Merge branch 'siri/ct-and-cover/OTP-11971' into maint | Siri Hansen | |
* siri/ct-and-cover/OTP-11971: [test_server] Fix bug introduced in 5a3c466 | |||
2014-06-16 | Revert "ssl: Avoid creating a huge session table" | Ingela Anderton Andin | |
This reverts commit fcc6a756277c8f041aae1b2aa431e43f9285c368. | |||
2014-06-16 | [test_server] Fix bug introduced in 5a3c466 | Siri Hansen | |
This was detected by dialyzer - an '=' character too much had erronously been inserted. | |||
2014-06-16 | Merge branch 'jjhoo/mingw_compile_fix_forceinline/OTP-11945' into maint | Rickard Green | |
* jjhoo/mingw_compile_fix_forceinline/OTP-11945: Fix redefinition of ETHR_FORCE_INLINE | |||
2014-06-16 | Fix redefinition of ETHR_FORCE_INLINE | Rickard Green | |
2014-06-16 | Merge branch 'siri/reltool-typo/OTP-11977' into maint | Siri Hansen | |
* siri/reltool-typo/OTP-11977: Fix typo in error message in reltool_server | |||
2014-06-16 | Merge branch 'peppe/common_test/ct_basic_html_error' into maint | Peter Andersson | |
* peppe/common_test/ct_basic_html_error: Fix problem with mismatching html tags when running basic_html log mode OTP-11917 | |||
2014-06-16 | Merge branch 'peppe/common_test/ct_log_cache_error' into maint | Peter Andersson | |
* peppe/common_test/ct_log_cache_error: Force CT log cache to rescan entries with incomplete results OTP-11988 |