Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-09-04 | Merge branch 'maint' | Fredrik Gustafsson | |
2013-09-04 | Merge branch 'weisslj/httpd_add_script_tests/OTP-11260' into maint | Fredrik Gustafsson | |
* weisslj/httpd_add_script_tests/OTP-11260: Test nocache option of mod_cgi and mod_esi | |||
2013-09-04 | Merge branch 'maint' | Fredrik Gustafsson | |
2013-09-04 | Merge branch 'dotsimon/ei_decode_encode_SUITE_true/OTP-11289' into maint | Fredrik Gustafsson | |
* dotsimon/ei_decode_encode_SUITE_true/OTP-11289: Fix location of true binary under Mac OSX | |||
2013-09-03 | Merge branch 'maint' | Peter Andersson | |
2013-09-03 | Add missing copyright header | Peter Andersson | |
2013-09-03 | Merge remote-tracking branch 'upstream/maint' | Ingela Anderton Andin | |
2013-09-03 | Merge branch 'ia/inets/stronger-test-keys' into maint | Ingela Anderton Andin | |
* ia/inets/stronger-test-keys: inets: Add stronger RSA test-keys | |||
2013-09-03 | inets: Add stronger RSA test-keys | Ingela Anderton Andin | |
The ones provided will fail inets test cases as default ssl will negotiate stronger cipher suites now that will fail the with the weak keys. | |||
2013-09-03 | Merge remote-tracking branch 'upstream/maint' | Ingela Anderton Andin | |
2013-09-03 | Merge branch 'ia/ssl/client-advertised-hashalgorithms' into maint | Ingela Anderton Andin | |
* ia/ssl/client-advertised-hashalgorithms: ssl: Do not advertise support for algorithms not supported by crypto | |||
2013-09-03 | Merge branch 'maint' | Hans Bolinder | |
* maint: Fix a Unicode filename bug affecting Leex and Yecc | |||
2013-09-03 | Merge branch 'hb/parsetools/unicode_bugfix/OTP-11286' into maint | Hans Bolinder | |
* hb/parsetools/unicode_bugfix/OTP-11286: Fix a Unicode filename bug affecting Leex and Yecc | |||
2013-09-02 | ssl: Do not advertise support for algorithms not supported by crypto | Ingela Anderton Andin | |
2013-09-02 | Merge branch 'maint' | Lukas Larsson | |
* maint: Refactor and change EXTRA_APPLICATIONS to use ls Add configure option --without-$app Conflicts: HOWTO/INSTALL.md lib/Makefile | |||
2013-09-02 | Merge branch 'lukas/skip-extra-applications/OTP-11288' into maint | Lukas Larsson | |
* lukas/skip-extra-applications/OTP-11288: Refactor and change EXTRA_APPLICATIONS to use ls Add configure option --without-$app | |||
2013-09-02 | Refactor and change EXTRA_APPLICATIONS to use ls | Lukas Larsson | |
2013-09-02 | Add configure option --without-$app | Lukas Larsson | |
This is used to skip the specified app when building and releasing | |||
2013-09-02 | Test nocache option of mod_cgi and mod_esi | Johannes Weißl | |
Tests that the nocache options work and can be used independently from each other. This was broken before c8ef69c. Conflicts: lib/inets/test/httpd_basic_SUITE.erl | |||
2013-09-02 | Merge branch 'maint' | Fredrik Gustafsson | |
2013-09-02 | Merge branch 'dotsimon/pubkey_aes_cbc/OTP-11281' into maint | Fredrik Gustafsson | |
* dotsimon/pubkey_aes_cbc/OTP-11281: Allow public_key:pem_entry_decode/2) to handle AES-128-CBC ciphered keys | |||
2013-09-02 | Fix a Unicode filename bug affecting Leex and Yecc | Hans Bolinder | |
A bug where Unicode filenames combined with Latin-1 encoding could crash Yecc and Leex has been fixed. | |||
2013-09-02 | Merge branch 'maint' | Lukas Larsson | |
* maint: ei ic: install headers and libs into usr | |||
2013-09-02 | Merge branch 'lukas/export-ei-ic-headers-libs/OTP-11284' into maint | Lukas Larsson | |
* lukas/export-ei-ic-headers-libs/OTP-11284: ei ic: install headers and libs into usr | |||
2013-09-02 | Merge branch 'maint' | Peter Andersson | |
2013-09-02 | Merge remote branch 'origin/peppe/common_test/test_server_h_problem' into maint | Peter Andersson | |
* origin/peppe/common_test/test_server_h_problem: Remove the obsolete test_server_h error handler Tag sasl and error reports with suite, group, and function in log Conflicts: lib/common_test/src/cth_log_redirect.erl OTP-11263 | |||
2013-09-02 | Merge branch 'maint' | Peter Andersson | |
2013-09-02 | Merge remote branch 'origin/peppe/common_test/cth_log_error' into maint | Peter Andersson | |
* origin/peppe/common_test/cth_log_error: Fix error in builtin hook calling non-existing function OTP-11238 | |||
2013-09-02 | Merge remote-tracking branch 'upstream/maint' | Ingela Anderton Andin | |
2013-09-02 | Merge branch 'ia/public_key/PKCS-7-addition/OTP-10874' into maint | Ingela Anderton Andin | |
* ia/public_key/PKCS-7-addition/OTP-10874: public_key: Add support for "Simple Certificate Enrollment Protocol" to PKCS-7 | |||
2013-09-02 | Merge remote-tracking branch 'upstream/maint' | Ingela Anderton Andin | |
2013-09-02 | ssl: Skip second length indicator in EC extensions | Ingela Anderton Andin | |
We have no need to care about the value of this length indicator so we do not need to match it or verify it, it is unnecessary work. | |||
2013-09-02 | ssl: Handle signature_algorithm field in digitally_signed properly | Ingela Anderton Andin | |
with proper defaults Added ssl_ECC_SUITE | |||
2013-08-30 | Fix location of true binary under Mac OSX | Simon Cornish | |
2013-08-29 | Allow public_key:pem_entry_decode/2) to handle AES-128-CBC ciphered keys | Simon Cornish | |
Private keys generated by modern versions of ssh-keygen are ciphered with AES-128-CBC instead of DES-EDE3-CBC. Since DES-EDE3-CBC ciphered keys are handled, and the underlying support for AES-128-CBC is already present, it seems a bug of omission that AES-128-CBC ciphered keys are not. | |||
2013-08-29 | public_key: Add support for "Simple Certificate Enrollment Protocol" to PKCS-7 | Ingela Anderton Andin | |
2013-08-29 | ei ic: install headers and libs into usr | Lukas Larsson | |
2013-08-29 | Merge branch 'maint' | Dan Gudmundsson | |
2013-08-29 | Merge branch 'dgud/wx/update-doxygen/OTP-11279' into maint | Dan Gudmundsson | |
* dgud/wx/update-doxygen/OTP-11279: wx: Add toolbar testcase wx: Add character event test/example wx: Add wxPanel:setFocusIgnoringChildren/1 wx: Add wxClipboardTextEvent wx: Fix bug in wxStatusBar:getFieldRect/2 wx: Fix api generator | |||
2013-08-29 | mnesia: Checkpoint fix | Dan Gudmundsson | |
Avoid hanging waiting for other processes on other node to commit. | |||
2013-08-29 | mnesia: Improve checkpoint activation | Dan Gudmundsson | |
Fixed a race where some parts of a transaction could be added to the checkpoint. There are probably more races here but this improves the current testcases. | |||
2013-08-29 | mnesia: Improve checkpoint tests | Dan Gudmundsson | |
2013-08-29 | mnesia: Cleanup and remove obsolete code | Dan Gudmundsson | |
We don't support communicating with such old nodes anyway. | |||
2013-08-28 | Remove the obsolete test_server_h error handler | Peter Andersson | |
2013-08-28 | Tag sasl and error reports with suite, group, and function in log | Peter Andersson | |
2013-08-28 | Merge remote-tracking branch 'upstream/maint' | Ingela Anderton Andin | |
2013-08-28 | ssl: Make the ssl manager name for erlang distribution over SSL/TLS | Ingela Anderton Andin | |
relative to the module name of the ssl_manager. This can be beneficial when making tools that rename modules for internal processing in the tool. | |||
2013-08-28 | Merge branch 'maint' | Fredrik Gustafsson | |
2013-08-28 | Merge branch 'tab/tramp_emacs_erl/OTP-11270' into maint | Fredrik Gustafsson | |
* tab/tramp_emacs_erl/OTP-11270: tools: In Emacs it is possible to remotely edit a file, by opening for example /ssh:somehost.com:/path/to/file.erl. In Emacs, the feature that makes this possible, is called TRAMP. When compiling such a file, by typing C-c C-k, an inferior Erlang shell is opened on the remote host, but the compilation expression that was evaluated in the remote Erlang shell was: | |||
2013-08-28 | Merge branch 'maint' | Fredrik Gustafsson | |