Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-08-28 | Merge branch 'ia/ssh/dialyzer' into maint | Ingela Anderton Andin | |
* ia/ssh/dialyzer: ssh: Correct dialyzer specs | |||
2012-08-28 | Merge branch 'ks/dialyzer-R15B02-final-fixes/OTP-10231' into maint | Fredrik Gustafsson | |
* ks/dialyzer-R15B02-final-fixes/OTP-10231: Stop a forgotten server process Changes to fix warnings identified by running dialyzer -Wunmatched_returns | |||
2012-08-28 | Merge branch 'ks/hipe-R15B02-fixes/OTP-10230' into maint | Fredrik Gustafsson | |
* 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 | |||
2012-08-27 | ssh: Correct dialyzer specs | Ingela Anderton Andin | |
2012-08-27 | Merge branch 'siri/common_test/ct_netconfc/OTP-10025' into maint | Siri Hansen | |
* siri/common_test/ct_netconfc/OTP-10025: [common_test] Close log files when deleting ct_conn_log_h error handler | |||
2012-08-27 | Merge branch 'bmk/megaco/r15b02_cleanup/OTP-10199' into maint | Björn-Egil Dahlberg | |
* bmk/megaco/r15b02_cleanup/OTP-10199: Prep for R15B02 release | |||
2012-08-27 | Merge branch 'siri/reltool/slim_release/OTP-9743' into maint | Siri Hansen | |
* siri/reltool/slim_release/OTP-9743: [reltool] Add documentation for option 'excl_lib' [reltool] Add option {excl_lib,otp_root} | |||
2012-08-27 | Merge branch 'mh/emacs-test-indentation/OTP-10226' into maint | Fredrik Gustafsson | |
* mh/emacs-test-indentation/OTP-10226: Add test_indentation target to lib/tools/emacs/Makefile | |||
2012-08-27 | Merge branch 'pgö/observer-edit-table-row/OTP-10225' into maint | Fredrik Gustafsson | |
Conflicts: lib/observer/src/observer_tv_table.erl | |||
2012-08-27 | Merge branch 'ia/ssl-compilation-warnings' into maint | Ingela Anderton Andin | |
* ia/ssl-compilation-warnings: ssl: Fixed compilation warnings | |||
2012-08-27 | ssl: Fixed compilation warnings | Ingela Anderton Andin | |
2012-08-27 | Merge branch 'kenneth/asn1/error_tag_mismatch/OTP-10186' into maint | Kenneth Lundin | |
* kenneth/asn1/error_tag_mismatch/OTP-10186: Corrected decoding to encorse a proper error return is there is tag mismatch OTP-10186 | |||
2012-08-27 | Merge branch 'sze/ssh-auth_methods/OTP-10224' into maint | Fredrik Gustafsson | |
* sze/ssh-auth_methods/OTP-10224: Corrected some documentation according to original SSH: Make "auth_methods" server option re-usable | |||
2012-08-27 | Merge remote branch 'origin/peppe/common_test/misc_test_failures' into maint | Peter Andersson | |
* origin/peppe/common_test/misc_test_failures: Solve problem with registering parallel testcases | |||
2012-08-27 | Merge remote branch 'origin/peppe/common_test/bad_func_spec' into maint | Peter Andersson | |
* origin/peppe/common_test/bad_func_spec: Fix error in function specification | |||
2012-08-27 | Merge remote branch 'origin/peppe/common_test/silent_connection_testspec' ↵ | Peter Andersson | |
into maint * origin/peppe/common_test/silent_connection_testspec: Add silent_connections term to test specification | |||
2012-08-27 | Merge branch 'pg/fix-zip-multidisk/OTP-10223' into maint | Fredrik Gustafsson | |
* pg/fix-zip-multidisk/OTP-10223: Fix bug where zip archives wrongly have a first disk number set to 1 | |||
2012-08-27 | Merge branch 'lukas/common_test/deep_get_config/OTP-9626' into maint | Lukas Larsson | |
* 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 | |||
2012-08-27 | Merge branch 'ia/ssl/countryname-utf8-workaround/OTP-10222' into maint | Ingela Anderton Andin | |
* 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. | |||
2012-08-27 | Merge branch 'bp/fix_mnesia_index_drop/OTP-10220' into maint | Fredrik Gustafsson | |
* 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 | |||
2012-08-27 | Bumped version nr | Fredrik Gustafsson | |
2012-08-27 | Merge branch 'ta/observer-app/OTP-10221' into maint | Fredrik Gustafsson | |
* ta/observer-app/OTP-10221: observer: fix app file (Noticed-by: Motiejus Jakstys) | |||
2012-08-27 | Merge branch 'kr/r15_ssh_test_ipv6_fix/OTP-10219' into maint | Fredrik Gustafsson | |
* kr/r15_ssh_test_ipv6_fix/OTP-10219: Fix lib/src/test/ssh_basic_SUITE.erl to fix IPv6 option typos | |||
2012-08-27 | Merge branch 'pgö/escape-control-chars-tv/OTP-10218' into maint | Fredrik Gustafsson | |
* 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 | |||
2012-08-27 | Merge branch 'tab/fix-sctp-multihoming-IPv6/OTP-10217' into maint | Fredrik Gustafsson | |
* 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 | |||
2012-08-24 | [common_test] Close log files when deleting ct_conn_log_h error handler | Siri Hansen | |
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. | |||
2012-08-24 | Merge branch 'siri/common_test/ct_netconfc/OTP-10025' into maint | Siri Hansen | |
* siri/common_test/ct_netconfc/OTP-10025: [common_test] Handle all ssh_cm messages in ct_netconfc:handle_msg/2 | |||
2012-08-24 | Stop a forgotten server process | Kostis Sagonas | |
Dialyzer forgot to stop a server process before finishing its analysis. This is a concurrency error detected by Concuerror. | |||
2012-08-24 | Solve problem with registering parallel testcases | Peter Andersson | |
2012-08-24 | Update vsn.mk files | Peter Andersson | |
2012-08-24 | Merge branch 'rc/fix-MP-compiler-flag/OTP-10211' into maint | Fredrik Gustafsson | |
2012-08-24 | Changes in comments and minor code cleanups | Kostis Sagonas | |
2012-08-24 | Comment out unused cases and some csmetic cleanups. | Kostis Sagonas | |
2012-08-24 | Fix a typo and strengthen some type declarations | Kostis Sagonas | |
2012-08-24 | Changes to fix warnings identified by running dialyzer -Wunmatched_returns | Kostis Sagonas | |
2012-08-24 | Remove unused imports | Kostis Sagonas | |
2012-08-24 | Add a missing tag in a type declaration | Kostis Sagonas | |
2012-08-24 | ssl & public_key: Workaround that some certificates encode countryname as ↵ | Ingela Anderton Andin | |
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. | |||
2012-08-24 | Merge branch 'msp/double_middle_endian/OTP-10209' into maint | Lukas Larsson | |
* 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. | |||
2012-08-24 | Merge branch 'rc/syntax_tools-1.6.8/OTP-10208' into maint | Fredrik Gustafsson | |
2012-08-24 | Merge branch 'mz/odbc-support-param_query/OTP-10206' into maint | Fredrik Gustafsson | |
2012-08-24 | Bumped version nr | Fredrik Gustafsson | |
2012-08-24 | Merge branch 'mz/odbc-support-param_query' into maint | Fredrik Gustafsson | |
2012-08-24 | Add silent_connections term to test specification | Peter Andersson | |
2012-08-23 | Fix error in function specification | Peter Andersson | |
2012-08-23 | Merge branch 'sverk/hipelibs-code_server-crash-maint' into maint | Sverker Eriksson | |
* sverk/hipelibs-code_server-crash-maint: Fix init:restart with hipelibs kernel: Disable hipe compilation for hipe_unified_loader | |||
2012-08-23 | Merge remote branch 'origin/peppe/common_test/parallel_testcases_error' into ↵ | Peter Andersson | |
maint * origin/peppe/common_test/parallel_testcases_error: Solve problems with verbosity levels and parallel test cases | |||
2012-08-23 | Solve problems with verbosity levels and parallel test cases | Peter Andersson | |
2012-08-23 | Fix IO bug causing CT Hooks to hang at startup | Peter Andersson | |
2012-08-23 | Merge remote branch 'origin/peppe/common_test/silent_connection' into maint | Peter Andersson | |
* origin/peppe/common_test/silent_connection: Fix deadlock problem in connection handling Implement silent_connection for ssh Conflicts: lib/common_test/src/ct_gen_conn.erl OTP-9625 |