Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-08-01 | Add pubkey performance tests | Lukas Larsson | |
Add performance tests for cert_pem and dsa_pem. These tests are not automatically when testing asn1. | |||
2011-08-01 | Update ber encode nif to use a linked list memry buffer | Lukas Larsson | |
The encoded ber binary is now a linked list of memory buffers which is written to from the back while allocating more segments as needed | |||
2011-08-01 | Create a nif for ber encode | Lukas Larsson | |
2011-08-01 | Extract generic is_nif_loadable function from decode | Lukas Larsson | |
2011-08-01 | Update decode_open_type to use nifs if configured to do so | Lukas Larsson | |
2011-08-01 | Add -deprecated attributes | Lukas Larsson | |
2011-08-01 | Update tag to be ints instead of longs | Lukas Larsson | |
This is in order to circumvent a bug in enif_make_ulong in R14B03 for halfword | |||
2011-08-01 | Update asn1 nif to handle calls with an empty binary | Lukas Larsson | |
2011-08-01 | Add obsolete warning for driver option | Lukas Larsson | |
2011-08-01 | Correct mistake in driver -> nif translation | Lukas Larsson | |
2011-08-01 | Cannot be a binary as decode creates tuples | Lukas Larsson | |
2011-08-01 | Remove DRIVER target from opt target | Lukas Larsson | |
2011-08-01 | Update documentation with replacement of driver with nif | Lukas Larsson | |
2011-08-01 | return 0 as error code when an unknown error happens | Lukas Larsson | |
2011-08-01 | Remove all modules relating to drivers and make all functions obsolete. | Lukas Larsson | |
2011-08-01 | Remove driver support for per encoding | Lukas Larsson | |
Handle the new error messages from the asn1 nifs Remove dead code for erlang optimized per decode | |||
2011-08-01 | Remove driver support for ber decoding | Lukas Larsson | |
Handle the new error messages from the asn1 nifs Make ber nif decoding use the erlang fallback if the nif could not be loaded. This is useful for application which use inline (such as public_key) and want to work without the nifs, but should use them if they exist | |||
2011-08-01 | Add load, upgrade and purge functions for asn1 nifs | Lukas Larsson | |
2011-08-01 | Add better error messages to nifs | Lukas Larsson | |
2011-08-01 | Exclude nif module from cover | Lukas Larsson | |
2011-08-01 | Expand per and ber performance suites with parallel asn1 runs | Lukas Larsson | |
2011-08-01 | Add documentation for nif interface | Lukas Larsson | |
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 | |