Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-12-06 | Merge branch 'maint' | Hans Nilsson | |
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 'maint' | Ingela Anderton Andin | |
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 'maint' | Ingela Anderton Andin | |
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 'maint' | Ingela Anderton Andin | |
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 'sverker/secret-atom' | Sverker Eriksson | |
2016-12-05 | Merge branch 'maint' | Ingela Anderton Andin | |
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 'maint' | Ingela Anderton Andin | |
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 'maint' | Hans Nilsson | |
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 'maint' | Lars Thorsen | |
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 'maint' | Hans Nilsson | |
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 | |
2016-12-05 | ssl: Implement DTLS state machine | Ingela Anderton Andin | |
Beta DTLS, not production ready. Only very basically tested, and not everything in the SPEC is implemented and some things are hard coded that should not be, so this implementation can not be consider secure. Refactor "TLS connection state" and socket handling, to facilitate DTLS implementation. Create dtls "listner" (multiplexor) process that spawns DTLS connection process handlers. Handle DTLS fragmentation. Framework for handling retransmissions. Replay Detection is not implemented yet. Alerts currently always handled as in TLS. | |||
2016-12-05 | Merge branch 'egil/erts/lcnt-nif-driver/OTP-14069' | Björn-Egil Dahlberg | |
* egil/erts/lcnt-nif-driver/OTP-14069: erts: Remove unnecessary 'enable_lcnt' option in locks erts: Fix whitespace errors in lock counter erts: Add driver and nif locks to lcnt | |||
2016-12-05 | Merge branch 'maint' | Dan Gudmundsson | |
* maint: Use off_heap memory queue for mnesia_tm Preserve key order in mnesia:table_info | |||
2016-12-05 | Merge branch 'richcarl/mnesia/table_info_order' into maint | Dan Gudmundsson | |
* richcarl/mnesia/table_info_order: Preserve key order in mnesia:table_info | |||
2016-12-05 | Merge branch 'dgud/mnesia/off-heap-msgs/OTP-14074' into maint | Dan Gudmundsson | |
* dgud/mnesia/off-heap-msgs/OTP-14074: Use off_heap memory queue for mnesia_tm | |||
2016-12-05 | Merge branch 'richcarl/stdlib/io_lib_pretty-comments/PR-1228' | Hans Bolinder | |
* richcarl/stdlib/io_lib_pretty-comments/PR-1228: Add comments for understanding io_lib_pretty | |||
2016-12-02 | erts: Remove unnecessary 'enable_lcnt' option in locks | Björn-Egil Dahlberg | |
2016-12-02 | erts: Fix whitespace errors in lock counter | Björn-Egil Dahlberg | |
2016-12-02 | erts: Add driver and nif locks to lcnt | Björn-Egil Dahlberg | |
2016-12-02 | Update primary bootstrap | Björn-Egil Dahlberg | |
2016-12-02 | Merge branch 'egil/compiler/opt-maps-pattern-matching/OTP-14072' | Björn-Egil Dahlberg | |
* egil/compiler/opt-maps-pattern-matching/OTP-14072: compiler: Add regression tests compiler: Optimize maps pattern matching compiler: Allow for unaligned match argument in value groups | |||
2016-12-02 | Update primary bootstrap | Björn Gustavsson | |
2016-12-02 | Merge branch 'richcarl/default-compiler-flags/PR-1226/OTP-14071' | Björn Gustavsson | |
* richcarl/default-compiler-flags/PR-1226/OTP-14071: stdlib test suite: fix uses of export_all diameter tests: Eliminate use of -compile(export_all) asn1 test suite: Suppress warnings for -compile(export_all) Remove left-over uses of -compile(export_all) Make warn_export_all the default warn_obsolete_guard is already default |