aboutsummaryrefslogtreecommitdiffstats
path: root/lib/reltool/src/reltool_server.erl
AgeCommit message (Expand)Author
2019-01-19reltool: Add load_dot_erlang rel optionMichael Truog
2018-07-27Change "can not" into "cannot"Raimo Niskanen
2018-06-18Update copyright yearHenrik Nord
2018-02-06reltool: Do not call erlang:get_stacktrace()Hans Bolinder
2017-07-07[reltool] Improve handling of unicode strings and atomsSiri Hansen
2016-07-11[reltool] Fix dependency bug for applications not in 'rel' specsSiri Hansen
2016-07-11[reltool] Fix dependency bug for applications in 'rel' specsSiri Hansen
2016-03-15update copyright-yearHenrik Nord
2015-06-18Change license text to APLv2Bruce Yinhe
2014-06-12Fix typo in error message in reltool_serverSiri Hansen
2014-03-20Introduce runtime_dependencies in .app filesRickard Green
2013-03-27[reltool] Relax requirements on excluded applicationsHåkan Mattsson
2013-02-21[reltool] Change ~s to ~ts and ~p to ~tp when appropriateSiri Hansen
2012-09-21[reltool] Use application name from .app file instead of directory nameSiri Hansen
2012-09-11[reltool] Allow incl_cond=derived on module levelSiri Hansen
2012-08-20[reltool] Add option {excl_lib,otp_root}Siri Hansen
2012-03-22[reltool] Allow lib_dir on app level to use relative pathSiri Hansen
2012-03-22[reltool] Add configuration parameter lib_dir on application levelSiri Hansen
2012-03-19[reltool] Fix problems with sorting of applicationsSiri Hansen
2012-03-19[reltool] Just warn if same module occurs twice in .app fileSiri Hansen
2012-03-19[reltool] Always return warnings as flat stringsSiri Hansen
2012-03-19[reltool] Move tables out of common recordSiri Hansen
2012-03-19[reltool] Improve error handlingSiri Hansen
2012-03-19[reltool] Fix rollback and undoSiri Hansen
2012-03-19[reltool] Link together escript with inlined applicationSiri Hansen
2012-03-19[reltool] Fix badmatch when starting GUISiri Hansen
2012-03-19[reltool] Update state and tables consistently for all types of config changesSiri Hansen
2012-03-19[reltool] Add tests for sorting of applications in .rel and .script filesSiri Hansen
2012-03-19[reltool] Add test case for reltool_server:get_modSiri Hansen
2012-03-19[reltool] Add more test cases and fix bugsSiri Hansen
2011-05-17Allow same module name in multiple applications if explicitely excludedSiri Hansen
2011-03-21Allow app_file option to be keep | strip | all, as documentedSiri Hansen
2011-03-11Update copyright yearsBjörn-Egil Dahlberg
2011-03-07Eliminate two dialyzer warningsKostis Sagonas
2011-03-06Code cleanups and simplificationsKostis Sagonas
2010-04-19Ensure that {error, Reason} is returned even when server diesHåkan Mattsson
2010-04-19Introduced a new embedded_app_type optionHåkan Mattsson
2010-04-19Automatically include applications that must be startedHåkan Mattsson
2010-04-19Improved handling of applications explicitly included releasesHåkan Mattsson
2010-04-19Created escript for simplified usage from makefilesHåkan Mattsson
2010-03-17Merge branch 'hawk/escript-add-create-and-extract' into devErlang/OTP
2010-03-16Add type info for record fieldsHåkan Mattsson
2010-03-16Make reltool independent of the function escript:foldl/3Håkan Mattsson
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP