Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-07-25 | Add testcases and do related fixes | Raimo Niskanen | |
2014-07-25 | Use IPv6 config in manager | Raimo Niskanen | |
2014-07-25 | Mend write_config_file and append_config_file | Raimo Niskanen | |
2014-07-25 | Mend manager to pass regression tests | Raimo Niskanen | |
2014-07-25 | Rewrite ordering functions for maintainability | Raimo Niskanen | |
2014-07-25 | Fix vsn.mk and clean out moot testcases | Raimo Niskanen | |
2014-07-25 | Fix log validation and fix some testcases | Raimo Niskanen | |
2014-07-25 | Write IPv6 test cases | Raimo Niskanen | |
2014-07-25 | Rewrite string representation of addresses and stop printing an error report ↵ | Raimo Niskanen | |
when snmpa_net_if gets externally killed | |||
2014-07-25 | Don't encode IPv6 address into v1 trap and fix legacy arguments to ↵ | Raimo Niskanen | |
snmpa_network_interface_filter functions | |||
2014-07-25 | wip: Testcase feedback | Raimo Niskanen | |
2014-07-25 | wip: Fix agent logging | Raimo Niskanen | |
2014-07-25 | bugfix: Call to non-existing module 'list' | Raimo Niskanen | |
2014-07-25 | Bugfix: argument order to internal function verify_lines/4 | Raimo Niskanen | |
2014-07-25 | Go back to passing (Domain, Addr) to net_if filters | Raimo Niskanen | |
2014-07-25 | fix agent configuration details | Raimo Niskanen | |
2014-07-25 | snmp: Add IPV6 tests | Ingela Anderton Andin | |
2014-07-25 | Rewrite agent to use {Domain,Address} tuples as far as possible | Raimo Niskanen | |
2014-07-25 | wip: passes all regression tests | Raimo Niskanen | |
2014-07-25 | wip: Rewrite manager net_if process | Raimo Niskanen | |
2014-07-25 | wip | Raimo Niskanen | |
2014-07-25 | wip-all-regression-tests-but-one-manager | Raimo Niskanen | |
2014-07-22 | wip | Raimo Niskanen | |
2014-07-22 | Rewrite agent configuration parsing | Raimo Niskanen | |
2014-07-10 | Prepare release | Erlang/OTP | |
2014-07-10 | Merge branch 'nox/filelib-wildcard-broken-link' into maint-17 | Erlang/OTP | |
* nox/filelib-wildcard-broken-link: Update stdlib appup file Update runtime dependencies Update preloaded Add tests of filelib and symlinks Fix handling of broken symlinks in filelib Conflicts: erts/preloaded/ebin/erl_prim_loader.beam | |||
2014-07-10 | Update stdlib appup file | Siri Hansen | |
Allow upgrade from OTP 17.1 to newer. | |||
2014-07-09 | Update runtime dependencies | Siri Hansen | |
2014-07-09 | Add tests of filelib and symlinks | Siri Hansen | |
This commit complements 769996c0cd4cb68c157e39de725642f209ed7423 and adds tests for the following problems introduced by f11aabdc9fec593c31e6c4f3fa25c1707e9c35df: Given the symlink 'dirlink' pointing to an existing dir, then - filelib:is_regular("dirlink") -> false - filelib:is_dir("dirlink") -> false Given the symlink 'filelink' pointing to an existing file, then - filelib:is_regular("filelink") -> false - filelib:is_file("filelink") -> false - filelib:last_modified("filelink") and filelib:filesize("filelink") return the info of the link and not the file Given the symlink "broken_symlink" pointing to a non-existing file, then - filelib:wildcard("broken_symlink",File) -> [] | |||
2014-07-09 | Fix handling of broken symlinks in filelib | Anthony Ramine | |
This fixes a bug introduced in f11aabdc9fec593c31e6c4f3fa25c1707e9c35df where filelib:eval_read_file_info/2 was made to use file:read_link_info/1 to never follow symlinks. This fixed wildcard/1 but broke every other function using eval_read_file_info/2. Reported-by: Louis-Philippe Gauthier Reported-by: Danil Zagoskin | |||
2014-07-01 | Prepare release | Erlang/OTP | |
2014-06-26 | edoc, syntax_tools: Don't fail on invalid UTF-8 | Hans Bolinder | |
As a temporary measure to ease the transition to default UTF-8 encoding, automatically fall back to the Latin-1 encoding (without any warnings; the Erlang Compiler will emit a proper warning). The intention is to remove this workaround in OTP 18 or 19. | |||
2014-06-19 | Prepare release | Erlang/OTP | |
2014-06-19 | Merge branch 'sverk/crypto-ec-mem-leak/OTP-11999' into maint | Sverker Eriksson | |
* sverk/crypto-ec-mem-leak/OTP-11999: crypto: Fix memory leak of EC "keys" and "points" crypto: Fix crypto for debug and valgrind | |||
2014-06-18 | crypto: Fix memory leak of EC "keys" and "points" | Sverker Eriksson | |
2014-06-18 | Merge branch 'egil/fix-doc-links' into maint | Björn-Egil Dahlberg | |
* egil/fix-doc-links: doc: Fix broken links in Installation Guide doc: Fix broken links | |||
2014-06-18 | Merge branch 'siri/cuddle-with-tests' into maint | Siri Hansen | |
* siri/cuddle-with-tests: [reltool] Back out adaption to better quoting on windows | |||
2014-06-18 | [reltool] Back out adaption to better quoting on windows | Siri Hansen | |
This commit only changes the test. It reverts commit 710a1fa ([reltool] Adapt tests to better quoting of paths on windows) because the commit that actually changed the quoting behaviour on windows was moved from the maint branch to master (9633e0e win32: Fix quoting of paths). | |||
2014-06-18 | Merge branch 'ia/inets/prep-for-release' into maint | Ingela Anderton Andin | |
* ia/inets/prep-for-release: inets: Prepare for release | |||
2014-06-17 | crypto: Fix crypto for debug and valgrind | Sverker Eriksson | |
without relying on opt-version has been built. Removed ASSERT to make crypto_callback.debug.so work without dynamic linking to libcrypto.so. | |||
2014-06-17 | doc: Fix broken links in Installation Guide | Björn-Egil Dahlberg | |
2014-06-17 | doc: Fix broken links | Björn-Egil Dahlberg | |
2014-06-17 | inets: Prepare for release | Ingela Anderton Andin | |
2014-06-17 | [dialyzer] Correct a doc bug introduced in 0b041238 | Hans Bolinder | |
2014-06-17 | [dialyzer] Use the option 'dialyzer' to control the compiler | Hans Bolinder | |
2014-06-17 | [dialyzer] Fix handling of literal records | Hans Bolinder | |
This ticket is about records in Erlang code, and when to check the fields against the (optional) types given when defining records. Dialyzer operates on the Erlang Core format, where there are no trace of records. The fix implemented is a Real Hack: Given the new option 'dialyzer' erl_expand_records marks the line number of records in a way that is undone by v3_core, which in turn inserts annotations that can be recognized by Dialyzer. | |||
2014-06-17 | Merge branch 'ia/ssl/revert-due-to-performance-issue' into maint | Ingela Anderton Andin | |
* ia/ssl/revert-due-to-performance-issue: Revert "ssl: Avoid creating a huge session table" | |||
2014-06-17 | Merge branch 'bjorn/compiler/fix-latin1-fallback/OTP-11987' into maint | Björn Gustavsson | |
* bjorn/compiler/fix-latin1-fallback/OTP-11987: Fix handling of latin1 characters in false ifdef branches | |||
2014-06-17 | Merge branch 'bjorn/kernel/remove-file_info-vestiges/OTP-11982' into maint | Björn Gustavsson | |
* bjorn/kernel/remove-file_info-vestiges/OTP-11982: Remove documentation and stub for non-exist file:file_info/1 | |||
2014-06-17 | Merge branch 'siri/ct-and-cover/OTP-11971' into maint | Siri Hansen | |
* siri/ct-and-cover/OTP-11971: [test_server] Fix bug introduced in 5a3c466 |