Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-12-14 | Support for recursive unions and structs. Break loop if recursive TypeCode. | Niclas Eklund | |
2010-12-10 | Merge branch 'maint-r13' of super:otp into nick/orber/recursive_types/OTP-8868 | Niclas Eklund | |
2010-10-27 | Prepare release | Erlang/OTP | |
2010-10-27 | Merge branch 'nick/cosNotification/deprecated_regexp/OTP-8846' into maint-r13 | Erlang/OTP | |
* nick/cosNotification/deprecated_regexp/OTP-8846: Fiex TR tag. Uppdatet year in header. Added missing bracket. Switched from using the deprecated regexp to re instead. | |||
2010-10-27 | Merge branch 'nick/orber/corbaloc_http/OTP-8900' into maint-r13 | Erlang/OTP | |
* nick/orber/corbaloc_http/OTP-8900: Incorrect TR tag. A corbaloc http string could return an EXIT message, instead of a system exception, if the HTTP server closed the socket without returning a complete message. I.e. header and a body containing a stringified IOR. | |||
2010-10-27 | Fiex TR tag. | Niclas Eklund | |
2010-10-27 | Incorrect TR tag. | Niclas Eklund | |
2010-10-25 | Update version numbers | Erlang/OTP | |
2010-10-25 | Merge branch 'nick/ssh/missing_catch/OTP-8908' into maint-r13 | Erlang/OTP | |
* nick/ssh/missing_catch/OTP-8908: The fix regarding OTP-8863 was not included in the previous version as stated | |||
2010-10-25 | The fix regarding OTP-8863 was not included in the previous version as stated | Niclas Eklund | |
2010-10-21 | Update release notes | Erlang/OTP | |
2010-10-21 | Merge branch 'nick/ssh/fix-process-leak/OTP-8807' into maint-r13 | Erlang/OTP | |
* nick/ssh/fix-process-leak/OTP-8807: Fix race condition when terminating a connection. fix process leak in ssh_system_sup (dynamicaly created childs where not cleaned up) | |||
2010-10-21 | Merge branch 'nick/ssh/crash_report/OTP-8881' into maint-r13 | Erlang/OTP | |
* nick/ssh/crash_report/OTP-8881: In some cases a crash report was generated when a connection was closing down. This was caused by a race condition between two processes. | |||
2010-10-19 | Merge branch 'maint-r13' of super:otp into nick/orber/corbaloc_http/OTP-8900 | Niclas Eklund | |
2010-10-19 | A corbaloc http string could return an EXIT message, instead of a system | Niclas Eklund | |
exception, if the HTTP server closed the socket without returning a complete message. I.e. header and a body containing a stringified IOR. | |||
2010-10-14 | Add test suite for cosFileTransfer | Niclas Eklund | |
2010-10-06 | In some cases a crash report was generated when a connection was closing down. | Niclas Eklund | |
This was caused by a race condition between two processes. | |||
2010-10-04 | Prepare release | Erlang/OTP | |
2010-10-04 | Merge branch 'kenneth/asn1/enc_extaddgrp/OTP-8866' into maint-r13 | Erlang/OTP | |
* kenneth/asn1/enc_extaddgrp/OTP-8866: Add additional test to cover this correction correct the encoding of ExtensionAdditionGroup temp Add support for ExtensionAdditionGroup notation in nested types as well | |||
2010-10-04 | Add additional test to cover this correction | Kenneth Lundin | |
2010-09-24 | correct the encoding of ExtensionAdditionGroup | Kenneth Lundin | |
2010-09-23 | temp | Kenneth Lundin | |
2010-09-23 | Add support for ExtensionAdditionGroup notation in nested types as well | Kenneth Lundin | |
In the previous version support for ExtensionAdditionGroups (i.e [[...]]) was added but it did not handle the occurence of the notation in nested types. Now this is handled as well and the support is hopefully complete. Also cleanup of warnings for obsolete guard functions in test suites. | |||
2010-09-23 | Added basic tests for recursive uinions and structs. | Niclas Eklund | |
2010-09-23 | Removed test code. | Niclas Eklund | |
2010-09-23 | Added partial support for recursive IDL types. | Niclas Eklund | |
2010-09-23 | Uppdatet year in header. | Niclas Eklund | |
2010-09-23 | Added missing bracket. | Niclas Eklund | |
2010-09-23 | Switched from using the deprecated regexp to re instead. | Niclas Eklund | |
2010-09-21 | Add test suites for (most) CORBA applications | Niclas Eklund | |
2010-09-20 | Prepare release | Erlang/OTP | |
2010-09-20 | Merge branch 'lars/xmerl/validation-of-empty-element/OTP-8599' of ↵ | Erlang/OTP | |
../lars_otp into maint-r13 * 'lars/xmerl/validation-of-empty-element/OTP-8599' of ../lars_otp: An empty element declared as simpleContent was not properly validated. | |||
2010-09-20 | An empty element declared as simpleContent was not properly validated. | Lars Thorsen | |
2010-09-09 | Add test suite for ic | Niclas Eklund | |
2010-09-06 | Add test suite for runtime_tools | Björn Gustavsson | |
2010-09-03 | Add test suite for debugger | Björn Gustavsson | |
2010-09-03 | Add test suite for os_mon | Björn Gustavsson | |
2010-09-02 | Fix race condition when terminating a connection. | nick | |
2010-09-02 | fix process leak in ssh_system_sup (dynamicaly created childs where not ↵ | Stefan Grundmann | |
cleaned up) The ssh_system_sup supervisor supervises one ssh_subsystem_sup process for every client connection. There was no functionality to free resources (terminate_child/ delete_child) when a client connection was closed. Which lead to one ssh_subsystem_sup and one ssh_channel_sup process left over. This commit adds ssh_system_sup:stop_subsystem/2 and code that calls it in ssh_connection_manager:terminate/2. | |||
2010-09-01 | Prepare release | Erlang/OTP | |
2010-09-01 | Merge branch 'hb/kernel/net_set_ticktime/OTP-8787' of ../hasse_otp into HEAD | Erlang/OTP | |
* 'hb/kernel/net_set_ticktime/OTP-8787' of ../hasse_otp: Fix a bug that could cause the net_kernel process to crash. | |||
2010-09-01 | Remove copyright headers in vsn.mk files | Björn Gustavsson | |
Copyright notices serve no useful purpose in vsn.mk files, and only complicate scripts that automatically update version numbers. | |||
2010-08-27 | Merge branch 'kenneth/asn1/ExtensionAdditionGroup/OTP-8598' of ↵ | Erlang/OTP | |
../kenneth_otp into HEAD * 'kenneth/asn1/ExtensionAdditionGroup/OTP-8598' of ../kenneth_otp: Update of vsn.mk, relnotes and appup for patch in R13B04 track Add support for Extension addition group | |||
2010-08-27 | Merge branch 'bjorn/asn1/eliminate-duplicate-data-dir' of ../bjorn_otp into HEAD | Erlang/OTP | |
* 'bjorn/asn1/eliminate-duplicate-data-dir' of ../bjorn_otp: asn1 tests: Remove duplicated SUITE data directories | |||
2010-08-27 | Merge branch 'bjorn/jinterface-test-suite' into maint-r13 | Björn Gustavsson | |
* bjorn/jinterface-test-suite: Add test suite for jinterface | |||
2010-08-27 | asn1 tests: Remove duplicated SUITE data directories | Björn Gustavsson | |
Having multiple copies is a maintenance nightmare. | |||
2010-08-25 | Update of vsn.mk, relnotes and appup for patch in R13B04 track | Kenneth Lundin | |
2010-08-25 | Add support for Extension addition group | Kenneth Lundin | |
2010-08-25 | Fix a bug that could cause the net_kernel process to crash. | Hans Bolinder | |
A bug introduced in kernel-2.13.5.3 has been fixed. If running net_kernel:set_net_ticktime/1 twice within the TransitionPerod the second call caused the net_kernel process to crash with a badmatch. | |||
2010-08-24 | Add test suite for jinterface | Björn Gustavsson | |