Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-29 | Merge branch 'maint' | Dan Gudmundsson | |
2012-03-29 | Merge branch 'dgud/eldap' into maint | Dan Gudmundsson | |
* dgud/eldap: [eldap] Fix parse_port error handling [eldap] Add rudimentary docs [eldap] Add asn.1 compilation options [eldap] Add dereference options in search [eldap] Remove broken functionality [eldap] Add infrastructure [eldap] Initial copy of Tobbe's eldap client OTP-10034 | |||
2012-03-29 | Merge branch 'maint' | Peter Andersson | |
2012-03-29 | Merge branch 'peppe/common_test/otp-10029' into maint | Peter Andersson | |
* peppe/common_test/otp-10029: Update documentation OTP-9972 | |||
2012-03-29 | Update documentation | Peter Andersson | |
OTP-9972 OTP-9659 OTP-9855 OTP-9880 OTP-9973 OTP-9986 OTP-9992 OTP-9935 | |||
2012-03-28 | Merge remote branch 'upstream/maint' | Ingela Anderton Andin | |
* upstream/maint: [xmerl] Fix bug for comments in XSD files [xmerl] Fix error message and documentation bug Corrected dialyzer specs and exported some dialyzer specs | |||
2012-03-28 | Merge branch 'ia/ssl/dialyzer-specs' into maint | Ingela Anderton Andin | |
* ia/ssl/dialyzer-specs: Corrected dialyzer specs and exported some dialyzer specs | |||
2012-03-28 | [xmerl] Fix bug for comments in XSD files | Lars Thorsen | |
2012-03-28 | [eldap] Fix parse_port error handling | Dan Gudmundsson | |
Dialyzer found that. | |||
2012-03-28 | [xmerl] Fix error message and documentation bug | Lars Thorsen | |
2012-03-27 | Merge branch 'maint' | Peter Andersson | |
2012-03-27 | Merge remote branch 'origin/peppe/common_test/otp-10022' into maint | Peter Andersson | |
* origin/peppe/common_test/otp-10022: Fix problem with wrong data_dir sent to hooks if init_per_* is missing | |||
2012-03-27 | Merge remote branch 'origin/peppe/common_test/otp-10021' into maint | Peter Andersson | |
* origin/peppe/common_test/otp-10021: Increase test margin for user timetraps | |||
2012-03-27 | Corrected dialyzer specs and exported some dialyzer specs | Ingela Anderton Andin | |
2012-03-27 | [eldap] Add rudimentary docs | Dan Gudmundsson | |
2012-03-27 | Merge branch 'maint' | Gustav Simonsson | |
2012-03-26 | Fix bug related with infinitely looping functions | Stavros Aronis | |
Depending of the ordering of the functions during dataflow, a function with an infinite loop might be identified as one that always crashes. This is fixed now, by allowing restoration of the infinitely-looping status. | |||
2012-03-26 | Report only actual unknown types otherwise no message is sent | Stavros Aronis | |
2012-03-26 | Use wx:wx_object() type now that it is exported | Kostis Sagonas | |
2012-03-26 | Up version | Kostis Sagonas | |
2012-03-26 | Add warnings_as_errors option | Kostis Sagonas | |
2012-03-26 | Fix problem with wrong data_dir sent to hooks if init_per_* is missing | Peter Andersson | |
2012-03-26 | Merge branch 'maint' | Gustav Simonsson | |
2012-03-26 | Merge branch 'ud/fix-return-do_get_disc_copy2' into maint | Gustav Simonsson | |
* ud/fix-return-do_get_disc_copy2: Fixes value returned by mnesia_loader:do_get_disc_copy2/4 OTP-10015 OTP-10016 | |||
2012-03-26 | Merge branch 'maint' | Gustav Simonsson | |
2012-03-26 | Merge branch 'as/ssl-tls-prf-function' into maint | Gustav Simonsson | |
* as/ssl-tls-prf-function: Some protocols (e.g. EAP-PEAP, EAP-TLS, EAP-TTLS) that use TLS as transport layer need to generate additional application specific key material One way to generate such material is to use the TLS PRF and key material from the TLS session itself OTP-10024 | |||
2012-03-26 | Merge branch 'maint' | Björn Gustavsson | |
* maint: runtime_tools: Add dyntrace_SUITE | |||
2012-03-26 | runtime_tools: Add dyntrace_SUITE | Björn Gustavsson | |
2012-03-26 | Increase test margin for user timetraps | Peter Andersson | |
2012-03-26 | Merge branch 'maint' | Peter Andersson | |
2012-03-26 | Merge remote branch 'origin/peppe/common_test/otp-9988_9871.merged' into maint | Peter Andersson | |
* origin/peppe/common_test/otp-9988_9871.merged: Fix various problems with the user timetrap implementation Fix dialyzer reported errors Implement support for user controlled timetraps OTP-9988 | |||
2012-03-26 | Merge remote branch 'origin/peppe/common_test/otp-9973' into maint | Peter Andersson | |
* origin/peppe/common_test/otp-9973: Update ct_master to use the Common Test CSS file for the logs OTP-9973 | |||
2012-03-26 | Merge remote branch 'origin/peppe/common_test/otp-9633' into maint | Peter Andersson | |
* origin/peppe/common_test/otp-9633: Repair is_release_available/1 | |||
2012-03-26 | Merge remote branch 'origin/peppe/common_test/otp-10011' into maint | Peter Andersson | |
* origin/peppe/common_test/otp-10011: Document the create_priv_dir option for ct:run_test/1 | |||
2012-03-26 | Merge branch 'maint' | Anders Svensson | |
2012-03-26 | Update include paths in example code | Anders Svensson | |
Paths changed as a consequence of OTP-9638. Don't use paths under src however, assume an installation. | |||
2012-03-26 | appup for OTP-9824 | Anders Svensson | |
2012-03-26 | vsn -> 1.1 | Anders Svensson | |
2012-03-26 | Merge branch 'maint' | Ingela Anderton Andin | |
* maint: ssh:close/1 will no longer crash if ssl manager already happens to have been terminated. | |||
2012-03-26 | Merge branch 'ia/ssh/shutdown-bug' into maint | Ingela Anderton Andin | |
* ia/ssh/shutdown-bug: ssh:close/1 will no longer crash if ssl manager already happens to have been terminated. | |||
2012-03-26 | [eldap] Add asn.1 compilation options | Dan Gudmundsson | |
2012-03-23 | Merge branch 'maint' | Lukas Larsson | |
* maint: Change default of enable builtin hooks to undefined Disable built in hooks for emulator | |||
2012-03-23 | Merge branch ↵ | Lukas Larsson | |
'lukas/common_test/fix_disable_builtin_hooks_from_spec/OTP-10009' into maint * lukas/common_test/fix_disable_builtin_hooks_from_spec/OTP-10009: Change default of enable builtin hooks to undefined Disable built in hooks for emulator | |||
2012-03-23 | Merge branch 'peppe/common_test/otp-9871' into ↵ | Peter Andersson | |
peppe/common_test/otp-9988_9871.merged Conflicts: lib/common_test/src/ct_framework.erl | |||
2012-03-23 | Merge branch 'maint' | Patrik Nyblom | |
2012-03-23 | Merge branch 'siri/reltool/app-level-lib-dir/OTP-9977' into maint | Siri Hansen | |
* siri/reltool/app-level-lib-dir/OTP-9977: [reltool] Allow lib_dir on app level to use relative path [reltool] Add configuration parameter lib_dir on application level | |||
2012-03-23 | Merge branch 'maint' | Siri Hansen | |
2012-03-23 | Merge branch 'jc/omit-undefined-start_phases-3' into maint | Siri Hansen | |
* jc/omit-undefined-start_phases-3: Avoid undefined start_phases entry in .script Avoid creating an undefined start_phases entry when generating a release OTP-10003 | |||
2012-03-23 | Merge branch 'siri/sasl/correct-app-name-in-error/OTP-9888' into maint | Siri Hansen | |
* siri/sasl/correct-app-name-in-error/OTP-9888: Fix error message if stdlib has faulty start type in .rel file | |||
2012-03-23 | Merge branch 'siri/sasl/doc-regexp-in-appup/OTP-10001' into maint | Siri Hansen | |
* siri/sasl/doc-regexp-in-appup/OTP-10001: Add documentation of regular expressions for version numbers in appup |