Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-08 | Fix problem with buffered DOWN messages | Peter Andersson | |
OTP-9830 | |||
2012-03-07 | Merge branch 'maint' | Peter Andersson | |
2012-03-07 | Merge branch 'ia/ssh/windows-sftp-tests' into maint | Ingela Anderton Andin | |
* ia/ssh/windows-sftp-tests: Skip set_attributes test on windows due to known erts bug in file:read_file_info/1 | |||
2012-03-06 | Merge branch 'peppe/common_test/otp-9933' into maint | Peter Andersson | |
* peppe/common_test/otp-9933: Add missing test suite OTP-9933 | |||
2012-03-06 | Add missing test suite | Peter Andersson | |
2012-03-06 | Update vsn for R15B01 | Peter Andersson | |
2012-03-06 | Fix problem with dropped suite- and test case names | Peter Andersson | |
OTP-9958 | |||
2012-03-06 | Merge branch 'maint' | Peter Andersson | |
2012-03-06 | Correct wrong location printout for ct:fail/1/2 | Peter Andersson | |
OTP-9933 | |||
2012-03-06 | Merge branch 'maint' | Peter Andersson | |
2012-03-06 | Merge remote branch 'origin/peppe/common_test/otp-9855' into maint | Peter Andersson | |
* origin/peppe/common_test/otp-9855: Ensure that comments always get printed in the overview log file OTP-9855 | |||
2012-03-06 | Merge branch 'maint' | Peter Andersson | |
2012-03-06 | Merge remote branch 'origin/peppe/common_test/otp-9930' into maint | Peter Andersson | |
* origin/peppe/common_test/otp-9930: Make line numbers show in logs for timetraps and abortions OTP-9930 | |||
2012-03-06 | Merge branch 'maint' | Peter Andersson | |
2012-03-06 | Merge remote branch 'origin/peppe/common_test/otp-9941-9955' into maint | Peter Andersson | |
* origin/peppe/common_test/otp-9941-9955: Fix problem with handling error_logger events OTP-9941 OTP-9955 | |||
2012-03-06 | Merge branch 'maint' | Peter Andersson | |
2012-03-06 | Merge remote branch 'origin/peppe/common_test/otp-9894' into maint | Peter Andersson | |
* origin/peppe/common_test/otp-9894: Fix problem with large fun environment being copied unnecessarily Implement asynchronous call to print to test case log file OTP-9894 | |||
2012-03-06 | Skip set_attributes test on windows due to known erts bug in | Ingela Anderton Andin | |
file:read_file_info/1 | |||
2012-03-06 | Merge branch 'maint' | Ingela Anderton Andin | |
* maint: sftp daemon generates file handles correct | |||
2012-03-06 | Merge branch 'ia/ssh/sftpd-file-handles/OTP-9948' into maint | Ingela Anderton Andin | |
* ia/ssh/sftpd-file-handles/OTP-9948: sftp daemon generates file handles correct | |||
2012-03-05 | Ensure that comments always get printed in the overview log file | Peter Andersson | |
OTP-9855 | |||
2012-03-05 | Merge branch 'maint' | Hans Bolinder | |
* maint: Remove loops from the graph created by digraph_utils:condensation/1 | |||
2012-03-05 | Merge branch 'hb/stdlib/digraph_condensation/OTP-9953' into maint | Hans Bolinder | |
* hb/stdlib/digraph_condensation/OTP-9953: Remove loops from the graph created by digraph_utils:condensation/1 | |||
2012-03-05 | Merge branch 'maint' | Siri Hansen | |
2012-03-05 | Leave control back to gen_server during supervisor's restart loop | Siri Hansen | |
When an attempt to restart a child failed, supervisor would earlier keep the execution flow and try to restart the child over and over again until it either succeeded or the restart frequency limit was reached. If none of these happened, supervisor would hang forever in this loop. This commit adds a timer of 0 ms where the control is left back to the gen_server which implements the supervisor. This way any incoming request to the supervisor will be handled - which could help breaking the infinite loop - e.g. shutdown request for the supervisor or for the problematic child. This introduces some incompatibilities in stdlib due to new return values from supervisor: * restart_child/2 can now return {error,restarting} * delete_child/2 can now return {error,restarting} * which_children/1 returns a list of {Id,Child,Type,Mods}, where Child, in addition to the old pid() or 'undefined', now also can be 'restarting'. | |||
2012-03-05 | Make line numbers show in logs for timetraps and abortions | Peter Andersson | |
OTP-9930 | |||
2012-03-02 | Fix problem with handling error_logger events | Peter Andersson | |
OTP-9941 OTP-9955 | |||
2012-03-01 | Improve global:re_register_name/2,3 spec | Ricardo Catalinas Jiménez | |
Both functions always return `yes'. | |||
2012-03-01 | sftp daemon generates file handles correct | Ingela Anderton Andin | |
Also always run ssh_sftp_SUITE against own daemon as well as openssh if existing. Corrected links test case and found that openssh has a known bug that swaps the create link arguments. Created separate ticket (OTP-9951) to deal with this. | |||
2012-03-01 | Merge branch 'maint' | Gustav Simonsson | |
2012-03-01 | Merge branch 'mh/create_cookie_error_msg' into maint | Gustav Simonsson | |
* mh/create_cookie_error_msg: Specify file name and error on create_cookie failure OTP-9954 | |||
2012-03-01 | Unknown types are being reported by dialyzer's GUIs | Stavros Aronis | |
2012-03-01 | Fix global:{random_exit_name,random_notify_name}/3 spec | Ricardo Catalinas Jiménez | |
Both functions return pid(), not 'none'. The one that always returns 'none' is notify_all_name/3. | |||
2012-03-01 | Remove loops from the graph created by digraph_utils:condensation/1 | Hans Bolinder | |
The function digraph_utils:condensation/1 used to create a digraph containing loops contradicting the documentation which states that the created digraph is free of cycles. Thanks to Kostis Sagonas for finding the bug. | |||
2012-03-01 | Fix bug in remote type solving | Stavros Aronis | |
2012-02-29 | Fix small typo in kernel app doc | Ricardo Catalinas Jiménez | |
2012-02-29 | Remove dashes from error_logger doc | Ricardo Catalinas Jiménez | |
2012-02-29 | Merge branch 'maint' | Adam Lindberg | |
2012-02-29 | Merge branch 'alind/asn1/parallel-tests' into maint | Adam Lindberg | |
* alind/asn1/parallel-tests: [asn1] Refactor test cases and remove extra suites [asn1] Replace 'driver' option with 'nif' [asn1] Correct test suite dependencies [asn1] Parallelize test suites [asn1] Make tables and processes unnamed [asn1] Abstract out table access to new module [asn1] Run asn1 compilation in a separate process | |||
2012-02-29 | [asn1] Refactor test cases and remove extra suites | Adam Lindberg | |
2012-02-29 | Merge branch 'bmk/megaco/updating_meas' into ↵ | Micael Karlberg | |
bmk/megaco/megaco31601_integration/r15 Conflicts: lib/megaco/doc/src/notes.xml lib/megaco/src/app/megaco.appup.src | |||
2012-02-29 | Merge branch 'bmk/megaco/fixing_faulty_test_case' into ↵ | Micael Karlberg | |
bmk/megaco/megaco31601_integration/r15 | |||
2012-02-28 | [megaco] Remove use of deprecated system flag scheduler_bind_type | Micael Karlberg | |
OTP-9949 | |||
2012-02-28 | Add start/0,1 and help/0 to etop's doc | Ricardo Catalinas Jiménez | |
2012-02-28 | Remove/add extra/missing white spaces | Ricardo Catalinas Jiménez | |
2012-02-28 | Merge branch 'maint' | Patrik Nyblom | |
2012-02-28 | Make hipe hipe-compiled w/ --enable-native-libs | Patrik Nyblom | |
2012-02-28 | [asn1] Replace 'driver' option with 'nif' | Adam Lindberg | |
2012-02-28 | [asn1] Correct test suite dependencies | Adam Lindberg | |
2012-02-28 | [asn1] Parallelize test suites | Adam Lindberg | |