Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-09-11 | base64_SUITE: Speed up roundtrip/1 | Björn Gustavsson | |
Refactor roundtrip/1 into 4 test cases that can be run in parallel. Assuming that there are 4 cores available, the group of 4 test cases will run at roughly one fourth of the time for the original test case. | |||
2015-06-18 | Change license text to APLv2 | Bruce Yinhe | |
2013-04-19 | Remove the "coding: utf-8" comment from all Erlang source files | Hans Bolinder | |
2013-01-09 | Prepare OTP files for Unicode as default encoding | Hans Bolinder | |
2012-10-30 | stdlib: Fix test timeouts in cover runs | Dan Gudmundsson | |
2011-02-17 | Rename Suite Callback to Common Test Hook | Lukas Larsson | |
2011-02-17 | Fix formatting for stdlib | Lukas Larsson | |
2011-02-17 | Add init_per_suite and end_per_suite | Lukas Larsson | |
2011-02-17 | Add ts_install_scb to suite/0 | Lukas Larsson | |
2011-02-17 | Update stdlib tests to conform with common_test standard | Lukas Larsson | |
2011-01-17 | Removed use of deprecated function size | Ingela Anderton Andin | |
2010-12-07 | Improve pad character handling in base64 MIME decoding functions | Thomas O'Dowd | |
Implement the 'MAY' clauses from RFC4648 regarding the pad character to make mime_decode() and mime_decode_to_string() functions more tolerant of badly padded base64. The RFC is quoted below for easy reference. RFC4648 Section 3.3 with reference to MIME decoding: Furthermore, such specifications MAY ignore the pad character, "=", treating it as non-alphabet data, if it is present before the end of the encoded data. If more than the allowed number of pad characters is found at the end of the string (e.g., a base 64 string terminated with "==="), the excess pad characters MAY also be ignored. | |||
2009-11-20 | The R13B03 release.OTP_R13B03 | Erlang/OTP | |