Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-05-04 | Update copyright year | Raimo Niskanen | |
2017-03-01 | Fix typos: lenght -> length | Myron Marston | |
2017-02-14 | Fixed typos in lib/orber | Andrew Dryga | |
2016-11-04 | [orber] Fix dialyzer warnings | Lars Thorsen | |
Removed two matching errors and one unused clause found by dialyzer. | |||
2016-03-15 | update copyright-year | Henrik Nord | |
2016-02-22 | Fix a few dialyzer warnings | Hans Bolinder | |
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-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-23 | [orber] Fix problem with IPv6 addresses in service context | 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-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-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-02-19 | Misc adjustments of OTP version | Rickard Green | |
2014-01-24 | Use lists:droplast/1 in orber/orber_interceptors.erl | Hans Svensson | |
2013-06-12 | Update copyright years | Björn-Egil Dahlberg | |
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 | |
2013-01-25 | Update copyright years | Björn-Egil Dahlberg | |
2013-01-22 | Merge branch 'lh/forget-mnemosyne/OTP-10729' | Fredrik Gustafsson | |
* lh/forget-mnemosyne/OTP-10729: Remove what remains of the Mnemosyne code Remove support for the query keyword and query expressions | |||
2013-01-18 | Merge branch 'nox/enable-silent-rules/OTP-10726' | Björn-Egil Dahlberg | |
* nox/enable-silent-rules/OTP-10726: Implement ./otp_build configure --enable-silent-rules | |||
2013-01-16 | Remove what remains of the Mnemosyne code | Loïc Hoguin | |
2013-01-15 | Implement ./otp_build configure --enable-silent-rules | Anthony Ramine | |
With silent rules, the output of make is less verbose and compilation warnings are easier to spot. Silent rules are disabled by default and can be disabled or enabled at will by make V=0 and make V=1. | |||
2012-12-19 | ssl & orber: Remove ssl:pid/1 (has been pointless since R14) | Ingela Anderton Andin | |
2012-11-26 | Fix other applications | Björn Gustavsson | |
2012-08-31 | Update copyright years | Björn-Egil Dahlberg | |
2012-06-05 | Update to work with whitespace in exec path | Lukas Larsson | |
OTP-10106 OTP-10107 | |||
2012-03-30 | Update copyright years | Björn-Egil Dahlberg | |
2012-01-27 | Add parameter to error message string format | Gustav Simonsson | |
One string template had 5 parameters but the parameter list only contained 4. Calls to orber_ifr:get_module/2 should now not create malformed error messages if entry is not found in Mnesia. | |||
2012-01-04 | orber: Ignore unused variable in orber_tb.erl | Björn-Egil Dahlberg | |
2011-12-09 | Update copyright years | Björn-Egil Dahlberg | |
2011-12-07 | [orber] Update documentation according to the new handling of SSL options | Lars Thorsen | |
2011-12-05 | [orber] Change the option handling for ssl | Lars Thorsen | |
2011-10-12 | corba applications: Fix broken 'make clean' | Lars Thorsen | |
The IDL-GENERATED files must be removed too; otherwise the target files will not be made the next time 'make' is invoked. | |||
2011-08-16 | emulator: Add a fourth element in exception stacktraces | Björn Gustavsson | |
This commit is a preparation for introducing location information (filename/line number) in stacktraces in exceptions. Currently a stack trace looks like: [{Mod1,Function1,Arity1}, . . . {ModN,FunctionN,ArityN}] Add a forth element to each tuple that can be used indication the filename and line number of the source file: [{Mod1,Function1,Arity1,Location1}, . . . {ModN,FunctionN,ArityN,LocationN}] In this commit, the fourth element will just be an empty list, and we will change all code that look at or manipulate stacktraces. | |||
2011-08-08 | orber: Support parallel make | Björn Gustavsson | |
2011-05-19 | OTP-9326 | Niclas Eklund | |
Eliminated Dialyzer warnings. | |||
2011-03-03 | Merge branch 'nick/CORBA/avoid_warnings/OTP-9050' into dev | Niclas Eklund | |
* nick/CORBA/avoid_warnings/OTP-9050: Removed code commented out. More specs removed. More specs removed. More specs removed. Removed more spec:s that wasn't needed. Removed spec:s that wasn't needed. Updated light weight tests. Updsated macro EFORMAT exit handling. Corrected spec usage. Eliminated Dialyzer warnings when using exit or throw. Conflicts: lib/cosEvent/doc/src/notes.xml lib/cosEvent/vsn.mk lib/cosEventDomain/doc/src/notes.xml lib/cosEventDomain/vsn.mk lib/cosNotification/vsn.mk lib/cosProperty/doc/src/notes.xml lib/cosProperty/vsn.mk lib/cosTime/doc/src/notes.xml lib/cosTime/vsn.mk lib/orber/include/ifr_types.hrl lib/orber/vsn.mk | |||
2011-02-17 | Removed spec:s that wasn't needed. | Niclas Eklund | |
2011-02-14 | Updsated macro EFORMAT exit handling. | Niclas Eklund | |
2011-02-14 | Corrected spec usage. | Niclas Eklund | |