Age | Commit message (Expand) | Author |
2016-09-15 | Merge branch 'bjorn/erts/on_load/ERL-240/OTP-13893' into maint | Björn Gustavsson |
2016-09-14 | Don't leak old code when loading a modules with an on_load function | Björn Gustavsson |
2016-09-08 | Fix incorrect priv_dir when adding app's ebin directory to path | Peter Andersson |
2016-08-12 | Merge branch 'lukas/erts/fix_init_stop_code_load_race/OTP-13802' into maint | Lukas Larsson |
2016-08-12 | erts/kernel: Fix code loading deadlock during init:stop | Lukas Larsson |
2016-07-14 | Fix code_server crash when adding some code paths ERL-194 | Ignacio Martínez |
2016-05-04 | Correctly handle multiple load attempts when on_load is pending | Björn Gustavsson |
2016-05-04 | Avoid deadlock when an on_load function makes an external call to the module ... | Björn Gustavsson |
2016-05-04 | code_server: Eliminate unnecessary Tag in handle_call/3 | Björn Gustavsson |
2016-05-04 | Reimplement -on_load() | Björn Gustavsson |
2016-04-30 | Introduce is_dir/1 to test for a directory | Björn Gustavsson |
2016-04-30 | Introduce split_base/1 to split into name and version string | Björn Gustavsson |
2016-04-29 | Eliminate one call to filename:split/1 | Björn Gustavsson |
2016-04-29 | Refactor get_name/1 | Björn Gustavsson |
2016-04-29 | Clean up make_path() | Björn Gustavsson |
2016-04-29 | Avoid calling absname/1 on an absolute path | Björn Gustavsson |
2016-04-29 | Clean up processing of archive files | Björn Gustavsson |
2016-04-29 | Simplify and speed up del_ebin/1 | Björn Gustavsson |
2016-04-13 | Merge branch 'henrik/update-copyrightyear' | Henrik Nord |
2016-03-16 | code_server: Normalize the pathnames for all loaded modules | Björn Gustavsson |
2016-03-15 | update copyright-year | Henrik Nord |
2016-02-25 | code: Add functions that can load multiple modules | Björn Gustavsson |
2016-02-25 | Refactor post_beam_load handling | Björn Gustavsson |
2016-02-25 | Simplify and robustify code_server:all_loaded/1 | Björn Gustavsson |
2016-01-28 | Merge branch 'bjorn/kernel/clean-up-code_server' | Björn Gustavsson |
2016-01-28 | code_server: Add specs for all exported functions | Björn Gustavsson |
2016-01-28 | Merge branch 'maint' | Björn Gustavsson |
2016-01-27 | code_server: Add types to the state record | Björn Gustavsson |
2016-01-27 | code_server: Don't export internal system_* functions | Björn Gustavsson |
2016-01-27 | Simplify starting of code server | Björn Gustavsson |
2016-01-27 | Remove first argument of code_server:call() | Björn Gustavsson |
2016-01-25 | Eliminate run-time system crash in code:load_abs/1 | Björn Gustavsson |
2016-01-22 | Remove redundant test that hipe_unified_loader is loaded | Björn Gustavsson |
2016-01-22 | Avoid testing for pending on_load twice | Björn Gustavsson |
2016-01-22 | code_server: Tighten type of modules parameters | Björn Gustavsson |
2016-01-13 | erts: Refactor code:purge/1 and code:soft_purge/1 | Sverker Eriksson |
2015-12-14 | Remove the code path cache in the code server | Björn Gustavsson |
2015-11-17 | Use copy literal range check in message passing and purging | Björn-Egil Dahlberg |
2015-06-18 | Change license text to APLv2 | Bruce Yinhe |
2015-06-10 | Merge branch 'egil/fix-cover-error_logger/OTP-12818' | Björn-Egil Dahlberg |
2015-06-08 | kernel: Add module name to sticky_dir error message | Björn-Egil Dahlberg |
2015-06-04 | Move architecture knowledge out of hipe loader | Richard Carlsson |
2014-06-12 | Allow unsticking pre-loaded modules | Björn Gustavsson |
2014-06-04 | Make pre-loaded modules permanently sticky | Björn Gustavsson |
2014-05-26 | Teach code:del_path/1 to ignore superfluous slashes | Björn Gustavsson |
2013-12-07 | Merge branch 'rickard/garbage_collect/OTP-11388' | Rickard Green |
2013-11-18 | Parallel check_process_code when code_server purge a module | Rickard Green |
2013-05-06 | Fix unmatched_returns warnings in STDLIB and Kernel | Hans Bolinder |
2013-02-01 | Add a new function code:get_mode() can be used to detect how the code servers... | Vlad Dumitrescu |
2013-01-25 | Update copyright years | Björn-Egil Dahlberg |