Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-08-01 | Fix bootstrap problem | Lukas Larsson | |
2011-08-01 | Add nif vs driver vs erlang performance tests for per encode and ber decode. | Lukas Larsson | |
Results now suggest that nifs are 15% faster than driver for per and 5% faster for ber. Erlang is inbetween nif and driver for ber, but about 50% slower than driver for per. | |||
2011-08-01 | Extend particular smp testcase with a ber nif info | Lukas Larsson | |
2011-08-01 | Define vsn if not defined to make flymake happy | Lukas Larsson | |
2011-08-01 | Add support for nif option to optimized ber_bin_v2 asn1 compilation | Lukas Larsson | |
2011-08-01 | Add support for nif option to optimized PER asn1 compilation | Lukas Larsson | |
2011-08-01 | Pass compiler options directly through to the asn1 compiler in order to test ↵ | Lukas Larsson | |
nif enabled asn1 | |||
2011-08-01 | Add asn1 nif for ber decode and per encode | Lukas Larsson | |
2011-07-21 | Use lists:mapfoldl instead for a tiny performance gain | Lukas Larsson | |
2011-07-21 | Move fixopt to do more work in ct than rt for opimized per_bin | Lukas Larsson | |
Instead of looping over the list of which options contain defaults, one case statement is generated for each optional attribute. | |||
2011-07-21 | Optmized encode_length by doing some calculations at compile time rather ↵ | Lukas Larsson | |
than runtime | |||
2011-07-21 | Optmized decode_length by doing some calculations as compile time rather ↵ | Lukas Larsson | |
than runtime | |||
2011-05-24 | Prepare releaseOTP_R14B03 | Erlang/OTP | |
2011-05-20 | Fixed DRIVER_INIT prototype | Kenneth Lundin | |
2011-05-19 | Corrected handling of long length in driver and updated test suites | Kenneth Lundin | |
2011-05-16 | OTP-9094: [httpc] Add support for upload body streaming (PUT and POST). | Micael Karlberg | |
Filipe David Manana OTP-9114: [ftp] Added (type) spec for all exported functions. OTP-9123: mod_esi:deliver/2 made to accept binary data. Bernard Duggan OTP-9124: [httpd] Prevent XSS in error pages. Michael Santos OTP-9131: [httpd] Wrong security property names used in documentation. Garrett Smith OTP-9157: [httpd] Improved error messages. Ricardo Catalinas Jim�nez OTP-9158: [httpd] Fix timeout message generated by mod_esi. Bernard Duggan OTP-9202: [httpd] Extended support for file descriptors. Attila Rajmund Nohl OTP-9230: The default ssl kind has now been changed to essl. OTP-9246: [httpc] httpc manager crash because of a handler retry race condition. Merge branch 'bmk/inets/inet56_integration' into dev | |||
2011-05-11 | Corrected test case that failed because of the removal of a catch in timer:tc | Kenneth Lundin | |
The test case is called test_inline and is using the wrong module name 'Mod1' instead of 'Mod'. This has never been working correcty but was hidden by the catch in timer:tc. | |||
2011-04-06 | Merge branch 'dev' into bmk/inets/inet56_integration | Micael Karlberg | |
2011-03-30 | Merge branch 'hw/call-chmod-without-f' into dev | Henrik Nord | |
* hw/call-chmod-without-f: Call chmod without the "-f" flag Conflicts: erts/emulator/test/Makefile lib/asn1/test/Makefile lib/crypto/test/Makefile lib/debugger/test/Makefile lib/docbuilder/test/Makefile lib/edoc/test/Makefile lib/erl_interface/test/Makefile lib/inviso/test/Makefile lib/parsetools/test/Makefile lib/percept/test/Makefile lib/ssl/test/Makefile lib/syntax_tools/test/Makefile lib/test_server/test/Makefile lib/tools/test/Makefile OTP-9170 | |||
2011-03-17 | Merge branch 'dev' into ↵ | Micael Karlberg | |
bmk/inets/ftp/missing_spec_causes_dialyxer_problems/OTP-9114 Also fixed a bunch of "end-years" (was 2010 but should have been 2011, which the commit hook not happy with). | |||
2011-03-14 | Prepare releaseOTP_R14B02 | Erlang/OTP | |
2011-03-11 | Update copyright years | Björn-Egil Dahlberg | |
2011-03-07 | Fixed crash in asn1ct_check occuring for SEQUENCE with extension mark and ↵ | Kenneth Lundin | |
component relation attribute. | |||
2011-02-17 | Rename Suite Callback to Common Test Hook | Lukas Larsson | |
2011-02-17 | Update and add cover spec files to work with common_test | Lukas Larsson | |
2011-02-17 | Update all test specs | Lukas Larsson | |
2011-02-17 | Fix formatting in ASN | 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 asn1 tests to conform with common_test standard | Lukas Larsson | |
2011-02-17 | Update common_test tests to conform with common_test standard | Lukas Larsson | |
2011-02-17 | Update app_init to init_per_suite to conform with common_test standards. | Lukas Larsson | |
2011-02-17 | Merge branch 'ks/asn1-dialyzer-fixes' into dev | Niclas Axelsson | |
* ks/asn1-dialyzer-fixes: Shut off some dialyzer warnings OTP-9063 | |||
2011-02-17 | Merge branch 'ta/asn1-reporting' into dev | Niclas Axelsson | |
* ta/asn1-reporting: asn1ct: Make formatting of errors and warnings consistent OTP-9062 | |||
2010-12-06 | Prepare release | Erlang/OTP | |
2010-11-26 | Correct a race-condition during loading of driver | Kenneth Lundin | |
The asn1 driver is loaded automatically when first needed. If several processes in parallel is doing asn1 encode or decode a race could appear which caused an ERROR report for a crashed process. The system still worked as intended, but an unnecessary ERROR report is no good. | |||
2010-11-18 | Shut off some dialyzer warnings | Kostis Sagonas | |
2010-11-15 | Call chmod without the "-f" flag | Holger Weiß | |
"-f" is a non-standard chmod option which at least SGI IRIX and HP UX do not support. As the only effect of the "-f" flag is to suppress warning messages, it can be safely omitted. | |||
2010-10-05 | Merge branch 'maint-r13' into dev | Kenneth Lundin | |
Conflicts: lib/asn1/doc/src/notes.xml lib/asn1/test/asn1_SUITE.erl.src lib/asn1/test/asn1_SUITE_data/extensionAdditionGroup.erl lib/asn1/test/test_undecoded_rest.erl lib/asn1/vsn.mk | |||
2010-10-04 | Prepare release | Erlang/OTP | |
2010-10-04 | Add additional test to cover this correction | Kenneth Lundin | |
2010-09-24 | correct the encoding of ExtensionAdditionGroup | Kenneth Lundin | |
2010-09-23 | temp | Kenneth Lundin | |
2010-09-23 | Add support for ExtensionAdditionGroup notation in nested types as well | Kenneth Lundin | |
In the previous version support for ExtensionAdditionGroups (i.e [[...]]) was added but it did not handle the occurence of the notation in nested types. Now this is handled as well and the support is hopefully complete. Also cleanup of warnings for obsolete guard functions in test suites. | |||
2010-09-13 | Prepare releaseOTP_R14B | Erlang/OTP | |
2010-09-10 | Remove warnings for clashes with new autoimported BIFs | Patrik Nyblom | |
2010-09-10 | Merge branch 'kenneth/asn1/docfixes/OTP-8829' into dev | Kenneth Lundin | |
* kenneth/asn1/docfixes/OTP-8829: Add warning about since long unsupported [{Cname,Val}] repr. of SEQUENCE/SET | |||
2010-09-10 | Merge branch 'kenneth/asn1/nested_extaddgroup/OTP-8797' into dev | Kenneth Lundin | |
* kenneth/asn1/nested_extaddgroup/OTP-8797: Add support for ExtensionAdditionGroup notation in nested types as well Conflicts: lib/asn1/test/test_undecoded_rest.erl | |||
2010-09-10 | Merge branch 'kenneth/asn1/uper_contrained_number/OTP-8779' into dev | Kenneth Lundin | |
* kenneth/asn1/uper_contrained_number/OTP-8779: Fix bug in UNALIGNED PER regarding encode/decode of constrained number with valuerange > 1024 | |||
2010-09-10 | Add warning about since long unsupported [{Cname,Val}] repr. of SEQUENCE/SET | Kenneth Lundin | |
Othe minor corrections as well. |