Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-09-29 | Merge branch 'raimo/ssl-dist-skip-loopback/OTP-14465' | Raimo Niskanen | |
* raimo/ssl-dist-skip-loopback/OTP-14465: Update runtime dependencies Disable debug function Pass all info's to the ssl_connection state function Remove ssl_tls_dist_ctrl module Remove ssl_tls_dist_ctrl process Remove ssl_tls_dist_proxy Avoid dialyzer warning Separate in and out in dist ctrl Rewrite dist ctrl from port to process Conflicts: lib/ssl/src/ssl.app.src | |||
2017-09-29 | Update runtime dependencies | Raimo Niskanen | |
2017-09-28 | Merge branch 'maint' | Sverker Eriksson | |
2017-09-28 | Fix grammar in ets:foldl/3 and ets:foldr/3 docs | Ayanda Dube | |
2017-09-28 | Disable debug function | Raimo Niskanen | |
2017-09-27 | Pass all info's to the ssl_connection state function | Raimo Niskanen | |
2017-09-27 | Remove ssl_tls_dist_ctrl module | Raimo Niskanen | |
2017-09-26 | Remove ssl_tls_dist_ctrl process | Raimo Niskanen | |
2017-09-26 | Merge branch 'maint' | Henrik Nord | |
2017-09-26 | stdlib: Add unicode string benchmarks | Dan Gudmundsson | |
2017-09-25 | Merge branch 'bjorn/speed-up-disassembler' | Björn Gustavsson | |
* bjorn/speed-up-disassembler: Add testing of erts_debug:df() to the emulator smoke tests Speed up erts_debug:df() | |||
2017-09-22 | Update release notes | Erlang/OTP | |
2017-09-22 | Update version numbers | Erlang/OTP | |
2017-09-22 | Merge branch 'maint' | Dan Gudmundsson | |
* maint: stdlib: Remove gs removed warning | |||
2017-09-22 | Merge branch 'dgud/stdlib/remove-gs-depr' into maint | Dan Gudmundsson | |
* dgud/stdlib/remove-gs-depr: stdlib: Remove gs removed warning | |||
2017-09-22 | Merge branch 'maint' | Hans Nilsson | |
2017-09-22 | public_key: Add app (ssl) to marker in seelalso tag | Hans Nilsson | |
2017-09-22 | stdlib: Remove gs removed warning | Dan Gudmundsson | |
Caused warnings which could not be suppressed, if old 'gs' application was compiled and used together with otp-20, which is fair usage even if OTP does not support the application anymore. | |||
2017-09-22 | Speed up erts_debug:df() | Björn Gustavsson | |
The test case erts_debug_SUITE:df/1 in the emulator test suite is about 4 times faster with this change. | |||
2017-09-21 | Merge branch 'siri/observer/dont-use-old-string-api' | Siri Hansen | |
* siri/observer/dont-use-old-string-api: [cdv] Don't use old string API | |||
2017-09-21 | Merge branch 'maint' | Anders Svensson | |
2017-09-21 | Merge branch 'anders/diameter/doc/OTP-14561' into maint | Anders Svensson | |
* anders/diameter/doc/OTP-14561: Document new(ish) options in diameter_tcp/sctp | |||
2017-09-21 | Merge branch 'anders/diameter/SoC/OTP-10927' into maint | Anders Svensson | |
* anders/diameter/SoC/OTP-10927: Simplify/complete Standards Compliance doc | |||
2017-09-21 | Merge branch 'maint' | Hans Bolinder | |
* maint: fprof: Make sure the receiving file can handle Unicode | |||
2017-09-21 | Merge branch 'hasse/tools/fprof_unicode_fix' into maint | Hans Bolinder | |
* hasse/tools/fprof_unicode_fix: fprof: Make sure the receiving file can handle Unicode | |||
2017-09-20 | Simplify/complete Standards Compliance doc | Anders Svensson | |
With a table. Probably no one wants to read a commented RFC, it's been unfinished for some time, and it's difficult to get an overview from it. | |||
2017-09-20 | Document new(ish) options in diameter_tcp/sctp | Anders Svensson | |
See commits d3829525 (unordered), c591056b (packet), eadf4efc (sender), 636a7199 (tcp message_cb), 373cd07c (sctp message_cb) | |||
2017-09-20 | [cdv] Don't use old string API | Siri Hansen | |
2017-09-20 | Merge branch 'maint' | Ingela Anderton Andin | |
2017-09-20 | public_key, ssl: Prepare for release | Ingela Anderton Andin | |
OTP-14236 requires ssl runtime dependencies to update to latest public_key. OTP-14181 makes ssl test cases dependent on latest version latest public_key. | |||
2017-09-20 | public_key, ssl: Provide certitifate test data generation function in public_key | Ingela Anderton Andin | |
The ssl application uses the new function in many of its test cases. | |||
2017-09-20 | Merge branch 'maint' | Dan Gudmundsson | |
* maint: erts, stdlib: Fix xmllint warning Update runtime deps to depend on new stdlib functionality | |||
2017-09-20 | Merge branch 'dgud/update-runtime-deps' into maint | Dan Gudmundsson | |
* dgud/update-runtime-deps: Update runtime deps to depend on new stdlib functionality | |||
2017-09-20 | erts, stdlib: Fix xmllint warning | Hans Bolinder | |
2017-09-20 | fprof: Make sure the receiving file can handle Unicode | Hans Bolinder | |
It is assumed that I/O devices can handle character codes greater than 255. | |||
2017-09-19 | Merge branch 'maint' | Siri Hansen | |
Conflicts: lib/observer/src/crashdump_viewer.erl lib/sasl/src/sasl.appup.src lib/stdlib/src/stdlib.appup.src | |||
2017-09-19 | Merge branch 'siri/cdv/crash-on-large-dump/OTP-14386' into maint | Siri Hansen | |
* siri/cdv/crash-on-large-dump/OTP-14386: observer: Improve debugging code in test suite cdv: Add ~tw as formatting option when expanding a term observer: Remove compiler warnings in test and set warnings_as_errors cdv: Warn about unsafe crashdump cdv: Show progress bar while reading big data cdv: Optimize reading of crashdump with many binaries cdv: Find end of 'Last calls' section cdv: Don't mark process as truncated if truncation is after all proc_heaps cdv: Set ERL_CRASH_DUMP_SECONDS to 0 in cdv scripts | |||
2017-09-19 | Merge branch 'siri/appups-20.1' into maint | Siri Hansen | |
* siri/appups-20.1: Update appup in stdlib and sasl for OTP-20.1 | |||
2017-09-19 | Merge pull request #1557 from egobrain/000-fix-dns-lookup | Raimo Niskanen | |
OTP-13133 Fixed dns lookup in case of server close connection with econnrefused | |||
2017-09-19 | Merge pull request #1564 from goertzenator/ecpkparameter_fix | Ingela Andin | |
fix ERL-481 ecpkParameters representation OTP-14621 | |||
2017-09-19 | Update runtime deps to depend on new stdlib functionality | Dan Gudmundsson | |
~tw and new string functions are new since OTP-20 (stdlib-3.4) | |||
2017-09-18 | Update appup in stdlib and sasl for OTP-20.1 | Siri Hansen | |
2017-09-18 | Merge branch 'maint' | Anders Svensson | |
2017-09-18 | Merge branch 'anders/diameter/20.1/OTP-14561' into maint | Anders Svensson | |
* anders/diameter/20.1/OTP-14561: Update appup and version for 20.1 | |||
2017-09-18 | Merge branch 'anders/diameter/sctp/OTP-10889' into maint | Anders Svensson | |
* anders/diameter/sctp/OTP-10889: Make unordered delivery configurable | |||
2017-09-18 | Merge branch 'anders/diameter/performance/OTP-14521' into maint | Anders Svensson | |
* anders/diameter/performance/OTP-14521: Fix append of Route-Record AVPs | |||
2017-09-18 | observer: Improve debugging code in test suite | Siri Hansen | |
2017-09-18 | Merge branch 'maint' | Kenneth Lundin | |
2017-09-18 | Merge branch 'kenneth/erl_docgen_dtdfix' into maint | Kenneth Lundin | |
* kenneth/erl_docgen_dtdfix: Allow <chapter> without <section> in chapter dtd | |||
2017-09-18 | Merge pull request #1570 from Zorbash/typo-pool | Hans Bolinder | |
Fix doc typos in pool module |