Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-12-06 | Merge branch 'ta/docs' | Henrik Nord | |
* ta/docs: Fix misspelling of chosen Fix typos in erl(1) Fix misspelling of 'turn off' Fix typo in reltool(3) Fix typo in gen_sctp(3) Fix typo in mod_responsecontrol.erl Fix typo in erts_alloc(3) Fix typos in ssl_cipher.erl Fix typos in expressions.xml file: correct make_link/2 and make_symlink/2 docs Fix typo in test_server(3) Fix typos in io_protocol.xml Fix typo in erlang(3) Fix typos in tar_SUITE Fix typos in erts/preloaded/src OTP-9787 | |||
2011-12-06 | Merge branch 'ao/fix-change-time-inval-dates' | Henrik Nord | |
* ao/fix-change-time-inval-dates: Fix a crash when file:change_time/2,3 are called with invalid dates OTP-9785 | |||
2011-12-06 | Merge branch 'rickard/test-fixes-r15b' | Rickard Green | |
* rickard/test-fixes-r15b: Give slow machines more time to compute result Allow more CPU time in waiting test-cases Skip thread_mseg_alloc_cache_clean() when no mseg_alloc | |||
2011-12-06 | Give slow machines more time to compute result | Rickard Green | |
2011-12-06 | Allow more CPU time in waiting test-cases | Rickard Green | |
2011-12-06 | Merge branch 'sverk/big-float-cmp-bug' | Sverker Eriksson | |
* sverk/big-float-cmp-bug: erts: Fix bug in large big/float compare | |||
2011-12-06 | Merge branch 'sverk/ppc-hibernate-fix' | Sverker Eriksson | |
* sverk/ppc-hibernate-fix: erts: Fix hipe bug in hibernate on PowerPC | |||
2011-12-06 | Merge branch 'ia/public_key/asn1' | Ingela Anderton Andin | |
* ia/public_key/asn1: Asn1 simplification | |||
2011-12-05 | Skip thread_mseg_alloc_cache_clean() when no mseg_alloc | Rickard Green | |
2011-12-05 | Merge branch 'anders/diameter/transport_restart/OTP-9756' | Anders Svensson | |
* anders/diameter/transport_restart/OTP-9756: Fix transport restart bug | |||
2011-12-05 | Fix misspelling of chosen | Tuncer Ayaz | |
2011-12-05 | Merge branch 'rickard/generic-thr-queue/OTP-9632' | Rickard Green | |
* rickard/generic-thr-queue/OTP-9632: Fix handle_async_ready_clean() | |||
2011-12-05 | Fix handle_async_ready_clean() | Rickard Green | |
2011-12-05 | Fix typos in erl(1) | Tuncer Ayaz | |
2011-12-05 | Fix misspelling of 'turn off' | Tuncer Ayaz | |
2011-12-05 | Fix typo in reltool(3) | Tuncer Ayaz | |
2011-12-05 | Fix typo in gen_sctp(3) | Tuncer Ayaz | |
2011-12-05 | Fix typo in mod_responsecontrol.erl | Tuncer Ayaz | |
2011-12-05 | Fix typo in erts_alloc(3) | Tuncer Ayaz | |
2011-12-05 | Fix typos in ssl_cipher.erl | Tuncer Ayaz | |
2011-12-05 | Fix typos in expressions.xml | Tuncer Ayaz | |
2011-12-05 | file: correct make_link/2 and make_symlink/2 docs | Tuncer Ayaz | |
2011-12-05 | Fix typo in test_server(3) | Tuncer Ayaz | |
2011-12-05 | Fix typos in io_protocol.xml | Tuncer Ayaz | |
2011-12-05 | Fix typo in erlang(3) | Tuncer Ayaz | |
2011-12-05 | Fix typos in tar_SUITE | Tuncer Ayaz | |
2011-12-05 | Fix typos in erts/preloaded/src | Tuncer Ayaz | |
2011-12-05 | Merge branch 'master' of super:otp | Micael Karlberg | |
2011-12-05 | Add proper release notes for ticket OTP-9779. | Micael Karlberg | |
2011-12-05 | Merge branch 'sverk/crypto-sha256' | Sverker Eriksson | |
* sverk/crypto-sha256: crypto: Add sha256,384,512 in documentation for rsa_verify crypto: Add sha{256,384,512} to rsa_verify crypto: Add sha256 and sha512 OTP-9778 | |||
2011-12-05 | crypto: Add sha256,384,512 in documentation for rsa_verify | Sverker Eriksson | |
2011-12-05 | Merge branch 'sa/dialyzer-fixes' | Henrik Nord | |
* sa/dialyzer-fixes: Correct callback spec in application module Refine warning about callback specs with extra ranges Cleanup autoimport compiler directives Fix Dialyzer's warnings in typer Fix Dialyzer's warning for its own code Fix bug in Dialyzer's behaviours analysis Fix crash in Dialyzer OTP-9776 | |||
2011-12-05 | Merge branch 'ia/ssl/test-cases-maint2' | Ingela Anderton Andin | |
* ia/ssl/test-cases-maint2: Added tcp_delivery_workaround to the test case invalid_signature_server | |||
2011-12-05 | Merge branch 'lukas/common_test/reverse_hook_order/OTP-9774' | Lukas Larsson | |
* lukas/common_test/reverse_hook_order/OTP-9774: Reverse hook order for *_end_per_* hooks | |||
2011-12-05 | Merge branch 'lars/orber/ssl-options/OTP-9773' | Lars Thorsen | |
* lars/orber/ssl-options/OTP-9773: [orber] Change the option handling for ssl | |||
2011-12-05 | Added tcp_delivery_workaround to the test case invalid_signature_server | Ingela Anderton Andin | |
The workaround ought to have been added to this case when it was added to the test case invalid_signature_client | |||
2011-12-05 | Merge branch 'lars/erl_docgen/arity-calculation-bug/OTP-9772' | Lars Thorsen | |
* lars/erl_docgen/arity-calculation-bug/OTP-9772: [erl_docgen] Fix arity calculation bug | |||
2011-12-05 | [orber] Change the option handling for ssl | Lars Thorsen | |
2011-12-05 | [erl_docgen] Fix arity calculation bug | Lars Thorsen | |
2011-12-05 | Merge branch 'bmk/inets/inets58_integration2' | Micael Karlberg | |
2011-12-05 | Add proper release notes entry for OTP-9628. | Micael Karlberg | |
2011-12-05 | Merge branch 'sverk/deprecate-nif-reload' | Sverker Eriksson | |
* sverk/deprecate-nif-reload: erts: Deprecate the NIF reload mechanism OTP-9771 | |||
2011-12-05 | Merge branch 'bjorn/test-cases' | Björn Gustavsson | |
* bjorn/test-cases: lcnt_SUITE: Be kind to slow machines crypto_SUITE: Reinstate what was "lost in translation" fileTransferSUITE: Cope with missing/broken crypto application sensitive_SUITE: Fix spuriously failing recv_trace/1 eprof_SUITE: Cope with fast computers and bad time measurements cover_SUITE: Cope with missing/broken crypto application otp_SUITE: Write log files about undefined functions and so on | |||
2011-12-05 | erts: Remove duplicate erts_unblock_fpe | Jovi Zhang | |
The second function erts_unblock_fpe is not needed in here. | |||
2011-12-05 | Asn1 simplification | Ingela Anderton Andin | |
Include some of parts of InformationFramework in PKCS-8 to avoid having a lot of other asn1 specs included that are not really used. | |||
2011-12-05 | Merge branch 'ia/ssl/dialyzer-R15' | Ingela Anderton Andin | |
* ia/ssl/dialyzer-R15: Callback specs now handled by -callback directive in the behaviour module. | |||
2011-12-05 | Merge branch 'siri/sasl/improve-doc/OTP-9294' | Siri Hansen | |
* siri/sasl/improve-doc/OTP-9294: Add all valid report types in documentation of rb:list Fix minor faults in documentation of release handling Rename create_target.xml to create_target.xmlsrc to prepare for codeinclude | |||
2011-12-05 | Merge branch 'hb/kernel/too_greedy_disk_log/OTP-9764' | Hans Bolinder | |
* hb/kernel/too_greedy_disk_log/OTP-9764: Make sure disk_log does not write too much data | |||
2011-12-05 | Merge branch 'ia/ssl/rc4-no-split' | Ingela Anderton Andin | |
* ia/ssl/rc4-no-split: Do not do the 1/n-1 split for RC4 as it is not vulnerable to the Rizzo/Duong-Beast attack. | |||
2011-12-05 | Do not do the 1/n-1 split for RC4 as it is not vulnerable to the ↵ | Ingela Anderton Andin | |
Rizzo/Duong-Beast attack. |