Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-05-12 | Revert "Prepare release" | Erlang/OTP | |
This reverts commit bd64ad8e15d66e48b36dbe3584315dd5cfc8b59a. | |||
2016-05-11 | Prepare release | Erlang/OTP | |
2016-03-15 | update copyright-year | Henrik Nord | |
2016-03-15 | Merge tag 'OTP-18.3' | Lars Thorsen | |
=== OTP-18.3 === Changed Applications: - asn1-4.0.2 - common_test-1.12 - compiler-6.0.3 - cosNotification-1.2.1 - cosTime-1.2.1 - cosTransactions-1.3.1 - crypto-3.6.3 - debugger-4.1.2 - dialyzer-2.9 - diameter-1.11.2 - edoc-0.7.18 - eldap-1.2.1 - erl_docgen-0.4.2 - erl_interface-3.8.2 - erts-7.3 - eunit-2.2.13 - hipe-3.15 - inets-6.2 - kernel-4.2 - mnesia-4.13.3 - observer-2.1.2 - orber-3.8.1 - public_key-1.1.1 - runtime_tools-1.9.3 - sasl-2.7 - snmp-5.2.2 - ssh-4.2.2 - ssl-7.3 - stdlib-2.8 - test_server-3.10 - tools-2.8.3 - webtool-0.9.1 - wx-1.6.1 - xmerl-1.3.10 Unchanged Applications: - cosEvent-2.2 - cosEventDomain-1.2 - cosFileTransfer-1.2 - cosProperty-1.2 - et-1.5.1 - gs-1.6 - ic-4.4 - jinterface-1.6.1 - megaco-3.18 - odbc-2.11.1 - os_mon-2.4 - ose-1.1 - otp_mibs-1.1 - parsetools-2.1.1 - percept-0.8.11 - reltool-0.7 - syntax_tools-1.7 - typer-0.9.10 Conflicts: OTP_VERSION erts/vsn.mk lib/test_server/doc/src/notes.xml lib/test_server/vsn.mk lib/webtool/doc/src/notes.xml lib/webtool/vsn.mk | |||
2016-03-14 | Prepare release | Erlang/OTP | |
2016-02-22 | Merge branch 'maint' | Hans Bolinder | |
* maint: Fix a few dialyzer warnings | |||
2016-02-22 | Fix a few dialyzer warnings | Hans Bolinder | |
2016-02-17 | Makefiles: Remove test_server from include path and code path | Björn Gustavsson | |
Since no test suites includede test_server.hrl, there is no need to have test_server in the include path or code path. | |||
2016-02-17 | Eliminate use of test_server.hrl and test_server_line.hrl | Björn Gustavsson | |
As a first step to removing the test_server application as as its own separate application, change the inclusion of test_server.hrl to an inclusion of ct.hrl and remove the inclusion of test_server_line.hrl. | |||
2015-12-11 | [orber] Align documentation to DTD | Lars Thorsen | |
2015-06-23 | Prepare release | Erlang/OTP | |
2015-06-18 | Change license text to APLv2 | Bruce Yinhe | |
2015-05-20 | Merge branch 'master' of git-server:otp | Lars Thorsen | |
Conflicts: lib/orber/src/orber.app.src | |||
2015-05-20 | [orber] Update runtime dependency to stdlib | Lars Thorsen | |
2015-05-13 | Revert "Prepare release" | Henrik Nord | |
This reverts commit e09dd66dc4d89c62ddfd8c19791f9678d5d787c6. | |||
2015-05-12 | Prepare release | Erlang/OTP | |
2015-05-08 | [orber, cos*] Remove usage of erlang:now() in test suites | Lars Thorsen | |
2015-05-08 | [orber] Use rand instead of random | Lars Thorsen | |
2015-05-08 | [orber, cos*] Bump versions and update dependencies in app file | Lars Thorsen | |
2015-05-08 | [orber, cos*] Remove usage of erlang:now() | Lars Thorsen | |
2014-12-02 | Replaced "Endianess" with "Endianness" everywhere | David Haguenauer | |
2014-09-29 | Prepare release | Erlang/OTP | |
2014-09-23 | [orber] Fix problem with IPv6 addresses in service context | Lars Thorsen | |
2014-08-07 | Update release notes | Erlang/OTP | |
2014-08-01 | [orber] Fix bug in testcase | Lars Thorsen | |
2014-07-31 | [orber] Fix malformed macros | Lars Thorsen | |
A couple of macros were malformed, missing commas: PROFILEBODY_1_1_TYPEDEF and PROFILEBODY_1_2_TYPEDEF. Thanks to Vlad Dumitrescu for the fix. | |||
2014-07-31 | [orber] Add test suite for ORB with dual ipv4/ipv6 configuration | Lars Thorsen | |
2014-06-26 | [orber] Update documentation and fix testcase for IPv4/IPv6 | Lars Thorsen | |
2014-06-25 | [orber] Update testcases and fixed some minor faults | Lars Thorsen | |
2014-06-23 | [orber] Remove unused file corba_request.erl | Lars Thorsen | |
2014-06-23 | [orber] Remove a define of ORBVSN when compiling orbers erlang modules | Lars Thorsen | |
2014-06-23 | [orber] Add possibilty to configure orber to run in both IPv4 and IPv6 | Lars Thorsen | |
2014-04-07 | Update release notes | Erlang/OTP | |
2014-03-20 | Introduce runtime_dependencies in .app files | Rickard Green | |
Most dependencies introduced are exactly the dependencies to other applications found by xref. That is, there might be real dependencies missing. There might also be pure debug dependencies listed that probably should be removed. Each application has to be manually inspected in order to ensure that all real dependencies are listed. All dependencies introduced are to application versions used in OTP 17.0. This since the previously used version scheme wasn't designed for this, and in order to minimize the work of introducing the dependencies. | |||
2014-03-20 | Bump versions and ensure that all are "normal" versions | Rickard Green | |
Ensure all are "normal" versions according to the new version scheme introduced in OTP 17.0 | |||
2014-02-19 | Misc adjustments of OTP version | Rickard Green | |
2014-02-07 | Merge branch 'hsv/using_lists_droplast' | Henrik Nord | |
* hsv/using_lists_droplast: lib/mnesia/test/ - Replace reverse(tl(reverse(L))) with lists:droplast/1 lib/ssh - Replace reverse(tl(reverse(L))) with lists:droplast/1 lib/wx - Replace reverse(tl(reverse(L))) with lists:droplast/1 Use lists:droplast/1 in orber/orber_interceptors.erl Import and use lists:droplast/1 in v3_core/v3_kernel OTP-11678 OTP-11677 | |||
2014-01-24 | Use lists:droplast/1 in orber/orber_interceptors.erl | Hans Svensson | |
2013-10-21 | Merge branch 'maint' | Björn-Egil Dahlberg | |
2013-09-13 | orber: Remove testing of old ssl | Björn-Egil Dahlberg | |
2013-06-18 | Merge tag 'OTP_R16B01' | Björn-Egil Dahlberg | |
The R16B01 release Conflicts: lib/sasl/vsn.mk | |||
2013-06-17 | Prepare releaseOTP_R16B01 | Erlang/OTP | |
2013-06-12 | Merge branch 'maint' | Björn-Egil Dahlberg | |
2013-06-12 | Update copyright years | Björn-Egil Dahlberg | |
2013-04-19 | Convert XML files to UTF-8 | Hans Bolinder | |
2013-04-15 | Merge branch 'lh/demonitor-flush/OTP-11039' into maint | Fredrik Gustafsson | |
* lh/demonitor-flush/OTP-11039: Use erlang:demonitor(Ref, [flush]) where applicable | |||
2013-04-08 | Remove unused Postscript files | Hans Bolinder | |
2013-04-05 | Use erlang:demonitor(Ref, [flush]) where applicable | Loïc Hoguin | |
2013-03-21 | Merge branch 'maint-r15' into lars/orber/corbaloc-bug-r16-version/OTP-10675 | Lars Thorsen | |
* maint-r15: [orber] Fix bug in corbaloc/corbaname over ssl | |||
2013-03-18 | [orber] Fix bug in corbaloc/corbaname over ssl | Lars Thorsen | |