Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-05-04 | Merge branch 'sverker/halfword-ets-ordered_set-seq11836/OTP-9258' into maint-r14 | Erlang/OTP | |
* sverker/halfword-ets-ordered_set-seq11836/OTP-9258: Fix bug in halfword emulator causing ets:select_delete on ordered_set to crash | |||
2011-05-04 | Fix bug in halfword emulator causing ets:select_delete on ordered_set to crash | Sverker Eriksson | |
2011-05-02 | Merge branch 'nick/ssh/memory_leak/OTP-9232' into maint-r14 | Erlang/OTP | |
* nick/ssh/memory_leak/OTP-9232: OTP-9232: A memory leak has been fixed. I.e. per terminated connection the size of a pid and the length of a user name string was not cleared. Added deletion of clients to be used when a session is terminated. | |||
2011-04-27 | OTP-9232: | Niclas Eklund | |
A memory leak has been fixed. I.e. per terminated connection the size of a pid and the length of a user name string was not cleared. | |||
2011-04-20 | Merge branch 'maint-r14' of super:otp into nick/ssh/memory_leak/OTP-9232 | Niclas Eklund | |
2011-04-20 | Merge branch 'maint-r14' of super:otp into nick/ssh/memory_leak/OTP-9232 | Niclas Eklund | |
2011-04-20 | Added deletion of clients to be used when a session is terminated. | Niclas Eklund | |
2011-04-20 | Merge branch 'nick/ssh_crypto/strengthened_random/OTP-9225' into maint-r14 | Erlang/OTP | |
* nick/ssh_crypto/strengthened_random/OTP-9225: Renamed the function strong_rand_uniform to strong_rand_mpint. Added some checks in crypto.erl and crypto.c. Changed ssh_bits to use strong_rand_mpint. Fixed SSH appup, copyright headers SSH vsn and SSH release note. Adds NIFs for cryptographically strong random number generation. Also adds documentation and unit tests. | |||
2011-04-19 | Renamed the function strong_rand_uniform to strong_rand_mpint. | Niclas Eklund | |
Added some checks in crypto.erl and crypto.c. Changed ssh_bits to use strong_rand_mpint. | |||
2011-04-18 | Fixed SSH appup, copyright headers SSH vsn and SSH release note. | Niclas Eklund | |
2011-04-15 | Adds NIFs for cryptographically strong random number generation. | Niclas Eklund | |
Also adds documentation and unit tests. Thanks to Geoff Cant. | |||
2011-04-15 | Prepare release | Erlang/OTP | |
2011-04-15 | Merge branch 'lukas/common_test/ct_hooks_compat_maint/OTP-9200' into maint-r14 | Erlang/OTP | |
* lukas/common_test/ct_hooks_compat_maint/OTP-9200: Update framwork backwards compatability check to use TEST_SERVER_FRAMEWORK as it should and not the Module Export ct_framework:end_tc/3 for backwards compatability reasons Update end_tc framework calls to check the name of the framework module instead of the return value of the call | |||
2011-04-15 | Update framwork backwards compatability check to use TEST_SERVER_FRAMEWORK ↵ | Lukas Larsson | |
as it should and not the Module | |||
2011-04-15 | Export ct_framework:end_tc/3 for backwards compatability reasons | Lukas Larsson | |
2011-04-15 | Update end_tc framework calls to check the name of the framework module ↵ | Lukas Larsson | |
instead of the return value of the call | |||
2011-04-11 | Prepare release | Erlang/OTP | |
2011-04-11 | Merge branch 'rickard/process-status/OTP-9197' into maint-r14 | Erlang/OTP | |
* rickard/process-status/OTP-9197: Fix thread unsafe access Fix lost wakeup when process garbage collected by other Only set status P_WAITING when needed Add testcase for process_info() badarg bug | |||
2011-04-11 | Merge branch 'sverker/ets_ordered_set_large_smalls/OTP-9181' into maint-r14 | Erlang/OTP | |
* sverker/ets_ordered_set_large_smalls/OTP-9181: Remove truncation error in key comparision for ordered set | |||
2011-04-11 | Fix thread unsafe access | Rickard Green | |
Fix thread unsafe access to process status field introduced in OTP-9125. | |||
2011-04-11 | Fix lost wakeup when process garbage collected by other | Rickard Green | |
2011-04-11 | Only set status P_WAITING when needed | Rickard Green | |
The status of a process was unnecessarily set to waiting before the process was enqueued in a run queue. This bug was harmless up until OTP-R14B01. In OTP-R14B02 erlang:hibernate/3 was fixed (OTP-9125). After the introduction of OTP-9125, the previously harmless process status bug sometimes caused erroneous badarg exceptions from process_info(). | |||
2011-04-07 | Remove truncation error in key comparision for ordered set | Patrik Nyblom | |
2011-04-07 | Add testcase for process_info() badarg bug | Rickard Green | |
2011-04-04 | Update release notes | Erlang/OTP | |
2011-04-04 | Merge branch 'dgud/mnesia/missing-where2write/OTP-9168' into maint-r14 | Erlang/OTP | |
* dgud/mnesia/missing-where2write/OTP-9168: Prepare release Mnesia sometimes failed to tell all nodes that it had started. | |||
2011-04-04 | Prepare release | Dan Gudmundsson | |
2011-04-04 | Mnesia sometimes failed to tell all nodes that it had started. | Dan Gudmundsson | |
2011-03-14 | Prepare releaseOTP_R14B02 | Erlang/OTP | |
2011-03-14 | Merge branch 'nick/CORBA/avoid_warnings/OTP-9050' into dev | Niclas Eklund | |
* nick/CORBA/avoid_warnings/OTP-9050: Corrected type of action in release notes. Corrected version in release notes file. Conflicts: lib/cosProperty/doc/src/notes.xml | |||
2011-03-14 | Corrected type of action in release notes. | Niclas Eklund | |
2011-03-14 | Corrected version in release notes file. | Niclas Eklund | |
2011-03-11 | Update copyright years | Björn-Egil Dahlberg | |
2011-03-11 | Update release version in install README | Björn-Egil Dahlberg | |
2011-03-11 | Update primary bootstrap | Björn-Egil Dahlberg | |
2011-03-11 | Merge branch 'pan/doc_link_corrections/OTP-9112' into dev | Björn-Egil Dahlberg | |
* pan/doc_link_corrections/OTP-9112: Remove link_check warnings re httpc.xml,sys.xml and unicode.xml Change io.xml so that html anchors gets generated for all arities | |||
2011-03-11 | Merge branch 'sa/dialyzer-missing-spec' into dev | Henrik Nord | |
* sa/dialyzer-missing-spec: Add spec to dialyzer_cl_parse:get_lib_dir/1 OTP-9129 | |||
2011-03-11 | Merge branch 'pg/hipe-remove-constants-pool' into dev | Niclas Axelsson | |
* pg/hipe-remove-constants-pool: Remove hipe constants pool OTP-9128 | |||
2011-03-11 | Merge branch 'ks/kernel-dialyzer-cleanups' into dev | Niclas Axelsson | |
* ks/kernel-dialyzer-cleanups: Add spec for function that does not return Strenghen spec Introduce types to avoid duplication in specs Add specs for functions that do not return Add specs for behaviour callbacks Simplify two specs OTP-9127 | |||
2011-03-11 | Add spec for function that does not return | Kostis Sagonas | |
2011-03-11 | Strenghen spec | Kostis Sagonas | |
2011-03-11 | Introduce types to avoid duplication in specs | Kostis Sagonas | |
2011-03-11 | Add specs for functions that do not return | Kostis Sagonas | |
2011-03-11 | Add specs for behaviour callbacks | Kostis Sagonas | |
2011-03-11 | Simplify two specs | Kostis Sagonas | |
2011-03-11 | Merge branch 'ks/dialyzer-r14b02-final-touches' into dev | Niclas Axelsson | |
* ks/dialyzer-r14b02-final-touches: Release notes and new version for R14B02 More descriptive warning when a tuple pattern matches a typed record Better blame assignment when a spec is erroneous Generate better warnings for failing guards Fix an erroneous warning Refactoring so that a flat string() is returned Renamed error/1 function and added specs Renamed error/1 function and added specs OTP-9126 | |||
2011-03-11 | Release notes and new version for R14B02 | Kostis Sagonas | |
2011-03-11 | More descriptive warning when a tuple pattern matches a typed record | Stavros Aronis | |
2011-03-11 | Better blame assignment when a spec is erroneous | Stavros Aronis | |
Applies to the specification of the return value of a function. | |||
2011-03-11 | Generate better warnings for failing guards | Stavros Aronis | |