Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | Updated OTP versionOTP-17.1.2 | Erlang/OTP | |
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 | Update preloaded | 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 | Updated OTP versionOTP-17.1.1 | Erlang/OTP | |
2014-07-01 | Prepare release | Erlang/OTP | |
2014-07-01 | Merge branch 'egil/fix-ethr-force-inline/OTP-12010' into maint-17 | Erlang/OTP | |
* egil/fix-ethr-force-inline/OTP-12010: vxworks: Fix SYSTEMD_DAEMON_LIBS in configure erts: Separate ethread inlining from ethread.h | |||
2014-07-01 | Merge branch 'hb/edoc/latin1_fix/OTP-12008' into maint-17 | Erlang/OTP | |
* hb/edoc/latin1_fix/OTP-12008: edoc, syntax_tools: Don't fail on invalid UTF-8 | |||
2014-06-30 | vxworks: Fix SYSTEMD_DAEMON_LIBS in configure | Björn-Egil Dahlberg | |
2014-06-30 | erts: Separate ethread inlining from ethread.h | Björn-Egil Dahlberg | |
The commit adb5dc0090bc419e2c4c1250653badbddeb6263b (ETHR_FORCE_INLINE) broke some platforms without adequate thread support. | |||
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 | Updated OTP versionOTP-17.1 | Erlang/OTP | |
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 | Update preloaded modules | Magnus Lidén | |
2014-06-18 | Update primary bootstrap | Magnus Lidén | |
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 'siri/cuddle-with-tests' into maint | Siri Hansen | |
* siri/cuddle-with-tests: [upgrade_SUITE] Set previous major to r16b | |||
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 | Merge branch 'hb/dialyzer/fix_recognition_of_records/OTP-11935' into maint | Hans Bolinder | |
* hb/dialyzer/fix_recognition_of_records/OTP-11935: [dialyzer] Correct a doc bug introduced in 0b041238 [dialyzer] Use the option 'dialyzer' to control the compiler [dialyzer] Fix handling of literal records | |||
2014-06-17 | inets: Prepare for release | Ingela Anderton Andin | |