Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-09-23 | Merge branch 'dev' into major | Micael Karlberg | |
Conflicts: lib/inets/doc/src/notes.xml lib/inets/src/inets_app/inets.appup.src lib/inets/test/httpc_cookie_SUITE.erl lib/inets/vsn.mk | |||
2011-09-23 | Merge branch 'egil/fix-ei-cover-case' into dev | Björn-Egil Dahlberg | |
* egil/fix-ei-cover-case: ei: Add gcc link flags to port_call_SUITE Change static link test of ssl to dynamic Remove static ssl linking in crypto for otp_build | |||
2011-09-23 | Merge branch 'dev' of super:otp into bmk/megaco/fix_version_and_notes/OTP-9550 | Micael Karlberg | |
2011-09-23 | [httpc] Parsing of a cookie expire date should be more forgiving. | Micael Karlberg | |
That is, if the parsing fails, the date should be ignored. Also added support for (yet another) date format: "Tue Jan 01 08:00:01 2036 GMT". OTP-9433 [httpc] Rewrote cookie parsing. Among other things solving cookie processing from www.expedia.com. OTP-9434 [httpd] Fix httpd directory traversal on Windows. Directory traversal was possible on Windows where backward slash is used as directory separator. Andr�s Veres-Szentkir�lyi. OTP-9561 Merge branch 'bmk/inets/inets571_integration' into dev | |||
2011-09-23 | [compiler] Used wrong variable name (for warnings-as-errors variable), | Micael Karlberg | |
which caused the compiler to crash when using the snmpc (e)script. Also added the option --Werror for the SNMP MIB compiler (escript) frontend (to mimic erlc), which specifies whether warnings should be treated as errors. OTP-9447 [agent] Some very minor debugging improvements. OTP-9446 Merge branch 'bmk/snmp/snmp4211_integration' into dev | |||
2011-09-23 | Merge branch 'dev' of super:otp into bmk/megaco/fix_version_and_notes/OTP-9550 | Micael Karlberg | |
2011-09-23 | Fixed version, release notes and appup in prep for release. | Micael Karlberg | |
2011-09-23 | Change order of include files | Peter Andersson | |
2011-09-23 | Add link to last executed test suite on index page | Peter Andersson | |
OTP-9520 | |||
2011-09-23 | Fix problem with location value when init config func calls help func | Peter Andersson | |
2011-09-23 | Fix crash when CTHook init fails | Peter Andersson | |
2011-09-23 | Correct error in test suite | Peter Andersson | |
2011-09-23 | Fix error with incorrect notification after end_per_testcase craches | Peter Andersson | |
2011-09-23 | Fix problem with error message not being printed correctly | Peter Andersson | |
2011-09-23 | Add cases to check test case status versus end_per_testcase failure | Peter Andersson | |
2011-09-23 | Fix incorrect call to end_tc when tc_status=ok and end_per_testcase times out | Peter Andersson | |
OTP-9397 | |||
2011-09-23 | Improve test suite | Peter Andersson | |
2011-09-23 | Implement support for MFA and Fun as timetrap value | Peter Andersson | |
OTP-9501 | |||
2011-09-23 | Repair and improve the vts mode | Peter Andersson | |
OTP-9429 | |||
2011-09-23 | Implement support for running suites with test case groups through the debugger | Peter Andersson | |
OTP-9518 | |||
2011-09-23 | Various corrections and updates to improve error handling and reporting | Peter Andersson | |
OTP-8933 | |||
2011-09-23 | Fix problem with incorrect src links | Peter Andersson | |
OTP-9396 | |||
2011-09-23 | Fix problem with end_tc being called with incorrect Suite argument | Peter Andersson | |
OTP-9398: Fix error with end_tc being called with incorrect Suite argument after timeout in lib function OTP-9397: Fix problem with true error not reported to FW | |||
2011-09-23 | Fix error with incorrect test case status when end_per_testcase times out | Peter Andersson | |
OTP-9397 | |||
2011-09-23 | Introduce new framework callback function to read info about color of comments | Peter Andersson | |
OTP-9237 | |||
2011-09-23 | Fix incorrect module name arg to FW:end_tc/3 | Peter Andersson | |
OTP-9379 | |||
2011-09-23 | Introduce new 'logopts' flag | Peter Andersson | |
Introduce new 'logopts' flag and make it possible to modify the default logging behaviour OTP-9372 OTP-9396 | |||
2011-09-23 | Fix problem with logdir string and some other minor bugs | Peter Andersson | |
OTP-9370: Fix problem with crash if logdir contains multiple dirs OTP-9155: Fix some minor remaining bugs | |||
2011-09-23 | Fix problem with automatically generated init & end-config functions for groups | Peter Andersson | |
OTP-9369 | |||
2011-09-23 | Fix error with test_server not releasing SASL TTY handlers | Peter Andersson | |
OTP-9311 | |||
2011-09-23 | Modify start options and introduce CT profiles | Peter Andersson | |
OTP-9155: Improve handling of start options in Common Test OTP-9428: Introduce first version of CT profiles (for evaluation) | |||
2011-09-23 | Merge branch 'dev' into major | Lukas Larsson | |
* dev: Update ber_bin and ber_bin_v2 to return binaries | |||
2011-09-23 | Merge branch 'lukas/asn1/fix_ber_other_testcase/OTP-9573' into dev | Lukas Larsson | |
* lukas/asn1/fix_ber_other_testcase/OTP-9573: Update ber_bin and ber_bin_v2 to return binaries | |||
2011-09-23 | Update ber_bin and ber_bin_v2 to return binaries | Lukas Larsson | |
2011-09-22 | Merge branch 'dev' into major | Henrik Nord | |
2011-09-22 | Merge branch 'hl/beam_disasm-no_attri_chunk' into dev | Henrik Nord | |
* hl/beam_disasm-no_attri_chunk: beam_disasm: Handle stripped BEAM files OTP-9571 | |||
2011-09-22 | ei: Add gcc link flags to port_call_SUITE | Björn-Egil Dahlberg | |
2011-09-22 | Merge branch 'dev' into major | Lars Thorsen | |
* dev: Fix the formatting of function signatures in the pdf | |||
2011-09-22 | Merge branch 'lars/erl_docgen/fix-pdf-func-signatures/OTP-9563' into dev | Lars Thorsen | |
* lars/erl_docgen/fix-pdf-func-signatures/OTP-9563: Fix the formatting of function signatures in the pdf | |||
2011-09-22 | Change static link test of ssl to dynamic | Björn-Egil Dahlberg | |
Only used for commercial builds | |||
2011-09-22 | Fix the formatting of function signatures in the pdf | Lars Thorsen | |
2011-09-22 | Fix lost wakeup of scheduler when enqueuing auxiliary work | Rickard Green | |
When auxiliary work was enqueued on a scheduler, the wakeup of the scheduler in order to handle this work could be lost. Wakeups in order to handle ordinary work were not effected by this bug. The bug only effected runtime systems with SMP support as follows: * Deallocation of some ETS data structures could be delayed. * On Linux systems not using the NPTL thread library (typically ancient systems with kernel versions prior to 2.6) and Windows systems, the {Port, {exit_status, Status}} message from a terminating port program could be delayed. That is, it only effected port programs which had been started by passing exit_status as an option to open_port/2. | |||
2011-09-21 | Remove static ssl linking in crypto for otp_build | Björn-Egil Dahlberg | |
2011-09-21 | [wx] Re-generate code | Dan Gudmundsson | |
With the previous commited code-generator | |||
2011-09-21 | [wx] Remove optional shadowing clauses | Dan Gudmundsson | |
In some cases the non optional clause could make some clauses unreachable. i.e. in the following example the second clause will never be reached. prepend(This,Window) when is_record(This, wx_ref),is_record(Window, wx_ref) -> prepend(This,Window, []); prepend(#wx_ref{type=ThisT,ref=ThisRef},#wx_ref{type=ItemT,ref=ItemRef}) -> ?CLASS(ThisT,wxSizer), ?CLASS(ItemT,wxSizerItem), wxe_util:call(?wxSizer_Prepend_1, <<ThisRef:32/?UI,ItemRef:32/?UI>>). | |||
2011-09-21 | Revert "Prepare for release" | Sverker Eriksson | |
This reverts commit a3193f17e111492bf508057ae6a26d0d7c1bc4fc. | |||
2011-09-21 | system documentation: Support parallel make | Björn Gustavsson | |
2011-09-21 | Revert "Support md2WithRSAEncryption certificates in public_key" | Sverker Eriksson | |
This reverts commit c7e5f7576e213060cbb332be64a7c3798f6a2cc2. | |||
2011-09-21 | Revert "Support 'md2' hash in crypto:rsa_sign/3 and crypto:rsa_verify/4" | Sverker Eriksson | |
This reverts commit 82897cc8f399fab832148711b586215c9a3f7af1. | |||
2011-09-21 | Merge branch 'dev' into major | Henrik Nord | |