Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 'ia/ssl/doc-fixes' into dev | Ingela Anderton Andin | |
* ia/ssl/doc-fixes: Added missing path validation error to documentation | |||
2011-04-20 | Added missing path validation error to documentation | Ingela Anderton Andin | |
2011-04-20 | Merge branch 'ia/public_key/test-suite-update' into dev | Ingela Anderton Andin | |
* ia/public_key/test-suite-update: Created common test groups and temporary skipped pkits_SUITE as the conformance tests suite certificates has expired. | |||
2011-04-20 | Created common test groups and temporary skipped pkits_SUITE as the | Ingela Anderton Andin | |
conformance tests suite certificates has expired. New conformance tests uses another format to save certificates so we need to implement PKCS-12 support. CRL tests are commented out as the CRL support is not included in the main development yet. | |||
2011-04-20 | Merge branch 'bmk/agent/extra_info_notification/OTP-9183' into ↵ | Micael Karlberg | |
bmk/snmp/snmp420_integration Conflicts: lib/snmp/doc/src/notes.xml lib/snmp/src/app/snmp.appup.src OTP-9119 OTP-9183 | |||
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-20 | Merge branch 'maint-r14' into dev | Lukas Larsson | |
* maint-r14: Prepare release 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-20 | Patch from Attila Rajmund Nohl: Arguments switched. | Micael Karlberg | |
2011-04-20 | Just a save commit (I need to work on another branch...) | Micael Karlberg | |
2011-04-19 | Merge branch 'bmk/inets/default_ssl/OTP-9230' into bmk/inets/inet56_integration | Micael Karlberg | |
OTP-9230 | |||
2011-04-19 | Updated appup file. | Micael Karlberg | |
2011-04-19 | Merge branch 'bmk/inets/default_ssl/OTP-9230' into bmk/inets/inet56_integration | Micael Karlberg | |
OTP-9230 | |||
2011-04-19 | Default ssl kind changed to essl (from ossl). | Micael Karlberg | |
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 | Removed unused function. | Micael Karlberg | |
2011-04-18 | Merge branch 'bmk/snmp/agent/multi_engine_id_for_traps/OTP-9119' into ↵ | Micael Karlberg | |
bmk/agent/extra_info_notification/OTP-9183 | |||
2011-04-18 | Also updated the dokumentation for the added function. | Micael Karlberg | |
2011-04-18 | Merge branch 'bmk/snmp/agent/multi_engine_id_for_traps/OTP-9119' into ↵ | Micael Karlberg | |
bmk/agent/extra_info_notification/OTP-9183 Conflicts: lib/snmp/doc/src/notes.xml lib/snmp/src/app/snmp.appup.src | |||
2011-04-18 | Fixed appup. | Micael Karlberg | |
2011-04-18 | Merge branch 'dev' into bmk/snmp/agent/multi_engine_id_for_traps/OTP-9119 | Micael Karlberg | |
2011-04-18 | Patch received from Attila Rajmund Nohl. | Micael Karlberg | |
2011-04-18 | Fixed SSH appup, copyright headers SSH vsn and SSH release note. | Niclas Eklund | |
2011-04-17 | Don't let eunit_surefire report back to eunit when stopping | Klas Johansson | |
When eunit is terminating, a stop message is sent to all listeners and eunit then waits for *one* result message but previously both eunit_tty and eunit_surefire sent a response on error. Don't send a result message from eunit_surefire; let eunit_tty take care of all result reporting, both positive and negative to avoid race conditions and inconsistencies. | |||
2011-04-17 | Wait until all eunit listeners terminate | Klas Johansson | |
Ensure that all eunit listeners (like eunit_surefire) get the chance to finish their work before terminating. Prior to this fix, the eunit_surefire XML was sometimes not generated. | |||
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 | Merge branch 'bmk/snmp/manager/request_override_options' into ↵ | Micael Karlberg | |
bmk/snmp/snmp420_integration Conflicts: lib/snmp/src/app/snmp.appup.src OTP-9162 | |||
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-15 | Fixed appup. | Micael Karlberg | |
2011-04-15 | Merge branch 'bmk/snmp/snmp420_integration' of super:bmk_otp into ↵ | Micael Karlberg | |
bmk/snmp/snmp420_integration | |||
2011-04-15 | Merge branch 'dev' into bmk/snmp/snmp420_integration | Micael Karlberg | |
2011-04-15 | Async get-bulk test case for version 3 request API. | Micael Karlberg | |
2011-04-15 | Merge branch 'ia/ssl/prepare-for-release' into dev | Ingela Anderton Andin | |
* ia/ssl/prepare-for-release: Prepare for release | |||
2011-04-15 | Prepare for release | Ingela Anderton Andin | |
2011-04-15 | Sync get-bulk test case for version 3 of the request API. | Micael Karlberg | |
2011-04-15 | Merge branch 'ia/public_key/prepare-for-release' into dev | Ingela Anderton Andin | |
* ia/public_key/prepare-for-release: Prepare for release | |||
2011-04-15 | Prepare for release | Ingela Anderton Andin | |
2011-04-15 | Merge branch 'ta/dialyzer-doc' into dev | Henrik Nord | |
* ta/dialyzer-doc: dialyzer/doc: synchronize manual.txt and dialyzer.xml dialyzer/doc: fix whitespace errors dialyzer/doc: use consistent colons in type specs OTP-9226 | |||
2011-04-15 | Merge branch 'ms/heart-rem-garbage-append' into dev | Henrik Nord | |
* ms/heart-rem-garbage-append: heart: remove garbage appended to heart command OTP-9224 | |||
2011-04-15 | Async set test case for version 3 request API. | Micael Karlberg | |
2011-04-15 | Inhibit electric newline after "->" when inside a type spec | Magnus Henoch | |
The Erlang mode for Emacs inserts a newline after every "->", which saves you one keystroke when writing a function, but that is inappropriate when writing a type spec, as you'd normally keep the spec on one line. This change inhibits the automatic insertion when the current line starts with "-spec" or "-type". | |||
2011-04-14 | Sync set test case for version 2 request API. | Micael Karlberg | |
2011-04-14 | Merge branch 'bjorn/compiler/coverage' into dev | Björn Gustavsson | |
* bjorn/compiler/coverage: bs_match_SUITE: Improve coverage of beam_bsm beam_bsm: Eliminate uncovered line in warning generation match_SUITE: Cover a clause in beam_dead:forward/4 beam_dead: Remove uncovered special case handling of empty blocks beam_dead: Remove uncovered clauses in binary matching optimization beam_dead: Remove uncoverable case clause in update_value_dict/3 beam_dead: Remove code that cannot be covered in forward/4 record_SUITE: Cover optimization of is_record/3 in beam_type compiler tests: Reinstate ?MODULE macro in calls to test_lib:recompile/1 | |||
2011-04-14 | Async get-next test cases for version 3 request API. | Micael Karlberg | |
2011-04-14 | Merge branch 'maint-r14' into dev | Sverker Eriksson | |
Conflicts: erts/vsn.mk |