Age | Commit message (Collapse) | Author |
|
|
|
* ia/ssh/dialyzer:
ssh: Correct dialyzer specs
|
|
* ks/dialyzer-R15B02-final-fixes/OTP-10231:
Stop a forgotten server process
Changes to fix warnings identified by running dialyzer -Wunmatched_returns
|
|
* ks/hipe-R15B02-fixes/OTP-10230:
Changes in comments and minor code cleanups
Comment out unused cases and some csmetic cleanups.
Fix a typo and strengthen some type declarations
Remove unused imports
Add a missing tag in a type declaration
|
|
|
|
* siri/common_test/ct_netconfc/OTP-10025:
[common_test] Close log files when deleting ct_conn_log_h error handler
|
|
* bmk/megaco/r15b02_cleanup/OTP-10199:
Prep for R15B02 release
|
|
* jkl/erlsrv-graceful-shutdown/OTP-10228:
erlsrv: gracefully stop emulator on Windows shutdown
|
|
|
|
* siri/reltool/slim_release/OTP-9743:
[reltool] Add documentation for option 'excl_lib'
[reltool] Add option {excl_lib,otp_root}
|
|
* mh/emacs-test-indentation/OTP-10226:
Add test_indentation target to lib/tools/emacs/Makefile
|
|
Conflicts:
lib/observer/src/observer_tv_table.erl
|
|
* ia/ssl-compilation-warnings:
ssl: Fixed compilation warnings
|
|
|
|
* kenneth/asn1/error_tag_mismatch/OTP-10186:
Corrected decoding to encorse a proper error return is there is tag mismatch
OTP-10186
|
|
* sze/ssh-auth_methods/OTP-10224:
Corrected some documentation according to original
SSH: Make "auth_methods" server option re-usable
|
|
* origin/peppe/common_test/misc_test_failures:
Solve problem with registering parallel testcases
|
|
* origin/peppe/common_test/bad_func_spec:
Fix error in function specification
|
|
into maint
* origin/peppe/common_test/silent_connection_testspec:
Add silent_connections term to test specification
|
|
|
|
* pg/fix-zip-multidisk/OTP-10223:
Fix bug where zip archives wrongly have a first disk number set to 1
|
|
* lukas/common_test/deep_get_config/OTP-9626:
Add more cross reference links to ct docs
Remove config option from common_test args
Update user config to use nested tuple keys
|
|
* ia/ssl/countryname-utf8-workaround/OTP-10222:
ssl & public_key: Workaround that some certificates encode countryname as utf8 and close down gracefully if other ASN-1 errors occur.
|
|
* bp/fix_mnesia_index_drop/OTP-10220:
Bumped version nr
Prevent index from being corrupted if a nonexistent item is deleted
Add tests showing that trying to delete non-existing object may corrupt the table index
|
|
|
|
* ta/observer-app/OTP-10221:
observer: fix app file (Noticed-by: Motiejus Jakstys)
|
|
* kr/r15_ssh_test_ipv6_fix/OTP-10219:
Fix lib/src/test/ssh_basic_SUITE.erl to fix IPv6 option typos
|
|
* pgö/escape-control-chars-tv/OTP-10218:
Fix Table Viewer search crash on new|changed|deleted rows
Escape control characters in Table Viewer
Fix Table Viewer crash after a 'Found' -> 'Not found' search sequence
|
|
* tab/fix-sctp-multihoming-IPv6/OTP-10217:
Allow mixed IPv4 and IPv6 addresses to sctp_bindx
Add checks for in6addr_any and in6addr_loopback
Fix SCTP multihoming
inet_drv.c: Set sockaddr lengths in inet_set_[f]address
|
|
* bjorn/otp/fix-make_preload/OTP-10201:
make_preload: Don't fail if Perl's default file encoding is UTF-8
|
|
Setting Perl's default encoding for files to UTF-8, for example
like this:
PERL_UNICODE=DS make
would crash the build with a message similar to:
form size 1413 greater than size 1237 of module at
utils/make_preload line 175, <FILE> chunk 1.
Tell Perl to interpret the data in BEAM files as binary by
using the binmode() function. The binmode() function existed
before Unicode support was added to Perl, which means that
make_preload should work even in old versions of Perl.
Noticed-by: Aaron Harnly
|
|
Due to a bad pattern matching in ct_conn_log_h:terminate/1, log files
were not closed when error handler was deleted. This has been
corrected.
|
|
* siri/common_test/ct_netconfc/OTP-10025:
[common_test] Handle all ssh_cm messages in ct_netconfc:handle_msg/2
|
|
Dialyzer forgot to stop a server process before finishing its analysis.
This is a concurrency error detected by Concuerror.
|
|
|
|
* peppe/common_test/update_vsn_files:
Update vsn.mk files
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
utf8 and close down gracefully if other ASN-1 errors occur.
The reason certificate_unknown that is used as ALERT for ASN-1 encoding failure is described as:
Some other (unspecified) issue arose in processing the
certificate, rendering it unacceptable.
|
|
* msp/double_middle_endian/OTP-10209:
Configure now assumed normal doubles
Revise the autoconf tests for double middle endianness.
Add test for floating-point output to float_SUITE.
Unbreak floating point on middle-endian machines.
|
|
|
|
|
|
|
|
|